translationsNew (#5015)

# Description of Changes

<!--
Please provide a summary of the changes, including:

- What was changed
- Why the change was made
- Any challenges encountered

Closes #(issue_number)
-->

---

## Checklist

### General

- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md)
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md)
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md)
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings

### Documentation

- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/)
(if functionality has heavily changed)
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags)
(for new translation tags only)

### Translations (if applicable)

- [ ] I ran
[`scripts/counter_translation.py`](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/docs/counter_translation.md)

### UI Changes (if applicable)

- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)

### Testing (if applicable)

- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md#6-testing)
for more details.
This commit is contained in:
Anthony Stirling
2025-11-25 21:25:16 +00:00
committed by GitHub
parent e6db57e031
commit 8f1bef7f46
39 changed files with 2493 additions and 153 deletions
+64 -4
View File
@@ -317,6 +317,46 @@
}
},
"settings": {
"preferences": {
"title": "ค่ากำหนด"
},
"workspace": {
"title": "พื้นที่ทำงาน",
"people": "สมาชิก",
"teams": "ทีม"
},
"configuration": {
"title": "การกำหนดค่า",
"systemSettings": "การตั้งค่าระบบ",
"features": "ฟีเจอร์",
"endpoints": "Endpoints",
"database": "ฐานข้อมูล",
"advanced": "ขั้นสูง"
},
"securityAuth": {
"title": "ความปลอดภัยและการยืนยันตัวตน",
"security": "ความปลอดภัย",
"connections": "การเชื่อมต่อ"
},
"licensingAnalytics": {
"title": "สิทธิ์การใช้งานและการวิเคราะห์",
"plan": "แผน",
"audit": "การตรวจสอบ",
"usageAnalytics": "การวิเคราะห์การใช้งาน"
},
"policiesPrivacy": {
"title": "นโยบายและความเป็นส่วนตัว",
"legal": "กฎหมาย",
"privacy": "ความเป็นส่วนตัว"
},
"developer": {
"title": "นักพัฒนา",
"apiKeys": "API Keys"
},
"tooltips": {
"enableLoginFirst": "เปิดใช้งานโหมดเข้าสู่ระบบก่อน",
"requiresEnterprise": "ต้องมีสิทธิ์การใช้งานระดับ Enterprise"
},
"connection": {
"title": "โหมดการเชื่อมต่อ",
"mode": {
@@ -373,7 +413,13 @@
"hideUnavailableConversionsDescription": "ลบตัวเลือกการแปลงที่ถูกปิดใช้งานในเครื่องมือ Convert แทนการแสดงเป็นจาง"
},
"hotkeys": {
"title": "แป้นพิมพ์ลัด",
"description": "ปรับแต่งแป้นพิมพ์ลัดเพื่อเข้าถึงเครื่องมือได้รวดเร็ว คลิก \"Change shortcut\" แล้วกดปุ่มลัดชุดใหม่ กด Esc เพื่อยกเลิก",
"errorConflict": "ปุ่มลัดถูกใช้โดย {{tool}} แล้ว",
"errorModifier": {
"mac": "ให้มี ⌘ (Command), ⌥ (Option) หรือปุ่มดัดแปลงอื่นในชุดแป้นลัดของคุณ",
"windows": "ให้มี Ctrl, Alt หรือปุ่มดัดแปลงอื่นในชุดแป้นลัดของคุณ"
},
"searchPlaceholder": "ค้นหาเครื่องมือ...",
"none": "ไม่ได้กำหนด",
"customBadge": "กำหนดเอง",
@@ -4036,7 +4082,8 @@
},
"languages": {
"label": "ภาษาที่มีให้ใช้",
"description": "ภาษาที่ผู้ใช้สามารถเลือกได้ (ปล่อยว่างเพื่อเปิดใช้ทุกภาษา)"
"description": "ภาษาที่ผู้ใช้สามารถเลือกได้ (ปล่อยว่างเพื่อเปิดใช้ทุกภาษา)",
"placeholder": "เลือกภาษา"
},
"customMetadata": {
"label": "ข้อมูลเมตาแบบกำหนดเอง",
@@ -4061,7 +4108,9 @@
"label": "สไตล์โลโก้",
"description": "เลือกระหว่างโลโก้มินิมอลสมัยใหม่หรือไอคอน S แบบคลาสสิก",
"classic": "คลาสสิก",
"modern": "ทันสมัย"
"classicAlt": "โลโก้แบบคลาสสิก",
"modern": "ทันสมัย",
"modernAlt": "โลโก้แบบสมัยใหม่"
},
"customPaths": {
"label": "พาธแบบกำหนดเอง",
@@ -4303,7 +4352,7 @@
"description": "ใช้การกำหนดค่าฐานข้อมูลของคุณเองแทนฐานข้อมูลฝังตัวเริ่มต้น"
},
"customUrl": {
"label": "Custom Database URL",
"label": "URL ฐานข้อมูลแบบกำหนดเอง",
"description": "สตริงการเชื่อมต่อ JDBC แบบเต็ม (เช่น jdbc:postgresql://localhost:5432/postgres) หากระบุแล้ว การตั้งค่าการเชื่อมต่อรายข้อด้านล่างจะไม่ถูกใช้"
},
"type": {
@@ -4968,7 +5017,16 @@
"config": {
"overview": {
"title": "การกำหนดค่าแอปพลิเคชัน",
"description": "การตั้งค่าและรายละเอียดการกำหนดค่าปัจจุบันของแอปพลิเคชัน"
"description": "การตั้งค่าและรายละเอียดการกำหนดค่าปัจจุบันของแอปพลิเคชัน",
"loading": "กำลังโหลดการกำหนดค่า...",
"error": "ข้อผิดพลาด",
"warning": "คำเตือนการกำหนดค่า",
"sections": {
"basic": "การกำหนดค่าพื้นฐาน",
"security": "การกำหนดค่าความปลอดภัย",
"system": "การกำหนดค่าระบบ",
"integration": "การกำหนดค่าการผสานรวม"
}
},
"account": {
"overview": {
@@ -5342,6 +5400,7 @@
"description": "จัดการทีมและจัดระเบียบสมาชิกในพื้นที่ทำงาน",
"loading": "กำลังโหลดทีม...",
"loadingDetails": "กำลังโหลดรายละเอียดทีม...",
"loadError": "ไม่สามารถโหลดรายละเอียดทีม",
"createNewTeam": "สร้างทีมใหม่",
"teamName": "ชื่อทีม",
"totalMembers": "สมาชิกทั้งหมด",
@@ -5544,6 +5603,7 @@
},
"payment": {
"preparing": "กำลังเตรียมหน้าชำระเงินของคุณ...",
"redirecting": "กำลังเปลี่ยนเส้นทางไปยังการชำระเงินที่ปลอดภัย...",
"upgradeTitle": "อัปเกรดเป็น {{planName}}",
"success": "ชำระเงินสำเร็จ!",
"successMessage": "การสมัครสมาชิกของคุณเปิดใช้งานเรียบร้อยแล้ว คุณจะได้รับอีเมลยืนยันในไม่ช้า",