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

17 lines
462 B
JSON

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