mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Small translation changes (#312)
* Small translation changes No more words needed. * Encoding fix. * Encoding
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<hr/>
|
||||
<button data-toggle="collapse" class="btn btn-success" data-target="#huebridge_content" data-i18n="hue_btn_setup_helper">Hue Bridge Setup Helper</button>
|
||||
<div id="huebridge_content" class="collapse">
|
||||
<div class="introd" style="margin-top:20px;margin-bottom:20px">
|
||||
<div class="introd" style="margin-top:20px;margin-bottom:20px" data-i18n="hue_help_text">
|
||||
With this Setup Helper you can get a new User for your Hue Bridge and you can see your Lights with the IDs for Hyperion Configuration.
|
||||
If you already have a working User you will see it below. But you can always create a new one as well.
|
||||
<b>Remember:</b> This is only a helper. You have to copy and paste them in your config above.
|
||||
@@ -69,7 +69,7 @@
|
||||
<label for="ip" data-i18n="hue_label_ip">Hue Bridge IP:</label>
|
||||
<input type="text" class="form-control" id="ip">
|
||||
<label for="user" data-i18n="hue_label_username">Hue Bridge Username:</label>
|
||||
<input type="text" class="form-control" id="user" disabled>
|
||||
<input type="text" class="form-control" id="user" readonly="readonly">
|
||||
<div id="hue_lights" class="row"></div>
|
||||
<button type="button" class="btn btn-success" id="create_user"> <i class="fa fa-floppy-o"></i><span data-i18n="hue_button_create_user_token"> Create User</span></button>
|
||||
</div>
|
||||
|
@@ -33,7 +33,7 @@
|
||||
<div class="panel panel-primary" >
|
||||
<div class="panel-heading" data-i18n="remote_input_label_sourceselection">Source selection</div>
|
||||
<div class="panel-body">
|
||||
<p>Hyperion uses a priority system to select a source. Everything you set has a priority (Effect/Color/Platform capture/USB capture and network sources). By default, Hyperion select sources depending on priority (lowest number reflects the current active source). Now you have the opportunity to select sources on your own.</p>
|
||||
<span data-i18n="remote_help_text">Hyperion uses a priority system to select a source. Everything you set has a priority (Effect/Color/Platform capture/USB capture and network sources). By default, Hyperion select sources depending on priority (lowest number reflects the current active source). Now you have the opportunity to select sources on your own.</span>
|
||||
<p style="font-weight:bold">Schema: NameOfSource(priority)</p>
|
||||
<div id="hyperion_inputs"><i style="font-size:120px;padding:20px;text-align:center;display: inline-block;width: 100%;line-height: normal;" class="fa fa-cog fa-spin"></i></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user