1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{ "translations": {
"Unknown address" : "כתובת לא ידועה",
"No result." : "אין תוצאות.",
"Malformed JSON data." : "נתוני JSON פגומים.",
"Error" : "שגיאה",
"Weather status" : "מצב מזג אוויר",
"Weather status in your dashboard" : "מצב מזג אוויר בלוח המחוונים שלך.",
"Detect location" : "איתור מיקום",
"Set custom address" : "הגדרת כתובת משלך",
"Favorites" : "מועדפים",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} שמיים בהירים ב־{time}",
"{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} מעונן ב־{time}",
"{temperature} {unit} Rain at {time}" : "{temperature} {unit} גשם ב־{time}",
"{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} גשם כבד ב־{time}",
"{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} ממטרים ב־{time}",
"{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} ממטרים קלים ב־{time}",
"{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} ממטרים כבדים ב־{time}",
"More weather for {adr}" : "מזג אוויר נוסף עבור {adr}",
"Loading weather" : "מזג האוויר נטען",
"Set location for weather" : "הגדרת מיקום למזג האוויר",
"Remove from favorites" : "הסרה מהמועדפים",
"Add as favorite" : "הוספה למועדפים",
"You are not logged in." : "לא נכנסת.",
"There was an error getting the weather status information." : "אירעה שגיאה בקבלת פרטי מצב מזג האוויר.",
"No weather information found" : "לא נמצאו פרטי מזג אוויר",
"Location not found" : "המיקום לא נמצא"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
}
|