mailymaily/i18n/i18n.json

40 lines
862 B
JSON

{
"languages": ["en", "it"],
"translations": {
"en": {
"open_in": "open in ",
"cc_": "cc ",
"bcc_": "bcc ",
"subject_": "subject ",
"body_": "body ",
"gmail": "Gmail",
"outlook": "Outlook",
"telegram": "Telegram",
"whatsapp": "WhatsApp",
"skype": "Skype",
"call": "call",
"open": "open",
"_default": " default",
"_as_default": " as default",
"copy": "copy"
},
"it": {
"open_in": "apri con ",
"cc": "cc ",
"bcc": "ccn ",
"subject": "oggetto ",
"body": "testo ",
"gmail": "Gmail",
"outlook": "Outlook",
"telegram": "Telegram",
"whatsapp": "WhatsApp",
"skype": "Skype",
"call": "chiama",
"open": "apri",
"_default": " ",
"_as_default": " ",
"copy": "copia"
}
}
}