diff --git a/custom_components/battery_notes/translations/de.json b/custom_components/battery_notes/translations/de.json index dded4304..33c8369a 100644 --- a/custom_components/battery_notes/translations/de.json +++ b/custom_components/battery_notes/translations/de.json @@ -75,7 +75,7 @@ } }, "error": { - "orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.", + "orphaned_battery_note": "Das zugeordnete Gerät für diesen Eintrag in \"Battery Notes\" ist nicht mehr verfügbar", "unknown": "Ein unbekannter Fehler ist aufgetreten." } }, @@ -124,7 +124,7 @@ "name": "Letzter gemeldeter Batteriestand" }, "source_entity_id": { - "name": "" + "name": "Quellentitäts-ID" }, "device_id": { "name": "Geräte-ID" @@ -186,12 +186,12 @@ }, "issues": { "missing_device": { - "title": "Orphaned Battery Note", + "title": "Fehlerhafter Eintrag in \"Battery Notes\"", "fix_flow": { "step": { "confirm": { - "title": "Orphaned Battery Note", - "description": "The associated device or entity no longer exists for the Battery Note entry {name}, the Battery Note should be deleted.\nSelect **Submit** to delete this Battery Note." + "title": "Fehlerhafter Eintrag in \"Battery Notes\"", + "description": "Das zugehörige Gerät oder die Entität des Eintrags {name} in \"Battery Notes\" ist nicht mehr vorhanden, der Eintrag sollte gelöscht werden.\nWählen Sie **Absenden** um diesen Eintrag zu löschen." } } } diff --git a/custom_components/battery_notes/translations/ru.json b/custom_components/battery_notes/translations/ru.json index 34ba4b8d..2d18d082 100644 --- a/custom_components/battery_notes/translations/ru.json +++ b/custom_components/battery_notes/translations/ru.json @@ -75,7 +75,7 @@ } }, "error": { - "orphaned_battery_note": "The associated device or entity no longer exists for this Battery Note.", + "orphaned_battery_note": "Привязанное к этой заметке устройство или объект больше не существует.", "unknown": "Произошла неизвестная ошибка." } }, @@ -186,12 +186,12 @@ }, "issues": { "missing_device": { - "title": "Orphaned Battery Note", + "title": "Непривязанная заметка о батарее", "fix_flow": { "step": { "confirm": { - "title": "Orphaned Battery Note", - "description": "The associated device or entity no longer exists for the Battery Note entry {name}, the Battery Note should be deleted.\nSelect **Submit** to delete this Battery Note." + "title": "Непривязанная заметка о батарее", + "description": "Привязанное устройство или объект больше не существует, привязанную заметку {name}, необходимо удалить.\nВыберите **Отправить** для удаления этой заметки." } } }