Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update translations #2850

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 79 additions & 27 deletions custom_components/powercalc/translations/cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,43 @@
},
"title": "Create a group sensor"
},
"group_subtract": {
"data": {
"create_energy_sensor": "Create energy sensor",
"create_utility_meters": "Create utility meters",
"entity_id": "Base entity",
"name": "Name",
"subtract_entities": "Subtract entities"
},
"data_description": {
"entity_id": "The base entity to subtract the power from",
"subtract_entities": "Select all the entities you want to subtract from the base entity"
},
"title": "Subtract group sensor"
},
"group_tracked_untracked": {
"data": {
"main_power_sensor": "Mains power sensor",
"group_tracked_auto": "Entities auto added",
"create_energy_sensor": "Create energy sensor",
"create_utility_meters": "Create utility meters"
},
"data_description": {
"main_power_sensor": "Select the power sensor containing your total power usage. When left empty, only an tracked power sensor will be created",
"group_tracked_auto": "Powercalc will automatically add all power sensors to the tracked group, skipping powercalc groups. Disable this when you'd like to manually define the tracked entities",
"create_energy_sensor": "Whether powercalc needs to create a kWh sensor",
"create_utility_meters": "Let powercalc create utility meters, which cycle daily, hourly etc."
},
"description": "Create a group sensor for all tracked and untracked power",
"title": "Create a tracked power sensor"
},
"group_tracked_untracked_manual": {
"data": {
"group_tracked_entities": "Tracked entities"
},
"description": "Select all the power sensors which are part of the tracked consumption. It is already automatically populated, but you can manually adjust it",
"title": "Select power entities"
},
"library": {
"data": {
"confirm_autodisovered_model": "Potvrdit model"
Expand Down Expand Up @@ -186,7 +223,8 @@
"menu_options": {
"group_custom": "Standard group",
"group_domain": "Domain based group",
"group_subtract": "Subtract"
"group_subtract": "Subtract",
"group_tracked_untracked": "Tracked/untracked power"
},
"title": "Choose the group type",
"description": "Select the type of group sensor you want to create. Choose domain based group if you want to group all entities of a specific domain, or create a sensor summing all your energy sensors. Choose standard group otherwise."
Expand Down Expand Up @@ -256,20 +294,6 @@
"description": "Currently specific settings can only be configured globally",
"title": "Create an energy sensor for an existing power sensor"
},
"group_subtract": {
"data": {
"create_energy_sensor": "Create energy sensor",
"create_utility_meters": "Create utility meters",
"entity_id": "Base entity",
"name": "Name",
"subtract_entities": "Subtract entities"
},
"data_description": {
"entity_id": "The base entity to subtract the power from",
"subtract_entities": "Select all the entities you want to subtract from the base entity"
},
"title": "Subtract group sensor"
},
"sub_profile": {
"data": {
"sub_profile": "Sub profile"
Expand Down Expand Up @@ -504,19 +528,54 @@
"sub_groups": "All containing sensors from the selected subgroups will be added to this group as well"
}
},
"group_subtract": {
"data": {
"entity_id": "Base entity",
"subtract_entities": "Subtract entities"
},
"data_description": {
"entity_id": "The base entity to subtract the power from",
"subtract_entities": "Select all the entities you want to subtract from the base entity"
},
"title": "Group options"
},
"group_tracked_untracked": {
"data": {
"main_power_sensor": "Mains power sensor",
"group_tracked_auto": "Entities auto added",
"create_energy_sensor": "Create energy sensor",
"create_utility_meters": "Create utility meters"
},
"data_description": {
"main_power_sensor": "Select the power sensor containing your total power usage. When left empty, only an tracked power sensor will be created",
"group_tracked_auto": "Powercalc will automatically add all power sensors to the tracked group, skipping powercalc groups. Disable this when you'd like to manually define the tracked entities",
"create_energy_sensor": "Whether powercalc needs to create a kWh sensor",
"create_utility_meters": "Let powercalc create utility meters, which cycle daily, hourly etc."
},
"description": "Create a group sensor for all tracked and untracked power",
"title": "Create a tracked power sensor"
},
"group_tracked_untracked_manual": {
"data": {
"group_tracked_entities": "Tracked entities"
},
"title": "Select power entities"
},
"init": {
"menu_options": {
"advanced_options": "Advanced options",
"basic_options": "Basic options",
"daily_energy": "Daily energy options",
"fixed": "Fixed options",
"group": "Group options",
"group_subtract": "Group options",
"group_tracked_untracked": "Group options",
"group_tracked_untracked_manual": "Tracked entities",
"library_options": "Library options",
"linear": "Linear options",
"playbook": "Playbook options",
"multi_switch": "Multi switch options",
"real_power": "Real power options",
"group_subtract": "Group options",
"utility_meter_options": "Utility meter options",
"wled": "WLED options"
}
Expand Down Expand Up @@ -576,17 +635,6 @@
"device": "Add the created energy sensor to an specific device"
}
},
"group_subtract": {
"data": {
"entity_id": "Base entity",
"subtract_entities": "Subtract entities"
},
"data_description": {
"entity_id": "The base entity to subtract the power from",
"subtract_entities": "Select all the entities you want to subtract from the base entity"
},
"title": "Group options"
},
"utility_meter_options": {
"title": "Utility meter options",
"data": {
Expand Down Expand Up @@ -658,6 +706,10 @@
"description": "Get current running playbook",
"name": "Get active playbook"
},
"get_group_entities": {
"description": "Retrieve all entity id's of a group energy or power sensor",
"name": "Get group entities"
},
"increase_daily_energy": {
"description": "Increases the sensor with a given amount.",
"fields": {
Expand Down
106 changes: 79 additions & 27 deletions custom_components/powercalc/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,43 @@
},
"title": "Einen Gruppensensor erstellen"
},
"group_subtract": {
"data": {
"create_energy_sensor": "Energiesensor erstellen",
"create_utility_meters": "Verbrauchszähler erstellen",
"entity_id": "Basis-Entität",
"name": "Name",
"subtract_entities": "Subtract entities"
},
"data_description": {
"entity_id": "The base entity to subtract the power from",
"subtract_entities": "Select all the entities you want to subtract from the base entity"
},
"title": "Subtract group sensor"
},
"group_tracked_untracked": {
"data": {
"main_power_sensor": "Mains power sensor",
"group_tracked_auto": "Entities auto added",
"create_energy_sensor": "Create energy sensor",
"create_utility_meters": "Create utility meters"
},
"data_description": {
"main_power_sensor": "Select the power sensor containing your total power usage. When left empty, only an tracked power sensor will be created",
"group_tracked_auto": "Powercalc will automatically add all power sensors to the tracked group, skipping powercalc groups. Disable this when you'd like to manually define the tracked entities",
"create_energy_sensor": "Whether powercalc needs to create a kWh sensor",
"create_utility_meters": "Let powercalc create utility meters, which cycle daily, hourly etc."
},
"description": "Create a group sensor for all tracked and untracked power",
"title": "Create a tracked power sensor"
},
"group_tracked_untracked_manual": {
"data": {
"group_tracked_entities": "Tracked entities"
},
"description": "Select all the power sensors which are part of the tracked consumption. It is already automatically populated, but you can manually adjust it",
"title": "Select power entities"
},
"library": {
"data": {
"confirm_autodisovered_model": "Bestätigen Sie das Modell"
Expand Down Expand Up @@ -186,7 +223,8 @@
"menu_options": {
"group_custom": "Standardgruppe",
"group_domain": "Domänenbasierte Gruppe",
"group_subtract": "Subtract"
"group_subtract": "Subtract",
"group_tracked_untracked": "Tracked/untracked power"
},
"title": "Choose the group type",
"description": "Select the type of group sensor you want to create. Choose domain based group if you want to group all entities of a specific domain, or create a sensor summing all your energy sensors. Choose standard group otherwise."
Expand Down Expand Up @@ -256,20 +294,6 @@
"description": "Derzeit können bestimmte Einstellungen nur global konfiguriert werden",
"title": "Erstellen eines Energiesensors für einen vorhandenen Leistungssensor"
},
"group_subtract": {
"data": {
"create_energy_sensor": "Energiesensor erstellen",
"create_utility_meters": "Verbrauchszähler erstellen",
"entity_id": "Basis-Entität",
"name": "Name",
"subtract_entities": "Subtract entities"
},
"data_description": {
"entity_id": "The base entity to subtract the power from",
"subtract_entities": "Select all the entities you want to subtract from the base entity"
},
"title": "Subtract group sensor"
},
"sub_profile": {
"data": {
"sub_profile": "Unterprofil"
Expand Down Expand Up @@ -504,19 +528,54 @@
"sub_groups": "Alle Sensoren aus den ausgewählten Untergruppen werden ebenfalls zu dieser Gruppe hinzugefügt"
}
},
"group_subtract": {
"data": {
"entity_id": "Base entity",
"subtract_entities": "Subtract entities"
},
"data_description": {
"entity_id": "The base entity to subtract the power from",
"subtract_entities": "Select all the entities you want to subtract from the base entity"
},
"title": "Group options"
},
"group_tracked_untracked": {
"data": {
"main_power_sensor": "Mains power sensor",
"group_tracked_auto": "Entities auto added",
"create_energy_sensor": "Create energy sensor",
"create_utility_meters": "Create utility meters"
},
"data_description": {
"main_power_sensor": "Select the power sensor containing your total power usage. When left empty, only an tracked power sensor will be created",
"group_tracked_auto": "Powercalc will automatically add all power sensors to the tracked group, skipping powercalc groups. Disable this when you'd like to manually define the tracked entities",
"create_energy_sensor": "Whether powercalc needs to create a kWh sensor",
"create_utility_meters": "Let powercalc create utility meters, which cycle daily, hourly etc."
},
"description": "Create a group sensor for all tracked and untracked power",
"title": "Create a tracked power sensor"
},
"group_tracked_untracked_manual": {
"data": {
"group_tracked_entities": "Tracked entities"
},
"title": "Select power entities"
},
"init": {
"menu_options": {
"advanced_options": "Advanced options",
"basic_options": "Basic options",
"daily_energy": "Daily energy options",
"fixed": "Fixed options",
"group": "Group options",
"group_subtract": "Gruppeneinstellungen",
"group_tracked_untracked": "Group options",
"group_tracked_untracked_manual": "Tracked entities",
"library_options": "Library options",
"linear": "Linear options",
"playbook": "Playbook options",
"multi_switch": "Multi switch options",
"real_power": "Real power options",
"group_subtract": "Gruppeneinstellungen",
"utility_meter_options": "Utility meter options",
"wled": "WLED options"
}
Expand Down Expand Up @@ -576,17 +635,6 @@
"device": "Add the created energy sensor to an specific device"
}
},
"group_subtract": {
"data": {
"entity_id": "Base entity",
"subtract_entities": "Subtract entities"
},
"data_description": {
"entity_id": "The base entity to subtract the power from",
"subtract_entities": "Select all the entities you want to subtract from the base entity"
},
"title": "Group options"
},
"utility_meter_options": {
"title": "Utility meter options",
"data": {
Expand Down Expand Up @@ -658,6 +706,10 @@
"description": "Aktuelles laufendes Playbook abrufen",
"name": "Aktuelles Playbook abrufen"
},
"get_group_entities": {
"description": "Retrieve all entity id's of a group energy or power sensor",
"name": "Get group entities"
},
"increase_daily_energy": {
"description": "Erhöht den Sensor um einen bestimmten Wert.",
"fields": {
Expand Down
Loading