diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-04-10 00:12:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-04-10 00:12:10 +0000 |
commit | 323ee3cbdc420f1009b6eb64b2df0f878ff39a14 (patch) | |
tree | fd370a332259b18c94a7cd5855f157efdfed3da3 /core/l10n/ru.js | |
parent | c4c6943c1ede4fc3f31c08fd52434de4478ea5f5 (diff) | |
download | nextcloud-server-323ee3cbdc420f1009b6eb64b2df0f878ff39a14.tar.gz nextcloud-server-323ee3cbdc420f1009b6eb64b2df0f878ff39a14.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ru.js')
-rw-r--r-- | core/l10n/ru.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 7360548bc8a..49993f6a2bd 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -277,11 +277,10 @@ OC.L10N.register( "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "С этого IP адреса было выполнено множество неудачных попыток входа. Следующую попытку входа в систему можно будет выполнить через 30 секунд.", "Forgot password?" : "Забыли пароль?", "Back to login" : "Авторизоваться повторно", + "App token" : "Токен приложения", + "Grant access" : "Предоставить доступ", "Account access" : "Доступ к аккаунту", "You are about to grant %s access to your %s account." : "Вы собираетесь предоставить пользователю %s доступ к вашему аккаунту %s.", - "Grant access" : "Предоставить доступ", - "App token" : "Токен приложения", - "Alternative login using app token" : "Альтернативный вход с токеном приложения", "Redirecting …" : "Перенаправление…", "New password" : "Новый пароль", "New Password" : "Новый пароль", @@ -341,6 +340,7 @@ OC.L10N.register( "Stay logged in" : "Оставаться в системе", "Alternative Logins" : "Альтернативные имена пользователя", "You are about to grant \"%s\" access to your %s account." : "Вы собираетесь предоставить «%s» доступ ко своей учётной записи %s.", + "Alternative login using app token" : "Альтернативный вход с токеном приложения", "You are accessing the server from an untrusted domain." : "Вы пытаетесь получить доступ к серверу с недоверенного домена.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Обратитесь к администратору. Если вы являетесь администратором этого сервера, измените значение параметра «trusted_domains» в файле «config/config.php». Пример настройки можно найти в файле «config/config.sample.php».", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "В зависимости от конфигурации, вы, как администратор, можете также добавить домен в список доверенных при помощи кнопки, расположенной ниже.", |