| 123456789101112131415161718192021222324252627282930313233343536373839 |
- export default {
- system: {
- views: {
- i18n: {
- group: {
- groupName: 'Group name',
- seq: 'Seq',
- groupNameValidate: 'Please enter i18n group',
- seqValidate: 'Please enter seq',
- },
- i18n: {
- titlePlatform: 'Platform',
- titleI18nCode: 'I18n code',
- platformValidate: 'Please select a platform',
- i18nCodeValidate: 'Please enter i18n code',
- groupIdValidate: 'Please click Group first, and then add',
- platform: {
- backstage: 'Backstage',
- },
- button: {
- reload: 'Reload',
- },
- message: {
- reloadConfirm: 'Are you sure you want to reload I18N?',
- reloadContent: 'You need to log in again after reloading',
- reloadSuccess: 'Reload success',
- },
- },
- i18nItem: {
- titleLocale: 'Locale',
- titleValue: 'Value',
- localeValidate: '请输入语言',
- valueValidate: 'Please enter locale',
- i18nIdValidate: 'Please select i18n before adding',
- },
- },
- },
- },
- };
|