tooot/src/i18n/en/screens.json

17 lines
514 B
JSON
Raw Normal View History

2021-03-28 23:31:10 +02:00
{
"screenshot": {
"title": "Privacy Protection",
2022-12-19 23:06:39 +01:00
"message": "Please do not disclose other user's identity, such as username, avatar, etc. Thank you!"
2021-03-28 23:31:10 +02:00
},
"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
}
}