Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

123456789101112131415161718192021222324252627
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Виджеты",
  5. "Dashboard app" : "Приложение Виджеты",
  6. "\"{title} icon\"" : "\"{title} иконка\"",
  7. "Customize" : "Настроить",
  8. "Edit widgets" : "Редактировать виджеты",
  9. "Get more widgets from the App Store" : "Загрузить виджеты из магазина приложений",
  10. "Weather service" : "Погода",
  11. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "В целях вашей конфиденциальности данные о погоде запрашиваются вашим сервером Nextcloud от вашего имени, поэтому служба погоды не получает никакой личной информации.",
  12. "Weather data from Met.no" : "Погода от Met.no",
  13. "geocoding with Nominatim" : "геокодирование с Nominatim",
  14. "elevation data from OpenTopoData" : "данные о высоте из OpenTopoData",
  15. "Weather" : "Прогноз погоды",
  16. "Status" : "Состояние",
  17. "Good morning" : "Доброе утро",
  18. "Good morning, {name}" : "Доброе утро, {name}",
  19. "Good afternoon" : "Добрый день",
  20. "Good afternoon, {name}" : "Добрый день, {name}",
  21. "Good evening" : "Добрый вечер",
  22. "Good evening, {name}" : "Добрый вечер, {name}",
  23. "Hello" : "Здравствуйте",
  24. "Hello, {name}" : "Здравствуйте, {name}!",
  25. "Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! Users can add the widgets they like and change the background to their liking." : "Начните свой день будучи информированным\n\nПриборная панель Nextcloud - это ваша отправная точка дня, дающая вам обзор предстоящих встреч, срочных электронных писем, сообщений чата, назначенных задач, последних твитов и многое другое! Пользователи могут добавлять виджеты и менять фон на свой вкус."
  26. },
  27. "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);");