mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 新增字典多语言适配
This commit is contained in:
@ -245,6 +245,82 @@ const local: App.I18n.Schema = {
|
||||
male: 'Male',
|
||||
female: 'Female',
|
||||
unknown: 'Unknown'
|
||||
},
|
||||
sys_show_hide: {
|
||||
show: 'Show',
|
||||
hide: 'Hide'
|
||||
},
|
||||
sys_normal_disable: {
|
||||
normal: 'Normal',
|
||||
disable: 'Disable'
|
||||
},
|
||||
sys_yes_no: {
|
||||
yes: 'Yes',
|
||||
no: 'No'
|
||||
},
|
||||
sys_notice_type: {
|
||||
notice: 'Notice',
|
||||
announcement: 'Announcement'
|
||||
},
|
||||
sys_notice_status: {
|
||||
normal: 'Normal',
|
||||
close: 'Close'
|
||||
},
|
||||
sys_oper_type: {
|
||||
insert: 'Insert',
|
||||
update: 'Update',
|
||||
delete: 'Delete',
|
||||
grant: 'Grant',
|
||||
export: 'Export',
|
||||
import: 'Import',
|
||||
force: 'Force',
|
||||
gencode: 'Generate Code',
|
||||
clean: 'Clean Data',
|
||||
other: 'Other'
|
||||
},
|
||||
sys_common_status: {
|
||||
success: 'Success',
|
||||
fail: 'Fail'
|
||||
},
|
||||
sys_grant_type: {
|
||||
password: 'Password Auth',
|
||||
sms: 'SMS Auth',
|
||||
email: 'Email Auth',
|
||||
miniapp: 'Mini App Auth',
|
||||
social: 'Social Auth'
|
||||
},
|
||||
sys_device_type: {
|
||||
pc: 'PC',
|
||||
android: 'Android',
|
||||
ios: 'iOS',
|
||||
miniapp: 'Mini App'
|
||||
},
|
||||
wf_business_status: {
|
||||
revoked: 'Revoked',
|
||||
draft: 'Draft',
|
||||
pending: 'Pending',
|
||||
completed: 'Completed',
|
||||
cancelled: 'Cancelled',
|
||||
returned: 'Returned',
|
||||
terminated: 'Terminated'
|
||||
},
|
||||
wf_form_type: {
|
||||
custom_form: 'Custom Form',
|
||||
dynamic_form: 'Dynamic Form'
|
||||
},
|
||||
wf_task_status: {
|
||||
revoke: 'Revoke',
|
||||
pass: 'Pass',
|
||||
pending_review: 'Pending Review',
|
||||
cancel: 'Cancel',
|
||||
return: 'Return',
|
||||
terminate: 'Terminate',
|
||||
transfer: 'Transfer',
|
||||
delegate: 'Delegate',
|
||||
copy: 'Copy',
|
||||
add_sign: 'Add Sign',
|
||||
minus_sign: 'Minus Sign',
|
||||
timeout: 'Timeout'
|
||||
}
|
||||
},
|
||||
page: {
|
||||
|
@ -245,6 +245,82 @@ const local: App.I18n.Schema = {
|
||||
male: '男',
|
||||
female: '女',
|
||||
unknown: '未知'
|
||||
},
|
||||
sys_show_hide: {
|
||||
show: '显示',
|
||||
hide: '隐藏'
|
||||
},
|
||||
sys_normal_disable: {
|
||||
normal: '正常',
|
||||
disable: '停用'
|
||||
},
|
||||
sys_yes_no: {
|
||||
yes: '是',
|
||||
no: '否'
|
||||
},
|
||||
sys_notice_type: {
|
||||
notice: '通知',
|
||||
announcement: '公告'
|
||||
},
|
||||
sys_notice_status: {
|
||||
normal: '正常',
|
||||
close: '关闭'
|
||||
},
|
||||
sys_oper_type: {
|
||||
insert: '新增',
|
||||
update: '修改',
|
||||
delete: '删除',
|
||||
grant: '授权',
|
||||
export: '导出',
|
||||
import: '导入',
|
||||
force: '强退',
|
||||
gencode: '生成代码',
|
||||
clean: '清空数据',
|
||||
other: '其他'
|
||||
},
|
||||
sys_common_status: {
|
||||
success: '成功',
|
||||
fail: '失败'
|
||||
},
|
||||
sys_grant_type: {
|
||||
password: '密码认证',
|
||||
sms: '短信认证',
|
||||
email: '邮件认证',
|
||||
miniapp: '小程序认证',
|
||||
social: '三方登录认证'
|
||||
},
|
||||
sys_device_type: {
|
||||
pc: 'PC',
|
||||
android: '安卓',
|
||||
ios: 'iOS',
|
||||
miniapp: '小程序'
|
||||
},
|
||||
wf_business_status: {
|
||||
revoked: '已撤销',
|
||||
draft: '草稿',
|
||||
pending: '待审核',
|
||||
completed: '已完成',
|
||||
cancelled: '已作废',
|
||||
returned: '已退回',
|
||||
terminated: '已终止'
|
||||
},
|
||||
wf_form_type: {
|
||||
custom_form: '自定义表单',
|
||||
dynamic_form: '动态表单'
|
||||
},
|
||||
wf_task_status: {
|
||||
revoke: '撤销',
|
||||
pass: '通过',
|
||||
pending_review: '待审核',
|
||||
cancel: '作废',
|
||||
return: '退回',
|
||||
terminate: '终止',
|
||||
transfer: '转办',
|
||||
delegate: '委托',
|
||||
copy: '抄送',
|
||||
add_sign: '加签',
|
||||
minus_sign: '减签',
|
||||
timeout: '超时'
|
||||
}
|
||||
},
|
||||
page: {
|
||||
|
Reference in New Issue
Block a user