Merge pull request #50 from dgotilla/patch-1

Including Portuguese Localisation
This commit is contained in:
Matteo Manzinello 2020-07-24 10:45:59 +02:00 committed by GitHub
commit 91e51eb03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"languages": ["en", "it", "es", "de", "fr"], "languages": ["en", "it", "es", "de", "fr", "pt"],
"translations": { "translations": {
"en": { "en": {
"open_in_": "open in ", "open_in_": "open in ",
@ -68,6 +68,18 @@
"_default": " mit Standard", "_default": " mit Standard",
"_as_default": " mit Standard", "_as_default": " mit Standard",
"copy": "kopieren" "copy": "kopieren"
},
"pt": {
"open_in_": "abrir com ",
"cc_": "cc ",
"bcc_": "cco ",
"subject_": "assunto ",
"body_": "corpo ",
"call": "ligar",
"open": "abrir",
"_default": " padrão",
"_as_default": " por padrão",
"copy": "copiar"
}, },
"fr": { "fr": {
"open_in_": "Ouvrir dans ", "open_in_": "Ouvrir dans ",
@ -86,5 +98,4 @@
"_as_default": " par défaut", "_as_default": " par défaut",
"copy": "Copier" "copy": "Copier"
} }
}
} }