You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom_components/battery_notes/translations/de.json
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"config": {
3
3
"step": {
4
4
"user": {
5
-
"description": "New Battery Notes will be discovered if they are in the library.\nTo add new Battery Notes manually go into the integration page, select Add Battery Note and follow the instructions.\nIf you need help with the configuration have a look here: {documentation_url}",
5
+
"description": "Neue Battery notes werden entdeckt, wenn sie sich in der Bibliothek befinden.\nUm neue Battery notes manuell hinzuzufügen, wählen Sie \"Battery note hinzufügen\" und folgen den Anweisungen.\nWenn Sie Hilfe bei der Konfiguration benötigen, schauen Sie hier: {documentation_url}",
6
6
"title": "Battery Notes einrichten"
7
7
},
8
8
"battery": {
@@ -33,9 +33,9 @@
33
33
}
34
34
},
35
35
"abort": {
36
-
"already_configured": "Integration is already configured",
36
+
"already_configured": "Integration ist bereits konfiguriert",
37
37
"integration_not_added": "Integration nicht hinzugefügt, bitte zuerst die Integration hinzufügen",
38
-
"created_sub_entry": "Battery Note created successfully"
"show_all_devices": "Show all devices in the device dropdown, otherwise only those with batteries will be shown.",
162
-
"hide_battery": "Hide the standard battery when adding Battery+.",
163
-
"round_battery": "Round Battery+ to whole percentages.",
162
+
"hide_battery": "Standard-Batterie beim Hinzufügen von Batterie+ verbergen.",
163
+
"round_battery": "Batterie+ auf ganze Prozent runden.",
164
164
"default_battery_low_threshold": "The default threshold where a devices battery_low entity is set to true and the battery_notes_battery_threshold event is fired if the battery is below this threshold, can be overriden per device in device configuration.",
165
165
"battery_increase_threshold": "The threshold where the battery_notes_battery_increased event is fired, use this event for battery replaced automations. The threshold is the difference in increase between previous and current battery level."
"enable_autodiscovery": "Auto discovery of devices that are in the library.",
177
-
"enable_replaced": "Enable the battery replaced button on each battery note.",
178
-
"user_library": "If specified then a user library file will be searched prior to the main library, the user library must be in the same format as the library and placed in `config/.storage/battery_notes`."
176
+
"enable_autodiscovery": "Automatische Erkennung von Geräten, die in der Bibliothek sind.",
177
+
"enable_replaced": "Die \"Batterie ersetzt\"-Schaltfläche auf jedem Battery-Note aktivieren",
178
+
"user_library": "Wenn angegeben, wird vor der Hauptbibliothek eine Benutzerbibliothek durchsucht. Die Benutzerbibliothek muss im selben Format sein, wie die Hauptbibliothek und in `config/. torage/battery_notes` platziert sein."
179
179
}
180
180
}
181
181
}
@@ -303,13 +303,13 @@
303
303
}
304
304
},
305
305
"deprecated_yaml": {
306
-
"title": "The {integration_title} YAML configuration is being removed",
306
+
"title": "Die {integration_title} YAML-Konfiguration wurde entfernt",
307
307
"description": "Das Konfigurieren von {integration_title} mit YAML wird entfernt.\n\nDeine bestehende YAML-Konfiguration wurde automatisch in die Benutzeroberfläche importiert.\n\nEntferne die `{domain}` Konfiguration von deiner configuration.yaml Datei und starte den Home Assistant neu, um dieses Problem zu beheben."
308
308
}
309
309
},
310
310
"exceptions": {
311
311
"not_configured_in_battery_notes": {
312
-
"message": "{source} is not configured in Battery Notes."
312
+
"message": "{source} ist in Battery Notes nicht konfiguriert."
0 commit comments