Merge branch 'skyl4b-pt-br_translations' into master_jammy
This commit is contained in:
commit
c8c782b68b
2 changed files with 75 additions and 0 deletions
4
build.rs
Normal file
4
build.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
fn main() {
|
||||
// Rebuild if i18n files change
|
||||
println!("cargo:rerun-if-changed=i18n/*/cosmic_edit.ftl")
|
||||
}
|
||||
71
i18n/pt-BR/cosmic_edit.ftl
Normal file
71
i18n/pt-BR/cosmic_edit.ftl
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
new-document = Novo documento
|
||||
open-project = Abrir projeto
|
||||
|
||||
# Context Pages
|
||||
|
||||
## 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
|
||||
|
||||
## Settings
|
||||
settings = Configurações
|
||||
|
||||
## Appearance
|
||||
appearance = Aparência
|
||||
theme = Tema
|
||||
default-font = Fonte padrão
|
||||
default-font-size = Tamanho padrão da fonte
|
||||
|
||||
### Keyboard shortcuts
|
||||
keyboard-shortcuts = Atalhos do teclado
|
||||
enable-vim-bindings = Habilitar atalhos do Vim
|
||||
|
||||
# Menu
|
||||
|
||||
## File
|
||||
file = Arquivo
|
||||
new-file = Novo arquivo
|
||||
new-window = Nova janela
|
||||
open-file = Abrir arquivo...
|
||||
open-recent = Abrir recente
|
||||
todo = TODO
|
||||
save = Salvar
|
||||
save-as = Salvar como...
|
||||
revert-all-changes = Reverter todas alterações
|
||||
menu-document-statistics = Estatísticas do documento...
|
||||
document-type = Tipo de documento...
|
||||
encoding = Codificação...
|
||||
print = Imprimir
|
||||
quit = Sair
|
||||
|
||||
## Edit
|
||||
edit = Editar
|
||||
undo = Desfazer
|
||||
redo = Refazer
|
||||
cut = Cortar
|
||||
copy = Copiar
|
||||
paste = Colar
|
||||
find = Localizar
|
||||
replace = Substituir
|
||||
spell-check = Verificação ortográfica...
|
||||
|
||||
## View
|
||||
view = Visualizar
|
||||
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 = Configurações...
|
||||
menu-keyboard-shortcuts = Atalhos do teclado...
|
||||
about-cosmic-text-editor = Sobre o Editor de Texto COSMIC
|
||||
Loading…
Add table
Add a link
Reference in a new issue