mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-06 20:33:10 -05:00
[web] Simplify translations
This commit is contained in:
@@ -81,7 +81,7 @@ export default {
|
||||
value: this.$t('dialog.track.quality-value', {
|
||||
format: this.item.type,
|
||||
bitrate: this.item.bitrate,
|
||||
channels: this.$filters.channels(this.item.channels),
|
||||
channels: this.$t('count.channels', this.item.channels),
|
||||
samplerate: this.item.samplerate
|
||||
})
|
||||
}
|
||||
|
||||
@@ -74,7 +74,7 @@ export default {
|
||||
value: this.$t('dialog.track.quality-value', {
|
||||
format: this.item.type,
|
||||
bitrate: this.item.bitrate,
|
||||
channels: this.$filters.channels(this.item.channels),
|
||||
channels: this.$t('count.channels', this.item.channels),
|
||||
samplerate: this.item.samplerate
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user