Initial Hue Bridge support & Small changes (#177)

* Initial WebUI with sample functions

* Changed folder structure

* Light Reset Button and Translation fixing in Links

* Indentation fixed

* Reorganized menu and new function for setting effects

* Styling fix

* WebUI Initial Philips Hue support

* Encoding, refactoring etc

* Filename changes

* Typo fix

* Translation cleanup & adding

* Added Favicon

* Edited title
This commit is contained in:
b1rdhous3
2016-08-15 13:51:41 +02:00
committed by brindosch
parent ab832c88f3
commit 75fd7ed8ba
7 changed files with 196 additions and 66 deletions

View File

@@ -1,19 +1,22 @@
{
"token": {
"I am translated":"Ich bin übersetzt.",
"tokentest":"Ich bin ein Token Test",
"English":"Englisch",
"German":"Deutsch",
"lighttesttoken":"Farbe: ",
"Light test":"Lichttest",
"menulighttesttoken":"Lichttest",
"buttoncolorresettoken":"Farbe zurücksetzen",
"menueffectstoken":"Effekte",
"buttoneffectstoptoken":"Stoppe Effekte",
"menuremotecontroltoken":"Fernbedienung"
"menuremotecontroltoken":"Fernbedienung",
"hue_failure_ip_token":"Bitte überprüfe deine IP Adresse.",
"Username:":"Benutzername:",
"hue_button_create_user_token":"Benutzer anlegen",
"hue_press_link_modal":"Link Taste auf der Hue Bridge drücken und mit Button bestätigen.",
"hue_press_link_modal_failure":"Bitte drücke die Link Taste auf deiner Hue Bridge.",
"hue_button_pair":"Verbinden"
},
"regex": [
["^Something at start of text", ""],
["This will be case insensitive", "i", ""]
]
}
}