nc-weather/l10n/he.js

25 lines
846 B
JavaScript

OC.L10N.register(
"weather",
{
"Weather" : "מזג אוויר",
"OpenWeatherMap API Key" : "מפתח API של OpenWeatherMap",
"Save" : "שמירה",
"Add a city" : "הוספת עיר",
"Add city" : "הוספת עיר",
"City name" : "שם העיר",
"Add" : "הוספה",
"Cancel" : "ביטול",
"Settings" : "הגדרות",
"Metric" : "מטרי",
"Click here to get an API key" : "יש ללחוץ כאן לקבלת מפתח API",
"Pressure" : "לחץ",
"Humidity" : "לחות",
"Cloudiness" : "עננות",
"Wind" : "רו",
"Sunrise" : "זריחה",
"Sunset" : "שקיעה",
"Hour" : "שעה",
"Temperature" : "טמפרטורה"
},
"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;");