From 9acb8b856b5bb3bf21deaca338df8ba5cb2743d1 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Thu, 3 Feb 2022 17:34:09 +0100 Subject: [PATCH] New translations common.json (Vietnamese) --- src/i18n/vi/common.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/i18n/vi/common.json diff --git a/src/i18n/vi/common.json b/src/i18n/vi/common.json new file mode 100644 index 00000000..813185d7 --- /dev/null +++ b/src/i18n/vi/common.json @@ -0,0 +1,21 @@ +{ + "buttons": { + "apply": "Áp dụng", + "cancel": "Hủy bỏ" + }, + "customEmoji": { + "accessibilityLabel": "Tùy chỉnh emoji {{emoji}}" + }, + "message": { + "success": { + "message": "Đã {{function}} xong!" + }, + "warning": { + "message": "" + }, + "error": { + "message": "{{function}} thất bại, xin thử lại sau" + } + }, + "separator": ", " +} \ No newline at end of file