From d4da3a41b7197b86d4bd96684c8a98e9cc45ed7d Mon Sep 17 00:00:00 2001 From: Hugo Rocha de Moura <54285732+hugorochaffs@users.noreply.github.com> Date: Fri, 21 Jan 2022 15:12:31 -0300 Subject: [PATCH] feat: Add Portuguese(pt) translation (#185) --- locales/en/translation.json | 1 + locales/es/translation.json | 1 + locales/hi/translation.json | 1 + locales/it/translation.json | 1 + locales/pt/translation.json | 43 +++++++++++++++++++++++++++++ locales/pt/translation.missing.json | 0 6 files changed, 47 insertions(+) create mode 100644 locales/pt/translation.json create mode 100644 locales/pt/translation.missing.json diff --git a/locales/en/translation.json b/locales/en/translation.json index 3d1fb5c6..d4455f8d 100644 --- a/locales/en/translation.json +++ b/locales/en/translation.json @@ -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", diff --git a/locales/es/translation.json b/locales/es/translation.json index 40bb9160..7fcaf23c 100644 --- a/locales/es/translation.json +++ b/locales/es/translation.json @@ -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", diff --git a/locales/hi/translation.json b/locales/hi/translation.json index 4c4d7172..db42d393 100644 --- a/locales/hi/translation.json +++ b/locales/hi/translation.json @@ -14,6 +14,7 @@ "es": "Español (es)", "hi": "हिंदी (hi)", "it": "Italiano (it)", + "pt": "Portugues (pt)", "Tab": "Tab", "Add New Tab": "नया टैब खोलें", "Edit Active Tab": "मौजूदा टैब बदलें", diff --git a/locales/it/translation.json b/locales/it/translation.json index 3d85bd8c..b36e3c67 100644 --- a/locales/it/translation.json +++ b/locales/it/translation.json @@ -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", diff --git a/locales/pt/translation.json b/locales/pt/translation.json new file mode 100644 index 00000000..147fb2cc --- /dev/null +++ b/locales/pt/translation.json @@ -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" +} diff --git a/locales/pt/translation.missing.json b/locales/pt/translation.missing.json new file mode 100644 index 00000000..e69de29b