New translations en-us.json (Portuguese)

This commit is contained in:
Marvin
2025-05-05 18:18:44 +02:00
parent dd24b4ad74
commit 17789ef1a5

View File

@@ -77,6 +77,15 @@
"siteRunsInDocker": "Executa no Docker",
"siteRunsInShell": "Executa na shell no macOS, Linux e Windows",
"siteErrorDelete": "Erro ao excluir site",
"siteErrorUpdate": "Failed to update site",
"siteErrorUpdateDescription": "An error occurred while updating the site.",
"siteUpdated": "Site updated",
"siteUpdatedDescription": "The site has been updated.",
"siteGeneralDescription": "Configure the general settings for this site",
"siteSettingDescription": "Configure the settings on your site",
"siteSetting": "{siteName} Settings",
"siteInfo": "Site Information",
"status": "Status",
"shareTitle": "Gerenciar links de compartilhamento",
"shareDescription": "Criar links compartilháveis para conceder acesso temporário ou permanente aos seus recursos",
"shareSearch": "Pesquisar links de compartilhamento...",
@@ -85,6 +94,31 @@
"shareErrorDeleteMessage": "Ocorreu um erro ao excluir o link",
"shareDeleted": "Link excluído",
"shareDeletedDesciption": "O link foi eliminado",
"shareTokenDescription": "Your access token can be passed in two ways: as a query parameter or in the request headers. These must be passed from the client on every request for authenticated access.",
"accessToken": "Access Token",
"usageExamples": "Usage Examples",
"tokenId": "Token ID",
"requestHeades": "Request Headers",
"queryParameter": "Query Parameter",
"importantNote": "Important Note",
"shareImportantDescription": "For security reasons, using headers is recommended over query parameters when possible, as query parameters may be logged in server logs or browser history.",
"token": "Token",
"shareTokenSecurety": "Keep your access token secure. Do not share it in publicly accessible areas or client-side code.",
"shareErrorFetchResource": "Failed to fetch resources",
"shareErrorFetchResourceDescription": "An error occurred while fetching the resources",
"shareErrorCreate": "Failed to create share link",
"shareErrorCreateDescription": "An error occurred while creating the share link",
"shareCreateDescription": "Anyone with this link can access the resource",
"shareTitleOptional": "Title (optional)",
"expireIn": "Expire In",
"neverExpire": "Never expire",
"shareExpireDescription": "Expiration time is how long the link will be usable and provide access to the resource. After this time, the link will no longer work, and users who used this link will lose access to the resource.",
"shareSeeOnce": "You will only be able to see this linkonce. Make sure to copy it.",
"shareAccessHint": "Anyone with this link can access the resource. Share it with care.",
"shareTokenUsage": "See Access Token Usage",
"createLink": "Create Link",
"resourceNotFound": "No resources found",
"resourceSearch": "Search resources",
"openMenu": "Abrir menu",
"resource": "Recurso",
"title": "Título",
@@ -94,7 +128,7 @@
"shareErrorSelectResource": "Por favor, selecione um recurso",
"resourceTitle": "Gerenciar Recursos",
"resourceDescription": "Crie proxies seguros para seus aplicativos privados",
"resourceSearch": "Procurar recursos...",
"resourcesSearch": "Search resources...",
"resourceAdd": "Adicionar Recurso",
"resourceErrorDelte": "Erro ao excluir recurso",
"authentication": "Autenticação",
@@ -142,6 +176,7 @@
"enabled": "Ativado",
"disabled": "Desabilitado",
"general": "Gerais",
"generalSettings": "General Settings",
"proxy": "Proxy",
"rules": "Regras",
"resourceSettingDescription": "Configure as configurações do seu recurso",
@@ -151,7 +186,7 @@
"orgSettingsDescription": "Configurar as configurações gerais da sua organização",
"orgGeneralSettings": "Configurações da organização",
"orgGeneralSettingsDescription": "Gerencie os detalhes e a configuração da sua organização",
"orgGeneralSave": "Salvar configurações gerais",
"saveGeneralSettings": "Save General Settings",
"orgDangerZone": "Zona de Perigo",
"orgDangerZoneDescription": "Uma vez que você exclui esta organização, não há volta. Por favor, tenha certeza.",
"orgDelete": "Excluir Organização",
@@ -186,5 +221,11 @@
"description": "Descrição:",
"inviteTitle": "Convites Abertos",
"inviteDescription": "Gerencie seus convites para outros usuários",
"inviteSearch": "Procurar convites..."
"inviteSearch": "Procurar convites...",
"minutes": "Minutes",
"hours": "Hours",
"days": "Days",
"weeks": "Weeks",
"months": "Months",
"years": "Years"
}