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"
:to="{name: 'profile.overview', params: {username: object.user.username}}"
>
<span class="at symbol" />
{{ object.user.username }}
<span class="at symbol" />{{ object.user.username }}
</router-link>
<span class="right floated"><human-date :date="object.creation_date" /></span>
</div>

View File

@ -1031,7 +1031,7 @@
"none": "None"
},
"meta": {
"tracks": "(No tracks | {tracks_count} track | {tracks_count} tracks)"
"tracks": "No tracks | {tracks_count} track | {tracks_count} tracks"
}
},
"LicenseSelect": {
@ -1422,7 +1422,7 @@
"AlbumBase": {
"title": "Album",
"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"
},
"link": {
@ -2810,7 +2810,7 @@
"copy": "Copy the current queue to this playlist",
"addDuplicate": "Add anyways",
"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": {
"editor": "Playlist editor"