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

17 lines
382 B
JSON

{
"content": {
"actions": {
"accessibilityLabel": "More actions of this image",
"accessibilityHint": "You can save or share this image"
},
"options": {
"save": "Save image",
"share": "Share image",
"cancel": "$t(common:buttons.cancel)"
},
"save": {
"succeed": "Image saved",
"failed": "Saving image failed"
}
}
}