diff options
Diffstat (limited to 'apps/weather_status')
-rw-r--r-- | apps/weather_status/l10n/el.js | 11 | ||||
-rw-r--r-- | apps/weather_status/l10n/el.json | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/el.js b/apps/weather_status/l10n/el.js index aa719940e84..a9b84bedbeb 100644 --- a/apps/weather_status/l10n/el.js +++ b/apps/weather_status/l10n/el.js @@ -11,6 +11,17 @@ OC.L10N.register( "Detect location" : "Εντόπιση τοποθεσίας", "Set custom address" : "Ορισμός προσαρμοσμένης διεύθυνσης", "Favorites" : "Αγαπημένα", + "{temperature} {unit} clear sky" : "{temperature} {unit} καθαρός ουρανός", + "{temperature} {unit} cloudy later today" : "{temperature} {unit} συννεφιά αργότερα σήμερα", + "{temperature} {unit} cloudy" : "{temperature} {unit} συννεφιά", + "{temperature} {unit} fair weather later today" : "{temperature} {unit} αίθριος καιρός αργότερα σήμερα", + "{temperature} {unit} fair weather" : "{temperature} {unit} αίθριος καιρός", + "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} λίγα σύννεφα αργότερα σήμερα", + "{temperature} {unit} partly cloudy" : "{temperature} {unit} λίγα σύννεφα", + "{temperature} {unit} foggy later today" : "{temperature} {unit} ομίχλη αργότερα σήμερα", + "{temperature} {unit} foggy" : "{temperature} {unit} ομίχλη", + "{temperature} {unit} light rainfall later today" : "{temperature} {unit} ασθενείς βροχοπτώσεις αργότερα σήμερα", + "{temperature} {unit} light rainfall" : "{temperature} {unit} ασθενείς βροχοπτώσεις", "More weather for {adr}" : "Περισσότερος καιρός για {adr}", "Loading weather" : "Φόρτωση καιρού", "Remove from favorites" : "Αφαίρεση από τα αγαπημένα", diff --git a/apps/weather_status/l10n/el.json b/apps/weather_status/l10n/el.json index 23489b6b099..4522f66d947 100644 --- a/apps/weather_status/l10n/el.json +++ b/apps/weather_status/l10n/el.json @@ -9,6 +9,17 @@ "Detect location" : "Εντόπιση τοποθεσίας", "Set custom address" : "Ορισμός προσαρμοσμένης διεύθυνσης", "Favorites" : "Αγαπημένα", + "{temperature} {unit} clear sky" : "{temperature} {unit} καθαρός ουρανός", + "{temperature} {unit} cloudy later today" : "{temperature} {unit} συννεφιά αργότερα σήμερα", + "{temperature} {unit} cloudy" : "{temperature} {unit} συννεφιά", + "{temperature} {unit} fair weather later today" : "{temperature} {unit} αίθριος καιρός αργότερα σήμερα", + "{temperature} {unit} fair weather" : "{temperature} {unit} αίθριος καιρός", + "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} λίγα σύννεφα αργότερα σήμερα", + "{temperature} {unit} partly cloudy" : "{temperature} {unit} λίγα σύννεφα", + "{temperature} {unit} foggy later today" : "{temperature} {unit} ομίχλη αργότερα σήμερα", + "{temperature} {unit} foggy" : "{temperature} {unit} ομίχλη", + "{temperature} {unit} light rainfall later today" : "{temperature} {unit} ασθενείς βροχοπτώσεις αργότερα σήμερα", + "{temperature} {unit} light rainfall" : "{temperature} {unit} ασθενείς βροχοπτώσεις", "More weather for {adr}" : "Περισσότερος καιρός για {adr}", "Loading weather" : "Φόρτωση καιρού", "Remove from favorites" : "Αφαίρεση από τα αγαπημένα", |