nextcloud/apps/theming/l10n/ru.js

40 lines
3.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"theming",
{
"Loading preview…" : "Загружается предпросмотр…",
"Saved" : "Сохранено",
"Admin" : "Администратор",
"a safe home for all your data" : "надёжный дом для всех ваших данных",
"The given name is too long" : "Указанное название слишком длинное",
"The given web address is too long" : "Указанный веб адрес слишком длинный",
"The given slogan is too long" : "Указанный слоган слишком длинный",
"The given color is invalid" : "Задан неправильный цвет",
"There is no error, the file uploaded with success" : "Файл загружен успешно. Ошибок нет.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размер загруженного файла превышает установленный предел upload_max_filesize в php.ini:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размер загруженного файла превышает установленный предел MAX_FILE_SIZE в HTML-форме",
"The uploaded file was only partially uploaded" : "Файл загружен лишь частично",
"No file was uploaded" : "Не было загружено ни одного файла",
"Missing a temporary folder" : "Отсутствует временный каталог",
"Failed to write file to disk." : "Ошибка записи на диск.",
"A PHP extension stopped the file upload." : "PHP прервало загрузку файла.",
"No file uploaded" : "Нет загруженных файлов",
"Unsupported image type" : "Неподдерживаемый тип изображения",
"You are already using a custom theme" : "Вы уже используете настраиваемую тему",
"Theming" : "Темы оформления",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Темы оформление позволяют легко настроить внешний вид вашего сервера и поддерживаемых клиентов. Это будет доступно для всех пользователей.",
"Name" : "Название",
"Reset to default" : "Сбросить изменения",
"Web address" : "Веб адрес",
"Web address https://…" : "Веб адрес https://…",
"Slogan" : "Слоган",
"Color" : "Цвет",
"Logo" : "Логотип",
"Upload new logo" : "Загрузить новый логотип",
"Login image" : "Изображение экрана входа в систему",
"Upload new login background" : "Загрузить новый фон для экрана входа в систему",
"Remove background image" : "Убрать фоновое изображение ",
"reset to default" : "сброс до настроек по-умолчанию",
"Log in image" : "Изображение экрана входа в систему"
},
"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);");