diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-08-06 02:17:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-08-06 02:17:11 +0000 |
commit | cb1d9cfaf0d142e9d9153d882023ccf2ab2ac615 (patch) | |
tree | d69e3101d2eebfe7ec6d23ef0f551d32541fa218 /core/l10n/ru.js | |
parent | ae9ecd521fbc24f2aa920cc5fb1b9e480bede848 (diff) | |
download | nextcloud-server-cb1d9cfaf0d142e9d9153d882023ccf2ab2ac615.tar.gz nextcloud-server-cb1d9cfaf0d142e9d9153d882023ccf2ab2ac615.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ru.js')
-rw-r--r-- | core/l10n/ru.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 4c3e9ab8ab8..e4bb4fa10d9 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -123,9 +123,6 @@ OC.L10N.register( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Обновление не удалось. Сообщите об этой проблеме <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">сообществу Nextcloud</a>.", "Continue to Nextcloud" : "Перейти в Nextcloud", "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунду.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунды.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунд.","Обновление выполнено успешно. Перенаправление в Nextcloud через %n секунды."], - "Searching other places" : "Выполняется поиск в других местах", - "No search results in other folders for {tag}{filter}{endtag}" : "Нет результатов поиска в других папках для {tag}{filter}{endtag}", - "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} результат в другой папке","{count} результата в другой папке","{count} результатов в другой папке","{count} результатов в других папках"], "Log in" : "Войти", "Logging in …" : "Вход в систему…", "Server side authentication failed!" : "Ошибка аутентификации на стороне сервера!", @@ -168,7 +165,6 @@ OC.L10N.register( "Forgot password?" : "Забыли пароль?", "Log in with a device" : "Войти с устройства", "Back" : "Назад", - "Searching …" : "Поиск…", "Settings" : "Параметры", "Could not load your contacts" : "Ошибка получения контактов", "Search contacts …" : "Поиск контакта…", @@ -433,6 +429,9 @@ OC.L10N.register( "Name..." : "Имя…", "Error removing share" : "Ошибка закрытия общего доступа", "({scope})" : "({scope})", + "Searching other places" : "Выполняется поиск в других местах", + "No search results in other folders for {tag}{filter}{endtag}" : "Нет результатов поиска в других папках для {tag}{filter}{endtag}", + "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} результат в другой папке","{count} результата в другой папке","{count} результатов в другой папке","{count} результатов в других папках"], "Saving..." : "Сохранение…", "Search" : "Найти", "Reset search" : "Очистить поиск", |