This commit is contained in:
Alain Nussbaumer 2023-05-11 11:24:34 +01:00
parent 4df644eb3a
commit 0d095b3037
6 changed files with 29 additions and 26 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -369,7 +369,8 @@
},
"playlist": {
"length": "{length} Tracks",
"shuffle": "Zufallswiedergabe"
"shuffle": "Zufallswiedergabe",
"track-count": "{count} Tracks"
},
"playlists": {
"count": "{count} Playlisten"

View File

@ -369,7 +369,8 @@
},
"playlist": {
"length": "{length} tracks",
"shuffle": "Shuffle"
"shuffle": "Shuffle",
"track-count": "{count} tracks"
},
"playlists": {
"count": "{count} playlists"

View File

@ -369,7 +369,8 @@
},
"playlist": {
"length": "{length} pistes",
"shuffle": "Lecture aléatoire"
"shuffle": "Lecture aléatoire",
"track-count": "{count} pistes"
},
"playlists": {
"count": "{count} listes de lecture"

View File

@ -20,7 +20,7 @@
<template #content>
<p
class="heading has-text-centered-mobile"
v-text="$t('page.playlist.count', { count: tracks.count })"
v-text="$t('page.playlist.track-count', { count: tracks.count })"
/>
<list-tracks :tracks="tracks" :uris="uris" />
<modal-dialog-playlist