Initil after Upgrade

This commit is contained in:
2026-06-15 10:53:52 -04:00
parent 2fe9bf0dd6
commit 887feaa50a
143 changed files with 2288 additions and 881 deletions
@@ -48,6 +48,7 @@
"daily_energy": {
"data": {
"create_utility_meters": "Creați contoare",
"daily_energy_value": "Daily energy value",
"name": "Nume",
"on_time": "Timp pornit",
"start_time": "Timpul de pornire",
@@ -87,14 +88,10 @@
},
"fixed": {
"data": {
"power": "Putere",
"power_template": "Sablon de putere",
"states_power": "Puterea starilor"
"fixed_value": "Fixed value"
},
"data_description": {
"power": "O valoare fixă a puterii în wați când entitatea este PORNITĂ",
"power_template": "Șablonul va fi evaluat pentru a obține valoarea puterii în W",
"states_power": "O pereche 'stare: putere' pe fiecare rând, vezi exemplul de mai sus"
"fixed_value": "Fixed value in Watts when the entity is ON"
},
"description": "Definiți o valoare fixă a puterii pentru entitatea dvs. Alternativ, puteți defini o valoare de putere per stare. De exemplu:\n\n`redare: 8,3`\n`în pauză: 2,25`",
"title": "Configurație fixă"
@@ -290,6 +287,7 @@
"attribute": "Specificați atributul. Când este lăsat gol, va fi luminozitate pentru lumini și procent pentru ventilatoare",
"calibrate": "Pune o valoare de calibrare pe fiecare linie. Exemplu\n\n1: 20"
},
"description": "Define the linear power calculation options. See the [documentation]({docs_uri}) for more information. Use either min/max power or calibration values which allows for more points of control.",
"title": "Configurație liniară"
},
"manufacturer": {
@@ -327,6 +325,7 @@
"power": "Power for a single switch when turned on",
"power_off": "Power for a single switch when turned off"
},
"description": "Define the Multi switch power calculation options. See the [documentation]({docs_uri}) for more information.",
"title": "Multi switch config"
},
"playbook": {
@@ -341,6 +340,7 @@
"repeat": "Comutați când doriți să continuați să repetați manualul după finalizarea acestuia",
"states_trigger": "Trigger a playbook based on a state change. Example\n\nplaying: program1"
},
"description": "Define the playbook options. See the [documentation]({docs_uri}) for more information.",
"title": "Configurare Playbook"
},
"power_advanced": {
@@ -542,6 +542,7 @@
"daily_energy": {
"title": "Daily energy options",
"data": {
"daily_energy_value": "Daily energy value",
"name": "Nume",
"on_time": "Timp pornit",
"start_time": "Start time",
@@ -571,16 +572,11 @@
"fixed": {
"title": "Fixed options",
"data": {
"power": "Putere",
"power_template": "Șablon de putere",
"self_usage_included": "Self usage included",
"states_power": "Putere de stare"
"fixed_value": "Fixed value",
"self_usage_included": "Self usage included"
},
"data_description": {
"power": "A fixed power value in Watts when the entity is ON",
"power_template": "Șablonul va fi evaluat pentru a obține valoarea puterii în W",
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself.",
"states_power": "O pereche 'stare: putere' pe fiecare rând, vezi exemplul de mai sus"
"self_usage_included": "Whether the power value includes the power consumed by the smart switch itself."
}
},
"global_configuration": {
@@ -815,6 +811,21 @@
}
}
},
"selector": {
"daily_energy_value": {
"choices": {
"value": "Value",
"value_template": "Value template"
}
},
"fixed_value": {
"choices": {
"power": "Power",
"power_template": "Power template",
"states_power": "States power"
}
}
},
"services": {
"activate_playbook": {
"description": "Începeți execuția unui playbook.",
@@ -860,6 +871,10 @@
},
"name": "Schimbați configurația GUI"
},
"debug_group": {
"description": "Get a debug overview of a group power or energy sensor including current member values.",
"name": "Debug group"
},
"get_active_playbook": {
"description": "Get current running playbook",
"name": "Get active playbook"