From 5fa7bb36efa1c52f91d2115435fe753f74c02513 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:48:23 +0900 Subject: [PATCH] New translations weather.json (Croatian) --- public/locales/hr/modules/weather.json | 36 +++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/public/locales/hr/modules/weather.json b/public/locales/hr/modules/weather.json index 0e91b1cc7..613228f3f 100644 --- a/public/locales/hr/modules/weather.json +++ b/public/locales/hr/modules/weather.json @@ -1,32 +1,32 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Vremenska prognoza", + "description": "Prikazuje trenutne vremenske informacije za odabranu lokaciju.", "settings": { - "title": "", + "title": "Postavke za vremenski Widget", "displayInFahrenheit": { - "label": "" + "label": "Prikaz u Fahrenheitima" }, "location": { - "label": "" + "label": "Lokacija vremenske prognoze" } } }, "card": { "weatherDescriptions": { - "clear": "", - "mainlyClear": "", - "fog": "", - "drizzle": "", - "freezingDrizzle": "", - "rain": "", - "freezingRain": "", - "snowFall": "", - "snowGrains": "", - "rainShowers": "", - "snowShowers": "", - "thunderstorm": "", - "thunderstormWithHail": "", + "clear": "Vedro", + "mainlyClear": "Uglavnom vedro", + "fog": "Maglovito", + "drizzle": "Rominjajuća kiša", + "freezingDrizzle": "Ledena kišica", + "rain": "Kiša", + "freezingRain": "Ledena kiša", + "snowFall": "Snježne padavine", + "snowGrains": "Snježne pahulje", + "rainShowers": "Pljusak", + "snowShowers": "Snježna mečava", + "thunderstorm": "Grmljavinska oluja", + "thunderstormWithHail": "Grmljavinska oluja s tučom", "unknown": "Nepoznato" } }