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

44 lines
1.3 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": "מזג אוויר",
"description": "מציג את מידע מזג האוויר הנוכחי של מיקום מוגדר.",
"settings": {
"title": "הגדרות עבור ווידג'ט מזג אוויר",
"displayInFahrenheit": {
"label": "פרנהייט"
},
"displayCityName": {
"label": "הצגת שם העיר"
},
"displayWeekly": {
"label": "הצג תחזית שבועית"
},
"forecastDays": {
"label": "ימים לתצוגה"
},
"location": {
"label": "מיקום מזג האוויר"
}
}
},
"card": {
"weatherDescriptions": {
"clear": "בהיר",
"mainlyClear": "בהיר בעיקר",
"fog": "ערפל",
"drizzle": "טפטוף",
"freezingDrizzle": "טפטוף מקפיא",
"rain": "גשום",
"freezingRain": "גשם מקפיא",
"snowFall": "שלג יורד",
"snowGrains": "פתיתי שלג",
"rainShowers": "ממטרי גשם",
"snowShowers": "ממטרי שלג",
"thunderstorm": "סופת רעמים",
"thunderstormWithHail": "סופת רעמים עם ברד",
"unknown": "לא ידוע"
}
},
"error": "אירעה שגיאה"
}