tooot/src/i18n/en/common.json

33 lines
687 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",
"discard": "Discard",
"continue": "Continue",
2022-12-10 20:19:18 +01:00
"create": "Create",
2022-12-03 15:50:15 +01:00
"delete": "Delete",
2022-12-19 23:06:39 +01:00
"done": "Done",
2023-02-12 14:50:31 +01:00
"confirm": "Confirm",
"add": "Add"
2021-03-28 01:12:26 +01:00
},
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": ", ",
"discard": {
"title": "Change Not Saved",
"message": "Your change has not been saved. Would you discard saving the changes?"
}
2021-03-28 01:12:26 +01:00
}