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, other{{count} 个电台}}",
|
||||
"alarmIconLabel": "音乐闹钟",
|
||||
"vacationIconLabel": "假期模式",
|
||||
"streamUrlHint": "https://stream.example.com:8000/radio"
|
||||
"streamUrlHint": "https://stream.example.com:8000/radio",
|
||||
"advancedEqSectionTitle": "高级均衡器选项",
|
||||
"advancedEqEnableToggle": "启用每设备 EQ",
|
||||
"advancedEqEnableToggleSubtitle": "当音频输出更改时,自动应用不同的 EQ 预设。",
|
||||
"advancedEqKnownDevicesTitle": "已知音频设备",
|
||||
"advancedEqKnownDevicesEmpty": "尚未记录任何音频设备。连接设备以开始使用。",
|
||||
"advancedEqDevicePresetLabel": "预设:{presetName}",
|
||||
"@advancedEqDevicePresetLabel": {
|
||||
"placeholders": {
|
||||
"presetName": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user