zh_CN.ts 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /**
  2. * kettle资源库 国际化信息
  3. */
  4. export default {
  5. trans: true,
  6. key: 'smart.kettle.repository',
  7. data: {
  8. title: {
  9. id: 'id',
  10. repositoryCode: '编码',
  11. repositoryName: '名称',
  12. type: '类型',
  13. properties: '资源库参数',
  14. defaultYn: '是否默认',
  15. createBy: 'createBy',
  16. updateBy: 'updateBy',
  17. },
  18. validate: {
  19. id: '请输入id',
  20. repositoryCode: '请输入编码',
  21. repositoryName: '请输入名称',
  22. type: '请输入类型',
  23. defaultYn: '请输入是否默认',
  24. properties: '请输入资源库参数',
  25. },
  26. rules: {},
  27. search: {
  28. repositoryCode: '请输入编码',
  29. repositoryName: '请输入名称',
  30. type: '请输入类型',
  31. },
  32. form: {
  33. properties: {
  34. type: '数据库类型',
  35. access: '连接方式',
  36. name: '连接名称',
  37. host: '主机名称',
  38. db: '数据库名称',
  39. port: '端口',
  40. dbUser: '数据库用户',
  41. dbPassword: '数据库密码',
  42. id: '资源库ID',
  43. repositoryName: '资源库名称',
  44. description: '资源库描述',
  45. resUser: '资源库用户',
  46. resPassword: '资源库密码',
  47. },
  48. },
  49. },
  50. };