[web] Bring more consistency in the settings page
This commit is contained in:
parent
1e5af30519
commit
7119d95713
|
@ -493,8 +493,7 @@
|
|||
"grant-access": "Melde Dich mit Deinem Last.fm-Benutzernamen und Passwort an, um Scrobbeln zu aktivieren",
|
||||
"info": "OwnTone wird den Benutzernamen und das Passwort von last.fm nicht speichern, nur den Sitzungs-Schlüssel. Dieser läuft nicht ab.",
|
||||
"title": "Last.fm",
|
||||
"no-support": "OwnTone wurde ohne Unterstützung für Last.fm erstellt.",
|
||||
"stop-scrobbling": "Stop Scrobbling"
|
||||
"no-support": "OwnTone wurde ohne Unterstützung für Last.fm erstellt."
|
||||
},
|
||||
"spotify": {
|
||||
"no-support": "OwnTone wurde entweder ohne Unterstützung für Spotify erstellt oder libspotify ist nicht installiert.",
|
||||
|
|
|
@ -493,8 +493,7 @@
|
|||
"grant-access": "Login with your Last.fm username and password to enable scrobbling",
|
||||
"info": "OwnTone will not store your Last.fm username/password, only the session key. The session key does not expire.",
|
||||
"title": "Last.fm",
|
||||
"no-support": "OwnTone was built without support for Last.fm.",
|
||||
"stop-scrobbling": "Stop scrobbling"
|
||||
"no-support": "OwnTone was built without support for Last.fm."
|
||||
},
|
||||
"spotify": {
|
||||
"no-support": "OwnTone was either built without support for Spotify or libspotify is not installed.",
|
||||
|
|
|
@ -493,8 +493,7 @@
|
|||
"grant-access": "Connectez-vous avec votre nom d’utilisateur et votre mot de passe Last.fm pour activer le scrobbling.",
|
||||
"info": "Le nom d’utilisateur et le mot de passe Last.fm ne sont pas enregistrés, uniquement la clé de session. La clé de session n’expire pas.",
|
||||
"title": "Last.fm",
|
||||
"no-support": "L’option Last.fm n’est pas présente.",
|
||||
"stop-scrobbling": "Arrêter le scrobbling"
|
||||
"no-support": "L’option Last.fm n’est pas présente."
|
||||
},
|
||||
"spotify": {
|
||||
"no-support": "L’option Spotify n’est pas présente.",
|
||||
|
|
|
@ -493,8 +493,7 @@
|
|||
"grant-access": "使用您的 Last.fm 用户名和密码登录以启用记录功能",
|
||||
"info": "OwnTone不会存储您的 Last.fm 用户名/密码,仅存储会话密钥。会话密钥不会过期",
|
||||
"title": "Last.fm",
|
||||
"no-support": "OwnTone的构建没有来自Last.fm的官方支持",
|
||||
"stop-scrobbling": "停止记录"
|
||||
"no-support": "OwnTone的构建没有来自Last.fm的官方支持"
|
||||
},
|
||||
"spotify": {
|
||||
"no-support": "OwnTone的构建没有来自 Spotify 官方的支持,也未安装 libspotify",
|
||||
|
|
|
@ -78,9 +78,9 @@
|
|||
/>
|
||||
<div v-if="lastfm.scrobbling_enabled">
|
||||
<a
|
||||
class="button"
|
||||
class="button is-danger"
|
||||
@click="logoutLastfm"
|
||||
v-text="$t('page.settings.services.lastfm.stop-scrobbling')"
|
||||
v-text="$t('page.settings.services.logout')"
|
||||
/>
|
||||
</div>
|
||||
<div v-if="!lastfm.scrobbling_enabled">
|
||||
|
|
Loading…
Reference in New Issue