1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
{ "translations": {
"Unknown address" : "Неизвестный адрес",
"No result." : "Нет результатов",
"Malformed JSON data." : "Неверные данные JSON.",
"Error" : "Ошибка",
"Weather status" : "Прогноз погоды",
"Weather status in your dashboard" : "Виджет для просмотра прогноза погоды",
"Weather status integrated in the Dashboard app.\n The geographic location 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 Географическое положение может определяться автоматически или задаваться вручную. Затем отображается прогноз на 6 часов.\n Он также может быть интегрирован в другие приложения, например в «Календарь».",
"{temperature} {unit} clear sky later today" : "{temperature} {unit} сегодня обещают ясную погоду",
"{temperature} {unit} clear sky" : "{temperature} {unit} ясно",
"{temperature} {unit} cloudy later today" : "{temperature} {unit} сегодня обещают облачно",
"{temperature} {unit} cloudy" : "{temperature} {unit} облачно",
"{temperature} {unit} snow and thunder later today" : "{temperature} {unit}, позже сегодня снег с грозой",
"{temperature} {unit} snow and thunder" : "{temperature} {unit}, снег с грозой",
"{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit}, позже сегодня кратковременный снег с грозой",
"{temperature} {unit} snow showers and thunder" : "{temperature} {unit}, кратковременный снег с грозой",
"{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit}, позже сегодня кратковременный снег, гроза и полярные сумерки",
"{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit}, кратковременный снег, гроза и полярные сумерки",
"{temperature} {unit} snow showers later today" : "{temperature} {unit}, позже сегодня кратковременный снег",
"{temperature} {unit} snow showers" : "{temperature} {unit}, кратковременный снег",
"{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit}, позже сегодня кратковременный снег и полярные сумерки",
"{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit}, кратковременный снег и полярные сумерки",
"{temperature} {unit} snow later today" : "{temperature} {unit}, позже сегодня снег",
"{temperature} {unit} snow" : "{temperature} {unit}, снег",
"{temperature} {unit} fair weather later today" : "{temperature} {unit} сегодня обещают хорошую погоду",
"{temperature} {unit} fair weather" : "{temperature} {unit} хорошая погода",
"{temperature} {unit} partly cloudy later today" : "{temperature} {unit} сегодня обещают местами облачно",
"{temperature} {unit} partly cloudy" : "{temperature} {unit} местами облачно",
"{temperature} {unit} foggy later today" : "{temperature} {unit} сегодня обещают туман",
"{temperature} {unit} foggy" : "{temperature} {unit} туман",
"{temperature} {unit} light rainfall later today" : "{temperature} {unit} ожидается небольшой дождь",
"{temperature} {unit} light rainfall" : "{temperature} {unit} небольшой дождь",
"{temperature} {unit} rainfall later today" : "{temperature} {unit} ожидается дождь",
"{temperature} {unit} rainfall" : "{temperature} {unit} дождь",
"{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} ожидается сильный дождь",
"{temperature} {unit} heavy rainfall" : "{temperature} {unit} сильный дождь",
"{temperature} {unit} rainfall showers later today" : "{temperature} {unit} обещают ливневые дожди",
"{temperature} {unit} rainfall showers" : "{temperature} {unit} ливневые дожди",
"{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} сегодня позже пройдёт небольшой ливневый дождь",
"{temperature} {unit} light rainfall showers" : "{temperature} {unit} небольшой ливневый дождь",
"{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} сегодня позже ожидаются сильные проливные дожди",
"{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} сильный проливной дождь",
"More weather for {adr}" : "Дополнительные сведения о погоде в {adr}",
"Loading weather" : "Получение сведений о погоде...",
"Set location for weather" : "Задать местоположение",
"Remove from favorites" : "Удалить из избранного",
"Add as favorite" : "Добавить в избранное",
"You are not logged in." : "Не выполнен вход в систему.",
"There was an error getting the weather status information." : "Не удалось получить прогноз погоды.",
"No weather information found" : "Прогноз погоды не найден",
"Location not found" : "Местоположение не найдено",
"There was an error setting the location address." : "Не удалось задать адрес.",
"There was an error setting the location." : "Не удалось настроить местоположение.",
"There was an error saving the mode." : "Не удалось сохранить режим.",
"There was an error using personal address." : "Не удалось использовать личный адрес.",
"Unknown weather code" : "Неизвестный код погоды",
"Detect location" : "Определить местоположение",
"Set custom address" : "Задать адрес",
"Favorites" : "Избранное"
},"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);"
}
|