he.js 2.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "לוח בקרה",
  5. "Dashboard app" : "אפליקציית לוח המחוונים",
  6. "Show something" : "תראה משהו",
  7. "Customize" : "התאמה אישית",
  8. "Edit widgets" : "ערוך יישומונים",
  9. "Get more widgets from the app store" : "קבל יישומונים נוספים מחנות האפליקציות",
  10. "Change background image" : "שנה תמונת רקע",
  11. "Weather service" : "שירות מזג אוויר",
  12. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "למען פרטיותך, נתוני מזג האוויר מתבקשים על ידי שרת Nextcloud עבורך, כך ששירות מזג האוויר אינו מקבל מידע אישי.",
  13. "Weather data from Met.no" : "נתוני מזג אוויר מ- Met.no",
  14. "geocoding with Nominatim" : "קידוד גיאוגרפי עם Nominatim",
  15. "elevation data from OpenTopoData" : "נתוני גובה מ- OpenTopoData",
  16. "Weather" : "מזג אוויר",
  17. "Status" : "מצב",
  18. "Good morning" : "בוקר טוב",
  19. "Good morning, {name}" : "בוקר טוב, {name}",
  20. "Good afternoon" : "צהריים טובים",
  21. "Good afternoon, {name}" : "צהריים טובים, {name}",
  22. "Good evening" : "ערב טוב",
  23. "Good evening, {name}" : "ערב טוב, {name}",
  24. "Hello" : "שלום",
  25. "Hello, {name}" : "שלום, {name}",
  26. "Pick from Files" : "בחירה מקבצים",
  27. "Default images" : "תמונות ברירת מחדל",
  28. "Plain background" : "רקע רגיל",
  29. "Insert from {productName}" : "הכנס מ-{productName}",
  30. "Good night, {name}" : "לילה טוב, {name}",
  31. "Good night" : "לילה טוב",
  32. "Pick from files" : "בחר מתוך קבצים"
  33. },
  34. "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;");