Skip to content

Commit

Permalink
feat: Add Portuguese(pt) translation (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorochaffs authored Jan 21, 2022
1 parent 940d345 commit d4da3a4
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"es": "Español (es)",
"hi": "हिंदी (hi)",
"it": "Italiano (it)",
"pt": "Portugues (pt)",
"Tab": "Tab",
"Add New Tab": "Add New Tab",
"Edit Active Tab": "Edit Active Tab",
Expand Down
1 change: 1 addition & 0 deletions locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"es": "Español (es)",
"hi": "हिंदी (hi)",
"it": "Italiano (it)",
"pt": "Portugues (pt)",
"Tab": "Pestaña",
"Add New Tab": "Nueva pestaña",
"Edit Active Tab": "Editar pestaña activa",
Expand Down
1 change: 1 addition & 0 deletions locales/hi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"es": "Español (es)",
"hi": "हिंदी (hi)",
"it": "Italiano (it)",
"pt": "Portugues (pt)",
"Tab": "Tab",
"Add New Tab": "नया टैब खोलें",
"Edit Active Tab": "मौजूदा टैब बदलें",
Expand Down
1 change: 1 addition & 0 deletions locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"es": "Español (es)",
"hi": "हिंदी (hi)",
"it": "Italiano (it)",
"pt": "Portugues (pt)",
"Tab": "Scheda",
"Add New Tab": "Aggiungi una nuova scheda",
"Edit Active Tab": "Modifica la scheda attiva",
Expand Down
43 changes: 43 additions & 0 deletions locales/pt/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"&File": "&Arquivo",
"Force &Reload": "Forçar &Recarregamento",
"&Quit": "&Fechar",
"&Edit": "&Editar",
"Undo": "Desfazer",
"Redo": "Refazer",
"Cut": "Cortar",
"Copy": "Copiar",
"Paste": "Colar",
"Select All": "Selecionar Tudo",
"Language": "Idioma",
"en": "English (en)",
"es": "Español (es)",
"hi": "हिंदी (hi)",
"it": "Italiano (it)",
"pt": "Portugues (pt)",
"Tab": "Aba",
"Add New Tab": "Adicionar Nova Aba",
"Edit Active Tab": "Editar Aba Atual",
"Close Active Tab": "Fechar Aba Atual",
"Open Tab DevTools": "Abrir aba de desenvolvedor",
"Restore Tab": "Restaurar Aba",
"Go to Next Tab": "Ir para a proxima aba",
"Go to Previous Tab": "Ir para a aba anterior",
"Go to First Tab": "Ir para a primeira aba",
"Go to Last Tab": "Ir para a ultima aba",
"&View": "&Exibir",
"Toggle Fullscreen": "Trocar tela cheia",
"Toggle Tab Bar": "Trocar barra de abas",
"Themes": "Temas",
"Theme Manager": "Gerenciar Temas",
"&Settings": "&Configuracoes",
"&Help": "&Ajuda",
"&About": "&Sobre",
"Donate": "Doar",
"Check For &Updates": "Procurar por atualizacoes",
"Links": "Links",
"Report Bugs/Issues": "Reportar Bugs/Questoes",
"Website": "Site",
"Repository": "Repositorio",
"Open &DevTools": "Abrir &Ferramentas de desenvolvedor"
}
Empty file.

0 comments on commit d4da3a4

Please sign in to comment.