tooot/src/i18n/it/common.json

22 lines
413 B
JSON
Raw Normal View History

2022-05-13 16:45:23 +02:00
{
"buttons": {
2022-05-13 19:21:38 +02:00
"OK": "OK",
2022-05-13 16:45:23 +02:00
"apply": "Applica",
"cancel": "Annulla"
},
"customEmoji": {
"accessibilityLabel": "Emoji personalizzata {{emoji}}"
},
"message": {
"success": {
"message": "{{function}} eseguito con successo"
},
"warning": {
"message": ""
},
"error": {
"message": "{{function}} fallito, per favore riprova"
}
},
2022-05-13 19:21:38 +02:00
"separator": ", "
2022-05-13 19:13:27 +02:00
}