modified: locales/de-DE.json
modified: locales/en-EN.json modified: templates/quiz.html
This commit is contained in:
@@ -37,5 +37,6 @@
|
|||||||
"album": "Album",
|
"album": "Album",
|
||||||
"year": "Jahr",
|
"year": "Jahr",
|
||||||
"open_on_spotify": "Auf Spotify öffnen",
|
"open_on_spotify": "Auf Spotify öffnen",
|
||||||
"logout": "Abmelden"
|
"logout": "Abmelden",
|
||||||
|
"custom": "Anpassbar"
|
||||||
}
|
}
|
||||||
@@ -37,5 +37,6 @@
|
|||||||
"album": "Album",
|
"album": "Album",
|
||||||
"year": "Year",
|
"year": "Year",
|
||||||
"open_on_spotify": "Open on Spotify",
|
"open_on_spotify": "Open on Spotify",
|
||||||
"logout": "Logout"
|
"logout": "Logout",
|
||||||
|
"custom": "custom"
|
||||||
}
|
}
|
||||||
@@ -365,7 +365,9 @@ function replayDuration() {
|
|||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin: 40px 0;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
">
|
">
|
||||||
<div style="text-align:center; margin-bottom: 10px;">
|
<div style="text-align:center; margin-bottom: 10px;">
|
||||||
<span id="progressInfo">{{ translations['songs_in_playlist'] }} {{ total_questions }}</span>
|
<span id="progressInfo">{{ translations['songs_in_playlist'] }} {{ total_questions }}</span>
|
||||||
@@ -391,7 +393,7 @@ function replayDuration() {
|
|||||||
<option value="15">15s</option>
|
<option value="15">15s</option>
|
||||||
<option value="30">30s</option>
|
<option value="30">30s</option>
|
||||||
<option value="0" selected>{{ translations['unlimited'] }}</option>
|
<option value="0" selected>{{ translations['unlimited'] }}</option>
|
||||||
<option value="custom">Custom</option>
|
<option value="custom">{{ translations['custom'] }}</option>
|
||||||
</select>
|
</select>
|
||||||
<input type="number" id="customDuration" min="1" max="600" style="width:60px;display:none;" placeholder="Sek." onchange="setOption('playDuration', this.value)">
|
<input type="number" id="customDuration" min="1" max="600" style="width:60px;display:none;" placeholder="Sek." onchange="setOption('playDuration', this.value)">
|
||||||
<span id="customDurationLabel" style="display:none;">s</span>
|
<span id="customDurationLabel" style="display:none;">s</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user