Files
homarr/public/locales/tr/modules/weather.json
2024-03-15 18:20:07 +01:00

44 lines
1.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"descriptor": {
"name": "Hava Durumu",
"description": "Belirlenen bir konumun güncel hava durumu bilgilerini görüntüler.",
"settings": {
"title": "Hava durumu widget'ı için ayarlar",
"displayInFahrenheit": {
"label": "Fahrenheit cinsinden göster"
},
"displayCityName": {
"label": "Şehir Adını Göster"
},
"displayWeekly": {
"label": "Haftalık Tahmini Göster"
},
"forecastDays": {
"label": "Gösterilecek Günler"
},
"location": {
"label": "Hava durumu konumu"
}
}
},
"card": {
"weatherDescriptions": {
"clear": "Temiz",
"mainlyClear": "Genel olarak açık",
"fog": "Sis",
"drizzle": "Çiseleme",
"freezingDrizzle": "Soğuk çiseleme",
"rain": "Yağmur",
"freezingRain": "Dondurucu yağmur",
"snowFall": "Kar yağışı",
"snowGrains": "Kar taneleri",
"rainShowers": "Sağanak yağmur",
"snowShowers": "Kar yağışı",
"thunderstorm": "Fırtına",
"thunderstormWithHail": "Fırtına ve dolu",
"unknown": "Bilinmeyen"
}
},
"error": "Hata oluştu"
}