fix(X-Pack): Webhook 国际化

This commit is contained in:
fit2cloud-chenyw 2025-01-02 16:54:40 +08:00 committed by taojinlong
parent 4b054417d1
commit 89b73315d2
2 changed files with 6 additions and 3 deletions

View File

@ -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']
}

View File

@ -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',