diff options
author | Unknwon <u@gogs.io> | 2017-02-21 12:17:39 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-21 12:17:39 -0500 |
commit | 437df04d8c8de62e3c75c38d34d305c3dea5bafe (patch) | |
tree | 78733b92145ca3bc1c5efa72631a0fa5f39d1085 /conf/locale/locale_pt-BR.ini | |
parent | 8216360da89bec1f3df75fe15ee57bfdcc290339 (diff) |
Prepare release
Diffstat (limited to 'conf/locale/locale_pt-BR.ini')
-rw-r--r-- | conf/locale/locale_pt-BR.ini | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/conf/locale/locale_pt-BR.ini b/conf/locale/locale_pt-BR.ini index 2e3e8654..1468f0d7 100644 --- a/conf/locale/locale_pt-BR.ini +++ b/conf/locale/locale_pt-BR.ini @@ -1,7 +1,7 @@ app_desc=Um serviço de Git hospedável e amigável escrito em Go home=Página inicial -dashboard=Painel +dashboard=Página Inicial explore=Explorar help=Ajuda sign_in=Entrar @@ -398,7 +398,6 @@ migrate.failed=Migração falhou: %v mirror_from=mirror de forked_from=fork de -fork_from_self=Você não pode criar fork de um repositório que já é seu! copy_link=Copiar copy_link_success=Copiado! copy_link_error=Pressione ⌘-C ou Ctrl-C para copiar @@ -474,6 +473,7 @@ editor.add_subdir=Adicionar o subdiretório... editor.unable_to_upload_files=Houve erro ao fazer upload de arquivos para '%s': %v editor.upload_files_to_dir=Enviar arquivos para '%s' +commits.commit_history=Commit History commits.commits=Commits commits.search=Pesquisar commits commits.find=Buscar @@ -647,8 +647,8 @@ settings.update=Update settings.update_default_branch_success=Default branch of this repository has been updated successfully! settings.protected_branches=Protected Branches settings.protected_branches_desc=Protect branches from force pushing, accidental deletion and whitelist code committers. -settings.choose_a_branch=Choose a branch... -settings.branch_protection=Branch Protection +settings.choose_a_branch=Selecione um branch... +settings.branch_protection=Proteção de Branch settings.branch_protection_desc=Please choose protect options for branch <b>%s</b>. settings.protect_this_branch=Protect this branch settings.protect_this_branch_desc=Disable force pushes and prevent from deletion. @@ -656,6 +656,7 @@ settings.protect_require_pull_request=Require pull request instead direct pushin settings.protect_require_pull_request_desc=Enable this option to disable direct pushing to this branch. Commits have to be pushed to another non-protected branch and merged to this branch through pull request. settings.protect_whitelist_committers=Whitelist who can push to this branch settings.protect_whitelist_committers_desc=Add people or teams to whitelist of direct push to this branch. +settings.update_protect_branch_success=Protect options for this branch has been updated successfully! settings.hooks=Webhooks settings.githooks=Hooks do Git settings.basic_settings=Configurações básicas @@ -937,7 +938,7 @@ dashboard.git_gc_repos=Fazer coleta de lixo nos repositórios dashboard.git_gc_repos_success=Em todos repositórios, a coleta de lixo foi realizada com sucesso. dashboard.resync_all_sshkeys=Reescrever o arquivo '.ssh/authorized_keys' (atenção: chaves que não sejam do Gogs serão perdidas) dashboard.resync_all_sshkeys_success=Todas as chaves públicas foram reescritas com sucesso. -dashboard.resync_all_hooks=Resync pre-receive, update and post-receive hooks of all repositories. +dashboard.resync_all_hooks=Resync pre-receive, update and post-receive hooks of all repositories dashboard.resync_all_hooks_success=All repositories' pre-receive, update and post-receive hooks have been resynced successfully. dashboard.reinit_missing_repos=Reinicializar todos os registros de repositório que perderam os arquivos do Git dashboard.reinit_missing_repos_success=Todos os repositórios que perderam arquivos do Git foram reinicializados com sucesso. |