Create cosmic_edit.ftl
Add Portuguese translation
This commit is contained in:
parent
97a43108b2
commit
90cbcaeca3
1 changed files with 109 additions and 0 deletions
109
i18n/pt/cosmic_edit.ftl
Normal file
109
i18n/pt/cosmic_edit.ftl
Normal file
|
|
@ -0,0 +1,109 @@
|
||||||
|
cosmic-text-editor = COSMIC Text Editor
|
||||||
|
new-document = Novo documento
|
||||||
|
open-project = Abrir projeto
|
||||||
|
todo = Afazer
|
||||||
|
|
||||||
|
# Context Pages
|
||||||
|
|
||||||
|
## About
|
||||||
|
git-description = Git commit {$hash} em {$date}
|
||||||
|
|
||||||
|
## Document statistics
|
||||||
|
document-statistics = Estatísticas do documento
|
||||||
|
word-count = Contagem de palavras
|
||||||
|
character-count = Caracteres
|
||||||
|
character-count-no-spaces = Caracteres (sem espaços)
|
||||||
|
line-count = Linhas
|
||||||
|
|
||||||
|
## Git management
|
||||||
|
git-management = Gestão do Git
|
||||||
|
git-management-description = A gestão do Git é uma ferramenta para programadores usada para operações de controlo de versões.
|
||||||
|
git-management-loading = A carregar a gestão Git...
|
||||||
|
unstaged-changes = Alterações não faseadas
|
||||||
|
staged-changes = Alterações faseadas
|
||||||
|
|
||||||
|
## Project search
|
||||||
|
project-search = Pesquisa de projectos
|
||||||
|
|
||||||
|
## Prompt save changes
|
||||||
|
prompt-save-changes-title = Alterações não guardadas
|
||||||
|
prompt-unsaved-changes = As alterações não foram guardadas. Guardar?
|
||||||
|
discard = Descartar as alterações
|
||||||
|
|
||||||
|
## Settings
|
||||||
|
settings = Definições
|
||||||
|
|
||||||
|
### Appearance
|
||||||
|
appearance = Aparência
|
||||||
|
theme = Tema
|
||||||
|
match-desktop = Acompanhar o ambiente de trabalho
|
||||||
|
dark = Escuro
|
||||||
|
light = Claro
|
||||||
|
syntax-dark = Sintaxe escura
|
||||||
|
syntax-light = Sintaxe clara
|
||||||
|
default-font = Tipo de letra predefinido
|
||||||
|
default-font-size = Tamanho predefinido do tipo de letra
|
||||||
|
|
||||||
|
### Keyboard shortcuts
|
||||||
|
keyboard-shortcuts = Teclas de atalho
|
||||||
|
enable-vim-bindings = Ativar atalhos do Vim
|
||||||
|
|
||||||
|
# Find
|
||||||
|
find-placeholder = Localizar...
|
||||||
|
find-previous = Localizar anterior
|
||||||
|
find-next = Localizar seguinte
|
||||||
|
replace-placeholder = Substituir...
|
||||||
|
replace = Substituir
|
||||||
|
replace-all = Substituir tudo
|
||||||
|
|
||||||
|
# Menu
|
||||||
|
|
||||||
|
## File
|
||||||
|
file = Ficheiro
|
||||||
|
new-file = Novo ficheiro
|
||||||
|
new-window = Nova janela
|
||||||
|
open-file = Abrir ficheiro...
|
||||||
|
open-recent-file = Abrir ficheiro recente
|
||||||
|
close-file = Fechar ficheiro
|
||||||
|
menu-open-project = Abrir projeto...
|
||||||
|
open-recent-project = Abrir projeto recente
|
||||||
|
close-project = Fechar projeto
|
||||||
|
save = Guardar
|
||||||
|
save-as = Guardar como...
|
||||||
|
revert-all-changes = Reverter todas as alterações
|
||||||
|
menu-document-statistics = Estatísticas do documento...
|
||||||
|
document-type = Tipo de documento...
|
||||||
|
encoding = Codificação...
|
||||||
|
menu-git-management = Gestão do Git...
|
||||||
|
print = Imprimir
|
||||||
|
quit = Sair
|
||||||
|
|
||||||
|
## Edit
|
||||||
|
edit = Editar
|
||||||
|
undo = Desfazer
|
||||||
|
redo = Refazer
|
||||||
|
cut = Cortar
|
||||||
|
copy = Copiar
|
||||||
|
paste = Colar
|
||||||
|
select-all = Selecionar tudo
|
||||||
|
find = Localizar
|
||||||
|
find-in-project = Localizar no projeto...
|
||||||
|
spell-check = Verificação ortográfica...
|
||||||
|
|
||||||
|
## View
|
||||||
|
view = Ver
|
||||||
|
indentation = Indentação
|
||||||
|
|
||||||
|
### Indentation
|
||||||
|
automatic-indentation = Indentação automática
|
||||||
|
tab-width = Largura do tab: {$tab_width}
|
||||||
|
convert-indentation-to-spaces = Converter indentação para espaços
|
||||||
|
convert-indentation-to-tabs = Converter indentação para tabs
|
||||||
|
|
||||||
|
word-wrap = Quebra de linha
|
||||||
|
show-line-numbers = Mostrar números das linhas
|
||||||
|
highlight-current-line = Destacar linha atual
|
||||||
|
syntax-highlighting = Destaque de sintaxe...
|
||||||
|
menu-settings = Definições...
|
||||||
|
menu-keyboard-shortcuts = Teclas de atalho...
|
||||||
|
menu-about = Acerca do Editor de Texto COSMIC
|
||||||
Loading…
Add table
Add a link
Reference in a new issue