From 12cc7539033138cde5882faffa45427ade8775a4 Mon Sep 17 00:00:00 2001 From: tien0412 <75519924+tien0412@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:29:42 +0700 Subject: [PATCH 1/2] finish translation for vi.js --- src/gui/src/i18n/translations/vi.js | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/gui/src/i18n/translations/vi.js b/src/gui/src/i18n/translations/vi.js index 759b9ecf3..0918143f0 100644 --- a/src/gui/src/i18n/translations/vi.js +++ b/src/gui/src/i18n/translations/vi.js @@ -350,22 +350,22 @@ const vi = { // *********************************** // Missing translations // *********************************** - "change": undefined, // In English: "Change" - "clock_visibility": undefined, // In English: "Clock Visibility" - "plural_suffix": undefined, // In English: "s" - "reading": undefined, // In English: "Reading %strong%" - "writing": undefined, // In English: "Writing %strong%" - "unzipping": undefined, // In English: "Unzipping %strong%" - "sequencing": undefined, // In English: "Sequencing %strong%" - "zipping": undefined, // In English: "Zipping %strong%" - "Editor": undefined, // In English: "Editor" - "Viewer": undefined, // In English: "Viewer" - "People with access": undefined, // In English: "People with access" - "Share With…": undefined, // In English: "Share With…" - "Owner": undefined, // In English: "Owner" - "You can't share with yourself.": undefined, // In English: "You can't share with yourself." - "This user already has access to this item": undefined, // In English: "This user already has access to this item" + "change": 'Thay đổi', // In English: "Change" + "clock_visibility": 'ẩn/hiện đồng hồ', // In English: "Clock Visibility" + "plural_suffix": 'các', // In English: "s" + "reading": 'Đang đọc %strong%', // In English: "Reading %strong%" + "writing": 'Đang ghi dữ liệu %strong%', // In English: "Writing %strong%" + "unzipping": 'Đang giải nén %strong%', // In English: "Unzipping %strong%" + "sequencing": 'Đang đánh thứ tự %strong%', // In English: "Sequencing %strong%" + "zipping": 'Đang nén %strong%', // In English: "Zipping %strong%" + "Editor": 'Người chỉnh sửa', // In English: "Editor" + "Viewer": 'Người xem', // In English: "Viewer" + "People with access": 'Người dùng có quyền truy cập', // In English: "People with access" + "Share With…": 'Chia sẻ với...', // In English: "Share With…" + "Owner": 'Người sở hữu', // In English: "Owner" + "You can't share with yourself.": 'Bạn không thể tự chia sẻ với chính mình', // In English: "You can't share with yourself." + "This user already has access to this item": 'Người dùng này đã có sẵn quyền truy cập cho mục này', // In English: "This user already has access to this item" } }; -export default vi; \ No newline at end of file +export default vi; From 4d0d8e125b220ecd3ac64e2ec9d740aa6f0e727a Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Wed, 20 Nov 2024 19:49:26 -0800 Subject: [PATCH 2/2] Update vi.js --- src/gui/src/i18n/translations/vi.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/src/i18n/translations/vi.js b/src/gui/src/i18n/translations/vi.js index 0918143f0..bf132e03c 100644 --- a/src/gui/src/i18n/translations/vi.js +++ b/src/gui/src/i18n/translations/vi.js @@ -347,9 +347,6 @@ const vi = { login2fa_recovery_back: 'Quay lại', login2fa_recovery_placeholder: 'XXXXXXXX', - // *********************************** - // Missing translations - // *********************************** "change": 'Thay đổi', // In English: "Change" "clock_visibility": 'ẩn/hiện đồng hồ', // In English: "Clock Visibility" "plural_suffix": 'các', // In English: "s"