updated apps
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
},
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Senzorul este deja configurat, specificați un ID unic"
|
||||
"already_configured": "Senzorul este deja configurat, specificați un ID unic",
|
||||
"cost_no_global_price": "Nu este configurat încă niciun preț al energiei. Configurează un preț al energiei în configurația globală Powercalc înainte de a crea un senzor de cost. Vezi [documentația]({url})."
|
||||
},
|
||||
"error": {
|
||||
"cost_price_mandatory": "You must supply either an energy price or an energy price sensor",
|
||||
"daily_energy_mandatory": "Trebuie să furnizați cel puțin o Valoare sau șablonul Valoare",
|
||||
"entity_mandatory": "Selectarea unei entități este necesară pentru orice altă strategie decât playbook",
|
||||
"fixed_mandatory": "Trebuie să furnizați cel puțin o putere, șablon putere sau State power",
|
||||
@@ -80,6 +82,7 @@
|
||||
"data": {
|
||||
"name": "Name",
|
||||
"create_energy_sensor": "Create energy sensor",
|
||||
"create_cost_sensor": "Create cost sensor",
|
||||
"create_utility_meters": "Create utility meters",
|
||||
"domain": "Entity domain",
|
||||
"exclude_entities": "Exclude entities"
|
||||
@@ -99,28 +102,90 @@
|
||||
"global_configuration": {
|
||||
"title": "Global configuration",
|
||||
"description": "Setup global configuration for Powercalc. For more information see the [documentation]({docs_uri}). Additional options for energy sensors and utility meters can be provided in the next steps.",
|
||||
"sections": {
|
||||
"power_options": {
|
||||
"name": "Senzor de putere",
|
||||
"data": {
|
||||
"power_sensor_naming": "Power sensor name pattern",
|
||||
"power_sensor_friendly_naming": "Power sensor friendly name pattern",
|
||||
"power_sensor_category": "Power sensor category",
|
||||
"power_sensor_precision": "Precizia senzorului de putere"
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"name": "Creează senzori",
|
||||
"data": {
|
||||
"create_energy_sensors": "Create energy sensors",
|
||||
"create_cost_sensors": "Create cost sensors",
|
||||
"create_standby_group": "Create standby group",
|
||||
"create_utility_meters": "Create utility meters"
|
||||
},
|
||||
"data_description": {
|
||||
"create_energy_sensors": "Whether powercalc needs to create kWh sensors",
|
||||
"create_cost_sensors": "Whether powercalc needs to create cost sensors. Requires an energy price to be configured in the next steps",
|
||||
"create_standby_group": "Create group which sums all standby power consumption and self-usage of IOT devices",
|
||||
"create_utility_meters": "Let powercalc create utility meters, which cycle daily, hourly etc."
|
||||
}
|
||||
},
|
||||
"advanced": {
|
||||
"name": "Avansat",
|
||||
"data": {
|
||||
"enable_analytics": "Enable anonymous analytics",
|
||||
"ignore_unavailable_state": "Ignore unavailable state",
|
||||
"include_non_powercalc_sensors": "Include non powercalc sensors",
|
||||
"disable_extended_attributes": "Disable extended attributes",
|
||||
"disable_library_download": "Disable remote library download"
|
||||
},
|
||||
"data_description": {
|
||||
"enable_analytics": "Allow Powercalc to send anonymous, aggregated usage statistics to help improve the integration",
|
||||
"ignore_unavailable_state": "Keep Powercalc sensors available, even when the source entity is unavailable",
|
||||
"include_non_powercalc_sensors": "Control whether you want to include non powercalc sensors in groups",
|
||||
"disable_extended_attributes": "Disable all extra attributes powercalc adds to the power, energy and group entity states. This will help keep the database size small",
|
||||
"disable_library_download": "Disable the Powercalc library download feature"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"global_configuration_cost": {
|
||||
"title": "Cost options",
|
||||
"description": "Configure the energy price used to calculate cost sensors. Provide either a fixed price or a sensor which provides the current price per kWh. Consultați [documentația]({docs_uri}) pentru mai multe informații",
|
||||
"sections": {
|
||||
"cost_pricing": {
|
||||
"name": "Pricing",
|
||||
"data": {
|
||||
"energy_price": "Fixed energy price",
|
||||
"energy_price_multiplier": "Energy price multiplier",
|
||||
"energy_price_sensor": "Energy price sensor",
|
||||
"energy_price_surcharge": "Energy price surcharge"
|
||||
},
|
||||
"data_description": {
|
||||
"energy_price": "A fixed price per kWh in your local currency",
|
||||
"energy_price_multiplier": "Multiplier applied after the surcharge. Use this for percentage-based taxes or fees, for example 1.21 for 21%",
|
||||
"energy_price_sensor": "A sensor which provides the current energy price per kWh (e.g. from a dynamic tariff integration). Leave the fixed price empty to use this sensor",
|
||||
"energy_price_surcharge": "Additional fixed amount per kWh added to the fixed price or price sensor value"
|
||||
}
|
||||
},
|
||||
"cost_naming": {
|
||||
"name": "Naming",
|
||||
"data": {
|
||||
"cost_sensor_friendly_naming": "Cost sensor friendly name pattern",
|
||||
"cost_sensor_naming": "Cost sensor name pattern"
|
||||
},
|
||||
"data_description": {
|
||||
"cost_sensor_friendly_naming": "Pattern for the friendly name of the cost sensor. The source name is inserted at the placeholder position",
|
||||
"cost_sensor_naming": "Pattern used to build the cost sensor name and entity id. The source name is inserted at the placeholder position"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"global_configuration_cost_apply": {
|
||||
"title": "Apply cost sensors",
|
||||
"description": "You changed the global cost sensors setting. Do you want to apply this change to all existing powercalc sensors that were created through the GUI?",
|
||||
"data": {
|
||||
"create_energy_sensors": "Create energy sensors",
|
||||
"create_standby_group": "Create standby group",
|
||||
"create_utility_meters": "Create utility meters",
|
||||
"disable_extended_attributes": "Disable extended attributes",
|
||||
"disable_library_download": "Disable remote library download",
|
||||
"enable_analytics": "Enable anonymous analytics",
|
||||
"ignore_unavailable_state": "Ignore unavailable state",
|
||||
"include_non_powercalc_sensors": "Include non powercalc sensors",
|
||||
"power_sensor_category": "Power sensor category",
|
||||
"power_sensor_friendly_naming": "Power sensor friendly name pattern",
|
||||
"power_sensor_naming": "Power sensor name pattern"
|
||||
"apply_to_all": "Apply to existing sensors"
|
||||
},
|
||||
"data_description": {
|
||||
"create_energy_sensors": "Whether powercalc needs to create kWh sensors",
|
||||
"create_standby_group": "Create group which sums all standby power consumption and self-usage of IOT devices",
|
||||
"create_utility_meters": "Let powercalc create utility meters, which cycle daily, hourly etc.",
|
||||
"disable_extended_attributes": "Disable all extra attributes powercalc adds to the power, energy and group entity states. This will help keep the database size small",
|
||||
"disable_library_download": "Disable the Powercalc library download feature",
|
||||
"enable_analytics": "Allow Powercalc to send anonymous, aggregated usage statistics to help improve the integration",
|
||||
"ignore_unavailable_state": "Keep Powercalc sensors available, even when the source entity is unavailable",
|
||||
"include_non_powercalc_sensors": "Control whether you want to include non powercalc sensors in groups"
|
||||
"apply_to_all": "Update every existing GUI powercalc sensor to match the new cost sensors setting"
|
||||
}
|
||||
},
|
||||
"global_configuration_discovery": {
|
||||
@@ -173,41 +238,56 @@
|
||||
},
|
||||
"group_custom": {
|
||||
"data": {
|
||||
"area": "Zonă",
|
||||
"floor": "Floor",
|
||||
"create_energy_sensor": "Create energy sensor",
|
||||
"create_utility_meters": "Creați contoare",
|
||||
"device": "Dispozitiv",
|
||||
"force_calculate_group_energy": "Force calculate energy",
|
||||
"group_energy_entities": "Entități energetice suplimentare",
|
||||
"group_energy_start_at_zero": "Start at zero",
|
||||
"group_member_devices": "Member devices",
|
||||
"group_member_sensors": "Senzori powercalc membri",
|
||||
"group_power_entities": "Entități de putere suplimentare",
|
||||
"hide_members": "Ascunde members",
|
||||
"include_non_powercalc_sensors": "Include senzori non-powercalc",
|
||||
"name": "Nume",
|
||||
"sub_groups": "Subgrupuri"
|
||||
"name": "Nume"
|
||||
},
|
||||
"data_description": {
|
||||
"area": "Adaugă toți senzorii de putere din zona specificată",
|
||||
"floor": "Adds all power sensors from the specified floor",
|
||||
"create_energy_sensor": "Whether powercalc needs to create a kWh sensor",
|
||||
"device": "Adăugați entitățile de grup pe care powercalc le creează pe un dispozitiv existent",
|
||||
"force_calculate_group_energy": "By default powercalc sums the energy sensors from the member sensors. Toggle this option to force creating a Riemann Sum sensor",
|
||||
"group_energy_entities": "Senzori suplimentari de energie (kWh) de la instalația dvs. HA de inclus",
|
||||
"group_energy_start_at_zero": "When enabled, the energy sensor will start at zero when the sensor is created. Otherwise it will sum all the current member energy sensor states",
|
||||
"group_member_devices": "Add power and energy entities from the selected devices to the group",
|
||||
"group_member_sensors": "Senzori Powercalc de inclus în grup",
|
||||
"group_power_entities": "Senzori de putere suplimentari (W) de la instalația dvs. HA pentru a include",
|
||||
"include_non_powercalc_sensors": "Controlați dacă includeți senzori non-powercalc atunci când utilizați opțiunea zonă",
|
||||
"sub_groups": "Toți senzorii care conțin din subgrupurile selectate vor fi adăugați și la acest grup"
|
||||
"sections": {
|
||||
"members": {
|
||||
"name": "Membri",
|
||||
"data": {
|
||||
"group_member_sensors": "Senzori powercalc membri",
|
||||
"group_member_devices": "Member devices",
|
||||
"group_power_entities": "Entități de putere suplimentare",
|
||||
"group_energy_entities": "Entități energetice suplimentare",
|
||||
"sub_groups": "Subgrupuri",
|
||||
"area": "Zonă",
|
||||
"floor": "Floor"
|
||||
},
|
||||
"data_description": {
|
||||
"group_member_sensors": "Senzori Powercalc de inclus în grup",
|
||||
"group_member_devices": "Add power and energy entities from the selected devices to the group",
|
||||
"group_power_entities": "Senzori de putere suplimentari (W) de la instalația dvs. HA pentru a include",
|
||||
"group_energy_entities": "Senzori suplimentari de energie (kWh) de la instalația dvs. HA de inclus",
|
||||
"sub_groups": "Toți senzorii care conțin din subgrupurile selectate vor fi adăugați și la acest grup",
|
||||
"area": "Adaugă toți senzorii de putere din zona specificată",
|
||||
"floor": "Adds all power sensors from the specified floor"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"name": "Opțiuni",
|
||||
"data": {
|
||||
"device": "Dispozitiv",
|
||||
"hide_members": "Ascunde members",
|
||||
"include_non_powercalc_sensors": "Include senzori non-powercalc",
|
||||
"force_calculate_group_energy": "Force calculate energy",
|
||||
"group_energy_start_at_zero": "Start at zero",
|
||||
"create_energy_sensor": "Create energy sensor",
|
||||
"create_utility_meters": "Creați contoare"
|
||||
},
|
||||
"data_description": {
|
||||
"device": "Adăugați entitățile de grup pe care powercalc le creează pe un dispozitiv existent",
|
||||
"include_non_powercalc_sensors": "Controlați dacă includeți senzori non-powercalc atunci când utilizați opțiunea zonă",
|
||||
"force_calculate_group_energy": "By default powercalc sums the energy sensors from the member sensors. Toggle this option to force creating a Riemann Sum sensor",
|
||||
"group_energy_start_at_zero": "When enabled, the energy sensor will start at zero when the sensor is created. Otherwise it will sum all the current member energy sensor states",
|
||||
"create_energy_sensor": "Whether powercalc needs to create a kWh sensor"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Creați un senzor de grup"
|
||||
},
|
||||
"group_subtract": {
|
||||
"data": {
|
||||
"create_energy_sensor": "Create energy sensor",
|
||||
"create_cost_sensor": "Create cost sensor",
|
||||
"create_utility_meters": "Create utility meters",
|
||||
"entity_id": "Base entity",
|
||||
"name": "Name",
|
||||
@@ -224,6 +304,7 @@
|
||||
"main_power_sensor": "Mains power sensor",
|
||||
"group_tracked_auto": "Entities auto added",
|
||||
"create_energy_sensor": "Create energy sensor",
|
||||
"create_cost_sensor": "Create cost sensor",
|
||||
"create_utility_meters": "Create utility meters"
|
||||
},
|
||||
"data_description": {
|
||||
@@ -382,6 +463,18 @@
|
||||
"description": "În prezent, setările specifice pot fi configurate numai global",
|
||||
"title": "Creați un senzor de energie pentru un senzor de putere existent"
|
||||
},
|
||||
"cost": {
|
||||
"data": {
|
||||
"energy_sensor_id": "Senzor de energie",
|
||||
"name": "Nume"
|
||||
},
|
||||
"data_description": {
|
||||
"energy_sensor_id": "Senzorul de energie existent (kWh) pentru care se calculează costul. Poate fi un senzor din orice integrare, nu doar Powercalc",
|
||||
"name": "Numele de bază al senzorului de cost. Numele complet al entității este setat în funcție de setarea cost_sensor_naming"
|
||||
},
|
||||
"description": "Creează un senzor de cost pentru un senzor de energie existent. Prețul energiei este preluat din configurația globală Powercalc.",
|
||||
"title": "Creează senzor de cost"
|
||||
},
|
||||
"sub_profile": {
|
||||
"data": {
|
||||
"sub_profile": "Subprofil"
|
||||
@@ -413,6 +506,7 @@
|
||||
"sensor_type": "Tip senzor"
|
||||
},
|
||||
"menu_options": {
|
||||
"cost": "Senzor de cost (dintr-un senzor de energie existent)",
|
||||
"daily_energy": "Energie zilnică",
|
||||
"group": "Grup",
|
||||
"global_configuration": "Global configuration",
|
||||
@@ -440,6 +534,7 @@
|
||||
"virtual_power": {
|
||||
"data": {
|
||||
"create_energy_sensor": "Creați un senzor de energie",
|
||||
"create_cost_sensor": "Create cost sensor",
|
||||
"create_utility_meters": "Creați contoare",
|
||||
"entity_id": "Entitatea sursă",
|
||||
"mode": "Strategia de calcul",
|
||||
@@ -495,6 +590,7 @@
|
||||
"model_not_support": "Model not supported"
|
||||
},
|
||||
"error": {
|
||||
"cost_price_mandatory": "You must supply either an energy price or an energy price sensor",
|
||||
"fixed_mandatory": "Trebuie să furnizați cel puțin o putere, șablon putere sau State power",
|
||||
"fixed_states_power_only": "Această entitate poate funcționa numai cu 'states_power' nu cu 'power'",
|
||||
"group_mandatory": "Trebuie să definiți cel puțin subgrupuri sau entități de putere și energie",
|
||||
@@ -526,6 +622,7 @@
|
||||
"title": "Basic options",
|
||||
"data": {
|
||||
"create_energy_sensor": "Creați un senzor de energie",
|
||||
"create_cost_sensor": "Create cost sensor",
|
||||
"create_utility_meters": "Creați contoare",
|
||||
"entity_id": "Source entity",
|
||||
"name": "Nume",
|
||||
@@ -581,28 +678,90 @@
|
||||
},
|
||||
"global_configuration": {
|
||||
"title": "Basic options",
|
||||
"sections": {
|
||||
"power_options": {
|
||||
"name": "Senzor de putere",
|
||||
"data": {
|
||||
"power_sensor_naming": "Power sensor name pattern",
|
||||
"power_sensor_friendly_naming": "Power sensor friendly name pattern",
|
||||
"power_sensor_category": "Power sensor category",
|
||||
"power_sensor_precision": "Precizia senzorului de putere"
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"name": "Creează senzori",
|
||||
"data": {
|
||||
"create_energy_sensors": "Create energy sensors",
|
||||
"create_cost_sensors": "Create cost sensors",
|
||||
"create_standby_group": "Create standby group",
|
||||
"create_utility_meters": "Create utility meters"
|
||||
},
|
||||
"data_description": {
|
||||
"create_energy_sensors": "Whether powercalc needs to create kWh sensors",
|
||||
"create_cost_sensors": "Whether powercalc needs to create cost sensors. Requires an energy price to be configured in the next steps",
|
||||
"create_standby_group": "Create group which sums all standby power consumption and self-usage of IOT devices",
|
||||
"create_utility_meters": "Let powercalc create utility meters, which cycle daily, hourly etc."
|
||||
}
|
||||
},
|
||||
"advanced": {
|
||||
"name": "Avansat",
|
||||
"data": {
|
||||
"enable_analytics": "Enable anonymous analytics",
|
||||
"ignore_unavailable_state": "Ignore unavailable state",
|
||||
"include_non_powercalc_sensors": "Include non powercalc sensors",
|
||||
"disable_extended_attributes": "Disable extended attributes",
|
||||
"disable_library_download": "Disable remote library download"
|
||||
},
|
||||
"data_description": {
|
||||
"enable_analytics": "Allow Powercalc to send anonymous, aggregated usage statistics to help improve the integration",
|
||||
"ignore_unavailable_state": "Keep Powercalc sensors available, even when the source entity is unavailable",
|
||||
"include_non_powercalc_sensors": "Control whether you want to include non powercalc sensors in groups",
|
||||
"disable_extended_attributes": "Disable all extra attributes powercalc adds to the power, energy and group entity states. This will help keep the database size small",
|
||||
"disable_library_download": "Disable the Powercalc library download feature"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"global_configuration_cost": {
|
||||
"title": "Cost options",
|
||||
"description": "Configure the energy price used to calculate cost sensors. Provide either a fixed price or a sensor which provides the current price per kWh. Consultați [documentația]({docs_uri}) pentru mai multe informații",
|
||||
"sections": {
|
||||
"cost_pricing": {
|
||||
"name": "Pricing",
|
||||
"data": {
|
||||
"energy_price": "Fixed energy price",
|
||||
"energy_price_multiplier": "Energy price multiplier",
|
||||
"energy_price_sensor": "Energy price sensor",
|
||||
"energy_price_surcharge": "Energy price surcharge"
|
||||
},
|
||||
"data_description": {
|
||||
"energy_price": "A fixed price per kWh in your local currency",
|
||||
"energy_price_multiplier": "Multiplier applied after the surcharge. Use this for percentage-based taxes or fees, for example 1.21 for 21%",
|
||||
"energy_price_sensor": "A sensor which provides the current energy price per kWh (e.g. from a dynamic tariff integration). Leave the fixed price empty to use this sensor",
|
||||
"energy_price_surcharge": "Additional fixed amount per kWh added to the fixed price or price sensor value"
|
||||
}
|
||||
},
|
||||
"cost_naming": {
|
||||
"name": "Naming",
|
||||
"data": {
|
||||
"cost_sensor_friendly_naming": "Cost sensor friendly name pattern",
|
||||
"cost_sensor_naming": "Cost sensor name pattern"
|
||||
},
|
||||
"data_description": {
|
||||
"cost_sensor_friendly_naming": "Pattern for the friendly name of the cost sensor. The source name is inserted at the placeholder position",
|
||||
"cost_sensor_naming": "Pattern used to build the cost sensor name and entity id. The source name is inserted at the placeholder position"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"global_configuration_cost_apply": {
|
||||
"title": "Apply cost sensors",
|
||||
"description": "You changed the global cost sensors setting. Do you want to apply this change to all existing powercalc sensors that were created through the GUI?",
|
||||
"data": {
|
||||
"create_energy_sensors": "Create energy sensors",
|
||||
"create_standby_group": "Create standby group",
|
||||
"create_utility_meters": "Create utility meters",
|
||||
"disable_extended_attributes": "Disable extended attributes",
|
||||
"disable_library_download": "Disable remote library download",
|
||||
"enable_analytics": "Enable anonymous analytics",
|
||||
"ignore_unavailable_state": "Ignore unavailable state",
|
||||
"include_non_powercalc_sensors": "Include non powercalc sensors",
|
||||
"power_sensor_category": "Power sensor category",
|
||||
"power_sensor_friendly_naming": "Power sensor friendly name pattern",
|
||||
"power_sensor_naming": "Power sensor name pattern"
|
||||
"apply_to_all": "Apply to existing sensors"
|
||||
},
|
||||
"data_description": {
|
||||
"create_energy_sensors": "Whether powercalc needs to create kWh sensors",
|
||||
"create_standby_group": "Create group which sums all standby power consumption and self-usage of IOT devices",
|
||||
"create_utility_meters": "Let powercalc create utility meters, which cycle daily, hourly etc.",
|
||||
"disable_extended_attributes": "Disable all extra attributes powercalc adds to the power, energy and group entity states. This will help keep the database size small",
|
||||
"disable_library_download": "Disable the Powercalc library download feature",
|
||||
"enable_analytics": "Allow Powercalc to send anonymous, aggregated usage statistics to help improve the integration",
|
||||
"ignore_unavailable_state": "Keep Powercalc sensors available, even when the source entity is unavailable",
|
||||
"include_non_powercalc_sensors": "Control whether you want to include non powercalc sensors in groups"
|
||||
"apply_to_all": "Update every existing GUI powercalc sensor to match the new cost sensors setting"
|
||||
}
|
||||
},
|
||||
"global_configuration_discovery": {
|
||||
@@ -657,30 +816,42 @@
|
||||
},
|
||||
"group_custom": {
|
||||
"title": "Group options",
|
||||
"data": {
|
||||
"area": "Zona",
|
||||
"floor": "Floor",
|
||||
"device": "Dispozitiv",
|
||||
"force_calculate_group_energy": "Force calculate energy",
|
||||
"group_energy_entities": "Entități energetice suplimentare",
|
||||
"group_member_devices": "Member devices",
|
||||
"group_member_sensors": "Senzori powercalc membri",
|
||||
"group_power_entities": "Entități de putere suplimentare",
|
||||
"hide_members": "Ascunde membrii",
|
||||
"include_non_powercalc_sensors": "Includeți senzori non-powercalc",
|
||||
"sub_groups": "Subgrupuri"
|
||||
},
|
||||
"data_description": {
|
||||
"area": "Adaugă toți senzorii powercalc din zona specificată",
|
||||
"floor": "Adds all power sensors from the specified floor",
|
||||
"device": "Adăugați entitățile de grup pe care powercalc le creează pe un dispozitiv existent",
|
||||
"force_calculate_group_energy": "By default powercalc sums the energy sensors from the member sensors. Toggle this option to force creating a Riemann Sum sensor",
|
||||
"group_energy_entities": "Senzori suplimentari de energie (kWh) de la instalația dvs. HA de inclus",
|
||||
"group_member_devices": "Add power and energy entities from the selected devices to the group",
|
||||
"group_member_sensors": "Senzori Powercalc de incluși în grup",
|
||||
"group_power_entities": "Senzori de putere suplimentari (W) de la instalația dvs. HA pentru a include",
|
||||
"include_non_powercalc_sensors": "Controlați dacă includeți senzori non-powercalc atunci când utilizați opțiunea zonă",
|
||||
"sub_groups": "Toți senzorii care conțin din subgrupurile selectate vor fi adăugați și la acest grup"
|
||||
"sections": {
|
||||
"members": {
|
||||
"name": "Membri",
|
||||
"data": {
|
||||
"group_member_sensors": "Senzori powercalc membri",
|
||||
"group_member_devices": "Member devices",
|
||||
"group_power_entities": "Entități de putere suplimentare",
|
||||
"group_energy_entities": "Entități energetice suplimentare",
|
||||
"sub_groups": "Subgrupuri",
|
||||
"area": "Zona",
|
||||
"floor": "Floor"
|
||||
},
|
||||
"data_description": {
|
||||
"group_member_sensors": "Senzori Powercalc de incluși în grup",
|
||||
"group_member_devices": "Add power and energy entities from the selected devices to the group",
|
||||
"group_power_entities": "Senzori de putere suplimentari (W) de la instalația dvs. HA pentru a include",
|
||||
"group_energy_entities": "Senzori suplimentari de energie (kWh) de la instalația dvs. HA de inclus",
|
||||
"sub_groups": "Toți senzorii care conțin din subgrupurile selectate vor fi adăugați și la acest grup",
|
||||
"area": "Adaugă toți senzorii powercalc din zona specificată",
|
||||
"floor": "Adds all power sensors from the specified floor"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"name": "Opțiuni",
|
||||
"data": {
|
||||
"device": "Dispozitiv",
|
||||
"hide_members": "Ascunde membrii",
|
||||
"include_non_powercalc_sensors": "Includeți senzori non-powercalc",
|
||||
"force_calculate_group_energy": "Force calculate energy"
|
||||
},
|
||||
"data_description": {
|
||||
"device": "Adăugați entitățile de grup pe care powercalc le creează pe un dispozitiv existent",
|
||||
"include_non_powercalc_sensors": "Controlați dacă includeți senzori non-powercalc atunci când utilizați opțiunea zonă",
|
||||
"force_calculate_group_energy": "By default powercalc sums the energy sensors from the member sensors. Toggle this option to force creating a Riemann Sum sensor"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"group_subtract": {
|
||||
@@ -699,6 +870,7 @@
|
||||
"main_power_sensor": "Mains power sensor",
|
||||
"group_tracked_auto": "Entities auto added",
|
||||
"create_energy_sensor": "Create energy sensor",
|
||||
"create_cost_sensor": "Create cost sensor",
|
||||
"create_utility_meters": "Create utility meters"
|
||||
},
|
||||
"data_description": {
|
||||
@@ -719,6 +891,7 @@
|
||||
"menu_options": {
|
||||
"advanced_options": "Advanced options",
|
||||
"basic_options": "Basic options",
|
||||
"cost": "Opțiuni de cost",
|
||||
"daily_energy": "Daily energy options",
|
||||
"energy_options": "Energy options",
|
||||
"fixed": "Fixed options",
|
||||
@@ -789,6 +962,15 @@
|
||||
"device": "Add the created energy sensor to an specific device"
|
||||
}
|
||||
},
|
||||
"cost": {
|
||||
"title": "Opțiuni de cost",
|
||||
"data": {
|
||||
"energy_sensor_id": "Senzor de energie"
|
||||
},
|
||||
"data_description": {
|
||||
"energy_sensor_id": "Senzorul de energie existent (kWh) pentru care se calculează costul"
|
||||
}
|
||||
},
|
||||
"utility_meter_options": {
|
||||
"title": "Utility meter options",
|
||||
"data": {
|
||||
@@ -847,6 +1029,16 @@
|
||||
},
|
||||
"name": "Calibrați senzorul de energie"
|
||||
},
|
||||
"calibrate_cost": {
|
||||
"description": "Sets the cost sensor to a given monetary value.",
|
||||
"fields": {
|
||||
"value": {
|
||||
"description": "The value to set.",
|
||||
"name": "Value"
|
||||
}
|
||||
},
|
||||
"name": "Calibrate cost sensor"
|
||||
},
|
||||
"calibrate_utility_meter": {
|
||||
"description": "Calibrează un senzor de contor.",
|
||||
"fields": {
|
||||
@@ -901,6 +1093,10 @@
|
||||
"description": "Resetați un senzor de energie la zero kWh.",
|
||||
"name": "Resetați senzorul de energie"
|
||||
},
|
||||
"reset_cost": {
|
||||
"description": "Reset a cost sensor to zero.",
|
||||
"name": "Reset cost sensor"
|
||||
},
|
||||
"stop_playbook": {
|
||||
"description": "Opriți playbook activ în prezent.",
|
||||
"name": "Oprire playbook"
|
||||
|
||||
Reference in New Issue
Block a user