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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
41
custom_components/govee/translations/en.json
Normal file
41
custom_components/govee/translations/en.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"title": "Govee",
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Already configured. Only a single configuration possible."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Cannot connect. Is the API-Key correct and the internet connection working?",
|
||||
"unknown": "Unknown Error."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API Key",
|
||||
"delay": "Poll Interval"
|
||||
},
|
||||
"description": "Get your API Key from the Govee Home App. For Details see https://github.com/LaggAt/hacs-govee/blob/master/README.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"error": {
|
||||
"cannot_connect": "Cannot connect. Is the API-Key correct and the internet connection working?",
|
||||
"unknown": "Unknown Error.",
|
||||
"disabled_attribute_updates_wrong": "Wrong format, see README above."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API Key (requires restart)",
|
||||
"delay": "Poll Interval (requires restart)",
|
||||
"use_assumed_state": "Use 'assumed state' (two buttons). Default: True",
|
||||
"offline_is_off": "When a led is offline, show it as off (default doesn't change state). Default: False",
|
||||
"disable_attribute_updates": "DISABLE state updates. Space to disable. Read the README above!"
|
||||
},
|
||||
"title": "Options",
|
||||
"description": "Configure the Govee integration. For Details see https://github.com/LaggAt/hacs-govee/blob/master/README.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
41
custom_components/govee/translations/fr.json
Normal file
41
custom_components/govee/translations/fr.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"title": "Govee",
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Déjà configuré. Une seule configuration possible."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Impossible de se connecter. La clé d'API est-elle correcte et la connexion Internet fonctionne-t-elle?",
|
||||
"unknown": "Erreure inconnue."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "clé d'API",
|
||||
"delay": "Intervalle d'interrogation"
|
||||
},
|
||||
"description": "Obtenez votre clé API à partir de l'application Govee Home. Pour plus de détails, visitez https://github.com/LaggAt/hacs-govee/blob/master/README.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"error": {
|
||||
"cannot_connect": "Impossible de se connecter. La clé d'API est-elle correcte et la connexion Internet fonctionne-t-elle?",
|
||||
"unknown": "Erreure inconnue.",
|
||||
"disabled_attribute_updates_wrong": "Format incorrect, voir le 'lisez-moi' ci-dessus."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Clé d'API (nécessite un redémarrage)",
|
||||
"delay": "Intervalle d'interrogation (nécessite un redémarrage)",
|
||||
"use_assumed_state": "Utiliser 'état supposé' (deux boutons). Par défaut : Vrai",
|
||||
"offline_is_off": "Lorsqu'une DEL est hors ligne, affichez-la comme éteinte (la valeur par défaut ne change pas d'état). Par défaut : Faux",
|
||||
"disable_attribute_updates": "DÉSACTIVER les mises à jour d'état. Espace pour désactiver. Lisez le 'lisez-moi' ci-dessus !"
|
||||
},
|
||||
"title": "Options",
|
||||
"description": "Configurez l'intégration Govee. Pour plus de détails, visitez https://github.com/LaggAt/hacs-govee/blob/master/README.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
41
custom_components/govee/translations/pt-BR.json
Normal file
41
custom_components/govee/translations/pt-BR.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"title": "Govee",
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Já configurado. Apenas uma única configuração é possível."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Não pode conectar. A API-Key está correta e a conexão com a Internet está funcionando?",
|
||||
"unknown": "Erro desconhecido."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Chave de API",
|
||||
"delay": "Intervalo de escaneamento"
|
||||
},
|
||||
"description": "Obtenha sua chave de API do aplicativo Govee Home. Para detalhes consulte https://github.com/LaggAt/hacs-govee/blob/master/README.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"error": {
|
||||
"cannot_connect": "Não pode conectar. A API-Key está correta e a conexão com a Internet está funcionando?",
|
||||
"unknown": "Erro desconhecido.",
|
||||
"disabled_attribute_updates_wrong": "Formato errado, veja README acima."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "Chave de API (requer reinicialização)",
|
||||
"delay": "Intervalo de escaneamento (requer reinicialização)",
|
||||
"use_assumed_state": "Use 'estado presumido' (dois botões). Padrão: true",
|
||||
"offline_is_off": "Quando um led estiver offline, mostre-o como desligado (o padrão não muda de estado). Padrão: False",
|
||||
"disable_attribute_updates": "DESATIVAR atualizações de estado. Espaço para desativar. Leia o README acima!"
|
||||
},
|
||||
"title": "Opções",
|
||||
"description": "Configure a integração do Govee. Para detalhes consulte https://github.com/LaggAt/hacs-govee/blob/master/README.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user