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

16 lines
417 B
JSON

{
"content": {
"actions": {
"accessibilityLabel": "この画像に対するほかのアクション",
"accessibilityHint": "この画像を保存または共有できます"
},
"options": {
"save": "画像を保存",
"share": "画像を共有"
},
"save": {
"succeed": "画像を保存しました",
"failed": "画像の保存に失敗しました"
}
}
}