Skip to content

Commit 2820c56

Browse files
committed
Fix missing option in translation files
1 parent 6d08b66 commit 2820c56

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

custom_components/dahua/translations/ca.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"sensor": "Sensor habilitat",
3939
"switch": "Interruptor habilitat",
4040
"light": "Llum habilitat",
41+
"select": "Select enabled",
4142
"camera": "Càmera habilitat"
4243
}
4344
}

custom_components/dahua/translations/en.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"sensor": "Sensor enabled",
3939
"switch": "Switch enabled",
4040
"light": "Light enabled",
41+
"select": "Select enabled",
4142
"camera": "Camera enabled"
4243
}
4344
}

custom_components/dahua/translations/es.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"sensor": "Sensor habilitado",
3939
"switch": "Interruptor habilitado",
4040
"light": "Luz habilitada",
41+
"select": "Select enabled",
4142
"camera": "Camara habilitada"
4243
}
4344
}

custom_components/dahua/translations/nl.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"sensor": "Sensor actief",
3939
"switch": "Schakelaar actief",
4040
"light": "Lamp actief",
41+
"select": "Select enabled",
4142
"camera": "Camera actief"
4243
}
4344
}

custom_components/dahua/translations/pt.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"sensor": "Ativar entidades do tipo Sensor",
3939
"switch": "Ativar entidades do tipo Switch",
4040
"light": "Ativar entidades do tipo Light",
41+
"select": "Select enabled",
4142
"camera": "Ativar entidades do tipo Camera"
4243
}
4344
}

0 commit comments

Comments
 (0)