mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-23 21:35:36 +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',
|
details: 'Details',
|
||||||
endpointURL: 'Endpoint URL',
|
endpointURL: 'Endpoint URL',
|
||||||
secret: 'Secret',
|
secret: 'Secret',
|
||||||
|
runningMode: 'Running Mode',
|
||||||
global: 'Global',
|
global: 'Global',
|
||||||
rule: 'Rule',
|
rule: 'Rule',
|
||||||
direct: 'Direct',
|
direct: 'Direct',
|
||||||
|
@ -90,6 +90,7 @@ export default {
|
|||||||
details: '详情',
|
details: '详情',
|
||||||
endpointURL: '后端地址',
|
endpointURL: '后端地址',
|
||||||
secret: '密钥',
|
secret: '密钥',
|
||||||
|
runningMode: '运行模式',
|
||||||
global: '全局',
|
global: '全局',
|
||||||
rule: '规则',
|
rule: '规则',
|
||||||
direct: '直连',
|
direct: '直连',
|
||||||
|
@ -256,7 +256,7 @@ const ConfigForm: ParentComponent<{ isSingBox: Accessor<boolean> }> = ({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-control">
|
<div class="form-control">
|
||||||
<Label for="mode">{t('rule')}</Label>
|
<Label for="mode">{t('runningMode')}</Label>
|
||||||
|
|
||||||
<Select
|
<Select
|
||||||
id="mode"
|
id="mode"
|
||||||
|
Loading…
Reference in New Issue
Block a user