diff options
Diffstat (limited to 'apps/dashboard/l10n/he.js')
-rw-r--r-- | apps/dashboard/l10n/he.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/dashboard/l10n/he.js b/apps/dashboard/l10n/he.js index 74311d1deee..e11abe850c2 100644 --- a/apps/dashboard/l10n/he.js +++ b/apps/dashboard/l10n/he.js @@ -5,7 +5,6 @@ OC.L10N.register( "Dashboard app" : "אפליקציית לוח המחוונים", "Customize" : "התאמה אישית", "Edit widgets" : "ערוך יישומונים", - "Change background image" : "שנה תמונת רקע", "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", @@ -21,10 +20,11 @@ OC.L10N.register( "Good evening, {name}" : "ערב טוב, {name}", "Hello" : "שלום", "Hello, {name}" : "שלום, {name}", + "Show something" : "תראה משהו", + "Change background image" : "שנה תמונת רקע", "Pick from Files" : "בחירה מקבצים", + "Default images" : "תמונות ברירת מחדל", "Plain background" : "רקע רגיל", - "Insert from {productName}" : "הכנס מ-{productName}", - "Show something" : "תראה משהו", - "Default images" : "תמונות ברירת מחדל" + "Insert from {productName}" : "הכנס מ-{productName}" }, "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;"); |