Fix some translation errors

This commit is contained in:
wvffle 2022-11-27 20:48:11 +00:00 committed by Kasper Seweryn
parent 503a69090f
commit 3f2e0e9cd0
2 changed files with 4 additions and 5 deletions

View File

@ -170,8 +170,7 @@ watch(() => props.websocketHandlers.includes('Listen'), (to) => {
class="left floated" class="left floated"
:to="{name: 'profile.overview', params: {username: object.user.username}}" :to="{name: 'profile.overview', params: {username: object.user.username}}"
> >
<span class="at symbol" /> <span class="at symbol" />{{ object.user.username }}
{{ object.user.username }}
</router-link> </router-link>
<span class="right floated"><human-date :date="object.creation_date" /></span> <span class="right floated"><human-date :date="object.creation_date" /></span>
</div> </div>

View File

@ -1031,7 +1031,7 @@
"none": "None" "none": "None"
}, },
"meta": { "meta": {
"tracks": "(No tracks | {tracks_count} track | {tracks_count} tracks)" "tracks": "No tracks | {tracks_count} track | {tracks_count} tracks"
} }
}, },
"LicenseSelect": { "LicenseSelect": {
@ -1422,7 +1422,7 @@
"AlbumBase": { "AlbumBase": {
"title": "Album", "title": "Album",
"meta": { "meta": {
"tracks": "(No tracks | {tracks_count} track | {tracks_count} tracks)", "tracks": "No tracks | {tracks_count} track | {tracks_count} tracks",
"episodes": "No episodes | {episode_count} episode | {episode_count} episodes" "episodes": "No episodes | {episode_count} episode | {episode_count} episodes"
}, },
"link": { "link": {
@ -2810,7 +2810,7 @@
"copy": "Copy the current queue to this playlist", "copy": "Copy the current queue to this playlist",
"addDuplicate": "Add anyways", "addDuplicate": "Add anyways",
"clear": "Clear playlist", "clear": "Clear playlist",
"insertFromQueue": "Insert from queue ({count} track) | Insert from queue ({count} tracks)" "insertFromQueue": "Insert from queue ({count} track) | Insert from queue ({count} tracks"
}, },
"header": { "header": {
"editor": "Playlist editor" "editor": "Playlist editor"