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.
nextcloud-server/apps/user_ldap/l10n/th_TH.php

54 lines
6.6 KiB

<?php
$TRANSLATIONS = array(
"Failed to delete the server configuration" => "การลบการกำหนดคาเซฟเวอรมเหลว",
"The configuration is valid and the connection could be established!" => "การกำหนดคาถกตองและการเชอมตอสามารถเชอมตอได!",
"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "การกำหนดคาถกตอง, แตการผกขอมลลมเหลว, กรณาตรวจสอบการตงคาเซฟเวอรและขอมลการเขาใชงาน",
"Deletion failed" => "การลบทงลมเหลว",
"Keep settings?" => "รกษาการตงคาไว?",
"Cannot add server configuration" => "ไมสามารถเพมคากำหนดเซฟเวอรได",
"Success" => "เสรจสน",
"Error" => "ขอผดพลาด",
"Select groups" => "เลอกกลม",
"Connection test succeeded" => "ทดสอบการเชอมตอสำเรจ",
"Connection test failed" => "ทดสอบการเชอมตอลมเหลว",
"Do you really want to delete the current Server Configuration?" => "คณแนใจแลวหรอวาตองการลบการกำหนดคาเซฟเวอรจจนทงไป?",
"Confirm Deletion" => "ยนยนการลบทง",
"_%s group found_::_%s groups found_" => array(""),
"_%s user found_::_%s users found_" => array(""),
"Save" => "บนทก",
"Help" => "ชวยเหลอ",
"Add Server Configuration" => "เพมการกำหนดคาเซฟเวอร",
"Host" => "โฮสต",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "คณสามารถปลอยชองโปรโตคอลเวนไวได, ยกเวนกรณณตองการใช SSL จากนนเรมตนดวย ldaps://",
"Port" => "พอรต",
"User DN" => "DN ของผใชงาน",
"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 และ รหสผานเอาไว",
"Password" => "รหสผาน",
"For anonymous access, leave DN and Password empty." => "สำหรบการเขาถงโดยบคคลนรนาม ใหเวนวาง DN และรหสผานไว",
"One Base DN per line" => "หนง Base DN ตอบรรทด",
"You can specify Base DN for users and groups in the Advanced tab" => "คณสามารถระบ DN หลกสำหรบผใชงานและกลมตางๆในแทบขนสงได",
"Back" => "ยอนกลบ",
"<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 ยงไมไดกตดตง, ระบบดานหลงจะไมสามารถทำงานได กรณาตดตอผแลระบบของคณเพอทำการตดตงโมดลดงกลาว",
"Connection Settings" => "ตงคาการเชอมตอ",
"User Login Filter" => "ตวกรองขอมลการเขาสระบบของผใชงาน",
"Disable Main Server" => "ปดใชงานเซฟเวอรหลก",
"Case insensitve LDAP server (Windows)" => "เซฟเวอร LDAP ประเภท Case insensitive (วนโดวส)",
"Turn off SSL certificate validation." => "ปดใชงานการตรวจสอบความถกตองของใบรบรองความปลอดภย SSL",
"in seconds. A change empties the cache." => "ในอกไมนาท ระบบจะเปลยนแปลงขอมลในแคชใหางเปลา",
"Directory Settings" => "ตงคาไดเรกทอร",
"User Display Name Field" => "ชองแสดงชอผใชงานทองการ",
"Base User Tree" => "รายการผใชงานหลกแบบ Tree",
"One User Base DN per line" => "หนง User Base DN ตอบรรทด",
"User Search Attributes" => "คณลกษณะการคนหาชอผใช",
"Optional; one attribute per line" => "ตวเลอกเพมเตม; หนงคณลกษณะตอบรรทด",
"Group Display Name Field" => "ชองแสดงชอกลมทองการ",
"Base Group Tree" => "รายการกลมหลกแบบ Tree",
"One Group Base DN per line" => "หนง Group Base DN ตอบรรทด",
"Group Search Attributes" => "คณลกษณะการคนหาแบบกลม",
"Group-Member association" => "ความสมพนธของสมาชกในกลม",
"Special Attributes" => "คณลกษณะพเศษ",
"in bytes" => "ในหนวยไบต",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "เวนวางไวสำหรบ ชอผใช (คาเรมตน) หรอไมกรณาระบณลกษณะของ LDAP/AD"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";