From 9f5c80c2dc4fd5bb23ecbd2a163bd83ad54fed7b Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Wed, 22 Oct 2025 11:15:46 +0200 Subject: [PATCH] Translated using Weblate (Vietnamese) Currently translated at 99.8% (779 of 780 strings) Translation: Linagora/TeamMail Translate-URL: https://hosted.weblate.org/projects/linagora/teammail/vi/ --- lib/l10n/intl_vi.arb | 78 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 77 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_vi.arb b/lib/l10n/intl_vi.arb index 7148a0389..da8f464bf 100644 --- a/lib/l10n/intl_vi.arb +++ b/lib/l10n/intl_vi.arb @@ -3408,7 +3408,7 @@ "placeholders_order": [], "placeholders": {} }, - "noEmailInYourCurrentFolder": "Xin lỗi, không có thư nào ở thư mục hiện tại", + "noEmailInYourCurrentFolder": "Không có thư nào ở thư mục hiện tại", "@noEmailInYourCurrentFolder": { "type": "text", "placeholders_order": [], @@ -5211,5 +5211,81 @@ "type": "text", "placeholders_order": [], "placeholders": {} + }, + "showMoreAttachmentButton": "Hiển thị +{count}", + "@showMoreAttachmentButton": { + "type": "text", + "placeholders_order": [ + "count" + ], + "placeholders": { + "count": {} + } + }, + "hideAttachmentButton": "Ẩn {count}", + "@hideAttachmentButton": { + "type": "text", + "placeholders_order": [ + "count" + ], + "placeholders": { + "count": {} + } + }, + "defaultIdentitySetupSuccessful": "Đã chọn định danh mặc định", + "@defaultIdentitySetupSuccessful": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "storageSettingExplanation": "Kiểm tra dung lượng khả dụng.", + "@storageSettingExplanation": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "storageIsAlmostFullMessage": "Dung lượng lưu trữ sắp đầy. Bạn có thể xóa bớt tệp không cần thiết hoặc đăng ký gói mở rộng để có thêm dung lượng.", + "@storageIsAlmostFullMessage": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "upgradeStorage": "Nâng cấp dung lượng", + "@upgradeStorage": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "storageUsedMessage": "đã dùng {limit}", + "@storageUsedMessage": { + "type": "text", + "placeholders_order": [ + "limit" + ], + "placeholders": { + "limit": {} + } + }, + "storageAvailableMessage": "Khả dụng: {count}", + "@storageAvailableMessage": { + "type": "text", + "placeholders_order": [ + "count" + ], + "placeholders": { + "count": {} + } + }, + "mailHasBeenStarred": "Thư đã được đánh dấu quan trọng", + "@mailHasBeenStarred": { + "type": "text", + "placeholders_order": [], + "placeholders": {} + }, + "mailHasBeenUnstarred": "Thư đã được gỡ quan trọng", + "@mailHasBeenUnstarred": { + "type": "text", + "placeholders_order": [], + "placeholders": {} } }