diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-20 02:29:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-20 02:29:13 +0000 |
commit | 8799098d1f99bf9d132296150635a293736b34fb (patch) | |
tree | 11f07bfbdac6aff3f84afc03b7484a439a70e6fe /apps/user_ldap | |
parent | 09cb9c78e70f23535f17549afc9400f2bb54a8e8 (diff) | |
download | nextcloud-server-8799098d1f99bf9d132296150635a293736b34fb.tar.gz nextcloud-server-8799098d1f99bf9d132296150635a293736b34fb.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/ru.js | 1 | ||||
-rw-r--r-- | apps/user_ldap/l10n/ru.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ru.js b/apps/user_ldap/l10n/ru.js index d3cd31d10ff..97971f66a7c 100644 --- a/apps/user_ldap/l10n/ru.js +++ b/apps/user_ldap/l10n/ru.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 для данного имени пользователя и текущего фильтра LDAP", "Verify settings" : "Проверить настройки", "%s. Server:" : "Сервер %s:", "Add a new configuration" : "Добавить новую конфигурацию", diff --git a/apps/user_ldap/l10n/ru.json b/apps/user_ldap/l10n/ru.json index cae3ff63594..be7e9783f68 100644 --- a/apps/user_ldap/l10n/ru.json +++ b/apps/user_ldap/l10n/ru.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 для данного имени пользователя и текущего фильтра LDAP", "Verify settings" : "Проверить настройки", "%s. Server:" : "Сервер %s:", "Add a new configuration" : "Добавить новую конфигурацию", |