fix: 国际化修改

This commit is contained in:
@changcode
2021-05-18 18:02:32 +08:00
parent 8e3bbce9a5
commit d34865c858
2 changed files with 2 additions and 2 deletions

View File

@@ -1274,7 +1274,7 @@ const cn = {
authTypeWord: 'basic auth', authTypeWord: 'basic auth',
authTypeToken: 'bearer token', authTypeToken: 'bearer token',
name: '名称', name: '名称',
configs: 'Configs', configs: '配置',
state: '状态', state: '状态',
allselect: '当前页已全部选择' allselect: '当前页已全部选择'
}, },

View File

@@ -1284,7 +1284,7 @@ const en = {
authTypeWord: 'basic auth', authTypeWord: 'basic auth',
authTypeToken: 'bearer token', authTypeToken: 'bearer token',
name: 'Name', name: 'Name',
configs: 'Configs', configs: 'Config',
state: 'State', state: 'State',
allselect: 'The current page has all been selected' allselect: 'The current page has all been selected'
}, },