You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

el.js 1.6KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "dashboard",
  3. {
  4. "Dashboard" : "Πίνακας ελέγχου",
  5. "Dashboard app" : "Εφαρμογή Πίνακα Ελέγχου",
  6. "Customize" : "Προσαρμογή",
  7. "Edit widgets" : "Επεξεργασία μικροεφαρμογών",
  8. "Get more widgets from the App Store" : "Λάβετε περισσότερες μικροεφαρμογές από το App Store",
  9. "Weather service" : "Υπηρεσία καιρού",
  10. "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Για το απόρρητό σας, τα δεδομένα καιρού ζητούνται από τον διακομιστή Nextcloud για λογαριασμό σας, ώστε η υπηρεσία καιρού να μην λαμβάνει προσωπικά στοιχεία.",
  11. "Weather data from Met.no" : "Δεδομένα καιρού από το Met.no",
  12. "geocoding with Nominatim" : "geocoding με Nominatim",
  13. "elevation data from OpenTopoData" : "δεδομένα elevation από OpenTopoData",
  14. "Weather" : "Καιρός",
  15. "Status" : "Κατάσταση",
  16. "Good morning" : "Καλημέρα",
  17. "Good morning, {name}" : "Καλημέρα, {name}",
  18. "Good afternoon" : "Καλό απόγευμα",
  19. "Good afternoon, {name}" : "Καλό απόγευμα, {name}",
  20. "Good evening" : "Καλό βράδυ",
  21. "Good evening, {name}" : "Καλό βράδυ, {name}",
  22. "Hello" : "Γειά",
  23. "Hello, {name}" : "Γειά, {name}"
  24. },
  25. "nplurals=2; plural=(n != 1);");