diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-01 01:06:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-01 01:06:57 +0000 |
commit | 20f45e6fe4626e64df8383d8250acd59c3b290c5 (patch) | |
tree | 748520c090599131488692ea680ffe8e271d9762 /apps/files/l10n/ru.js | |
parent | 357a823457397d3e93ec8cd4dc01fb6859eb0049 (diff) | |
download | nextcloud-server-20f45e6fe4626e64df8383d8250acd59c3b290c5.tar.gz nextcloud-server-20f45e6fe4626e64df8383d8250acd59c3b290c5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index c42cf1da197..bf44222d62e 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -1,12 +1,13 @@ OC.L10N.register( "files", { + "Storage is temporarily not available" : "Хранилище временно недоступно", "Storage invalid" : "Хранилище неисправно", "Unknown error" : "Неизвестная ошибка", "Files" : "Файлы", "All files" : "Все файлы", "Recent" : "Недавние", - "File could not be found" : "Файл не может быть найден", + "File could not be found" : "Невозможно найти файл", "Home" : "Главная", "Close" : "Закрыть", "Favorites" : "Избранное", @@ -15,6 +16,8 @@ OC.L10N.register( "Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить {filename}, так как это либо каталог, либо файл нулевого размера", "Total file size {size1} exceeds upload limit {size2}" : "Полный размер файла {size1} превышает лимит по загрузке {size2}", "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" : "Недостаточно свободного места", "Uploading..." : "Загрузка...", "..." : "...", "{hours}:{minutes}:{seconds} hour{plural_s} left" : "Осталось часов {hours}:{minutes}:{seconds} {plural_s}", @@ -30,6 +33,8 @@ OC.L10N.register( "Actions" : "Действия", "Download" : "Скачать", "Rename" : "Переименовать", + "Move" : "Перенести", + "Target folder" : "Целевая папка", "Delete" : "Удалить", "Disconnect storage" : "Отсоединить хранилище", "Unshare" : "Закрыть доступ", @@ -41,7 +46,7 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "Директория недоступна, пожалуйста проверьте журнал сообщений или свяжитесь с администратором", "Could not move \"{file}\", target exists" : "Невозможно переместить \"{file}\", цель отсутствует", "Could not move \"{file}\"" : "Невозможно переместить \"{file}\"", - "{newName} already exists" : "{newName} уже имеется", + "{newName} already exists" : "{newName} уже существует", "Could not rename \"{fileName}\", it does not exist any more" : "Невозможно переименовать \"{fileName}\", файл больше не существует", "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Имя \"{targetName}\" уже используется в каталоге \"{dir}\". Пожалуйста, выберите другое имя.", "Could not rename \"{fileName}\"" : "Невозможно переименовать \"{fileName}\"", |