source: trip-planner-front/node_modules/yargs/locales/th.json@ 8d391a1

Last change on this file since 8d391a1 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "Commands:": "คอมมาน",
3 "Options:": "ออฟชั่น",
4 "Examples:": "ตัวอย่าง",
5 "boolean": "บูลีน",
6 "count": "นับ",
7 "string": "สตริง",
8 "number": "ตัวเลข",
9 "array": "อาเรย์",
10 "required": "จำเป็น",
11 "default:": "ค่าเริ่มต้น",
12 "choices:": "ตัวเลือก",
13 "aliases:": "เอเลียส",
14 "generated-value": "ค่าที่ถูกสร้างขึ้น",
15 "Not enough non-option arguments: got %s, need at least %s": "ใส่อาร์กิวเมนต์ไม่ครบตามจำนวนที่กำหนด: ใส่ค่ามาจำนวน %s ค่า, แต่ต้องการอย่างน้อย %s ค่า",
16 "Too many non-option arguments: got %s, maximum of %s": "ใส่อาร์กิวเมนต์เกินจำนวนที่กำหนด: ใส่ค่ามาจำนวน %s ค่า, แต่ต้องการมากที่สุด %s ค่า",
17 "Missing argument value: %s": {
18 "one": "ค่าอาร์กิวเมนต์ที่ขาดไป: %s",
19 "other": "ค่าอาร์กิวเมนต์ที่ขาดไป: %s"
20 },
21 "Missing required argument: %s": {
22 "one": "อาร์กิวเมนต์จำเป็นที่ขาดไป: %s",
23 "other": "อาร์กิวเมนต์จำเป็นที่ขาดไป: %s"
24 },
25 "Unknown argument: %s": {
26 "one": "อาร์กิวเมนต์ที่ไม่รู้จัก: %s",
27 "other": "อาร์กิวเมนต์ที่ไม่รู้จัก: %s"
28 },
29 "Invalid values:": "ค่าไม่ถูกต้อง:",
30 "Argument: %s, Given: %s, Choices: %s": "อาร์กิวเมนต์: %s, ได้รับ: %s, ตัวเลือก: %s",
31 "Argument check failed: %s": "ตรวจสอบพบอาร์กิวเมนต์ที่ไม่ถูกต้อง: %s",
32 "Implications failed:": "Implications ไม่สำเร็จ:",
33 "Not enough arguments following: %s": "ใส่อาร์กิวเมนต์ไม่ครบ: %s",
34 "Invalid JSON config file: %s": "ไฟล์คอนฟิค JSON ไม่ถูกต้อง: %s",
35 "Path to JSON config file": "พาทไฟล์คอนฟิค JSON",
36 "Show help": "ขอความช่วยเหลือ",
37 "Show version number": "แสดงตัวเลขเวอร์ชั่น",
38 "Did you mean %s?": "คุณหมายถึง %s?"
39}
Note: See TracBrowser for help on using the repository browser.