zh_TW.js 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. OC.L10N.register(
  2. "user_ldap",
  3. {
  4. "Failed to clear the mappings." : "清除映射失敗",
  5. "Failed to delete the server configuration" : "刪除伺服器設定時失敗",
  6. "The configuration is valid and the connection could be established!" : "設定有效且連線可建立",
  7. "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "設定有效但連線無法建立,請檢查伺服器設定與認證資料。",
  8. "Deletion failed" : "移除失敗",
  9. "Take over settings from recent server configuration?" : "要使用最近一次的伺服器設定嗎?",
  10. "Keep settings?" : "維持設定嗎?",
  11. "Cannot add server configuration" : "無法新增伺服器設定",
  12. "mappings cleared" : "映射已清除",
  13. "Success" : "成功",
  14. "Error" : "錯誤",
  15. "Select groups" : "選擇群組",
  16. "Connection test succeeded" : "連線測試成功",
  17. "Connection test failed" : "連線測試失敗",
  18. "Do you really want to delete the current Server Configuration?" : "您真的要刪除現在的伺服器設定嗎?",
  19. "Confirm Deletion" : "確認刪除",
  20. "Server" : "伺服器",
  21. "Group Filter" : "Group Filter",
  22. "Save" : "儲存",
  23. "Test Configuration" : "測試此設定",
  24. "Help" : "說明",
  25. "Add Server Configuration" : "新增伺服器設定",
  26. "Host" : "主機",
  27. "You can omit the protocol, except you require SSL. Then start with ldaps://" : "若您不需要 SSL 加密連線則不需輸入通訊協定,反之請輸入 ldaps://",
  28. "Port" : "連接埠",
  29. "User DN" : "User DN",
  30. "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與密碼欄位留白。",
  31. "Password" : "密碼",
  32. "For anonymous access, leave DN and Password empty." : "匿名連接時請將 DN 與密碼欄位留白",
  33. "One Base DN per line" : "一行一個 Base DN",
  34. "You can specify Base DN for users and groups in the Advanced tab" : "您可以在進階標籤頁裡面指定使用者及群組的 Base DN",
  35. "Back" : "返回",
  36. "Continue" : "繼續",
  37. "Advanced" : "進階",
  38. "<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 模組,後端系統將無法運作,請要求您的系統管理員安裝模組。",
  39. "Connection Settings" : "連線設定",
  40. "Configuration Active" : "設定使用中",
  41. "When unchecked, this configuration will be skipped." : "沒有被勾選時,此設定會被略過。",
  42. "Backup (Replica) Host" : "備用主機",
  43. "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "可以選擇性設定備用主機,必須是 LDAP/AD 中央伺服器的複本。",
  44. "Backup (Replica) Port" : "備用(複本)連接埠",
  45. "Disable Main Server" : "停用主伺服器",
  46. "Turn off SSL certificate validation." : "關閉 SSL 憑證檢查",
  47. "Cache Time-To-Live" : "快取的存活時間",
  48. "in seconds. A change empties the cache." : "以秒為單位。變更後會清空快取。",
  49. "Directory Settings" : "目錄設定",
  50. "User Display Name Field" : "使用者顯示名稱欄位",
  51. "Base User Tree" : "Base User Tree",
  52. "One User Base DN per line" : "一行一個使用者 Base DN",
  53. "User Search Attributes" : "User Search Attributes",
  54. "Optional; one attribute per line" : "非必要,一行一項屬性",
  55. "Group Display Name Field" : "群組顯示名稱欄位",
  56. "Base Group Tree" : "Base Group Tree",
  57. "One Group Base DN per line" : "一行一個 Group Base DN",
  58. "Group Search Attributes" : "Group Search Attributes",
  59. "Group-Member association" : "Group-Member association",
  60. "Special Attributes" : "特殊屬性",
  61. "Quota Field" : "配額欄位",
  62. "Quota Default" : "預設配額",
  63. "in bytes" : "以位元組為單位",
  64. "Email Field" : "電郵欄位",
  65. "User Home Folder Naming Rule" : "使用者家目錄的命名規則",
  66. "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "使用者名稱請留白(預設)。若不留白請指定一個LDAP/AD屬性。",
  67. "Internal Username" : "內部使用者名稱"
  68. },
  69. "nplurals=1; plural=0;");