-
Notifications
You must be signed in to change notification settings - Fork 988
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: adding translate pt-br in common.json archive
- Loading branch information
1 parent
4c32f3d
commit 15553e9
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"head-title": "{{title}} | Infiscal", | ||
"error_project-already-exists": "A project with this name already exists.", | ||
"no-mobile": " To use Infisical, please log in through a device with larger dimensions. ", | ||
"error_project-already-exists": "Já exite um projeto com este nome.", | ||
"no-mobile": "Para usar o Infisical, faça o login através de um dispositivo com dimensões maiores.", | ||
"email": "Email", | ||
"password": "Password", | ||
"first-name": "First Name", | ||
"last-name": "Last Name", | ||
"logout": "Log Out", | ||
"validate-required": "Please input your {{name}}", | ||
"maintenance-alert": "We are experiencing minor technical difficulties. We are working on solving it right now. Please come back in a few minutes.", | ||
"click-to-copy": "Click to copy", | ||
"project-id": "Project ID", | ||
"save-changes": "Save Changes", | ||
"saved": "Saved", | ||
"drop-zone": "Drag and drop your .env file here.", | ||
"drop-zone-keys": "Drag and drop your .env file here to add more keys.", | ||
"password": "Senha", | ||
"first-name": "Primeiro Nome", | ||
"last-name": "Ultimo Nome", | ||
"logout": "Sair", | ||
"validate-required": "Por favor insira o seu {{name}}", | ||
"maintenance-alert": "Estamos passando por pequenas dificuldades técnicas. Estamos trabalhando para resolvê-lo agora. Por favor, volte em alguns minutos.", | ||
"click-to-copy": "Clique para copiar", | ||
"project-id": "ID do Projeto", | ||
"save-changes": "Salvar Alterações", | ||
"saved": "Salvou", | ||
"drop-zone": "Arraste e solte seu arquivo .env aqui.", | ||
"drop-zone-keys": "Arraste e solte seu arquivo .env aqui para adicionar mais chaves.", | ||
"role": "Role", | ||
"role_admin": "admin", | ||
"display-name": "Display Name", | ||
"environment": "Environment", | ||
"expired-in": "Expires in", | ||
"language": "Language", | ||
"search": "Search...", | ||
"display-name": "Nome de exibição", | ||
"environment": "Ambiente", | ||
"expired-in": "Expira em", | ||
"language": "Linguagem", | ||
"search": "Procurar...", | ||
"note": "Note" | ||
} | ||
} |