-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"mac": "Bluetooth MAC adresa", | ||
"name": "Názov" | ||
}, | ||
"title": "Vyberte si svetlo Elkbledom. Skontrolujte, či je svetlo v dohľade na overenie." | ||
}, | ||
"validate": { | ||
"data": { | ||
"retry": "Znova skúsiť overiť pripojenie?", | ||
"flicker": "Blikalo svetlo?" | ||
}, | ||
"title": "Overte pripojenie Elkbledom" | ||
}, | ||
"manual": { | ||
"data": { | ||
"mac": "Bluetooth MAC adresa", | ||
"name": "Názov" | ||
}, | ||
"title": "Zadajte adresu MAC bluetooth" | ||
} | ||
}, | ||
"error": { | ||
"connect": "Nedá sa pripojiť k Elbledom" | ||
}, | ||
"abort": { | ||
"cannot_validate": "Nie je možné overiť Elkbledom light", | ||
"cannot_connect": "Nedá sa pripojiť k Elbledom" | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"reset": "Resetujte farbu po zapnutí LED", | ||
"delay": "Oneskorenie odpojenia (0 sa rovná nikdy sa neodpojí)" | ||
} | ||
} | ||
} | ||
}, | ||
"title": "Elkbledom" | ||
} |