import { NzLocale } from '../nz-locale.class';

export const enUS: NzLocale = {
  locale: 'en-US',

  Pagination: {
    itemsPerPage: '%num% / page',
    jumpTo: 'Goto',
    page: '',
    forwardPage: '%num% pages forward',
    backwardPage: '%num% pages backward',
    prevPage: 'Previous page',
    nextPage: 'Next page',
    firstPage: 'First page',
    lastPage: 'Last page: %page%',
    totalItems: '%total% items',
  },

  DateTime: {
    clear: 'Clear',
    chooseMonth: 'Choose a month',
    chooseYear: 'Choose a year',
    chooseDecade: 'Choose a decade',
    nYear: '%num%',
    nMonth: '%num%',
    nDay: '%num%',
    prevYear: 'Previous year',
    nextYear: 'Next year',
    prevMonth: 'Previous month',
    nextMonth: 'Next month',
    prevDecade: 'Previous decade',
    nextDecade: 'Next decade',
    chooseTime: 'Select time',
    chooseDate: 'Select date',
    chooseTimePlease: 'Select time',
    chooseDatePlease: 'Select date',
    chooseStartDatePlease: 'Start date',
    chooseEndDatePlease: 'End date',
    thisMoment: 'This moment',
    today: 'Today',
    ok: 'Ok',
  },

  Modal: {
    okText: 'OK',
    cancelText: 'Cancel',
    understood: 'Got it',
  },

  Table: {
    emptyText: 'No data',
  },

  Select: {
    notFoundContent: 'Not Found',
  },

  Transfer: {
    titles: ',',
    notFoundContent: 'Not Found',
    searchPlaceholder: 'Search here',
    itemUnit: 'item',
    itemsUnit: 'items',
  },

  Upload: {
    uploading: 'Uploading...',
    removeFile: 'Remove',
    uploadError: 'Error',
    previewFile: 'Preview',
  }
};
