From c6dd32ea7b7ed892002d5e66cc447ac89d06591f Mon Sep 17 00:00:00 2001 From: Flowerlywind Date: Sun, 31 Aug 2025 05:38:52 +0200 Subject: [PATCH] Translated using Weblate (Vietnamese) Currently translated at 2.5% (40 of 1566 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/vi/ --- apps/client/src/translations/vi/translation.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/apps/client/src/translations/vi/translation.json b/apps/client/src/translations/vi/translation.json index a8eeaedb9..878731e1b 100644 --- a/apps/client/src/translations/vi/translation.json +++ b/apps/client/src/translations/vi/translation.json @@ -1,7 +1,10 @@ { "about": { "homepage": "Trang chủ:", - "title": "Về Trilium Notes" + "title": "Về Trilium Notes", + "app_version": "Phiên bản:", + "db_version": "Phiên bản DB:", + "sync_version": "Phiên bản liên kết:" }, "add_link": { "add_link": "Thêm liên kết", @@ -26,7 +29,8 @@ "close": "Đóng" }, "help": { - "other": "Khác" + "other": "Khác", + "notSet": "chưa được đặt" }, "toast": { "critical-error": { @@ -69,12 +73,16 @@ "add_label": { "add_label": "Thêm nhãn", "label_name_placeholder": "tên nhãn", - "help_text_item2": "hoặc thay đổi giá trị của nhãn có sẵn" + "help_text_item2": "hoặc thay đổi giá trị của nhãn có sẵn", + "new_value_placeholder": "giá trị mới" }, "rename_label": { "rename_label": "Đặt lại tên nhãn" }, "call_to_action": { "dismiss": "Bỏ qua" + }, + "abstract_search_option": { + "remove_this_search_option": "Xoá lựa chọn tìm kiếm này" } }