diff options
Diffstat (limited to 'apps/files/l10n/ru.json')
-rw-r--r-- | apps/files/l10n/ru.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 4b9d7491919..0b77ea62b0d 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -14,8 +14,8 @@ "Could not create folder \"{dir}\"" : "Невозможно создать каталог «{dir}»", "This will stop your current uploads." : "Это действие остановит активные сеансы передачи файлов на сервер. ", "Upload cancelled." : "Выгрузка отменена.", - "…" : "…", "Processing files …" : "Обработка файлов…", + "…" : "…", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Невозможно загрузить «{filename}», так как это либо каталог, либо файл нулевого размера", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Недостаточно свободного места, вы передаёте на сервер {size1}, но доступно только {size2}", "Target folder \"{dir}\" does not exist any more" : "Целевой каталог «{dir}» более не существует", @@ -144,7 +144,6 @@ "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!" : "Загрузите что-нибудь или синхронизируйте со своими устройствами!", "No entries found in this folder" : "В этом каталоге ничего не найдено", @@ -163,6 +162,7 @@ "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый файл.txt", "Target folder" : "Целевой каталог", + "Cancel upload" : "Отменить загрузку", "%1$s of %2$s used" : "использовано %1$s из %2$s " },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file |