th.js 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. OC.L10N.register(
  2. "user_ldap",
  3. {
  4. "Failed to clear the mappings." : "ไม่สามารถล้างการแมป",
  5. "Failed to delete the server configuration" : "ลบการกำหนดค่าเซิร์ฟเวอร์ล้มเหลว",
  6. "No action specified" : "ไม่ได้ระบุการดำเนินการ",
  7. "No configuration specified" : "ไม่ได้ระบุการกำหนดค่า",
  8. "No data specified" : "ไม่ได้ระบุข้อมูล",
  9. " Could not set configuration %s" : "ไม่สามารถกำหนดค่า %s",
  10. "Action does not exist" : "ไม่มีการดำเนินการนี้อยู่",
  11. "Very weak password" : "รหัสผ่านคาดเดาง่ายมาก",
  12. "Weak password" : "รหัสผ่านคาดเดาง่าย",
  13. "So-so password" : "รหัสผ่านระดับพอใช้",
  14. "Good password" : "รหัสผ่านระดับดี",
  15. "Strong password" : "รหัสผ่านคาดเดายาก",
  16. "The Base DN appears to be wrong" : "Base DN ดูเหมือนจะไม่ถูกต้อง",
  17. "Testing configuration…" : "กำลังทดสอบการตั้งค่า...",
  18. "Configuration incorrect" : "การกำหนดค่าไม่ถูกต้อง",
  19. "Configuration incomplete" : "การกำหนดค่าไม่ครบถ้วน",
  20. "Configuration OK" : "การกำหนดค่าใช้งานได้",
  21. "Select groups" : "เลือกกลุ่ม",
  22. "Select object classes" : "เลือกคลาสวัตถุ",
  23. "Please check the credentials, they seem to be wrong." : "กรุณาตรวจสอบข้อมูลประจำตัว ดูเหมือนจะใส่ไม่ถูกต้อง",
  24. "Please specify the port, it could not be auto-detected." : "กรุณาระบุพอร์ต เนื่องจากไม่สามารถตรวจพบโดยอัตโนมัติ",
  25. "Base DN could not be auto-detected, please revise credentials, host and port." : "ไม่สามารถตรวจพบ Base DN โดยอัตโนมัติ กรุณาแก้ไขข้อมูลประจำตัว โฮสต์ และพอร์ต",
  26. "Could not detect Base DN, please enter it manually." : "ไม่สามารถตรวจสอบ Base DN โปรดระบุด้วยตนเอง",
  27. "{nthServer}. Server" : "เซิร์ฟเวอร์ {nthServer}",
  28. "No object found in the given Base DN. Please revise." : "ไม่พบวัตถุใน Base DN ที่ให้ไว้ กรุณาแก้ไข",
  29. "More than 1,000 directory entries available." : "ไดเรกทอรีมีอยู่มากกว่า 1,000 รายการ",
  30. "An error occurred. Please check the Base DN, as well as connection settings and credentials." : "เกิดข้อผิดพลาด กรุณาตรวจสอบ Base DN รวมถึงการตั้งค่าการเชื่อมต่อและข้อมูลประจำตัว",
  31. "Do you really want to delete the current Server Configuration?" : "คุณแน่ใจหรือไม่ว่าต้องการลบการกำหนดค่าเซิร์ฟเวอร์ปัจจุบัน?",
  32. "Confirm Deletion" : "ยืนยันการลบทิ้ง",
  33. "Mappings cleared successfully!" : "ล้างการแมปเรียบร้อยแล้ว",
  34. "Error while clearing the mappings." : "เกิดข้อผิดพลาดขณะล้างการแมป",
  35. "Anonymous bind is not allowed. Please provide a User DN and Password." : "การผูกนิรนามไม่ได้รับอนุญาต กรุณาระบุ DN ของผู้ใช้และรหัสผ่าน",
  36. "LDAP Operations error. Anonymous bind might not be allowed." : "ข้อผิดพลาดในการดำเนินการ LDAP การผูกนิรนามอาจจะไม่ได้รับอนุญาต ",
  37. "Saving failed. Please make sure the database is in Operation. Reload before continuing." : "การบันทึกล้มเหลว โปรดตรวจสอบว่าฐานข้อมูลอยู่ใน Operation โหลดหน้าใหม่ก่อนดำเนินการต่อ",
  38. "Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "การสลับโหมดจะเปิดใช้คิวรี LDAP อัตโนมัติ ซึ่งอาจใช้เวลาสักครู่ขึ้นอยู่กับขนาด LDAP ของคุณ คุณยังต้องการสลับโหมดหรือไม่?",
  39. "Mode switch" : "สลับโหมด",
  40. "Select attributes" : "เลือกแอททริบิวต์",
  41. "User found and settings verified." : "พบผู้ใช้และการตั้งค่าได้รับการตรวจสอบแล้ว",
  42. "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "ตัวกรองการค้นหาไม่ถูกต้อง อาจเป็นเพราะปัญหาไวยากรณ์ เช่น จำนวนวงเล็บเปิดและปิดที่ไม่สม่ำเสมอ กรุณาแก้ไข",
  43. "Please provide a login name to test against" : "โปรดระบุชื่อที่ใช้ในการเข้าสู่ระบบเพื่อทดสอบ",
  44. "Could not find the desired feature" : "ไม่พบคุณลักษณะที่ต้องการ",
  45. "Invalid Host" : "โฮสต์ไม่ถูกต้อง",
  46. "Test Configuration" : "ทดสอบการตั้งค่า",
  47. "Help" : "ช่วยเหลือ",
  48. "Groups meeting these criteria are available in %s:" : "กลุ่มที่เข้าเกณฑ์เหล่านี้มีอยู่ใน %s:",
  49. "Only these object classes:" : "เฉพาะคลาสของวัตถุเหล่านี้:",
  50. "Only from these groups:" : "เฉพาะจากกลุ่มเหล่านี้:",
  51. "Search groups" : "ค้นหากลุ่ม",
  52. "Available groups" : "กลุ่มที่สามารถใช้ได้",
  53. "Selected groups" : "กลุ่มที่เลือก",
  54. "Edit LDAP Query" : "แก้ไขคิวรี LDAP",
  55. "LDAP Filter:" : "ตัวกรอง LDAP:",
  56. "The filter specifies which LDAP groups shall have access to the %s instance." : "ตัวกรองระบุว่ากลุ่ม LDAP ใดบ้างจะสามารถเข้าถึงเซิร์ฟเวอร์ %s",
  57. "When logging in, %s will find the user based on the following attributes:" : "เมื่อเข้าสู่ระบบ %s จะค้นหาผู้ใช้ตามแอททริบิวต์ดังต่อไปนี้:",
  58. "Other Attributes:" : "คุณลักษณะอื่น ๆ:",
  59. "Test Loginname" : "ทดสอบชื่อที่ใช้เข้าสู่ระบบ",
  60. "Verify settings" : "ตรวจสอบการตั้งค่า",
  61. "%s. Server:" : "%s เซิร์ฟเวอร์:",
  62. "Copy current configuration into new directory binding" : "คัดลอกการตั้งค่าปัจจุบันลงในการผูกไดเรกทอรีใหม่",
  63. "Delete the current configuration" : "ลบการกำหนดค่าปัจจุบัน",
  64. "Host" : "โฮสต์",
  65. "Port" : "พอร์ต",
  66. "Detect Port" : "ตรวจจับพอร์ต",
  67. "User DN" : "DN ของผู้ใช้งาน",
  68. "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN ของผู้ใช้ไคลเอ็นต์ที่ต้องการทำการผูก เช่น uid=agent,dc=example,dc=com สำหรับการเข้าถึงโดยบุคคลนิรนาม ให้เว้นว่างช่อง DN และรหัสผ่าน",
  69. "Password" : "รหัสผ่าน",
  70. "For anonymous access, leave DN and Password empty." : "สำหรับการเข้าถึงนิรนาม ให้เว้นช่อง DN และรหัสผ่านไว้",
  71. "One Base DN per line" : "หนึ่ง Base DN ต่อหนึ่งบรรทัด",
  72. "You can specify Base DN for users and groups in the Advanced tab" : "คุณสามารถระบุ Base DN หลักสำหรับผู้ใช้งานและกลุ่มต่าง ๆ ได้ในแท็บขั้นสูง",
  73. "Detect Base DN" : "ตรวจจับ Base DN",
  74. "Test Base DN" : "ทดสอบ Base DN",
  75. "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "หลีกเลี่ยงคำขอ LDAP อัตโนมัติ ดีกว่าสำหรับการตั้งค่าที่มากกว่า แต่ต้องพอมีความรู้เรื่อง LDAP",
  76. "Manually enter LDAP filters (recommended for large directories)" : "ป้อนตัวกรอง LDAP ด้วยตนเอง (แนะนำสำหรับไดเรกทอรีขนาดใหญ่)",
  77. "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "คลาสวัตถุที่พบมากที่สุดสำหรับผู้ใช้มี organizationalPerson, person, user และ inetOrgPerson หากคุณไม่แน่ใจว่าต้องเลือกคลาสวัตถุตัวไหน โปรดปรึกษาผู้ดูแลระบบไดเรกทอรีของคุณ",
  78. "The filter specifies which LDAP users shall have access to the %s instance." : "ตัวกรองระบุว่าผู้ใช้ LDAP ใดบ้างจะสามารถเข้าถึงเซิร์ฟเวอร์ %s",
  79. "Verify settings and count users" : "ตรวจสอบการตั้งค่าและนับจำนวนผู้ใช้",
  80. "Saving" : "กำลังบันทึก",
  81. "Back" : "ย้อนกลับ",
  82. "Continue" : "ดำเนินการต่อ",
  83. "An internal error occurred." : "เกิดข้อผิดพลาดภายใน",
  84. "Please try again or contact your administrator." : "โปรดลองอีกครั้งหรือติดต่อผู้ดูแลระบบของคุณ",
  85. "Current password" : "รหัสผ่านปัจจุบัน",
  86. "New password" : "รหัสผ่านใหม่",
  87. "Wrong password." : "รหัสผ่านไม่ถูกต้อง",
  88. "Cancel" : "ยกเลิก",
  89. "Server" : "เซิร์ฟเวอร์",
  90. "Users" : "ผู้ใช้งาน",
  91. "Login Attributes" : "แอททริบิวต์การเข้าสู่ระบบ",
  92. "Groups" : "กลุ่ม",
  93. "Expert" : "ผู้เชี่ยวชาญ",
  94. "Advanced" : "ขั้นสูง",
  95. "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>คำเตือน:</b> โมดูล PHP LDAP ยังไม่ได้ถูกติดตั้ง แบ็กเอนด์จะไม่สามารถทำงานได้ กรุณาติดต่อให้ผู้ดูแลระบบของคุณทำการติดตั้ง",
  96. "Connection Settings" : "ตั้งค่าการเชื่อมต่อ",
  97. "Configuration Active" : "การกำหนดค่าใช้งานอยู่",
  98. "When unchecked, this configuration will be skipped." : "เมื่อไม่เลือก การกำหนดค่านี้จะถูกข้ามไป",
  99. "Backup (Replica) Host" : "โฮสต์สำรอง (จำลอง) ",
  100. "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "ให้โฮสต์สำรอง (ไม่จำเป็น) ซึ่งต้องเป็นแบบจำลองของเซิร์ฟเวอร์ LDAP/AD หลัก",
  101. "Backup (Replica) Port" : "พอร์ตสำรอง (จำลอง) ",
  102. "Disable Main Server" : "ปิดใช้งานเซิร์ฟเวอร์หลัก",
  103. "Only connect to the replica server." : "เชื่อมต่อกับเซิร์ฟเวอร์แบบจำลองเท่านั้น",
  104. "Turn off SSL certificate validation." : "ปิดใช้งานการตรวจสอบใบรับรอง SSL",
  105. "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "ไม่แนะนำ ควรใช้สำหรับการทดสอบเท่านั้น! ถ้าการเชื่อมต่อใช้งานได้เฉพาะกับตัวเลือกนี้ นำเข้าใบรับรอง SSL ของเซิร์ฟเวอร์ LDAP ในเซิร์ฟเวอร์ %s ของคุณ ",
  106. "Cache Time-To-Live" : "เวลาที่ดำรงอยู่ของแคช",
  107. "in seconds. A change empties the cache." : "ในวินาที การเปลี่ยนค่านี้จะล้างข้อมูลในแคช",
  108. "Directory Settings" : "ตั้งค่าไดเร็กทอรี",
  109. "User Display Name Field" : "ช่องชื่อที่แสดงของผู้ใช้",
  110. "The LDAP attribute to use to generate the user's display name." : "แอททริบิวต์ LDAP เพื่อใช้ในการสร้างชื่อที่แสดงของผู้ใช้",
  111. "2nd User Display Name Field" : "ช่องชื่อที่แสดงของผู้ใช้ที่ 2",
  112. "Base User Tree" : "รายการผู้ใช้งานหลักแบบ Tree",
  113. "One User Base DN per line" : "หนึ่ง Base DN ผู้ใช้ ต่อหนึ่งบรรทัด",
  114. "User Search Attributes" : "คุณลักษณะการค้นหาชื่อผู้ใช้",
  115. "Optional; one attribute per line" : "ตัวเลือกเพิ่มเติม; หนึ่งคุณลักษณะต่อบรรทัด",
  116. "Group Display Name Field" : "ช่องชื่อที่แสดงของกลุ่ม",
  117. "The LDAP attribute to use to generate the groups's display name." : "แอททริบิวต์ LDAP เพื่อใช้ในการสร้างชื่อที่ปรากฏของกลุ่ม",
  118. "Base Group Tree" : "รายการกลุ่มหลักแบบ Tree",
  119. "One Group Base DN per line" : "หนึ่ง Base DN กลุ่ม ต่อหนึ่งบรรทัด",
  120. "Group Search Attributes" : "แอททริบิวต์การค้นหากลุ่ม",
  121. "Group-Member association" : "ความสัมพันธ์ของกลุ่ม-สมาชิก",
  122. "Nested Groups" : "กลุ่มที่ซ้อนกัน",
  123. "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "เมื่อเปิดสวิตซ์ กลุ่มที่มีกลุ่มอยู่ด้านในจะได้รับการสนับสนุน (ใช้ได้เฉพาะถ้าแอททริบิวต์สมาชิกกลุ่มมี DN)",
  124. "Paging chunksize" : "ขนาดกลุ่มเพจ",
  125. "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "ขนาดกลุ่มที่ใช้สำหรับการค้นหา LDAP แบบเพจ ที่อาจส่งคืนผลลัพธ์ขนาดใหญ่ เช่น การนับผู้ใช้หรือกลุ่ม (ตั้งค่าเป็น 0 เพื่อปิดการใช้งานการค้นหา LDAP แบบเพจในสถานการณ์เหล่านั้น)",
  126. "Special Attributes" : "แอททริบิวต์พิเศษ",
  127. "Quota Field" : "ช่องโควต้า",
  128. "Quota Default" : "โควต้าเริ่มต้น",
  129. "Email Field" : "ช่องอีเมล",
  130. "User Home Folder Naming Rule" : "กฎการตั้งชื่อโฮมโฟลเดอร์ของผู้ใช้",
  131. "Internal Username" : "ชื่อผู้ใช้ภายใน",
  132. "Internal Username Attribute:" : "แอททริบิวต์ชื่อผู้ใช้ภายใน:",
  133. "Override UUID detection" : "ยกเว้นการตรวจสอบ UUID",
  134. "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "โดยค่าเริ่มต้น แอททริบิวต์ UUID จะถูกตรวจพบโดยอัตโนมัติ แอททริบิวต์ UUID จะใช้เพื่อระบุผู้ใช้และกลุ่มของ LDAP โดยไม่ต้องสงสัย นอกจากนี้ หากไม่ได้ระบุไว้ข้างต้น ชื่อผู้ใช้ภายในจะถูกสร้างขึ้นโดยใช้ UUID เป็นฐาน คุณสามารถแทนที่การตั้งค่าและส่งแอททริบิวต์ที่คุณเลือกได้ คุณต้องให้แน่ใจว่าแอททริบิวต์ที่คุณเลือกสามารถดึงได้สำหรับทั้งผู้ใช้และกลุ่มและต้องไม่ซ้ำกัน ปล่อยว่างไว้สำหรับรูปแบบการทำงานเริ่มต้น การเปลี่ยนแปลงจะมีผลเฉพาะผู้ใช้ LDAP และกลุ่มที่เพิ่งแมปใหม่ (เพิ่งเพิ่ม)",
  135. "UUID Attribute for Users:" : "แอททริบิวต์ UUID สำหรับผู้ใช้:",
  136. "UUID Attribute for Groups:" : "แอททริบิวต์ UUID สำหรับกลุ่ม:",
  137. "Username-LDAP User Mapping" : "การแมปชื่อผู้ใช้-ผู้ใช้ LDAP",
  138. "Clear Username-LDAP User Mapping" : "ล้างการแมปชื่อผู้ใช้-ผู้ใช้ LDAP",
  139. "Clear Groupname-LDAP Group Mapping" : "ล้างการแมปกลุ่ม Groupname-LDAP"
  140. },
  141. "nplurals=1; plural=0;");