Dateien nach "translations" hochladen
This commit is contained in:
42
translations/de.json
Normal file
42
translations/de.json
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
42
translations/en.json
Normal file
42
translations/en.json
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user