diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-06-16 02:27:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-06-16 02:27:32 +0000 |
commit | 0c14ee6ff5a2d3aa3f77f8cd2bf331590ee62f44 (patch) | |
tree | e104c2a76b9bf7636b383fecf7ca890d1f058ba6 /apps/weather_status/l10n | |
parent | 33148016a52b6f0006deb70e520492230f0f1880 (diff) | |
download | nextcloud-server-0c14ee6ff5a2d3aa3f77f8cd2bf331590ee62f44.tar.gz nextcloud-server-0c14ee6ff5a2d3aa3f77f8cd2bf331590ee62f44.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/weather_status/l10n')
-rw-r--r-- | apps/weather_status/l10n/ru.js | 10 | ||||
-rw-r--r-- | apps/weather_status/l10n/ru.json | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/apps/weather_status/l10n/ru.js b/apps/weather_status/l10n/ru.js index d10d7b9d060..89fe67a1264 100644 --- a/apps/weather_status/l10n/ru.js +++ b/apps/weather_status/l10n/ru.js @@ -2,7 +2,7 @@ OC.L10N.register( "weather_status", { "Unknown address" : "Неизвестный адрес", - "No result." : "Без результата.", + "No result." : "Нет результатов", "Malformed JSON data." : "Неверные данные JSON.", "Error" : "Ошибка", "Weather status" : "Прогноз погоды", @@ -21,6 +21,14 @@ OC.L10N.register( "{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" : "Удалить из избранного", 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" : "Удалить из избранного", |