mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Fix: speed test i18n text
This commit is contained in:
parent
11f3b206c9
commit
a88b4008ad
@ -47,7 +47,7 @@ class Proxies extends React.Component<ProxiesProps, ProxiesState> {
|
|||||||
<div className="proxies-container">
|
<div className="proxies-container">
|
||||||
<Header title={t('title')}>
|
<Header title={t('title')}>
|
||||||
<Icon type="speed" size={20} />
|
<Icon type="speed" size={20} />
|
||||||
<span className="proxies-speed-test" onClick={this.handleNotitySpeedTest}>测速</span>
|
<span className="proxies-speed-test" onClick={this.handleNotitySpeedTest}>{t('speedTestText')}</span>
|
||||||
</Header>
|
</Header>
|
||||||
<ul className="proxies-list">
|
<ul className="proxies-list">
|
||||||
{
|
{
|
||||||
|
@ -60,6 +60,7 @@ export default {
|
|||||||
},
|
},
|
||||||
groupTitle: 'Policy Group',
|
groupTitle: 'Policy Group',
|
||||||
expandText: 'Expand',
|
expandText: 'Expand',
|
||||||
collapseText: 'Collapse'
|
collapseText: 'Collapse',
|
||||||
|
speedTestText: 'Speed Test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -60,6 +60,7 @@ export default {
|
|||||||
},
|
},
|
||||||
groupTitle: '策略组',
|
groupTitle: '策略组',
|
||||||
expandText: '展开',
|
expandText: '展开',
|
||||||
collapseText: '收起'
|
collapseText: '收起',
|
||||||
|
speedTestText: '测速'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user