export default {
  core: {
    back: 'Back',
    save: 'Save',
    cancel: 'Cancel',
    reset: 'Reset',
    search: 'Search',
    keywords: 'Keywords',
    upload: 'Upload',
    confirm: 'Confirm',
    phoneNumber: 'Phone',
    createdAt: 'Created at',
    noPermission: 'No Permission',
    create: 'Create',
    edit: 'Edit',
    delete: 'Delete',
    sort: 'Sort',
    logout: 'Logout',
    profile: 'Profile',
    password: 'Password',
    datetime: {
      to: 'to',
      start: 'Start date',
      end: 'End date',
      yesterday: 'Yesterday',
      today: 'Today',
      thisWeek: 'This week',
      thisMonth: 'This month',
      thisYear: 'This year',
    },
    message: {
      successful: 'Successful',
      downloadFailed: 'Download failed',
      tooLarge: 'File size exceeds the limit',
      fileExceed: 'A maximum of {limit} files can be uploaded',
      confirm: 'Confirm',
      delConfirm: 'Are you sure to delete this record?',
    },
  },
  empty: {
    noData: 'No data',
  },
  dialog: {
    tip: 'Tip',
    confirm: 'Confirm',
    prompt: 'Enter',
    required: 'Required',
  },
}
