core/homeassistant/components/cover/translations/el.json

39 lines
2.7 KiB
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2022-01-21 00:13:34 +00:00
"device_automation": {
2022-01-23 00:13:53 +00:00
"action_type": {
"close": "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf {entity_name}",
"close_tilt": "\u039a\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf \u03ba\u03bb\u03af\u03c3\u03b7\u03c2 {entity_name}",
"open": "\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 {entity_name}",
"open_tilt": "\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 \u03ba\u03bb\u03af\u03c3\u03b7\u03c2 {entity_name}",
"set_position": "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b8\u03ad\u03c3\u03b7\u03c2 {entity_name}",
"set_tilt_position": "\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b8\u03ad\u03c3\u03b7\u03c2 \u03ba\u03bb\u03af\u03c3\u03b7\u03c2 {entity_name}",
"stop": "\u0394\u03b9\u03b1\u03ba\u03bf\u03c0\u03ae {entity_name}"
},
"condition_type": {
"is_closed": "{entity_name} \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03cc",
"is_closing": "{entity_name} \u03ba\u03bb\u03b5\u03af\u03bd\u03b5\u03b9",
"is_open": "{entity_name} \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03cc",
2022-02-22 00:17:23 +00:00
"is_opening": "{entity_name} \u03b1\u03bd\u03bf\u03af\u03b3\u03b5\u03b9",
"is_position": "\u0397 \u03c4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03b8\u03ad\u03c3\u03b7 {entity_name} \u03b5\u03af\u03bd\u03b1\u03b9",
"is_tilt_position": "\u0397 \u03c4\u03c1\u03ad\u03c7\u03bf\u03c5\u03c3\u03b1 \u03b8\u03ad\u03c3\u03b7 \u03ba\u03bb\u03af\u03c3\u03b7\u03c2 {entity_name} \u03b5\u03af\u03bd\u03b1\u03b9"
2022-01-23 00:13:53 +00:00
},
2022-01-21 00:13:34 +00:00
"trigger_type": {
"closed": "{entity_name} \u03ad\u03ba\u03bb\u03b5\u03b9\u03c3\u03b5",
"closing": "{entity_name} \u03ba\u03bb\u03b5\u03af\u03bd\u03b5\u03b9",
"opened": "{entity_name} \u03ac\u03bd\u03bf\u03b9\u03be\u03b5",
"opening": "{entity_name} \u03b1\u03bd\u03bf\u03af\u03b3\u03b5\u03b9",
"position": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03b8\u03ad\u03c3\u03b7\u03c2 {entity_name}",
"tilt_position": "\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03b8\u03ad\u03c3\u03b7\u03c2 \u03ba\u03bb\u03af\u03c3\u03b7\u03c2 {entity_name}"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"closed": "\u039a\u03bb\u03b5\u03b9\u03c3\u03c4\u03cc",
2022-02-24 00:17:55 +00:00
"closing": "\u039a\u03bb\u03b5\u03af\u03bd\u03b5\u03b9",
2020-04-20 23:33:54 +00:00
"open": "\u0391\u03bd\u03bf\u03b9\u03c7\u03c4\u03cc",
2022-02-24 00:17:55 +00:00
"opening": "\u0391\u03bd\u03bf\u03af\u03b3\u03b5\u03b9",
2020-04-20 23:33:54 +00:00
"stopped": "\u03a3\u03c4\u03b1\u03bc\u03ac\u03c4\u03b7\u03c3\u03b5"
}
},
2022-02-24 00:17:55 +00:00
"title": "\u039a\u03ac\u03bb\u03c5\u03bc\u03bc\u03b1"
2020-04-16 20:00:10 +00:00
}