diff options
Diffstat (limited to 'apps/dashboard/l10n/he.js')
-rw-r--r-- | apps/dashboard/l10n/he.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/he.js b/apps/dashboard/l10n/he.js new file mode 100644 index 00000000000..397f1663dcb --- /dev/null +++ b/apps/dashboard/l10n/he.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "dashboard", + { + "Dashboard" : "לוח בקרה", + "Dashboard app" : "אפליקציית לוח המחוונים", + "Weather" : "מזג אוויר", + "Status" : "מצב", + "Good morning" : "בוקר טוב", + "Good morning, {name}" : "בוקר טוב, {name}", + "Good afternoon" : "צהריים טובים", + "Good afternoon, {name}" : "צהריים טובים, {name}", + "Good evening" : "ערב טוב", + "Good evening, {name}" : "ערב טוב, {name}", + "Hello" : "שלום", + "Hello, {name}" : "שלום, {name}", + "Customize" : "התאמה אישית", + "Edit widgets" : "ערוך יישומונים", + "Weather service" : "שירות מזג אוויר", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "למען פרטיותך, נתוני מזג האוויר מתבקשים על ידי שרת Nextcloud עבורך, כך ששירות מזג האוויר אינו מקבל מידע אישי.", + "Weather data from Met.no" : "נתוני מזג אוויר מ- Met.no", + "geocoding with Nominatim" : "קידוד גיאוגרפי עם Nominatim", + "elevation data from OpenTopoData" : "נתוני גובה מ- OpenTopoData" +}, +"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); |