refactor i18n
This commit is contained in:
39
i18n/i18n.json
Normal file
39
i18n/i18n.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user