[web] Fix missing translation in audiobook page. Reorganise some translations to be more coherent.

This commit is contained in:
Alain Nussbaumer
2022-06-04 13:57:08 +02:00
committed by chme
parent ba7cea01e4
commit 6221f40e96
8 changed files with 59 additions and 55 deletions

View File

@@ -9,7 +9,7 @@
<p class="title is-4" v-text="$t('page.audiobooks.artists.title')" />
<p
class="heading"
v-text="$t('page.audiobooks.artists.count', { count: tists.count })"
v-text="$t('page.audiobooks.artists.count', { count: artists.count })"
/>
</template>
<template #heading-right />

View File

@@ -14,7 +14,7 @@
</div>
<div v-if="spotify.spotify_installed">
<div class="notification is-size-7">
<b v-text="$t('page.settings.services.spotify.requirements')" />
<span v-text="$t('page.settings.services.spotify.requirements')" />
<span
v-if="use_libspotity"
v-text="$t('page.settings.services.spotify.help')"
@@ -49,7 +49,7 @@
</div>
<p class="help">
<span v-text="$t('page.settings.services.spotify.scopes')" />
<code v-text="spotify_required_scope.join()" />
<code v-text="spotify_required_scope.join(', ')" />
</p>
<div
v-if="spotify.webapi_token_valid"