Skip to content

Commit c3aec12

Browse files
authored
Merge pull request #3021 from bramstroker/fix/translation
fix missing placeholder error
2 parents a11cc37 + 2eeeb81 commit c3aec12

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

custom_components/powercalc/translations/cz.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"data": {
326326
"sub_profile": "Sub profile"
327327
},
328-
"description": "This model has multiple sub profiles. Select one that suites your device",
328+
"description": "This model has multiple sub profiles. Select one that suites your device\n\n\"{entity_id}\"",
329329
"title": "Sub profile config"
330330
},
331331
"smart_switch": {

custom_components/powercalc/translations/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"data": {
326326
"sub_profile": "Subperfil"
327327
},
328-
"description": "Este modelo tiene múltiples subperfiles. Seleccione uno que se adapte a su dispositivo",
328+
"description": "Este modelo tiene múltiples subperfiles. Seleccione uno que se adapte a su dispositivo\n\n\"{entity_id}\"",
329329
"title": "Configuración del subperfil"
330330
},
331331
"smart_switch": {

custom_components/powercalc/translations/it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"data": {
326326
"sub_profile": "Sub profile"
327327
},
328-
"description": "This model has multiple sub profiles. Select one that suites your device",
328+
"description": "This model has multiple sub profiles. Select one that suites your device\n\n\"{entity_id}\"",
329329
"title": "Sub profile config"
330330
},
331331
"smart_switch": {

custom_components/powercalc/translations/nl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"data": {
326326
"sub_profile": "Sub profiel"
327327
},
328-
"description": "Dit model heeft meerdere profielen. Selecteer de juiste voor je apparaat",
328+
"description": "Dit model heeft meerdere profielen. Selecteer de juiste voor je apparaat\n\n\"{entity_id}\"",
329329
"title": "Sub profiel configuratie"
330330
},
331331
"smart_switch": {

custom_components/powercalc/translations/pl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"data": {
326326
"sub_profile": "Podprofile"
327327
},
328-
"description": "Ten model ma wiele podprofili. Wybierz taki, który pasuje do Twojego urządzenia",
328+
"description": "Ten model ma wiele podprofili. Wybierz taki, który pasuje do Twojego urządzenia\n\n\"{entity_id}\"",
329329
"title": "Konfiguracja podprofili"
330330
},
331331
"smart_switch": {

custom_components/powercalc/translations/pt-BR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"data": {
326326
"sub_profile": "Subperfil"
327327
},
328-
"description": "Este modelo tem vários subperfis. Selecione um adequado ao seu dispositivo",
328+
"description": "Este modelo tem vários subperfis. Selecione um adequado ao seu dispositivo\n\n\"{entity_id}\"",
329329
"title": "Configuração Subperfil"
330330
},
331331
"smart_switch": {

custom_components/powercalc/translations/pt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"data": {
326326
"sub_profile": "Sub-perfil"
327327
},
328-
"description": "Este modelo tem vários sub-perfis. Selecione um adequado ao seu dispositivo",
328+
"description": "Este modelo tem vários sub-perfis. Selecione um adequado ao seu dispositivo\n\n\"{entity_id}\"",
329329
"title": "Sub-perfil config"
330330
},
331331
"smart_switch": {

custom_components/powercalc/translations/ro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"data": {
326326
"sub_profile": "Subprofil"
327327
},
328-
"description": "Acest model are mai multe subprofiluri. Selectați unul care se potrivește dispozitivului dvs",
328+
"description": "Acest model are mai multe subprofiluri. Selectați unul care se potrivește dispozitivului dvs\n\n\"{entity_id}\"",
329329
"title": "Configurare subprofil"
330330
},
331331
"smart_switch": {

custom_components/powercalc/translations/sv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"data": {
326326
"sub_profile": "Underprofil"
327327
},
328-
"description": "Denna modellen har flera underprofiler. Välj en som passar din enhet",
328+
"description": "Denna modellen har flera underprofiler. Välj en som passar din enhet\n\n\"{entity_id}\"",
329329
"title": "Underprofil konfiguration"
330330
},
331331
"smart_switch": {

0 commit comments

Comments
 (0)