tooot/src/i18n/en/screens.json

18 lines
539 B
JSON
Raw Normal View History

2021-03-28 23:31:10 +02:00
{
"screenshot": {
"title": "Privacy Protection",
"message": "Please do not disclose other user's identity, such as username, avatar, etc. Thank you!",
"button": "Confirm"
},
"localCorrupt": {
"message": "Login expired, please login again"
},
"pushError": {
"message": "Push service error",
"description": "Please re-enable push notification in settings"
2022-05-05 23:08:29 +02:00
},
"shareError": {
"imageNotSupported": "Image type {{type}} not supported",
"videoNotSupported": "Video type {{type}} not supported"
2021-03-28 23:31:10 +02:00
}
}