init
This commit is contained in:
41
custom_components/govee/translations/de.json
Normal file
41
custom_components/govee/translations/de.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"title": "Govee",
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Bereits eingerichtet. Es ist nur eine Konfiguration möglich."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Keine Verbindung möglich. Ist der API-Key richtig und die Internet Verbindung in Ordnung?",
|
||||
"unknown": "Unbekannter Fehler."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API Key",
|
||||
"delay": "Abfrage-Intervall"
|
||||
},
|
||||
"description": "Den API Key bekommen Sie in der Govee Home App. Details dazu hier: https://github.com/LaggAt/hacs-govee/blob/master/README.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"error": {
|
||||
"cannot_connect": "Keine Verbindung möglich. Ist der API-Key richtig und die Internet Verbindung in Ordnung?",
|
||||
"unknown": "Unbekannter Fehler.",
|
||||
"disabled_attribute_updates_wrong": "Format ist inkorrekt, bitte README lesen."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API Key (benötigt Neustart)",
|
||||
"delay": "Abfrage-Intervall (benötigt Neustart)",
|
||||
"use_assumed_state": "Verwende 'angenommenen Zustand' (zwei Buttons). Standard: True",
|
||||
"offline_is_off": "Wenn eine LED offline ist, zeige sie als Aus (Standard ändert den Status nicht). Standard: False",
|
||||
"disable_attribute_updates": "Status updates verhindern. Leertaste zum ausschalten. Bitte das README oben dazu lesen."
|
||||
},
|
||||
"title": "Einstellungen",
|
||||
"description": "Einstellen der Govee Integration. Details dazu hier: https://github.com/LaggAt/hacs-govee/blob/master/README.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user