Skip to content

Commit

Permalink
chore: Update translations for scene configuration options (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobloem authored Oct 12, 2024
1 parent 3e42f95 commit 915197b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
4 changes: 2 additions & 2 deletions custom_components/stateful_scenes/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Select whether you'd like to configure internal or external scenes.",
"menu_options": {
"configure_internal_scenes": "Home Assistant Scenes (do this first)",
"select_external_scenes": "External Scenes"
"select_external_scenes": "EXPERIMENTAL: External Scenes"
},
"title": "Configure Stateful Scenes."
},
Expand All @@ -21,7 +21,7 @@
}
},
"select_external_scenes": {
"description": "Select the scenes not in the config file that you'd like to configure. These scenes will need to be learned by Stateful Scenes.",
"description": "EXPERIMENTAL!\nSelect the scenes not in the config file that you'd like to configure. These scenes will need to be learned by Stateful Scenes.",
"data": {
"external_scenes": "External scenes"
}
Expand Down
28 changes: 28 additions & 0 deletions custom_components/stateful_scenes/translations/nl.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"config": {
"step": {
"user": {
"description": "Selecteer of u interne of externe scènes wilt configureren.",
"menu_options": {
"configure_internal_scenes": "Home Assistant Scènes (doe dit eerst)",
"select_external_scenes": "EXPERIMENTEEL: Externe Scènes"
},
"title": "Configureer Stateful Scenes."
},
"configure_internal_scenes": {
"description": "Stel het pad naar het scènebestand in (standaard werkt met Home Assistant OS)",
"data": {
Expand All @@ -10,6 +18,26 @@
"transition_time": "Transitie tijd",
"enable_discovery": "Ontdekking inschakelen"
}
},
"select_external_scenes": {
"description": "EXPERIMENTEEL!\nSelecteer de scènes die niet in het configuratiebestand staan en die u wilt configureren. Deze scènes moeten worden geleerd door Stateful Scenes.",
"data": {
"external_scenes": "Externe scènes"
}
},
"configure_external_scene_entities": {
"description": "Selecteer entiteiten die behoren tot {scene_name}.\nLet op: bij het indienen wordt de scène ingeschakeld!",
"data": {
"scene_name": "Scène naam",
"scene_id": "Scène ID",
"scene_entities": "Scène entiteiten"
}
},
"learn_external_scene": {
"description": "Bevestig of de scène is geactiveerd.",
"data": {
"external_scene_active": "Geactiveerd?"
}
}
},
"error": {
Expand Down
6 changes: 3 additions & 3 deletions custom_components/stateful_scenes/translations/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Vyberte, či chcete nakonfigurovať interné alebo externé scény.",
"menu_options": {
"configure_internal_scenes": "Home Assistant scény (spraviť ako prvé)",
"select_external_scenes": "Externé scény"
"select_external_scenes": "EXPERIMENTALNY: Externé scény"
},
"title": "Konfigurácia stavových scén."
},
Expand All @@ -21,7 +21,7 @@
}
},
"select_external_scenes": {
"description": "Vyberte scény, ktoré nie sú v konfiguračnom súbore, ktoré chcete nakonfigurovať. Tieto scény sa budú musieť naučiť pomocou Stateful Scenes.",
"description": "EXPERIMENTALNY!\nVyberte scény, ktoré nie sú v konfiguračnom súbore, ktoré chcete nakonfigurovať. Tieto scény sa budú musieť naučiť pomocou Stateful Scenes.",
"data": {
"external_scenes": "Vonkajšie scény"
}
Expand Down Expand Up @@ -49,4 +49,4 @@
"hub_not_found": "Hlavná položka sa nenašla, najskôr nakonfigurujte stavové scény"
}
}
}
}

0 comments on commit 915197b

Please sign in to comment.