-
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 setting-project.json archive
- Loading branch information
1 parent
c0a0252
commit d870ecc
Showing
1 changed file
with
12 additions
and
12 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,13 +1,13 @@ | ||
{ | ||
"title": "Project Settings", | ||
"description": "These settings only apply to the currently selected Project.", | ||
"danger-zone": "Danger Zone", | ||
"delete-project": "Delete Project", | ||
"project-to-delete": "Project to be Deleted", | ||
"danger-zone-note": "As soon as you delete this project, you will not be able to undo it. This will immediately remove all the keys. If you still want to do that, please enter the name of the project below.", | ||
"delete-project-note": "Note: You can only delete a project in case you have more than one", | ||
"project-id-description": "To integrate Infisical into your code base and get automatic injection of environmental variables, you should use the following Project ID.", | ||
"project-id-description2": "For more guidance, including code snipets for various languages and frameworks, see ", | ||
"auto-generated": "This is your project's auto-generated unique identifier. It can't be changed.", | ||
"docs": "Infisical Docs" | ||
} | ||
"title": "Configurações do Projeto", | ||
"description": "Essas configurações se aplicam apenas ao projeto atualmente selecionado.", | ||
"danger-zone": "Zona de perigo", | ||
"delete-project": "Excluir projeto", | ||
"project-to-delete": "Projeto a ser deletado", | ||
"danger-zone-note": "Assim que você excluir este projeto, não poderá desfazê-lo. Isso removerá imediatamente todas as chaves. Se você ainda quiser fazer isso, digite o nome do projeto abaixo.", | ||
"delete-project-note": "Observação: você só pode excluir um projeto caso tenha mais de um", | ||
"project-id-description": "Para integrar Infisical em sua base de código e obter injeção automática de variáveis ambientais, você deve usar o seguinte ID do projeto.", | ||
"project-id-description2": "Para obter mais orientações, incluindo trechos de código para várias linguagens e estruturas, consulte", | ||
"auto-generated": "Este é o identificador exclusivo gerado automaticamente do seu projeto. Não pode ser alterado.", | ||
"docs": "Documentação do Infisical" | ||
} |