From 7e888248d1d3b8499d297657ac8954799ec66281 Mon Sep 17 00:00:00 2001 From: "DESKTOP-Q7DI747\\User" Date: Fri, 22 Nov 2024 02:32:42 +0700 Subject: [PATCH 1/2] thai missing translations --- src/gui/src/i18n/translations/th.js | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/gui/src/i18n/translations/th.js b/src/gui/src/i18n/translations/th.js index 01637c1bd0..3b2b5d7a0f 100644 --- a/src/gui/src/i18n/translations/th.js +++ b/src/gui/src/i18n/translations/th.js @@ -347,24 +347,24 @@ const th = { // *********************************** // Missing translations // *********************************** - "change": undefined, // In English: "Change" - "clock_visibility": undefined, // In English: "Clock Visibility" - "confirm": undefined, // In English: "Confirm" - "path": undefined, // In English: "Path" - "plural_suffix": undefined, // In English: "s" - "reading": undefined, // In English: "Reading %strong%" - "writing": undefined, // In English: "Writing %strong%" - "save": undefined, // In English: "Save" - "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": 'เปลี่ยนแปลง', // In English: "Change" + "clock_visibility": 'การมองเห็นนาฬิกา', // In English: "Clock Visibility" + "confirm": 'ยืนยัน', // In English: "Confirm" + "path": 'ที่อยู่', // In English: "Path" + "plural_suffix": 's', // In English: "s" + "reading": 'กำลังอ่าน %strong%', // In English: "Reading %strong%" + "writing": 'กำลังเขียน %strong%', // In English: "Writing %strong%" + "save": 'บันทึก', // In English: "Save" + "unzipping": 'กำลังแยก %strong%', // In English: "Unzipping %strong%" + "sequencing": 'กำลังจัดลำดับ %strong%', // In English: "Sequencing %strong%" + "zipping": 'กำลังบีบอัด %strong%', // In English: "Zipping %strong%" + "Editor": 'ตัวแก้ไข', // In English: "Editor" + "Viewer": 'ผู้ชม', // In English: "Viewer" + "People with access": 'บุคคลที่สามารถเข้าถึงได้', // In English: "People with access" + "Share With…": 'แบ่งปันร่วมกับ...', // In English: "Share With…" + "Owner": 'เจ้าของ', // In English: "Owner" + "You can't share with yourself.": 'คุณไม่สามารถแบ่งปันกับตัวเองได้', // In English: "You can't share with yourself." + "This user already has access to this item": 'ผู้ใช้นี้สามารถเข้าถึงรายการนี้ได้แล้ว', // In English: "This user already has access to this item" } }; From 73c66bebf7b2b6fd878f617493cda53ef2732bff Mon Sep 17 00:00:00 2001 From: jelveh Date: Thu, 21 Nov 2024 12:08:31 -0800 Subject: [PATCH 2/2] Update th.js --- src/gui/src/i18n/translations/th.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/src/i18n/translations/th.js b/src/gui/src/i18n/translations/th.js index 3b2b5d7a0f..2bcb7d9d77 100644 --- a/src/gui/src/i18n/translations/th.js +++ b/src/gui/src/i18n/translations/th.js @@ -344,9 +344,6 @@ const th = { login2fa_recovery_placeholder: 'XXXXXXXX', - // *********************************** - // Missing translations - // *********************************** "change": 'เปลี่ยนแปลง', // In English: "Change" "clock_visibility": 'การมองเห็นนาฬิกา', // In English: "Clock Visibility" "confirm": 'ยืนยัน', // In English: "Confirm"