Skip to content

Commit 7246f0f

Browse files
Update translations (#4200)
1 parent 66c0825 commit 7246f0f

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

  • custom_components/battery_notes/translations

custom_components/battery_notes/translations/de.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"config": {
33
"step": {
44
"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}",
66
"title": "Battery Notes einrichten"
77
},
88
"battery": {
@@ -33,9 +33,9 @@
3333
}
3434
},
3535
"abort": {
36-
"already_configured": "Integration is already configured",
36+
"already_configured": "Integration ist bereits konfiguriert",
3737
"integration_not_added": "Integration nicht hinzugefügt, bitte zuerst die Integration hinzufügen",
38-
"created_sub_entry": "Battery Note created successfully"
38+
"created_sub_entry": "Battery note erfolgreich erstellt"
3939
},
4040
"error": {
4141
"unknown": "Ein unbekannter Fehler ist aufgetreten."
@@ -44,7 +44,7 @@
4444
"config_subentries": {
4545
"battery_note": {
4646
"initiate_flow": {
47-
"user": "Add battery note"
47+
"user": "Battery note hinzufügen"
4848
},
4949
"entry_type": "Battery note",
5050
"step": {
@@ -137,7 +137,7 @@
137137
}
138138
},
139139
"abort": {
140-
"reconfigure_successful": "Re-configuration was successful",
140+
"reconfigure_successful": "Neukonfiguration war erfolgreich",
141141
"already_configured": "Das Gerät ist bereits konfiguriert."
142142
},
143143
"error": {
@@ -151,31 +151,31 @@
151151
"step": {
152152
"init": {
153153
"data": {
154-
"show_all_devices": "Show all devices",
155-
"hide_battery": "Hide battery",
154+
"show_all_devices": "Alle Geräte zeigen",
155+
"hide_battery": "Batterie verbergen",
156156
"round_battery": "Round battery",
157157
"default_battery_low_threshold": "Default battery low threshold",
158158
"battery_increase_threshold": "Battery increase threshold"
159159
},
160160
"data_description": {
161161
"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.",
164164
"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.",
165165
"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."
166166
},
167167
"sections": {
168168
"advanced_settings": {
169169
"name": "Erweiterte Einstellungen",
170170
"data": {
171-
"enable_autodiscovery": "Auto discovery",
172-
"enable_replaced": "Enable battery replaced",
173-
"user_library": "User library"
171+
"enable_autodiscovery": "Automatische Erkennung",
172+
"enable_replaced": "\"Batterie ersetzt\" aktivieren",
173+
"user_library": "Benutzer-Bibliothek"
174174
},
175175
"data_description": {
176-
"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."
179179
}
180180
}
181181
}
@@ -303,13 +303,13 @@
303303
}
304304
},
305305
"deprecated_yaml": {
306-
"title": "The {integration_title} YAML configuration is being removed",
306+
"title": "Die {integration_title} YAML-Konfiguration wurde entfernt",
307307
"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."
308308
}
309309
},
310310
"exceptions": {
311311
"not_configured_in_battery_notes": {
312-
"message": "{source} is not configured in Battery Notes."
312+
"message": "{source} ist in Battery Notes nicht konfiguriert."
313313
}
314314
}
315315
}

0 commit comments

Comments
 (0)