Skip to content

Commit

Permalink
Fixing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tvalley71 committed Jan 4, 2025
1 parent 8fa8e7e commit 2ba5b7e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions custom_components/dantherm/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set_state:
operation_selection:
selector:
select:
translation_key: operation_selection
translation_key: operations
options:
- "standby"
- "automatic"
Expand All @@ -17,7 +17,7 @@ set_state:
fan_level_selection:
selector:
select:
translation_key: fan_level_selection
translation_key: fan_levels
options:
- "0"
- "1"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/dantherm/translations/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@
}
},
"selector": {
"operation_selection": {
"operations": {
"options": {
"standby": "Standby",
"automatic": "Automatik",
"manual": "Manuel",
"week_program": "Ugeprogram"
}
},
"fan_level_selection": {
"fan_levels": {
"options": {
"0": "Niveau 0",
"1": "Niveau 1",
Expand Down
14 changes: 7 additions & 7 deletions custom_components/dantherm/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,21 +140,21 @@
}
},
"selector": {
"operation_selection": {
"operations": {
"options": {
"standby": "Standby",
"automatic": "Automatisch",
"manual": "Manuell",
"week_program": "Wochenprogramm"
}
},
"fan_level_selection": {
"fan_levels": {
"options": {
"0": "Stufe 0",
"1": "Stufe 1",
"2": "Stufe 2",
"3": "Stufe 3",
"4": "Stufe 4"
"0": "Stufe 0",
"1": "Stufe 1",
"2": "Stufe 2",
"3": "Stufe 3",
"4": "Stufe 4"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions custom_components/dantherm/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"outdoor_temperature": { "name": "Outdoor Temperature" },
"room_temperature": { "name": "Room Temperature" },
"filter_remain": { "name": "Filter Remain" },
"filter_remain level": { "name": "Filter Remain Level" },
"filter_remain_level": { "name": "Filter Remain Level" },
"work_time": { "name": "Work Time" },
"internal_preheater_dutycycle": { "name": "Preheater Dutycycle"}
},
Expand All @@ -140,15 +140,15 @@
}
},
"selector": {
"operation_selection": {
"operations": {
"options": {
"standby": "Standby",
"automatic": "Automatic",
"manual": "Manual",
"week_program": "Week Program"
}
},
"fan_level_selection": {
"fan_levels": {
"options": {
"0": "Level 0",
"1": "Level 1",
Expand Down
4 changes: 2 additions & 2 deletions custom_components/dantherm/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@
}
},
"selector": {
"operation_selection": {
"operations": {
"options": {
"standby": "Arrêt",
"automatic": "Auto",
"manual": "Manuel",
"week_program": "Programme hebdo"
}
},
"fan_level_selection": {
"fan_levels": {
"options": {
"0": "Niveau 0",
"1": "Niveau 1",
Expand Down

0 comments on commit 2ba5b7e

Please sign in to comment.