Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add time unit to delay translations #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion custom_components/govee/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"user": {
"data": {
"api_key": "API Key (benötigt Neustart)",
"delay": "Abfrage-Intervall (benötigt Neustart)",
"delay": "Sekunden zwischen Zustandsüberprüfungen (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."
Expand Down
2 changes: 1 addition & 1 deletion custom_components/govee/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"user": {
"data": {
"api_key": "API Key (requires restart)",
"delay": "Poll Interval (requires restart)",
"delay": "Seconds between state checks (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!"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/govee/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"user": {
"data": {
"api_key": "Clé d'API (nécessite un redémarrage)",
"delay": "Intervalle d'interrogation (nécessite un redémarrage)",
"delay": "secondes entre les vérifications (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 !"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/govee/translations/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"user": {
"data": {
"api_key": "Chave de API (requer reinicialização)",
"delay": "Intervalo de escaneamento (requer reinicialização)",
"delay": "Segundos entre verificações (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!"
Expand Down