From 81a017b3a2e5d982008d1af7fd0c138aca2d4335 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 6 Feb 2022 07:03:16 +0100 Subject: [PATCH] New translations mediaSelector.json (Vietnamese) --- src/i18n/vi/components/mediaSelector.json | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/i18n/vi/components/mediaSelector.json diff --git a/src/i18n/vi/components/mediaSelector.json b/src/i18n/vi/components/mediaSelector.json new file mode 100644 index 00000000..022097e8 --- /dev/null +++ b/src/i18n/vi/components/mediaSelector.json @@ -0,0 +1,28 @@ +{ + "title": "Chọn nguồn", + "options": { + "library": "Từ thiết bị", + "photo": "Chụp ảnh", + "cancel": "$t(common:buttons.cancel)" + }, + "library": { + "alert": { + "title": "Chưa được cấp quyền", + "message": "Bạn cần cấp quyền đọc thư viện ảnh trước", + "buttons": { + "settings": "Cài đặt cập nhật", + "cancel": "$t(common:buttons.cancel)" + } + } + }, + "photo": { + "alert": { + "title": "Chưa cấp quyền", + "message": "Cần cấp quyền sử dụng camera trước", + "buttons": { + "settings": "Cài đặt cập nhật", + "cancel": "$t(common:buttons.cancel)" + } + } + } +} \ No newline at end of file