diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-11-13 01:12:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-11-13 01:12:40 +0000 |
commit | 5e8482483934e1d39703c1568b532fa26724a6c5 (patch) | |
tree | 033c25346c5eaffd04e973bff1688dae56fd4268 /apps/files/l10n/ru.js | |
parent | 795cc8345db60cc0663ba57a514cafde96bc5339 (diff) | |
download | nextcloud-server-5e8482483934e1d39703c1568b532fa26724a6c5.tar.gz nextcloud-server-5e8482483934e1d39703c1568b532fa26724a6c5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 4d3e3b778ab..ccc47834ea3 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -14,6 +14,7 @@ OC.L10N.register( "Home" : "Главная", "Close" : "Закрыть", "Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»", + "This will stop your current uploads." : "Это действие остановит активные сеансы передачи файлов на сервер. ", "Upload cancelled." : "Выгрузка отменена.", "…" : "…", "Processing files …" : "Обработка файлов…", @@ -21,6 +22,7 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы загружаете {size1}, но только {size2} доступно", "Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует", "Not enough free space" : "Недостаточно свободного места", + "An unknown error has occurred" : "Произошла неизвестная ошибка", "Uploading …" : "Загрузка…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} из {totalSize} ({bitrate})", "Uploading that item is not supported" : "Загрузка этого элемента не поддерживается", @@ -141,6 +143,7 @@ OC.L10N.register( "Show hidden files" : "Показывать скрытые файлы", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Используйте этот адрес для <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">доступа к вашим файлам через WebDAV</a>", + "Toggle grid view" : "Включить или отключить режим просмотра сеткой", "Cancel upload" : "Отменить загрузку", "No files in here" : "Здесь нет файлов", "Upload some content or sync with your devices!" : "Загрузите что-нибудь или синхронизируйте со своими устройствами!", |