Skip to content

Commit e09070e

Browse files
committed
Updated translations
* custom_components/daikin_onecta/translations/en.json: * custom_components/daikin_onecta/translations/nl.json:
1 parent ae51f3f commit e09070e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

custom_components/daikin_onecta/translations/en.json

+8
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,17 @@
6161
},
6262
"swing_mode": {
6363
"state": {
64+
"stop": "Stop",
65+
"swing": "Swing",
6466
"floorheatingairflow": "FloorHeating Airflow",
6567
"windnice": "Comfort Airflow"
6668
}
69+
},
70+
"swing_horizontal_mode": {
71+
"state": {
72+
"stop": "Stop",
73+
"swing": "Swing"
74+
}
6775
}
6876
}
6977
}

custom_components/daikin_onecta/translations/nl.json

+8
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,17 @@
4545
},
4646
"swing_mode": {
4747
"state": {
48+
"stop": "Draaien uit",
49+
"swing": "Draaien",
4850
"floorheatingairflow": "Vloer Heating Airflow",
4951
"windnice": "Comfort Airflow"
5052
}
53+
},
54+
"swing_horizontal_mode": {
55+
"state": {
56+
"stop": "Draaien uit",
57+
"swing": "Draaien"
58+
}
5159
}
5260
}
5361
}

0 commit comments

Comments
 (0)