i18n(eq): translate advanced EQ keys to all 11 remaining locales
Add advancedEq* translations for ar, bn, de, fr, hi, id, it, ja, pt, ru, zh — matching register and style conventions of each locale.
This commit is contained in:
+12
-1
@@ -616,5 +616,16 @@
|
||||
"stationCount": "{count, plural, =1{1 station} other{{count} stations}}",
|
||||
"alarmIconLabel": "Alarme musicale",
|
||||
"vacationIconLabel": "Mode vacances",
|
||||
"streamUrlHint": "https://stream.example.com:8000/radio"
|
||||
"streamUrlHint": "https://stream.example.com:8000/radio",
|
||||
"advancedEqSectionTitle": "Options d'égalisation avancées",
|
||||
"advancedEqEnableToggle": "Activer l'EQ par appareil",
|
||||
"advancedEqEnableToggleSubtitle": "Appliquez automatiquement un preset EQ différent lorsque votre sortie audio change.",
|
||||
"advancedEqKnownDevicesTitle": "Appareils audio connus",
|
||||
"advancedEqKnownDevicesEmpty": "Aucun appareil audio enregistré pour l'instant. Connectez un appareil pour commencer.",
|
||||
"advancedEqDevicePresetLabel": "Preset : {presetName}",
|
||||
"@advancedEqDevicePresetLabel": {
|
||||
"placeholders": {
|
||||
"presetName": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user