-
-
Notifications
You must be signed in to change notification settings - Fork 18
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 #45 from Thunderstrike116/master
Added Greek Translation
- Loading branch information
Showing
1 changed file
with
28 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,28 @@ | ||
{ | ||
"title": "Ημερήσιος αισθητήρας", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Ημερήσιος αισθητήρας", | ||
"description": "Εάν χρειάζεστε βοήθεια με τη διαμόρφωση, παρακαλώ ανατρέξτε στο https://github.com/jeroenterheerdt/HADailySensor", | ||
"data": { | ||
"name": "Μοναδικό όνομα της υπόστασης", | ||
"sensor": "Η οντότητα που θα παρέχει είσοδο στον ημερήσιο αισθητήρα", | ||
"operation": "Η λειτουργία που θα εφαρμοστεί στον αισθητήρα", | ||
"unit_of_measurement": "Η μονάδα μέτρησης", | ||
"interval": "Διάστημα ανανέωσης σε λεπτά", | ||
"auto_reset": "Αυτόματη επαναφορά στις 00:00" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"intervalnotvalid": "Το καθορισμένο διάστημα δεν είναι έγκυρο. Πρέπει να είναι >0 λεπτά.", | ||
"name": "Καθορίστε ένα μοναδικό όνομα για αυτήν την υπόσταση.", | ||
"operationnotfound": "Καθορίστε μια υποστηριζόμενη λειτουργία", | ||
"sensornotfound": "Ενας ή περισσότεροι από τους καθορισμένους αισθητήρες δεν υπάρχουν", | ||
"unknown": "[%key:common::config_flow::error::unknown%]" | ||
}, | ||
"abort": { | ||
} | ||
} | ||
} |