diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-08-28 02:23:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-08-28 02:23:58 +0000 |
commit | a0e4445cb58233593f6cf3bf8256f0e85938a153 (patch) | |
tree | 1e13eda06e672a68c02c0de989b06a5a8c206c72 /apps/user_ldap | |
parent | 5de5b75ede0cb939d5c8fe1a35cf1bbb4e0aeb8f (diff) | |
download | nextcloud-server-a0e4445cb58233593f6cf3bf8256f0e85938a153.tar.gz nextcloud-server-a0e4445cb58233593f6cf3bf8256f0e85938a153.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/l10n/zh_HK.js | 4 | ||||
-rw-r--r-- | apps/user_ldap/l10n/zh_HK.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/zh_HK.js b/apps/user_ldap/l10n/zh_HK.js index 7497e553c7e..221969351d6 100644 --- a/apps/user_ldap/l10n/zh_HK.js +++ b/apps/user_ldap/l10n/zh_HK.js @@ -60,6 +60,10 @@ OC.L10N.register( "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 整合", + "_%n group found_::_%n groups found_" : ["找到 %n 個群組"], + "> 1000 groups found" : "找到 > 1000 個群組", + "> 1000 users found" : "找到 > 1000 位用戶", + "_%n user found_::_%n users found_" : ["找到 %n 位用戶"], "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", diff --git a/apps/user_ldap/l10n/zh_HK.json b/apps/user_ldap/l10n/zh_HK.json index 18558413c52..c30ba105025 100644 --- a/apps/user_ldap/l10n/zh_HK.json +++ b/apps/user_ldap/l10n/zh_HK.json @@ -58,6 +58,10 @@ "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 整合", + "_%n group found_::_%n groups found_" : ["找到 %n 個群組"], + "> 1000 groups found" : "找到 > 1000 個群組", + "> 1000 users found" : "找到 > 1000 位用戶", + "_%n user found_::_%n users found_" : ["找到 %n 位用戶"], "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", |