diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-01 02:28:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-01 02:28:20 +0000 |
commit | f2101487a0a32cd5be5068329a2c7cd6d8a1583f (patch) | |
tree | 0881be84f22fc59f378b6b06d23e86c848e8042c /apps/user_ldap/l10n/zh_TW.js | |
parent | 4fc002a3a5b78bb7b832829dc9cf2c16f897263b (diff) | |
download | nextcloud-server-f2101487a0a32cd5be5068329a2c7cd6d8a1583f.tar.gz nextcloud-server-f2101487a0a32cd5be5068329a2c7cd6d8a1583f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/zh_TW.js')
-rw-r--r-- | apps/user_ldap/l10n/zh_TW.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/user_ldap/l10n/zh_TW.js b/apps/user_ldap/l10n/zh_TW.js index 209439707c9..9306caf4edb 100644 --- a/apps/user_ldap/l10n/zh_TW.js +++ b/apps/user_ldap/l10n/zh_TW.js @@ -49,17 +49,13 @@ OC.L10N.register( "Consider narrowing your search, as it encompassed many users, only the first one of whom will be able to log in." : "考慮縮小範圍,因為其涵蓋了許多使用者,但只有第一個才能登入。", "An unspecified error occurred. Please check log and settings." : "發生不明錯誤。請檢查紀錄檔與設定。", "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "搜尋過濾條件無效,可能是語法問題引起的,如括號不對稱等。請修改。", - "A connection error to LDAP / AD occurred, please check host, port and credentials." : "發生 LDAP / AD 的連線錯誤,請檢查主機、連接埠與憑證。", - "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "「%uid」佔位字串遺失。查詢 LDAP / AD 時將會使用登入名稱取代。", "Please provide a login name to test against" : "請提供登入名稱以便再次測試", - "The group box was disabled, because the LDAP / AD server does not support memberOf." : "因為 LDAP / AD 伺服器不支援 memberOf,所以停用群組盒。", "Password change rejected. Hint: " : "密碼變更被拒絕。提示:", "Please login with the new password" : "請以新密碼登入", "LDAP User backend" : "LDAP 使用者後端", "Your password will expire tomorrow." : "您的密碼將於明天到期。", "Your password will expire today." : "您的密碼將於今天到期。", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["您的密碼將於%n天後到期。"], - "LDAP / AD integration" : "LDAP / AD 整合", "_%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 設定中自行指定。", @@ -81,9 +77,6 @@ OC.L10N.register( "The filter specifies which LDAP groups shall have access to the %s instance." : "過濾條件指定哪些 LDAP 群組有存取 %s 的權限。", "Verify settings and count the groups" : "驗證設定並計算群組", "When logging in, %s will find the user based on the following attributes:" : "登入時,%s 將會根據以下屬性尋找使用者:", - "LDAP / AD Username:" : "LDAP / AD 使用者名稱:", - "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "允許使用 LDAP / AD 使用者名稱登入,可以是 \"uid\" 或 \"sAMAccountName\"。", - "LDAP / AD Email Address:" : "LDAP / AD 電子郵件地址:", "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "允許使用電子郵件屬性登入。允許使用 “mail” 與 “mailPrimaryAddress”。", "Other Attributes:" : "其他屬性:", "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "定義要套用的過濾條件,試圖登入時。\"%%uid\" 會在登入動作時取代使用者名稱。範例:\"uid=%%uid\"", @@ -190,6 +183,13 @@ OC.L10N.register( "Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "使用者名稱用於儲存並指派詮釋資料。為了精確識別並認出使用者,每個 LDAP 使用者都將會有內部使用者名稱。這需要從使用者名稱到 LDAP 使用者的映射。已建立的使用者名稱會映射到 LDAP 使用者的 UUID。另外,DN 會被快取以減少 LDAP 互動,但不會用於識別。若 DN 變更,將會找到變更。內部使用者名稱將會全面使用。清除映射將會讓到處都是未連結的項目。清除映射對設定並不敏感,其會影響到所有 LDAP 設定!不要在生產環境中清除映射,僅將其用於測試或實驗階段。", "Clear Username-LDAP User Mapping" : "清除使用者名稱-LDAP 使用者映射", "Clear Groupname-LDAP Group Mapping" : "清除群組名稱-LDAP 群組映射", + "A connection error to LDAP / AD occurred, please check host, port and credentials." : "發生 LDAP / AD 的連線錯誤,請檢查主機、連接埠與憑證。", + "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "「%uid」佔位字串遺失。查詢 LDAP / AD 時將會使用登入名稱取代。", + "The group box was disabled, because the LDAP / AD server does not support memberOf." : "因為 LDAP / AD 伺服器不支援 memberOf,所以停用群組盒。", + "LDAP / AD integration" : "LDAP / AD 整合", + "LDAP / AD Username:" : "LDAP / AD 使用者名稱:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "允許使用 LDAP / AD 使用者名稱登入,可以是 \"uid\" 或 \"sAMAccountName\"。", + "LDAP / AD Email Address:" : "LDAP / AD 電子郵件地址:", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "預設情況下,內部使用者名稱將從 UUID 屬性建立。其確保了使用者名稱是唯一且不需要轉換字元。內部使用者名稱的限制是只能使用下列字元:[ a-zA-Z0-9_.@- ]。其他字元會使用其 ASCII 對映或被忽略。發生碰撞時,將會加入數字。內部使用者名稱用於內部識別使用者。其也是使用者家資料夾的預設名稱。也是遠端 URL 的一部分,舉例來說,會用於所有 *DAV 服務。使用此設定,預設的行為將會被覆寫。將其留空會使用預設行為。變更僅對新映射(新增)的 LDAP 使用者有效。" }, "nplurals=1; plural=0;"); |