he.js 1.4 KB

123456789101112131415161718192021222324
  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. },
  24. "nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");