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:
@@ -1249,24 +1249,24 @@ class AppLocalizationsFr extends AppLocalizations {
|
||||
String get streamUrlHint => 'https://stream.example.com:8000/radio';
|
||||
|
||||
@override
|
||||
String get advancedEqSectionTitle => 'Opciones avanzadas de ecualización';
|
||||
String get advancedEqSectionTitle => 'Options d\'égalisation avancées';
|
||||
|
||||
@override
|
||||
String get advancedEqEnableToggle => 'Activar EQ por dispositivo';
|
||||
String get advancedEqEnableToggle => 'Activer l\'EQ par appareil';
|
||||
|
||||
@override
|
||||
String get advancedEqEnableToggleSubtitle =>
|
||||
'Aplica automáticamente un preset de EQ distinto al cambiar la salida de audio.';
|
||||
'Appliquez automatiquement un preset EQ différent lorsque votre sortie audio change.';
|
||||
|
||||
@override
|
||||
String get advancedEqKnownDevicesTitle => 'Dispositivos de audio conocidos';
|
||||
String get advancedEqKnownDevicesTitle => 'Appareils audio connus';
|
||||
|
||||
@override
|
||||
String get advancedEqKnownDevicesEmpty =>
|
||||
'No hay dispositivos registrados. Conectá uno para empezar.';
|
||||
'Aucun appareil audio enregistré pour l\'instant. Connectez un appareil pour commencer.';
|
||||
|
||||
@override
|
||||
String advancedEqDevicePresetLabel(Object presetName) {
|
||||
return 'Preset: $presetName';
|
||||
return 'Preset : $presetName';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user