fix(config): missing translation for running mode

This commit is contained in:
kunish 2024-10-11 00:51:05 +08:00
parent 90c3d15616
commit 705f651346
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430
3 changed files with 3 additions and 1 deletions

View File

@ -88,6 +88,7 @@ export default {
details: 'Details',
endpointURL: 'Endpoint URL',
secret: 'Secret',
runningMode: 'Running Mode',
global: 'Global',
rule: 'Rule',
direct: 'Direct',

View File

@ -90,6 +90,7 @@ export default {
details: '详情',
endpointURL: '后端地址',
secret: '密钥',
runningMode: '运行模式',
global: '全局',
rule: '规则',
direct: '直连',

View File

@ -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"