mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +00:00
feat(queue): show ReplayGain metadata in current-track tech strip
Display track gain, album gain, and peak from file tags next to format, bitrate, and sample rate so missing ReplayGain tags are obvious. Refs: https://github.com/Psychotoxical/psysonic/issues/195
This commit is contained in:
@@ -848,6 +848,9 @@ export const frTranslation = {
|
||||
trackPlural: 'pistes',
|
||||
showRemaining: 'Afficher le temps restant',
|
||||
showTotal: 'Afficher la durée totale',
|
||||
rgTrack: 'T {{db}} dB',
|
||||
rgAlbum: 'A {{db}} dB',
|
||||
rgPeak: 'Pic {{pk}}',
|
||||
},
|
||||
statistics: {
|
||||
title: 'Statistiques',
|
||||
|
||||
Reference in New Issue
Block a user