tooot/src/i18n/en/common.json

22 lines
381 B
JSON
Raw Normal View History

2021-03-28 01:12:26 +01:00
{
"buttons": {
"OK": "OK",
2021-03-28 01:12:26 +01:00
"apply": "Apply",
"cancel": "Cancel"
},
2021-04-09 21:43:12 +02:00
"customEmoji": {
"accessibilityLabel": "Custom emoji {{emoji}}"
},
2021-03-28 23:31:10 +02:00
"message": {
2021-03-28 01:12:26 +01:00
"success": {
"message": "{{function}} succeed"
},
"warning": {
"message": ""
},
"error": {
"message": "{{function}} failed, please retry"
}
},
"separator": ", "
}