[web] Bring more consistency in the settings page

This commit is contained in:
Alain Nussbaumer 2023-12-31 13:32:17 +01:00
parent 1e5af30519
commit 7119d95713
5 changed files with 6 additions and 10 deletions

View File

@ -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.",

View File

@ -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.",

View File

@ -493,8 +493,7 @@
"grant-access": "Connectez-vous avec votre nom dutilisateur et votre mot de passe Last.fm pour activer le scrobbling.",
"info": "Le nom dutilisateur et le mot de passe Last.fm ne sont pas enregistrés, uniquement la clé de session. La clé de session nexpire pas.",
"title": "Last.fm",
"no-support": "Loption Last.fm nest pas présente.",
"stop-scrobbling": "Arrêter le scrobbling"
"no-support": "Loption Last.fm nest pas présente."
},
"spotify": {
"no-support": "Loption Spotify nest pas présente.",

View File

@ -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",

View File

@ -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">