-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 dashboard.json archive
- Loading branch information
1 parent
15553e9
commit 3e56fe9
Showing
1 changed file
with
25 additions
and
25 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,30 +1,30 @@ | ||
{ | ||
"title": "Secrets", | ||
"og-title": "Manage your .env files in seconds", | ||
"og-description": "Infisical a simple end-to-end encrypted platform that enables teams to sync and manage their .env files.", | ||
"search-keys": "Search keys...", | ||
"add-key": "Add Key", | ||
"personal": "Personal", | ||
"personal-description": "Personal keys are only visible to you", | ||
"shared": "Shared", | ||
"shared-description": "Shared keys are visible to your whole team", | ||
"make-shared": "Make Shared", | ||
"make-personal": "Make Personal", | ||
"title": "Segredos", | ||
"og-title": "Gerencie seus arquivos .env em segundos", | ||
"og-description": "Infisical é uma plataforma simples e criptografada de ponta a ponta que permite que as equipes sincronizem e gerenciem seus arquivos .env.", | ||
"search-keys": "Pesquisar chaves...", | ||
"add-key": "Adicionar Chave", | ||
"personal": "Pessoal", | ||
"personal-description": "As chaves pessoais são visíveis apenas para você", | ||
"shared": "Compartilhado", | ||
"shared-description": "As chaves compartilhadas ficam visíveis para toda a sua equipe", | ||
"make-shared": "Tornar Compartilhado", | ||
"make-personal": "Tornar individual", | ||
"check-docs": { | ||
"button": "Check Docs", | ||
"title": "Good job!", | ||
"line1": "Congrats on adding more secrets.", | ||
"line2": "Here is how to connect them to your codebase." | ||
"button": "Checkar Documentação", | ||
"title": "Bom trabalho!!", | ||
"line1": "Parabéns por adicionar mais segredos.", | ||
"line2": "Veja como conectá-los à sua base de código." | ||
}, | ||
"sidebar": { | ||
"secret": "Secret", | ||
"key": "Key", | ||
"value": "Value", | ||
"override": "Override value with a personal value", | ||
"version-history": "Version History", | ||
"comments": "Comments & Notes", | ||
"personal-explanation": "This secret is personal. It is not shared with any of your teammates.", | ||
"generate-random-hex": "Generate Random Hex", | ||
"digits": "digits" | ||
"secret": "Segredo", | ||
"key": "Chave", | ||
"value": "Valor", | ||
"override": "Substitua o valor por um valor pessoal", | ||
"version-history": "Histórico da versão", | ||
"comments": "Comentários e Notas", | ||
"personal-explanation": "Este segredo é pessoal. Não é compartilhado com nenhum de seus colegas de equipe.", | ||
"generate-random-hex": "Gerar Hex Aleatório", | ||
"digits": "Digitos" | ||
} | ||
} | ||
} |