Skip to content

Commit 41e28ba

Browse files
authored
Merge pull request #897 from mark10112/thai-translation
Update th.js
2 parents 03817cd + 73c66be commit 41e28ba

File tree

1 file changed

+18
-21
lines changed
  • src/gui/src/i18n/translations

1 file changed

+18
-21
lines changed

src/gui/src/i18n/translations/th.js

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -344,27 +344,24 @@ const th = {
344344
login2fa_recovery_placeholder: 'XXXXXXXX',
345345

346346

347-
// ***********************************
348-
// Missing translations
349-
// ***********************************
350-
"change": undefined, // In English: "Change"
351-
"clock_visibility": undefined, // In English: "Clock Visibility"
352-
"confirm": undefined, // In English: "Confirm"
353-
"path": undefined, // In English: "Path"
354-
"plural_suffix": undefined, // In English: "s"
355-
"reading": undefined, // In English: "Reading %strong%"
356-
"writing": undefined, // In English: "Writing %strong%"
357-
"save": undefined, // In English: "Save"
358-
"unzipping": undefined, // In English: "Unzipping %strong%"
359-
"sequencing": undefined, // In English: "Sequencing %strong%"
360-
"zipping": undefined, // In English: "Zipping %strong%"
361-
"Editor": undefined, // In English: "Editor"
362-
"Viewer": undefined, // In English: "Viewer"
363-
"People with access": undefined, // In English: "People with access"
364-
"Share With…": undefined, // In English: "Share With…"
365-
"Owner": undefined, // In English: "Owner"
366-
"You can't share with yourself.": undefined, // In English: "You can't share with yourself."
367-
"This user already has access to this item": undefined, // In English: "This user already has access to this item"
347+
"change": 'เปลี่ยนแปลง', // In English: "Change"
348+
"clock_visibility": 'การมองเห็นนาฬิกา', // In English: "Clock Visibility"
349+
"confirm": 'ยืนยัน', // In English: "Confirm"
350+
"path": 'ที่อยู่', // In English: "Path"
351+
"plural_suffix": 's', // In English: "s"
352+
"reading": 'กำลังอ่าน %strong%', // In English: "Reading %strong%"
353+
"writing": 'กำลังเขียน %strong%', // In English: "Writing %strong%"
354+
"save": 'บันทึก', // In English: "Save"
355+
"unzipping": 'กำลังแยก %strong%', // In English: "Unzipping %strong%"
356+
"sequencing": 'กำลังจัดลำดับ %strong%', // In English: "Sequencing %strong%"
357+
"zipping": 'กำลังบีบอัด %strong%', // In English: "Zipping %strong%"
358+
"Editor": 'ตัวแก้ไข', // In English: "Editor"
359+
"Viewer": 'ผู้ชม', // In English: "Viewer"
360+
"People with access": 'บุคคลที่สามารถเข้าถึงได้', // In English: "People with access"
361+
"Share With…": 'แบ่งปันร่วมกับ...', // In English: "Share With…"
362+
"Owner": 'เจ้าของ', // In English: "Owner"
363+
"You can't share with yourself.": 'คุณไม่สามารถแบ่งปันกับตัวเองได้', // In English: "You can't share with yourself."
364+
"This user already has access to this item": 'ผู้ใช้นี้สามารถเข้าถึงรายการนี้ได้แล้ว', // In English: "This user already has access to this item"
368365

369366
}
370367
};

0 commit comments

Comments
 (0)