OutLinkConfig.js 895 B

1234567891011121314151617181920212223242526272829303132333435
  1. /**
  2. * 系统设置-外部链接配置
  3. */
  4. /* 英文 */
  5. export const OutLinkConfigEn = {
  6. menu_add_btn:'Add menu',
  7. menu_edit_btn:'Edit menu',
  8. tale_col01:'Menu Name',
  9. tale_col02:'Page Link',
  10. tale_col03:'Creation Time',
  11. placeholder01:'Enter menu name',
  12. placeholder02:'Enter URL',
  13. del_success_msg:'Delete menu successfully',
  14. tips_msg01:'Menu name cannot be empty',
  15. tips_msg02:'URL cannot be empty',
  16. };
  17. /* 中文 */
  18. export const OutLinkConfigZh = {
  19. menu_add_btn:'添加菜单',
  20. menu_edit_btn:'编辑菜单',
  21. tale_col01:'菜单名称',
  22. tale_col02:'页面链接',
  23. tale_col03:'创建时间',
  24. placeholder01:'请输入菜单名称',
  25. placeholder02:'请输入URL',
  26. del_success_msg:'删除菜单成功',
  27. tips_msg01:'菜单名称不能为空',
  28. tips_msg02:'URL不能为空',
  29. };
  30. /**
  31. * $t('SystemManage.OutLinkConfig.XXX')
  32. */