UNPKG

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