Skip to content

Commit

Permalink
Disconect delay in seconds #70
Browse files Browse the repository at this point in the history
Change title Disconect delay for add in seconds

issue #70
  • Loading branch information
dave-code-ruiz authored Oct 14, 2024
1 parent ead0107 commit 63a3500
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom_components/elkbledom/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"user": {
"data": {
"reset": "Reset color when led turn on",
"delay": "Disconnect delay (0 equal never disconnect)"
"delay": "Disconnect delay in seconds (0 equal never disconnect)"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/elkbledom/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"user": {
"data": {
"reset": "Resetear color cuando se encienda el led",
"delay": "Tiempo de espera para desconexión (0 para no desconectar nunca)"
"delay": "Tiempo de espera para desconexión en segundos (0 para no desconectar nunca)"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/elkbledom/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"user": {
"data": {
"reset": "Réinitialiser la couleur ? l'allumage",
"delay": "Temps d'attente pour la déconnexion (0 pour ne jamais se déconnecter)"
"delay": "Temps d'attente pour la déconnexion en secondes(0 pour ne jamais se déconnecter)"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/elkbledom/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"user": {
"data": {
"reset": "Zresetuj kolor gdy LED włączy się",
"delay": "Czas oczekiwania na rozłączenie (0, aby nigdy nie rozłączać)"
"delay": "Czas oczekiwania na rozłączenie w sekundach(0, aby nigdy nie rozłączać)"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/elkbledom/translations/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"user": {
"data": {
"reset": "Resetujte farbu po zapnutí LED",
"delay": "Oneskorenie odpojenia (0 sa rovná nikdy sa neodpojí)"
"delay": "Oneskorenie odpojenia v sekund�ch(0 sa rovná nikdy sa neodpojí)"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/elkbledom/translations/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"user": {
"data": {
"reset": "LED açıldığında renk sıfırlansın",
"delay": "Bağlantı kesme gecikmesi (0 hiçbir zaman bağlantıyı kesmez anlamına gelir)"
"delay": "Saniye cinsinden bağlantı kesme gecikmesi (0 hiçbir zaman bağlantıyı kesmez anlamına gelir)"
}
}
}
Expand Down

0 comments on commit 63a3500

Please sign in to comment.