From 860d7ca68b44e286ab7e006b89475b91fdb1bae5 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 4 Feb 2022 16:28:30 +0100 Subject: [PATCH] New translations imageViewer.json (Vietnamese) --- src/i18n/vi/screens/imageViewer.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/i18n/vi/screens/imageViewer.json diff --git a/src/i18n/vi/screens/imageViewer.json b/src/i18n/vi/screens/imageViewer.json new file mode 100644 index 00000000..a815b0cd --- /dev/null +++ b/src/i18n/vi/screens/imageViewer.json @@ -0,0 +1,17 @@ +{ + "content": { + "actions": { + "accessibilityLabel": "Thêm hành động cho ảnh này", + "accessibilityHint": "Bạn có thể lưu hoặc chia sẻ ảnh này" + }, + "options": { + "save": "Lưu ảnh", + "share": "Chia sẻ ảnh", + "cancel": "$t(common:buttons.cancel)" + }, + "save": { + "succeed": "Đã lưu ảnh", + "failed": "Lưu ảnh thất bại" + } + } +} \ No newline at end of file