mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix(X-Pack): Webhook 国际化
This commit is contained in:
parent
4b054417d1
commit
89b73315d2
5
core/core-frontend/auto-imports.d.ts
vendored
5
core/core-frontend/auto-imports.d.ts
vendored
@ -4,5 +4,8 @@
|
||||
// Generated by unplugin-auto-import
|
||||
export {}
|
||||
declare global {
|
||||
|
||||
const ElForm: typeof import('element-plus-secondary/es')['ElForm']
|
||||
const ElFormItem: typeof import('element-plus-secondary/es')['ElFormItem']
|
||||
const ElInput: typeof import('element-plus-secondary/es')['ElInput']
|
||||
const ElMessageBox: typeof import('element-plus-secondary/es')['ElMessageBox']
|
||||
}
|
||||
|
@ -27,8 +27,8 @@ export default {
|
||||
create_time: 'Creation time',
|
||||
edit: 'Edit',
|
||||
delete: 'Delete',
|
||||
please_input: 'Please input',
|
||||
please_select: 'Please select',
|
||||
please_input: 'Please input ',
|
||||
please_select: 'Please select ',
|
||||
cancel: 'Cancel',
|
||||
sure: 'Confirm',
|
||||
save: 'Save',
|
||||
|
Loading…
Reference in New Issue
Block a user