Skip to content
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
8 changes: 4 additions & 4 deletions custom_components/periodic_min_max/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"entity_id": "Input entity",
"equal_updates": "Update on equal values",
"name": "Name",
"type": "Statistic characteristic"
"type": "Statistikmerkmal"
},
"data_description": {
"entity_id": "The entity that the sensor will track. The sensor will calculate the minimum or maximum value of this entity until reset via the `reset` action.",
Expand All @@ -24,7 +24,7 @@
"data": {
"entity_id": "Input entity",
"equal_updates": "Update on equal values",
"type": "Statistic characteristic"
"type": "Statistikmerkmal"
},
"data_description": {
"entity_id": "The entity that the sensor will track. The sensor will calculate the minimum or maximum value of this entity until reset via the `reset` action.",
Expand All @@ -44,11 +44,11 @@
},
"services": {
"reset": {
"name": "Reset",
"name": "Zurücksetzen",
"description": "Reset a Periodic Min/Max sensor to the current input entity value.",
"fields": {
"entity_id": {
"name": "Entity",
"name": "Entität",
"description": "Select the Periodic Min/Max sensor."
}
}
Expand Down
10 changes: 5 additions & 5 deletions custom_components/periodic_min_max/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"data": {
"entity_id": "Input entity",
"equal_updates": "Update on equal values",
"name": "Name",
"type": "Statistic characteristic"
"name": "Nom",
"type": "Indicateur statistique"
},
"data_description": {
"entity_id": "The entity that the sensor will track. The sensor will calculate the minimum or maximum value of this entity until reset via the `reset` action.",
Expand All @@ -24,7 +24,7 @@
"data": {
"entity_id": "Input entity",
"equal_updates": "Update on equal values",
"type": "Statistic characteristic"
"type": "Indicateur statistique"
},
"data_description": {
"entity_id": "The entity that the sensor will track. The sensor will calculate the minimum or maximum value of this entity until reset via the `reset` action.",
Expand All @@ -44,11 +44,11 @@
},
"services": {
"reset": {
"name": "Reset",
"name": "Réinitialiser",
"description": "Reset a Periodic Min/Max sensor to the current input entity value.",
"fields": {
"entity_id": {
"name": "Entity",
"name": "Entité",
"description": "Select the Periodic Min/Max sensor."
}
}
Expand Down
Loading