feat: 暂时去掉国际化切换

This commit is contained in:
taojinlong 2021-05-18 12:42:27 +08:00
parent b65835a7b9
commit 776fa22c57
2 changed files with 12 additions and 2 deletions

View File

@ -422,7 +422,12 @@ export default {
apikey_delete_confirm: 'Confirm to delete this API key?',
input_id_placeholder: 'Please enter ID (Chinese is not supported)',
source: 'User Source',
choose_org: 'Choose Organization'
choose_org: 'Choose Organization',
reset_password: 'Reset Password',
current_user: 'Current User',
origin_passwd: 'Origin Password',
new_passwd: 'New Password',
confirm_passwd: 'Confirm Password'
},
role: {
menu_authorization: 'Menu Authorization',

View File

@ -422,7 +422,12 @@ export default {
apikey_delete_confirm: '这个 API Key 確定要删除吗?',
input_id_placeholder: '請輸入ID (不支持中文)',
source: '用戶來源',
choose_org: '選擇組織'
choose_org: '選擇組織',
reset_password: '重置密碼',
current_user: '當前用戶',
origin_passwd: '原始密碼',
new_passwd: '新密碼',
confirm_passwd: '確認密碼'
},
role: {
menu_authorization: '菜單授權',