From 268d36d18c1b20c90cf8fc7279ac7049e46197e1 Mon Sep 17 00:00:00 2001 From: dab246 Date: Thu, 6 Jul 2023 18:49:17 +0700 Subject: [PATCH] TF-1708 Translating to vietnamese (cherry picked from commit 1dc5a87e986382eb50cb9c4045fea998bfc7c67f) --- lib/l10n/intl_vi.arb | 54 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/lib/l10n/intl_vi.arb b/lib/l10n/intl_vi.arb index dd5d937e9..5c0c28a65 100644 --- a/lib/l10n/intl_vi.arb +++ b/lib/l10n/intl_vi.arb @@ -2903,5 +2903,59 @@ "type": "text", "placeholders_order": [], "placeholders": {} + }, + "connectionError": "Lỗi kết nối", + "@connectionError": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "inboxMailboxDisplayName": "Hộp thư đến", + "@inboxMailboxDisplayName": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "sentMailboxDisplayName": "Đã gửi", + "@sentMailboxDisplayName": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "outboxMailboxDisplayName": "Hộp thư đi", + "@outboxMailboxDisplayName": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "spamMailboxDisplayName": "Thư rác", + "@spamMailboxDisplayName": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "draftsMailboxDisplayName": "Thư nháp", + "@draftsMailboxDisplayName": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "trashMailboxDisplayName": "Thùng rác", + "@trashMailboxDisplayName": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "templatesMailboxDisplayName": "Mẫu", + "@templatesMailboxDisplayName": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "archiveMailboxDisplayName": "Lưu trữ", + "@archiveMailboxDisplayName": { + "type": "text", + "placeholders_order": [], + "placeholders": {} } }