[ci skip] Translation update
This commit is contained in:
parent
4e10895a19
commit
ee5c1ea3f7
41 changed files with 297 additions and 24 deletions
|
@ -53,5 +53,25 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"button1": "Bot\u00f3 1",
|
||||
"button10": "Bot\u00f3 10",
|
||||
"button2": "Bot\u00f3 2",
|
||||
"button3": "Bot\u00f3 3",
|
||||
"button4": "Bot\u00f3 4",
|
||||
"button5": "Bot\u00f3 5",
|
||||
"button6": "Bot\u00f3 6",
|
||||
"button7": "Bot\u00f3 7",
|
||||
"button8": "Bot\u00f3 8",
|
||||
"button9": "Bot\u00f3 9",
|
||||
"doorbell": "Timbre"
|
||||
},
|
||||
"trigger_type": {
|
||||
"double_press": "\"{subtype}\" premut dues vegades",
|
||||
"long_press": "\"{subtype}\" premut i mantingut",
|
||||
"single_press": "\"{subtype}\" premut"
|
||||
}
|
||||
},
|
||||
"title": "Controlador HomeKit"
|
||||
}
|
|
@ -53,26 +53,25 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"title": "HomeKit Controller",
|
||||
"device_automation": {
|
||||
"trigger_type": {
|
||||
"single_press": "\"{subtype}\" pressed",
|
||||
"double_press": "\"{subtype}\" pressed twice",
|
||||
"long_press": "\"{subtype}\" pressed and held"
|
||||
},
|
||||
"trigger_subtype": {
|
||||
"doorbell": "Doorbell",
|
||||
"button1": "Button 1",
|
||||
"button2": "Button 2",
|
||||
"button3": "Button 3",
|
||||
"button4": "Button 4",
|
||||
"button5": "Button 5",
|
||||
"button6": "Button 6",
|
||||
"button7": "Button 7",
|
||||
"button8": "Button 8",
|
||||
"button9": "Button 9",
|
||||
"button10": "Button 10"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
"trigger_subtype": {
|
||||
"button1": "Button 1",
|
||||
"button10": "Button 10",
|
||||
"button2": "Button 2",
|
||||
"button3": "Button 3",
|
||||
"button4": "Button 4",
|
||||
"button5": "Button 5",
|
||||
"button6": "Button 6",
|
||||
"button7": "Button 7",
|
||||
"button8": "Button 8",
|
||||
"button9": "Button 9",
|
||||
"doorbell": "Doorbell"
|
||||
},
|
||||
"trigger_type": {
|
||||
"double_press": "\"{subtype}\" pressed twice",
|
||||
"long_press": "\"{subtype}\" pressed and held",
|
||||
"single_press": "\"{subtype}\" pressed"
|
||||
}
|
||||
},
|
||||
"title": "HomeKit Controller"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue