Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

th.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. }