-
Notifications
You must be signed in to change notification settings - Fork 420
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 #1422 from Thunderstrike116/master
Added greek translation
- Loading branch information
Showing
1 changed file
with
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"reauth_successful": "Ο εκ νέου έλεγχος ταυτότητας ήταν επιτυχής" | ||
}, | ||
"error": { | ||
"exists": "Αυτός ο λογαριασμός έχει ήδη ρυθμιστεί", | ||
"template": "{error}" | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Εισάγετε τα διαπιστευτήρια του [λογαριασμού σας eWeLink](https://www.ewelink.cc/en/)", | ||
"data": { | ||
"username": "Email ή τηλέφωνο (χρήση τυχαίου για λειτουργία DIY)", | ||
"password": "Κωδικός πρόσβασης (αφήστε το κενό για λειτουργία DIY)", | ||
"country_code": "Κωδικός χώρας (αφήστε το κενό για αυτόματη επιλογή)" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"mode": "Λειτουργία (προτείνεται η αυτόματη για τους περισσότερους χρήστες)", | ||
"homes": "Σπίτια (αφήστε το κενό για ενεργό σπίτι στην εφαρμογή για κινητά)", | ||
"debug": "Σελίδα εντοπισμού σφαλμάτων (Ενσωμάτωση > Μενού > Γνωστά ζητήματα)" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "Εκδοση", | ||
"cloud_online": "Συσκευές Cloud σε σύνδεση", | ||
"local_online": "Τοπικές συσκευές σε σύνδεση", | ||
"debug": "Σελίδα εντοπισμού σφαλμάτων" | ||
} | ||
} | ||
} |