fix(i18n): 将健康状态翻译从“健康”改为“可用”

更新中英文翻译文件中 providers.status.healthy 的显示文本,使其更准确地反映“可用”状态而非单纯的“健康”状态。
This commit is contained in:
hex2077 2026-03-04 14:59:06 +08:00
parent 8a92e4d055
commit 32c46f8bfa

View file

@ -427,7 +427,7 @@ const translations = {
'providers.activeConnections': '活动连接',
'providers.activeProviders': '活跃提供商',
'providers.healthyProviders': '健康提供商',
'providers.status.healthy': '{healthy}/{total} 健康',
'providers.status.healthy': '{healthy}/{total} 可用',
'providers.status.empty': '0/0 节点',
'providers.stat.totalAccounts': '总账户',
'providers.stat.healthyAccounts': '健康账户',
@ -1237,7 +1237,7 @@ const translations = {
'providers.activeConnections': 'Active Connections',
'providers.activeProviders': 'Active Providers',
'providers.healthyProviders': 'Healthy Providers',
'providers.status.healthy': '{healthy}/{total} Healthy',
'providers.status.healthy': '{healthy}/{total} Available',
'providers.status.empty': '0/0 Nodes',
'providers.stat.totalAccounts': 'Total Accounts',
'providers.stat.healthyAccounts': 'Healthy Accounts',