en_US.ts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. export default {
  2. system: {
  3. views: {
  4. i18n: {
  5. group: {
  6. groupName: 'Group name',
  7. seq: 'Seq',
  8. groupNameValidate: 'Please enter i18n group',
  9. seqValidate: 'Please enter seq',
  10. },
  11. i18n: {
  12. titlePlatform: 'Platform',
  13. titleI18nCode: 'I18n code',
  14. platformValidate: 'Please select a platform',
  15. i18nCodeValidate: 'Please enter i18n code',
  16. groupIdValidate: 'Please click Group first, and then add',
  17. platform: {
  18. backstage: 'Backstage',
  19. },
  20. button: {
  21. reload: 'Reload',
  22. },
  23. message: {
  24. reloadConfirm: 'Are you sure you want to reload I18N?',
  25. reloadContent: 'You need to log in again after reloading',
  26. reloadSuccess: 'Reload success',
  27. },
  28. },
  29. i18nItem: {
  30. titleLocale: 'Locale',
  31. titleValue: 'Value',
  32. localeValidate: '请输入语言',
  33. valueValidate: 'Please enter locale',
  34. i18nIdValidate: 'Please select i18n before adding',
  35. },
  36. },
  37. },
  38. },
  39. };