diff options
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!" : "Загрузите что-нибудь или синхронизируйте со своими устройствами!", |