ru.js 5.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Неизвестный адрес",
  5. "No result." : "Нет результатов",
  6. "Malformed JSON data." : "Неверные данные JSON.",
  7. "Error" : "Ошибка",
  8. "Weather status" : "Прогноз погоды",
  9. "Weather status in your dashboard" : "Виджет для просмотра прогноза погоды",
  10. "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Текущая погода — виджет для встраивания.\n Доступен шестичасовой прогноз погоды для выбранного местоположения, которое может быть определено автоматически или указано пользователем.\n Информация о текущей погоде также может быть использована в других приложениях, например, в приложении Календарь.",
  11. "Detect location" : "Определить местоположение",
  12. "Set custom address" : "Задать адрес",
  13. "Favorites" : "Избранное",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} сегодня обещают ясную погоду",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} ясно",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} сегодня обещают облачно",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} облачно",
  18. "{temperature} {unit} fair weather later today" : "{temperature} {unit} сегодня обещают хорошую погоду",
  19. "{temperature} {unit} fair weather" : "{temperature} {unit} хорошая погода",
  20. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} сегодня обещают местами облачно",
  21. "{temperature} {unit} partly cloudy" : "{temperature} {unit} местами облачно",
  22. "{temperature} {unit} foggy later today" : "{temperature} {unit} сегодня обещают туман",
  23. "{temperature} {unit} foggy" : "{temperature} {unit} туман",
  24. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} ожидается небольшой дождь",
  25. "{temperature} {unit} light rainfall" : "{temperature} {unit} небольшой дождь",
  26. "{temperature} {unit} rainfall later today" : "{temperature} {unit} ожидается дождь",
  27. "{temperature} {unit} rainfall" : "{temperature} {unit} дождь",
  28. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} ожидается сильный дождь",
  29. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} сильный дождь",
  30. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} обещают ливневые дожди",
  31. "{temperature} {unit} rainfall showers" : "{temperature} {unit} ливневые дожди",
  32. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} сегодня позже пройдёт небольшой ливневый дождь",
  33. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} небольшой ливневый дождь",
  34. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} сегодня позже ожидаются сильные проливные дожди",
  35. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} сильный проливной дождь",
  36. "More weather for {adr}" : "Дополнительные сведения о погоде в {adr}",
  37. "Loading weather" : "Получение сведений о погоде...",
  38. "Remove from favorites" : "Удалить из избранного",
  39. "Add as favorite" : "Добавить в избранное",
  40. "You are not logged in." : "Не выполнен вход в систему.",
  41. "There was an error getting the weather status information." : "Не удалось получить прогноз погоды.",
  42. "No weather information found" : "Прогноз погоды не найден",
  43. "Location not found" : "Местоположение не найдено",
  44. "There was an error setting the location address." : "Не удалось задать адрес.",
  45. "There was an error setting the location." : "Не удалось настроить местоположение.",
  46. "There was an error saving the mode." : "Не удалось сохранить режим.",
  47. "There was an error using personal address." : "Не удалось использовать личный адрес.",
  48. "Set location for weather" : "Задать местоположение"
  49. },
  50. "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);");