mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-14 06:25:35 +08:00
fix(config): missing translation for running mode
This commit is contained in:
parent
90c3d15616
commit
705f651346
@ -88,6 +88,7 @@ export default {
|
||||
details: 'Details',
|
||||
endpointURL: 'Endpoint URL',
|
||||
secret: 'Secret',
|
||||
runningMode: 'Running Mode',
|
||||
global: 'Global',
|
||||
rule: 'Rule',
|
||||
direct: 'Direct',
|
||||
|
@ -90,6 +90,7 @@ export default {
|
||||
details: '详情',
|
||||
endpointURL: '后端地址',
|
||||
secret: '密钥',
|
||||
runningMode: '运行模式',
|
||||
global: '全局',
|
||||
rule: '规则',
|
||||
direct: '直连',
|
||||
|
@ -256,7 +256,7 @@ const ConfigForm: ParentComponent<{ isSingBox: Accessor<boolean> }> = ({
|
||||
</div>
|
||||
|
||||
<div class="form-control">
|
||||
<Label for="mode">{t('rule')}</Label>
|
||||
<Label for="mode">{t('runningMode')}</Label>
|
||||
|
||||
<Select
|
||||
id="mode"
|
||||
|
Loading…
Reference in New Issue
Block a user