Added Spotify Features explanation link and translation for login button
This commit is contained in:
parent
782d7f995b
commit
a20ae4ee9c
File diff suppressed because one or more lines are too long
@ -27,7 +27,7 @@
|
|||||||
{{ $t('settings.login.arl.question') }}
|
{{ $t('settings.login.arl.question') }}
|
||||||
</a>
|
</a>
|
||||||
<a id="settings_btn_applogin" class="hide" href="#" @click="applogin">
|
<a id="settings_btn_applogin" class="hide" href="#" @click="applogin">
|
||||||
Automated login
|
{{ $t('settings.login.login') }}
|
||||||
</a>
|
</a>
|
||||||
<button id="settings_btn_updateArl" @click="login" style="width: 100%;">
|
<button id="settings_btn_updateArl" @click="login" style="width: 100%;">
|
||||||
{{ $t('settings.login.arl.update') }}
|
{{ $t('settings.login.arl.update') }}
|
||||||
@ -560,6 +560,9 @@
|
|||||||
</svg>
|
</svg>
|
||||||
{{ $t('settings.spotify.title') }}
|
{{ $t('settings.spotify.title') }}
|
||||||
</h3>
|
</h3>
|
||||||
|
<a href="https://codeberg.org/RemixDev/deemix/wiki/Enabling-Spotify-Features" target="_blank">
|
||||||
|
{{ $t('settings.spotify.question') }}
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="input_group">
|
<div class="input_group">
|
||||||
<p class="input_group_text">{{ $t('settings.spotify.clientID') }}</p>
|
<p class="input_group_text">{{ $t('settings.spotify.clientID') }}</p>
|
||||||
|
@ -186,7 +186,8 @@ const en = {
|
|||||||
question: 'How do I get my own ARL?',
|
question: 'How do I get my own ARL?',
|
||||||
update: 'Update ARL'
|
update: 'Update ARL'
|
||||||
},
|
},
|
||||||
logout: 'Logout'
|
logout: 'Logout',
|
||||||
|
login: 'Login via deezer.com'
|
||||||
},
|
},
|
||||||
appearance: {
|
appearance: {
|
||||||
title: 'Appearance',
|
title: 'Appearance',
|
||||||
@ -339,7 +340,8 @@ const en = {
|
|||||||
title: 'Spotify Features',
|
title: 'Spotify Features',
|
||||||
clientID: 'Spotify ClientID',
|
clientID: 'Spotify ClientID',
|
||||||
clientSecret: 'Spotify Client Secret',
|
clientSecret: 'Spotify Client Secret',
|
||||||
username: 'Spotify Username'
|
username: 'Spotify Username',
|
||||||
|
question: 'How do I enable Spotify Features?'
|
||||||
},
|
},
|
||||||
reset: 'Reset to Default',
|
reset: 'Reset to Default',
|
||||||
save: 'Save',
|
save: 'Save',
|
||||||
|
@ -192,7 +192,8 @@ const it = {
|
|||||||
question: 'Come ottengo il mio ARL?',
|
question: 'Come ottengo il mio ARL?',
|
||||||
update: 'Aggiorna ARL'
|
update: 'Aggiorna ARL'
|
||||||
},
|
},
|
||||||
logout: 'Disconnettiti'
|
logout: 'Disconnettiti',
|
||||||
|
login: 'Accedi tramite deezer.com'
|
||||||
},
|
},
|
||||||
appearance: {
|
appearance: {
|
||||||
title: 'Aspetto',
|
title: 'Aspetto',
|
||||||
@ -345,7 +346,8 @@ const it = {
|
|||||||
title: 'Spotify Features',
|
title: 'Spotify Features',
|
||||||
clientID: 'Spotify clientID',
|
clientID: 'Spotify clientID',
|
||||||
clientSecret: 'Spotify Client Secret',
|
clientSecret: 'Spotify Client Secret',
|
||||||
username: 'Spotify username'
|
username: 'Spotify username',
|
||||||
|
question: 'Come attivo le Spotify Features?'
|
||||||
},
|
},
|
||||||
reset: 'Reimposta Default',
|
reset: 'Reimposta Default',
|
||||||
save: 'Salva',
|
save: 'Salva',
|
||||||
|
Loading…
Reference in New Issue
Block a user