From 147e475950376ad605a3c287306508a6f98d5644 Mon Sep 17 00:00:00 2001 From: Daniel Gotilla Date: Fri, 24 Jul 2020 18:31:04 +1000 Subject: [PATCH] Including Portuguese Localisation --- i18n/i18n.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/i18n/i18n.json b/i18n/i18n.json index 84581a3..30b5cbd 100644 --- a/i18n/i18n.json +++ b/i18n/i18n.json @@ -1,5 +1,5 @@ { - "languages": ["en", "it", "es", "de"], + "languages": ["en", "it", "es", "de", "pt"], "translations": { "en": { "open_in_": "open in ", @@ -68,6 +68,23 @@ "_default": " mit Standard", "_as_default": " mit Standard", "copy": "kopieren" + }, + "pt": { + "open_in_": "abrir com ", + "cc_": "cc ", + "bcc_": "cco ", + "subject_": "assunto ", + "body_": "corpo ", + "gmail": "Gmail", + "outlook": "Outlook", + "telegram": "Telegram", + "whatsapp": "WhatsApp", + "skype": "Skype", + "call": "ligar", + "open": "abrir", + "_default": " padrão", + "_as_default": " por padrão", + "copy": "copiar" } } }