diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-21 02:27:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-21 02:27:20 +0000 |
commit | f305c65ec522659d1b843c4883daa2c42d9bf0a6 (patch) | |
tree | 9decc99c3d6cc34c2d3edea68212ef8766d2583c /apps/user_ldap | |
parent | 8f59ff880fcc3a90e8eb92292ceefcf36d050733 (diff) | |
download | nextcloud-server-f305c65ec522659d1b843c4883daa2c42d9bf0a6.tar.gz nextcloud-server-f305c65ec522659d1b843c4883daa2c42d9bf0a6.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/l10n/fr.js | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/fr.json | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/zh_TW.js | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/zh_TW.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js index a0c9a79f02c..4cf66266788 100644 --- a/apps/user_ldap/l10n/fr.js +++ b/apps/user_ldap/l10n/fr.js @@ -91,6 +91,7 @@ OC.L10N.register( "Other Attributes:" : "Autres attributs :", "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Définit le filtre à appliquer lors de la tentative de connexion. \"%%uid\" remplace le nom d'utilisateur lors de l'authentification. Exemple: \"uid=%%uid\"", "Test Loginname" : "Loginname de test", + "Attempts to receive a DN for the given loginname and the current login filter" : "Tente de recevoir un DN pour l'identifiant de connexion donné et le filtre de connexion courant.", "Verify settings" : "Tester les paramètres", "%s. Server:" : "%s. Serveur :", "Add a new configuration" : "Ajouter une nouvelle configuration", diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json index bbaaf94c185..23d2174f85e 100644 --- a/apps/user_ldap/l10n/fr.json +++ b/apps/user_ldap/l10n/fr.json @@ -89,6 +89,7 @@ "Other Attributes:" : "Autres attributs :", "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Définit le filtre à appliquer lors de la tentative de connexion. \"%%uid\" remplace le nom d'utilisateur lors de l'authentification. Exemple: \"uid=%%uid\"", "Test Loginname" : "Loginname de test", + "Attempts to receive a DN for the given loginname and the current login filter" : "Tente de recevoir un DN pour l'identifiant de connexion donné et le filtre de connexion courant.", "Verify settings" : "Tester les paramètres", "%s. Server:" : "%s. Serveur :", "Add a new configuration" : "Ajouter une nouvelle configuration", diff --git a/apps/user_ldap/l10n/zh_TW.js b/apps/user_ldap/l10n/zh_TW.js index 658a213096b..cf214dcf31f 100644 --- a/apps/user_ldap/l10n/zh_TW.js +++ b/apps/user_ldap/l10n/zh_TW.js @@ -91,6 +91,7 @@ OC.L10N.register( "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\"", "Test Loginname" : "測試登入名稱", + "Attempts to receive a DN for the given loginname and the current login filter" : "嘗試接收指定登入名稱與目前登入過濾條件的 DN", "Verify settings" : "驗證設定", "%s. Server:" : "%s. 伺服器:", "Add a new configuration" : "建立一個新的設定", diff --git a/apps/user_ldap/l10n/zh_TW.json b/apps/user_ldap/l10n/zh_TW.json index af38745271a..9fc73aa1f1f 100644 --- a/apps/user_ldap/l10n/zh_TW.json +++ b/apps/user_ldap/l10n/zh_TW.json @@ -89,6 +89,7 @@ "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\"", "Test Loginname" : "測試登入名稱", + "Attempts to receive a DN for the given loginname and the current login filter" : "嘗試接收指定登入名稱與目前登入過濾條件的 DN", "Verify settings" : "驗證設定", "%s. Server:" : "%s. 伺服器:", "Add a new configuration" : "建立一個新的設定", |