From b0228df5b8eb04cf37c5dc135077ec7c89bb4e22 Mon Sep 17 00:00:00 2001 From: Torsten Date: Thu, 11 Jun 2026 11:33:53 +0000 Subject: [PATCH] Dateien nach "translations" hochladen --- translations/de.json | 42 ++++++++++++++++++++++++++++++++++++++++++ translations/en.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 translations/de.json create mode 100644 translations/en.json diff --git a/translations/de.json b/translations/de.json new file mode 100644 index 0000000..74785b0 --- /dev/null +++ b/translations/de.json @@ -0,0 +1,42 @@ +{ + "config": { + "step": { + "user": { + "title": "Notification Store einrichten", + "description": "Erstellt einen lokalen Benachrichtigungs-Sensor mit persistentem JSON-Speicher.", + "data": { + "name": "Name", + "store_path": "Speicherpfad", + "scan_interval": "Aktualisierungsintervall in Sekunden" + } + } + }, + "error": { + "scan_interval_too_low": "Das Intervall muss mindestens 5 Sekunden betragen." + }, + "abort": { + "already_configured": "Notification Store ist bereits eingerichtet." + } + }, + "options": { + "step": { + "init": { + "title": "Notification Store Optionen", + "data": { + "store_path": "Speicherpfad", + "scan_interval": "Aktualisierungsintervall in Sekunden" + } + } + }, + "error": { + "scan_interval_too_low": "Das Intervall muss mindestens 5 Sekunden betragen." + } + }, + "entity": { + "sensor": { + "notifications": { + "name": "Benachrichtigungen" + } + } + } +} diff --git a/translations/en.json b/translations/en.json new file mode 100644 index 0000000..c02ffc4 --- /dev/null +++ b/translations/en.json @@ -0,0 +1,42 @@ +{ + "config": { + "step": { + "user": { + "title": "Set up Notification Store", + "description": "Creates a local notification sensor with persistent JSON storage.", + "data": { + "name": "Name", + "store_path": "Store path", + "scan_interval": "Update interval in seconds" + } + } + }, + "error": { + "scan_interval_too_low": "The interval must be at least 5 seconds." + }, + "abort": { + "already_configured": "Notification Store is already configured." + } + }, + "options": { + "step": { + "init": { + "title": "Notification Store options", + "data": { + "store_path": "Store path", + "scan_interval": "Update interval in seconds" + } + } + }, + "error": { + "scan_interval_too_low": "The interval must be at least 5 seconds." + } + }, + "entity": { + "sensor": { + "notifications": { + "name": "Notifications" + } + } + } +}