Skip to content

Commit

Permalink
Fixed translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tvalley71 committed Jan 4, 2025
1 parent 3ac3288 commit b23a19d
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 0 deletions.
19 changes: 19 additions & 0 deletions custom_components/dantherm/translations/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,25 @@
"summer_mode": { "name": "Sommertilstand" }
}
},
"selector": {
"operation_selection": {
"options": {
"standby": "Standby",
"automatic": "Automatik",
"manual": "Manuel",
"week_program": "Ugeprogram"
}
},
"fan_level_selection": {
"options": {
"0": "Niveau 0",
"1": "Niveau 1",
"2": "Niveau 2",
"3": "Niveau 3",
"4": "Niveau 4"
}
}
},
"services": {
"set_state": {
"name": "Sæt tilstand",
Expand Down
19 changes: 19 additions & 0 deletions custom_components/dantherm/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,25 @@
"summer_mode": { "name": "Sommermodus" }
}
},
"selector": {
"operation_selection": {
"options": {
"standby": "Standby",
"automatic": "Automatisch",
"manual": "Manuell",
"week_program": "Wochenprogramm"
}
},
"fan_level_selection": {
"options": {
"0": "Stufe 0",
"1": "Stufe 1",
"2": "Stufe 2",
"3": "Stufe 3",
"4": "Stufe 4"
}
}
},
"services": {
"set_state": {
"name": "Zustand setzen",
Expand Down
19 changes: 19 additions & 0 deletions custom_components/dantherm/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,25 @@
"summer_mode": { "name": "Summer Mode" }
}
},
"selector": {
"operation_selection": {
"options": {
"standby": "Standby",
"automatic": "Automatic",
"manual": "Manual",
"week_program": "Week Program"
}
},
"fan_level_selection": {
"options": {
"0": "Level 0",
"1": "Level 1",
"2": "Level 2",
"3": "Level 3",
"4": "Level 4"
}
}
},
"services": {
"set_state": {
"name": "Set state",
Expand Down
19 changes: 19 additions & 0 deletions custom_components/dantherm/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,25 @@
"summer_mode": { "name": "Mode été" }
}
},
"selector": {
"operation_selection": {
"options": {
"standby": "Arrêt",
"automatic": "Auto",
"manual": "Manuel",
"week_program": "Programme hebdo"
}
},
"fan_level_selection": {
"options": {
"0": "Niveau 0",
"1": "Niveau 1",
"2": "Niveau 2",
"3": "Niveau 3",
"4": "Niveau 4"
}
}
},
"services": {
"set_state": {
"name": "Définir l'état",
Expand Down

0 comments on commit b23a19d

Please sign in to comment.