|
@@ -9,9 +9,11 @@ export const OutLinkConfigEn = {
|
|
|
tale_col01:'Menu Name',
|
|
|
tale_col02:'Page Link',
|
|
|
tale_col03:'Creation Time',
|
|
|
- placeholder01:'请输入菜单名称',
|
|
|
- placeholder02:'请输入URL',
|
|
|
- del_success_msg:'Delete menu successfully'
|
|
|
+ placeholder01:'Enter menu name',
|
|
|
+ placeholder02:'Enter URL',
|
|
|
+ del_success_msg:'Delete menu successfully',
|
|
|
+ tips_msg01:'Menu name cannot be empty',
|
|
|
+ tips_msg02:'URL cannot be empty',
|
|
|
};
|
|
|
|
|
|
/* 中文 */
|
|
@@ -21,9 +23,11 @@ export const OutLinkConfigZh = {
|
|
|
tale_col01:'菜单名称',
|
|
|
tale_col02:'页面链接',
|
|
|
tale_col03:'创建时间',
|
|
|
- placeholder01:'Please enter menu name',
|
|
|
- placeholder02:'Please enter URL',
|
|
|
- del_success_msg:'删除菜单成功'
|
|
|
+ placeholder01:'请输入菜单名称',
|
|
|
+ placeholder02:'请输入URL',
|
|
|
+ del_success_msg:'删除菜单成功',
|
|
|
+ tips_msg01:'菜单名称不能为空',
|
|
|
+ tips_msg02:'URL不能为空',
|
|
|
};
|
|
|
|
|
|
/**
|