mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 02:46:38 +00:00
Update translations
This commit is contained in:
parent
86db23a957
commit
e8b84c6d52
@ -116,7 +116,7 @@
|
||||
},
|
||||
"lock": {
|
||||
"off": "Verriegelt",
|
||||
"on": "nicht gesperrt"
|
||||
"on": "Entriegelt"
|
||||
}
|
||||
},
|
||||
"calendar": {
|
||||
@ -525,6 +525,12 @@
|
||||
},
|
||||
"persistent_notification": {
|
||||
"dismiss": "Ausblenden"
|
||||
},
|
||||
"scene": {
|
||||
"activate": "Aktivieren"
|
||||
},
|
||||
"script": {
|
||||
"execute": "Ausführen"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
@ -531,6 +531,12 @@
|
||||
},
|
||||
"persistent_notification": {
|
||||
"dismiss": "Dismiss"
|
||||
},
|
||||
"scene": {
|
||||
"activate": "Activate"
|
||||
},
|
||||
"script": {
|
||||
"execute": "Execute"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
@ -347,7 +347,7 @@
|
||||
"introduction": "Usa le automazioni per rendere viva la tua casa",
|
||||
"default_name": "Nuova automazione",
|
||||
"save": "Salva",
|
||||
"unsaved_confirm": "Hai modifiche non salvate. Sei sicuro di voler uscire?",
|
||||
"unsaved_confirm": "Hai delle modifiche non salvate. Sei sicuro di voler uscire?",
|
||||
"alias": "Nome",
|
||||
"triggers": {
|
||||
"header": "Triggers",
|
||||
@ -525,6 +525,12 @@
|
||||
},
|
||||
"persistent_notification": {
|
||||
"dismiss": "Rimuovi"
|
||||
},
|
||||
"scene": {
|
||||
"activate": "Attiva"
|
||||
},
|
||||
"script": {
|
||||
"execute": "Esegui"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
@ -384,7 +384,7 @@
|
||||
"label": "수치 상태",
|
||||
"above": "이상",
|
||||
"below": "이하",
|
||||
"value_template": "템플릿 값 (선택 사항)"
|
||||
"value_template": "값 템플릿 (선택 사항)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "태양",
|
||||
@ -395,7 +395,7 @@
|
||||
},
|
||||
"template": {
|
||||
"label": "템플릿",
|
||||
"value_template": "템플릿 값"
|
||||
"value_template": "값 템플릿"
|
||||
},
|
||||
"time": {
|
||||
"label": "시간",
|
||||
@ -429,7 +429,7 @@
|
||||
"label": "수치 상태",
|
||||
"above": "이상",
|
||||
"below": "이하",
|
||||
"value_template": "템플릿 값 (선택 사항)"
|
||||
"value_template": "값 템플릿 (선택 사항)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "태양",
|
||||
@ -442,7 +442,7 @@
|
||||
},
|
||||
"template": {
|
||||
"label": "템플릿",
|
||||
"value_template": "템플릿 값"
|
||||
"value_template": "값 템플릿"
|
||||
},
|
||||
"time": {
|
||||
"label": "시간",
|
||||
@ -525,6 +525,12 @@
|
||||
},
|
||||
"persistent_notification": {
|
||||
"dismiss": "해제"
|
||||
},
|
||||
"scene": {
|
||||
"activate": "활성화"
|
||||
},
|
||||
"script": {
|
||||
"execute": "실행"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
@ -525,6 +525,12 @@
|
||||
},
|
||||
"persistent_notification": {
|
||||
"dismiss": "Verwerfen"
|
||||
},
|
||||
"scene": {
|
||||
"activate": "Aktivéieren"
|
||||
},
|
||||
"script": {
|
||||
"execute": "Ausféieren"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
@ -525,6 +525,12 @@
|
||||
},
|
||||
"persistent_notification": {
|
||||
"dismiss": "Odrzuć"
|
||||
},
|
||||
"scene": {
|
||||
"activate": "Aktywuj"
|
||||
},
|
||||
"script": {
|
||||
"execute": "Wykonaj"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
@ -47,28 +47,28 @@
|
||||
"on": "Umed"
|
||||
},
|
||||
"gas": {
|
||||
"off": "Curat",
|
||||
"on": "Detectat"
|
||||
"off": "Liber",
|
||||
"on": "Detecție"
|
||||
},
|
||||
"motion": {
|
||||
"off": "Curat",
|
||||
"on": "Detectat"
|
||||
"off": "Liber",
|
||||
"on": "Detecție"
|
||||
},
|
||||
"occupancy": {
|
||||
"off": "Curat",
|
||||
"on": "Detectat"
|
||||
"off": "Liber",
|
||||
"on": "Detecție"
|
||||
},
|
||||
"smoke": {
|
||||
"off": "Curat",
|
||||
"on": "Detectat"
|
||||
"off": "Liber",
|
||||
"on": "Detecție"
|
||||
},
|
||||
"sound": {
|
||||
"off": "Curat",
|
||||
"on": "Detectat"
|
||||
"off": "Liber",
|
||||
"on": "Detecție"
|
||||
},
|
||||
"vibration": {
|
||||
"off": "Curat",
|
||||
"on": "Detectat"
|
||||
"off": "Liber",
|
||||
"on": "Detecție"
|
||||
},
|
||||
"opening": {
|
||||
"off": "Închis",
|
||||
|
@ -525,6 +525,12 @@
|
||||
},
|
||||
"persistent_notification": {
|
||||
"dismiss": "Отклонить"
|
||||
},
|
||||
"scene": {
|
||||
"activate": "Активировать"
|
||||
},
|
||||
"script": {
|
||||
"execute": "Выполнить"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user