Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/weather_status/l10n/ru.json')
-rw-r--r--apps/weather_status/l10n/ru.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/weather_status/l10n/ru.json b/apps/weather_status/l10n/ru.json
index 39b946c8330..e5d2ef917e2 100644
--- a/apps/weather_status/l10n/ru.json
+++ b/apps/weather_status/l10n/ru.json
@@ -1,6 +1,6 @@
{ "translations": {
"Unknown address" : "Неизвестный адрес",
- "No result." : "Без результата.",
+ "No result." : "Нет результатов",
"Malformed JSON data." : "Неверные данные JSON.",
"Error" : "Ошибка",
"Weather status" : "Прогноз погоды",
@@ -19,6 +19,14 @@
"{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} ливневые дожди",
"More weather for {adr}" : "Дополнительные сведения о погоде в {adr}",
"Loading weather" : "Получение сведений о погоде...",
"Remove from favorites" : "Удалить из избранного",