mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-24 04:20:35 -04:00
[web] Wrong label for play button in audiobook page
This commit is contained in:
parent
95f0b9a780
commit
88425fc38d
File diff suppressed because one or more lines are too long
@ -298,7 +298,7 @@
|
|||||||
},
|
},
|
||||||
"artist": {
|
"artist": {
|
||||||
"album-count": "{count} Alben",
|
"album-count": "{count} Alben",
|
||||||
"shuffle": "Zufallswiedergabe"
|
"play": "Spielen"
|
||||||
},
|
},
|
||||||
"artists": {
|
"artists": {
|
||||||
"count": "{count} Autoren",
|
"count": "{count} Autoren",
|
||||||
|
@ -298,7 +298,7 @@
|
|||||||
},
|
},
|
||||||
"artist": {
|
"artist": {
|
||||||
"album-count": "{count} albums",
|
"album-count": "{count} albums",
|
||||||
"shuffle": "Shuffle"
|
"play": "Play"
|
||||||
},
|
},
|
||||||
"artists": {
|
"artists": {
|
||||||
"count": "{count} authors",
|
"count": "{count} authors",
|
||||||
|
@ -298,7 +298,7 @@
|
|||||||
},
|
},
|
||||||
"artist": {
|
"artist": {
|
||||||
"album-count": "{count} albums",
|
"album-count": "{count} albums",
|
||||||
"shuffle": "Lecture aléatoire"
|
"play": "Lire"
|
||||||
},
|
},
|
||||||
"artists": {
|
"artists": {
|
||||||
"count": "{count} auteurs",
|
"count": "{count} auteurs",
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<a class="button is-small is-dark is-rounded" @click="play">
|
<a class="button is-small is-dark is-rounded" @click="play">
|
||||||
<span class="icon"><mdicon name="play" size="16" /></span>
|
<span class="icon"><mdicon name="play" size="16" /></span>
|
||||||
<span v-text="$t('page.audiobooks.artist.shuffle')" />
|
<span v-text="$t('page.audiobooks.artist.play')" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user