el.js 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Άγνωστη διεύθυνση",
  5. "No result." : "Κανένα αποτέλεσμα.",
  6. "Malformed JSON data." : "Κακή μορφή δεδομένων JSON.",
  7. "Error" : "Σφάλμα",
  8. "Weather status" : "Κατάσταση καιρού",
  9. "Weather status in your dashboard" : "Κατάσταση καιρού στον πίνακα ελέγχου",
  10. "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Η κατάσταση του καιρού ενσωματώνεται στην εφαρμογή Πίνακας ελέγχου.\n Η θέση του χρήστη μπορεί να προσδιοριστεί αυτόματα ή να καθοριστεί χειροκίνητα. Στη συνέχεια εμφανίζεται μια πρόβλεψη 6 ωρών.\n Αυτή η κατάσταση μπορεί επίσης να ενσωματωθεί σε άλλα μέρη όπως στην εφαρμογή Ημερολόγιο.",
  11. "Detect location" : "Εντοπισμός τοποθεσίας",
  12. "Set custom address" : "Ορισμός προσαρμοσμένης διεύθυνσης",
  13. "Favorites" : "Αγαπημένα",
  14. "{temperature} {unit} clear sky" : "{temperature} {unit} καθαρός ουρανός",
  15. "{temperature} {unit} cloudy later today" : "{temperature} {unit} συννεφιά αργότερα σήμερα",
  16. "{temperature} {unit} cloudy" : "{temperature} {unit} συννεφιά",
  17. "{temperature} {unit} fair weather later today" : "{temperature} {unit} αίθριος καιρός αργότερα σήμερα",
  18. "{temperature} {unit} fair weather" : "{temperature} {unit} αίθριος καιρός",
  19. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} λίγα σύννεφα αργότερα σήμερα",
  20. "{temperature} {unit} partly cloudy" : "{temperature} {unit} λίγα σύννεφα",
  21. "{temperature} {unit} foggy later today" : "{temperature} {unit} ομίχλη αργότερα σήμερα",
  22. "{temperature} {unit} foggy" : "{temperature} {unit} ομίχλη",
  23. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} ασθενείς βροχοπτώσεις αργότερα σήμερα",
  24. "{temperature} {unit} light rainfall" : "{temperature} {unit} ασθενείς βροχοπτώσεις",
  25. "More weather for {adr}" : "Περισσότερος καιρός για {adr}",
  26. "Loading weather" : "Φόρτωση καιρού",
  27. "Remove from favorites" : "Αφαίρεση από τα αγαπημένα",
  28. "Add as favorite" : "Προσθήκη ως αγαπημένο",
  29. "You are not logged in." : "Δεν έχετε συνδεθεί.",
  30. "There was an error getting the weather status information." : "Παρουσιάστηκε σφάλμα κατά τη λήψη των πληροφοριών σχετικά με την κατάσταση καιρού.",
  31. "No weather information found" : "Δεν βρέθηκαν πληροφορίες για τον καιρό",
  32. "Location not found" : "Δεν βρέθηκε η τοποθεσία",
  33. "There was an error setting the location address." : "Παρουσιάστηκε σφάλμα κατά τον καθορισμό της διεύθυνσης τοποθεσίας.",
  34. "There was an error setting the location." : "Παρουσιάστηκε σφάλμα κατά τη ρύθμιση της τοποθεσίας.",
  35. "There was an error saving the mode." : "Παρουσιάστηκε σφάλμα κατά την αποθήκευση της λειτουργίας.",
  36. "There was an error using personal address." : "Παρουσιάστηκε σφάλμα κατά τη χρήση της προσωπικής διεύθυνσης.",
  37. "Set location for weather" : "Ορισμός τοποθεσίας καιρού"
  38. },
  39. "nplurals=2; plural=(n != 1);");