From 44d125c9bfb98ec9013611e09351353011632171 Mon Sep 17 00:00:00 2001 From: WindoX <45999317+cosminwindox@users.noreply.github.com> Date: Thu, 9 May 2024 21:47:47 +0100 Subject: [PATCH] chore(locales): create pt.json (#575) --- locales/pt.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 locales/pt.json diff --git a/locales/pt.json b/locales/pt.json new file mode 100644 index 00000000..55eaae35 --- /dev/null +++ b/locales/pt.json @@ -0,0 +1,32 @@ +{ + "language": "Português", + "ui": { + "cancel": "Cancelar", + "close": "Fechar", + "confirm": "Confirmar", + "more": "Mais...", + "settings": { + "locale": "Mudar idioma", + "locale_description": "Idioma atual: ${language} (%s)", + "notification_audio": "Áudio de notificações", + "notification_position": "Posição das notificações" + }, + "position": { + "bottom": "Em baixo", + "bottom-left": "Em baixo à esquerda", + "bottom-right": "Em baixo à direita", + "center-left": "Centro-esquerda", + "center-right": "Centro-direita", + "top": "Em cima", + "top-left": "Em cima à esquerda", + "top-right": "Em cima à direita" + } + }, + "open_radial_menu": "Abrir menu radial", + "cancel_progress": "Cancelar barra de progresso atual", + "txadmin_announcement": "Anúncio do servidor por %s", + "txadmin_dm": "Mensagem direta de %s", + "txadmin_warn": "Foste avisado por %s", + "txadmin_warn_content": "%s \nID da ação: %s", + "txadmin_scheduledrestart": "Reinício agendado" +}