fix(i18n): 将健康状态翻译从“健康”改为“可用”
更新中英文翻译文件中 providers.status.healthy 的显示文本,使其更准确地反映“可用”状态而非单纯的“健康”状态。
This commit is contained in:
parent
8a92e4d055
commit
32c46f8bfa
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue