nextcloud/apps/dashboard/l10n/ru.js

32 lines
2.2 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(
"dashboard",
{
"Dashboard" : "Панель управления",
"Dashboard app" : "Приложения Панели управления",
"Show something" : "Показать",
"Customize" : "Настроить",
"Edit widgets" : "Редактировать виджеты",
"Get more widgets from the app store" : "Получите больше виджетов в магазине приложений",
"Change background image" : "Изменить фоновое изображение",
"Weather service" : "Погода",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "В целях вашей конфиденциальности данные о погоде запрашиваются вашим сервером Nextcloud от вашего имени, поэтому служба погоды не получает никакой личной информации.",
"Weather data from Met.no" : "Погода от Met.no",
"geocoding with Nominatim" : "геокодирование с Nominatim",
"elevation data from OpenTopoData" : "данные о высоте из OpenTopoData",
"Weather" : "Прогноз погоды",
"Status" : "Состояние",
"Good evening, {name}" : "Добрый вечер, {name}",
"Good evening" : "Добрый вечер",
"Good afternoon, {name}" : "Добрый день, {name}",
"Good afternoon" : "Добрый день",
"Good morning, {name}" : "Доброе утро, {name}",
"Good morning" : "Доброе утро",
"Good night, {name}" : "Доброй ночи, {name}",
"Good night" : "Доброй ночи",
"Pick from files" : "Выбрать из файлов",
"Default images" : "Изображения по умолчанию",
"Plain background" : "Обычный фон",
"Insert from {productName}" : "Вставить из {productName}"
},
"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);");