Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (90 of 90 strings) Translation: Pop OS/COSMIC Edit Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/pt_BR/
This commit is contained in:
parent
cab0431616
commit
973d46d7b1
1 changed files with 18 additions and 5 deletions
|
|
@ -5,10 +5,13 @@ todo = TODO
|
||||||
|
|
||||||
# Context Pages
|
# Context Pages
|
||||||
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
git-description = Git commit {$hash} de {$date}
|
|
||||||
|
git-description = Git commit { $hash } de { $date }
|
||||||
|
|
||||||
## Document statistics
|
## Document statistics
|
||||||
|
|
||||||
document-statistics = Estatísticas do documento
|
document-statistics = Estatísticas do documento
|
||||||
word-count = Contagem de palavras
|
word-count = Contagem de palavras
|
||||||
character-count = Caracteres
|
character-count = Caracteres
|
||||||
|
|
@ -16,6 +19,7 @@ character-count-no-spaces = Caracteres (sem espaços)
|
||||||
line-count = Linhas
|
line-count = Linhas
|
||||||
|
|
||||||
## Git management
|
## Git management
|
||||||
|
|
||||||
git-management = Gestor do Git
|
git-management = Gestor do Git
|
||||||
git-management-description = O gestor do Git é uma ferramenta de desenvolvedor usada para operações de controle de versão.
|
git-management-description = O gestor do Git é uma ferramenta de desenvolvedor usada para operações de controle de versão.
|
||||||
git-management-loading = Carregando o gestor do Git...
|
git-management-loading = Carregando o gestor do Git...
|
||||||
|
|
@ -25,9 +29,11 @@ unstage = Remover do stage
|
||||||
unstaged-changes = Alterações fora do stage
|
unstaged-changes = Alterações fora do stage
|
||||||
|
|
||||||
## Project search
|
## Project search
|
||||||
|
|
||||||
project-search = Localizar no projeto
|
project-search = Localizar no projeto
|
||||||
|
|
||||||
## Prompt save changes
|
## Prompt save changes
|
||||||
|
|
||||||
prompt-save-changes-title = Alterações não salvas
|
prompt-save-changes-title = Alterações não salvas
|
||||||
prompt-unsaved-changes = Você possui alterações não salvas. Deseja salvar?
|
prompt-unsaved-changes = Você possui alterações não salvas. Deseja salvar?
|
||||||
cancel = Cancelar
|
cancel = Cancelar
|
||||||
|
|
@ -35,9 +41,11 @@ discard = Descartar alterações
|
||||||
save-all = Salvar tudo
|
save-all = Salvar tudo
|
||||||
|
|
||||||
## Settings
|
## Settings
|
||||||
|
|
||||||
settings = Configurações
|
settings = Configurações
|
||||||
|
|
||||||
## Appearance
|
## Appearance
|
||||||
|
|
||||||
appearance = Aparência
|
appearance = Aparência
|
||||||
theme = Tema
|
theme = Tema
|
||||||
match-desktop = Estilo do sistema
|
match-desktop = Estilo do sistema
|
||||||
|
|
@ -49,11 +57,10 @@ default-font = Fonte padrão
|
||||||
default-font-size = Tamanho padrão da fonte
|
default-font-size = Tamanho padrão da fonte
|
||||||
default-zoom-step = Etapas de zoom
|
default-zoom-step = Etapas de zoom
|
||||||
|
|
||||||
|
|
||||||
### Keyboard shortcuts
|
### Keyboard shortcuts
|
||||||
|
|
||||||
keyboard-shortcuts = Atalhos do teclado
|
keyboard-shortcuts = Atalhos do teclado
|
||||||
enable-vim-bindings = Habilitar atalhos do Vim
|
enable-vim-bindings = Habilitar atalhos do Vim
|
||||||
|
|
||||||
# Find
|
# Find
|
||||||
find-placeholder = Localizar...
|
find-placeholder = Localizar...
|
||||||
find-previous = Localizar o anterior
|
find-previous = Localizar o anterior
|
||||||
|
|
@ -67,7 +74,9 @@ wrap-around = Envolver ao redor
|
||||||
|
|
||||||
# Menu
|
# Menu
|
||||||
|
|
||||||
|
|
||||||
## File
|
## File
|
||||||
|
|
||||||
file = Arquivo
|
file = Arquivo
|
||||||
new-file = Novo arquivo
|
new-file = Novo arquivo
|
||||||
new-window = Nova janela
|
new-window = Nova janela
|
||||||
|
|
@ -88,6 +97,7 @@ print = Imprimir
|
||||||
quit = Sair
|
quit = Sair
|
||||||
|
|
||||||
## Edit
|
## Edit
|
||||||
|
|
||||||
edit = Editar
|
edit = Editar
|
||||||
undo = Desfazer
|
undo = Desfazer
|
||||||
redo = Refazer
|
redo = Refazer
|
||||||
|
|
@ -100,6 +110,7 @@ find-in-project = Localizar no projeto...
|
||||||
spell-check = Verificação ortográfica...
|
spell-check = Verificação ortográfica...
|
||||||
|
|
||||||
## View
|
## View
|
||||||
|
|
||||||
view = Exibir
|
view = Exibir
|
||||||
zoom-in = Aumentar o zoom
|
zoom-in = Aumentar o zoom
|
||||||
default-size = Tamanho padrão
|
default-size = Tamanho padrão
|
||||||
|
|
@ -107,11 +118,11 @@ zoom-out = Diminuir o zoom
|
||||||
indentation = Recuo de texto
|
indentation = Recuo de texto
|
||||||
|
|
||||||
### Indentation
|
### Indentation
|
||||||
|
|
||||||
automatic-indentation = Recuo automático
|
automatic-indentation = Recuo automático
|
||||||
tab-width = Largura da tabulação: {$tab_width}
|
tab-width = Largura da tabulação: { $tab_width }
|
||||||
convert-indentation-to-spaces = Converter recuo para espaços
|
convert-indentation-to-spaces = Converter recuo para espaços
|
||||||
convert-indentation-to-tabs = Converter recuo para tabulações
|
convert-indentation-to-tabs = Converter recuo para tabulações
|
||||||
|
|
||||||
word-wrap = Quebra de linha
|
word-wrap = Quebra de linha
|
||||||
show-line-numbers = Mostrar números das linhas
|
show-line-numbers = Mostrar números das linhas
|
||||||
highlight-current-line = Destacar linha atual
|
highlight-current-line = Destacar linha atual
|
||||||
|
|
@ -119,3 +130,5 @@ syntax-highlighting = Destaque de sintaxe...
|
||||||
menu-settings = Configurações...
|
menu-settings = Configurações...
|
||||||
menu-keyboard-shortcuts = Atalhos do teclado...
|
menu-keyboard-shortcuts = Atalhos do teclado...
|
||||||
menu-about = Sobre o Editor de Texto
|
menu-about = Sobre o Editor de Texto
|
||||||
|
repository = Repositório
|
||||||
|
support = Suporte
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue