tooot/src/i18n/en/screens/imageViewer.json

16 lines
337 B
JSON
Raw Normal View History

2021-03-28 01:12:26 +01:00
{
"content": {
2021-04-09 21:43:12 +02:00
"actions": {
"accessibilityLabel": "More actions of this image",
"accessibilityHint": "You can save or share this image"
},
2021-03-28 01:12:26 +01:00
"options": {
"save": "Save image",
"share": "Share image"
2021-03-28 01:12:26 +01:00
},
"save": {
2021-05-09 22:27:12 +02:00
"succeed": "Image saved",
"failed": "Saving image failed"
2021-03-28 01:12:26 +01:00
}
}
}