he.js 1.7 KB

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