diff options
Diffstat (limited to 'apps/user_ldap/l10n/zh_TW.json')
-rw-r--r-- | apps/user_ldap/l10n/zh_TW.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/zh_TW.json b/apps/user_ldap/l10n/zh_TW.json index 60403875d29..a9b62f37b52 100644 --- a/apps/user_ldap/l10n/zh_TW.json +++ b/apps/user_ldap/l10n/zh_TW.json @@ -1,16 +1,49 @@ { "translations": { "Failed to clear the mappings." : "清除映射失敗", "Failed to delete the server configuration" : "刪除伺服器設定時失敗", + "The configuration is invalid: anonymous bind is not allowed." : "設定檔無效: 不允許匿名使者", "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." : "設定有效但連線無法建立,請檢查伺服器設定與認證資料。", + "The configuration is invalid. Please have a look at the logs for further details." : "設定無效,更多細節請參閱 ownCloud 的記錄檔。", + "No action specified" : "沒有指定操作", + "No configuration specified" : "沒有指定設定", + "No data specified" : "沒有指定資料", + " Could not set configuration %s" : "無法設定 %s 為設定值", + "Action does not exist" : "操作不存在", + "Configuration incorrect" : "設定不正確", + "Configuration incomplete" : "設定未完成", + "Configuration OK" : "設定完成", "Select groups" : "選擇群組", + "Select object classes" : "選擇物件", + "Please check the credentials, they seem to be wrong." : "請檢查您的憑證,似乎出了點問題", + "Please specify the port, it could not be auto-detected." : "請您指定您的連接阜,無法自動偵測", + "{nthServer}. Server" : "{nthServer}. 伺服器", + "More than 1.000 directory entries available." : "目前有超過 1.000 個資料夾項目是可以使用的", "Do you really want to delete the current Server Configuration?" : "您真的要刪除現在的伺服器設定嗎?", "Confirm Deletion" : "確認刪除", + "Saving failed. Please make sure the database is in Operation. Reload before continuing." : "存檔失敗,請確認資料庫運作中,請重新讀取一次然後再試一次", + "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大小而定,可能會花一點時間,您確定要切換模式?", + "Select attributes" : "選擇屬性", + "User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "找不到使用者,請檢查您的登入資料以及使用者名稱。驗證(複製貼上到命令提示位元做認證):<br/>", + "User found and settings verified." : "使用者存在,設定值正確", + "An unspecified error occurred. Please check the settings and the log." : "發生預期之外的錯誤,請檢查設定和記錄檔", + "Please provide a login name to test against" : "請提供登入姓名以便再次測試", + "_%s group found_::_%s groups found_" : ["找到 %s 群組"], + "_%s user found_::_%s users found_" : ["找到 %s 使用者"], + "Could not detect user display name attribute. Please specify it yourself in advanced ldap settings." : "無法偵測使用者的顯示名稱,請您自行在ldap設定中指定", + "Could not find the desired feature" : "無法找到所需的功能", + "Invalid Host" : "無效的Host", "Server" : "伺服器", "Users" : "使用者", + "Login Attributes" : "登入的設定", "Groups" : "群組", "Test Configuration" : "測試此設定", "Help" : "說明", + "Only from these groups:" : "只從這些群組:", + "Search groups" : "搜尋群組", + "Available groups" : "可用的群組", + "Selected groups" : "已選擇的群組", + "LDAP Filter:" : "LDAP 過慮器:", "Host" : "主機", "You can omit the protocol, except you require SSL. Then start with ldaps://" : "若您不需要 SSL 加密連線則不需輸入通訊協定,反之請輸入 ldaps://", "Port" : "連接埠", |