-
-
Notifications
You must be signed in to change notification settings - Fork 249
Add Internationalization for Português (Brasil) #194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
2657e70
Added New Translation
andercard0 8bc6637
Merge branch 'master' of github.com:sangyuxiaowu/massCode into add-lng
sangyuxiaowu 37df739
chore(i18n): add language item
sangyuxiaowu 9c922aa
chore(i18n): rename language name formats consistent
sangyuxiaowu f436678
chore(i18n): restore changes
sangyuxiaowu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| { | ||
| "button": { | ||
| "moveStorage": "Mover itens armazenados", | ||
| "openStorage": "Abrir armazenamento ", | ||
| "fromMassCodeV1": "Vindo do Masscode v1.0", | ||
| "fromSnippetsLab": "Vindo do SnippetsLab", | ||
| "confirm": "Confirmar", | ||
| "cancel": "Cancelar", | ||
| "update": ["Ir para o GitHub", "OK"] | ||
| }, | ||
| "newFolder": "Nova pasta", | ||
| "newSnippet": "Novo Snippet", | ||
| "newFragment": "Novo Fragmento", | ||
| "addDescription": "Adicionar descrição", | ||
| "addToFavorites": "Adicionar aos favoritos", | ||
| "addTag": "Adicionar etiqueta", | ||
| "exportToHtml": "Exportar para HTML", | ||
| "saveScreenshot": "Salvar captura de tela", | ||
| "rename": "Renomear", | ||
| "duplicate": "Duplicar", | ||
| "delete": "Apagar", | ||
| "deleteNow": "Apagar agora", | ||
| "defaultLanguage": "Linguagem padrão", | ||
| "removeFromFavorites": "Remover dos favoritos", | ||
| "emptyTrash": "Esvaziar lixeira", | ||
| "close": "Fechar", | ||
| "folder": { | ||
| "untitled": "Pasta sem título", | ||
| "plural": "Pastas" | ||
| }, | ||
| "snippet": { | ||
| "untitled": "snippet sem título", | ||
| "plural": "Snippets", | ||
| "emptyName": "Digite o nome do snippet", | ||
| "selectedMultiple": "{{count}} Snippets selecionados", | ||
| "noSelected": "Nenhum snippet selecionado" | ||
| }, | ||
| "fragment": "Fragmento", | ||
| "search": "Procurar", | ||
| "line": "Linha", | ||
| "column": "Coluna", | ||
| "sidebar": { | ||
| "inbox": "Caixa de entrada", | ||
| "favorites": "Favoritos", | ||
| "allSnippets": "Todos os snippets", | ||
| "trash": "Lixeira", | ||
| "untitled": "Pasta sem título", | ||
| "folders": "Pastas", | ||
| "library": "Biblioteca", | ||
| "tags": "Etiquetas" | ||
| }, | ||
| "darkMode": "Modo escuro", | ||
| "background": "Fundo", | ||
| "restartApp": "Reiniciar massCode", | ||
| "updateAvailable": "Atualização disponível", | ||
| "hide": "Ocultar", | ||
| "show": "Mostrar" | ||
| } |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "deleteConfirm": "Tem certeza de que deseja excluir permanentemente {{name}}?", | ||
| "deleteConfirmMultipleSnippets": "Tem certeza de que deseja excluir permanentemente {{count}} snippets?", | ||
| "noUndo": "Você não pode desfazer esta ação.", | ||
| "allSnippetsMoveToTrash": "Todos os snippets nesta pasta serão movidos para a lixeira.", | ||
| "deleteTag": "Isso também fará com que todos os snippets tenham essa etiqueta removida.", | ||
| "emptyTrash": "Tem certeza de que deseja excluir permanentemente todos os snippets da Lixeira?", | ||
| "migrateConfirm": [ | ||
| "Tem certeza de que deseja migrar de {{name}}?", | ||
| "Durante a migração, a biblioteca atual será substituída." | ||
| ] | ||
| } |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| { | ||
| "app": { | ||
| "label": "massCode", | ||
| "preferences": "Preferências", | ||
| "update": { | ||
| "label": "Verificar atualizações....", | ||
| "message": "Versão {{newVersion}} já está disponível para download.\nSua versão é {{oldVersion}}.", | ||
| "button": ["Ir até o Github", "OK"], | ||
| "noUpdate": "No momento, não há atualizações disponíveis." | ||
| }, | ||
| "quit": "Sair do massCode", | ||
| "about": "Sobre o massCode", | ||
| "hide": "Ocultar o massCode", | ||
| "hideOther": "Ocultar outros", | ||
| "showAll": "Mostrar tudo" | ||
| }, | ||
| "help": { | ||
| "label": "Ajuda", | ||
| "website": "Site", | ||
| "documentation": "Documentação", | ||
| "viewInGitHub": "Ver no GitHub", | ||
| "changeLog": "Registro de mudanças", | ||
| "reportIssue": "Reportar um problema", | ||
| "giveStar": "Dar uma estrela", | ||
| "extension": { | ||
| "vscode": "Extensão do VS code", | ||
| "raycast": "Extensão do Raycast", | ||
| "alfred": "Extensão do Alfred" | ||
| }, | ||
| "donate": { | ||
| "openCollective": "Doação coletiva", | ||
| "payPal": "Doação via PayPal" | ||
| }, | ||
| "twitter": "Twitter", | ||
| "devTools": "Alternar ferramentas do desenvolvedor" | ||
| }, | ||
| "file": { | ||
| "label": "Arquivo", | ||
| "find": "Procurar" | ||
| }, | ||
| "view": { | ||
| "label": "Visualizar", | ||
| "sortBy": { | ||
| "label": "Classificar snippes por", | ||
| "dateModified": "Data da modificação", | ||
| "dateCreated": "Data da criação", | ||
| "name": "Name" | ||
| } | ||
| }, | ||
| "edit": { | ||
| "label": "Editar", | ||
| "undo": "Desfazer", | ||
| "redo": "Refazer", | ||
| "cut": "Cortar", | ||
| "copy": "Copiar", | ||
| "paste": "Colar", | ||
| "delete": "Apagar", | ||
| "selectAll": "Selecionar tudo" | ||
| }, | ||
| "editor": { | ||
| "label": "Editor", | ||
| "copy": "Copiar para área de transferencia", | ||
| "format": "Formatar", | ||
| "previewMarkdown": "Pré-visualizar marcador", | ||
| "previewCode": "Pré-visualizar código", | ||
| "previewScreenshot": "Pré-visualizar captura de tela" | ||
| } | ||
| } |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| { | ||
| "title": "Preferências", | ||
| "storage": { | ||
| "label": "Armazenar", | ||
| "migrate": "Migrar", | ||
| "count": "Total" | ||
| }, | ||
| "editor": { | ||
| "label": "Editor", | ||
| "fontSize": "Tamanho da fonte", | ||
| "fontFamily": "Nome da fonte", | ||
| "wrap": { | ||
| "label": "Quebra", | ||
| "wordWrap": "Quebra de linha", | ||
| "off": "Desligado" | ||
| }, | ||
| "tabSize": "Tamanho da guia", | ||
| "showInvisibles": "Mostrar itens ocultos", | ||
| "highlightLine": "Destacar linha", | ||
| "highlightGutter": "Destacar área em branco", | ||
| "prettier": { | ||
| "label": "Embelezar", | ||
| "trailingComma": { | ||
| "label": "Vírgula à direita", | ||
| "none": "Nenhum", | ||
| "all": "Tudo", | ||
| "es6": "ES6" | ||
| }, | ||
| "semi": "Semi", | ||
| "singleQuote": "Citação única" | ||
| } | ||
| }, | ||
| "appearance": { | ||
| "label": "Aparência", | ||
| "theme": { | ||
| "label": "Tema", | ||
| "light": "Claro", | ||
| "dark": "Escuro" | ||
| } | ||
| }, | ||
| "language": { | ||
| "label": "Idioma" | ||
| } | ||
| } |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| { | ||
| "description": { | ||
| "storage": "Para usar serviços de sincronização como iCloud Drive, Google Drive ou Dropbox, basta mover o armazenamento para as pastas sincronizadas correspondentes", | ||
| "migrate": { | ||
| "1": "Para migrar do massCode versão 1.0 selecione a pasta que contém os arquivos do banco de dados.", | ||
| "2": "Para migrar do SnippetsLab selecione o arquivo JSON.", | ||
| "3": [ | ||
| "Algumas Limitações. Durante a migração do SnippetsLab:", | ||
| "Todas as pastas serão de primeiro nível, pois o arquivo JSON (abaixo da v2.1) não representa pastas aninhadas.", | ||
| "Trechos com idiomas não suportados serão definidos como texto simples padrão." | ||
| ] | ||
| }, | ||
| "htmlCssPreview": "Adicione fragmentos com linguagens HTML e CSS para visualizar o resultado." | ||
| }, | ||
| "success": { | ||
| "migrate": "Banco de dados migrado com sucesso." | ||
| }, | ||
| "error": { | ||
| "folderNotContainDb": "Pasta não contém \"db.json\"." | ||
| }, | ||
| "unsponsored": "Não patrocinado", | ||
| "supportMessage": "Oi, Anton aqui 👋<br><br>\nObrigado por usar o massCode. Se você achar este aplicativo útil, por favor {{-tagStart}} doe {{-tagEnd}}. Isso me inspirará a continuar o desenvolvimento do projeto.", | ||
| "snippetsShowcase": "Exibir Snippets" | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.