-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from marquicodes/greek-localization
Greek localization
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* | ||
Corona Tracker | ||
Translation by Kyriakos Markakis - github.com/marquicodes | ||
Copyright © 2020 Samabox. All rights reserved. | ||
*/ | ||
|
||
"case.confirmed" = "Επιβεβαιωμένα"; | ||
"case.active" = "Ενεργά"; | ||
"case.recovered" = "Ανάρρωσαν"; | ||
"case.deaths" = "Θάνατοι"; | ||
"region.world" = "Παγκοσμίως"; | ||
"chart.topCountries" = "Πιο προσβεβλημενες χωρες"; | ||
"chart.topRegions" = "Πιο προσβεβλημενες περιοχες"; | ||
"chart.logarithmic" = "Λογαριθμική κλίμακα"; | ||
"chart.delta" = "Ημερησια νεα κρουσματα"; | ||
"chart.delta.deaths" = "Ημερησιοι νεοι θανατοι"; | ||
"chart.delta.increasing" = "Αύξηση"; | ||
"chart.delta.decreasing" = "Μείωση"; | ||
"chart.trendline" = "Επιβεβαιωμενα κρουσματα (μετα το 100º)"; | ||
"chart.trendline.deaths" = "Θανατοι (μετα το 10º θανατο)"; | ||
"chart.history" = "Διαγραμμα Κρουσματων"; | ||
"chart.axis.days" = "%d μέρες"; | ||
"data.updating" = "Ενημέρωση..."; | ||
"data.updateDate" = "Τελευταία Ενημέρωση:"; | ||
"data.errorTitle" = "Αδυναμία ενημέρωσης δεδομένων"; | ||
"data.errorMessage" = "Παρακαλούμε βεβαιωθείτε ότι είστε συνδεδεμένοι στο ίντερνετ."; | ||
"data.source" = "Πηγή: %@"; | ||
"app.newVersionTitle" = "Νέα έκδοση διαθέσιμη για εγκατάσταση"; | ||
"app.newVersionMessage" = "Παρακαλούμε ενημερώστε την εφαρμογή από %@"; | ||
"app.credits" = "Εύσημα"; | ||
"message.cancel" = "Ακύρωση"; | ||
"message.open" = "Άνοιγμα"; | ||
"message.ok" = "Εντάξει"; | ||
"message.done" = "Ολοκληρώθηκε"; | ||
"menu.copy" = "Αντιγραφή"; | ||
"menu.update" = "Ενημέρωση"; | ||
"menu.share" = "Μοιραστείτε το"; | ||
"menu.search" = "Αναζήτηση"; | ||
"menu.releaseNotes" = "Σημειώσεις έκδοσης"; | ||
"menu.reportIssue" = "Αναφορά προβλήματος"; | ||
"share.current" = "Κορονοϊός: Ζωντανή ενημέρωση"; | ||
"share.chartHistory" = "Κορονοϊός: Διάγραμμα κρουσμάτων"; |