i18n(eq): translate advanced EQ keys to all 11 remaining locales
Build & Deploy PluriWave / Análisis de código (push) Successful in 38s
Build & Deploy PluriWave / Build APK + AAB release (push) Successful in 2m25s

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:
2026-06-27 11:38:45 +02:00
parent 4632d53eb8
commit d1d4afb88f
22 changed files with 194 additions and 75 deletions
+12 -1
View File
@@ -616,5 +616,16 @@
"stationCount": "{count, plural, other{{count}局}}",
"alarmIconLabel": "ミュージックアラーム",
"vacationIconLabel": "休暇モード",
"streamUrlHint": "https://stream.example.com:8000/radio"
"streamUrlHint": "https://stream.example.com:8000/radio",
"advancedEqSectionTitle": "高度なEQオプション",
"advancedEqEnableToggle": "デバイスごとのEQを有効にする",
"advancedEqEnableToggleSubtitle": "オーディオ出力が変わると、自動的に別のEQプリセットを適用します。",
"advancedEqKnownDevicesTitle": "登録済みオーディオデバイス",
"advancedEqKnownDevicesEmpty": "まだオーディオデバイスが登録されていません。デバイスを接続して始めましょう。",
"advancedEqDevicePresetLabel": "プリセット: {presetName}",
"@advancedEqDevicePresetLabel": {
"placeholders": {
"presetName": {}
}
}
}