sysclk: revise translations

hoc-clk translation is independent from sysclk. please report any errors with zh-cn translation
This commit is contained in:
souldbminersmwc
2026-01-10 13:25:14 -05:00
parent da17c04dc4
commit 9072efd8e9
14 changed files with 239 additions and 429 deletions

View File

@@ -193,7 +193,7 @@ static inline const char* sysclkFormatConfigValue(SysClkConfigValue val, bool pr
return pretty ? "Overwrite Boost Mode" : "ow_boost";
case HocClkConfigValue_EristaMaxCpuClock:
return pretty ? "Max CPU Clock" : "cpu_max_e";
return pretty ? "CPU Max Display Clock" : "cpu_max_e";
case HocClkConfigValue_EristaMaxGpuClock:
return pretty ? "Max GPU Clock" : "gpu_max_e";
case HocClkConfigValue_EristaMaxMemClock: