65 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JavaScript
		
	
	
import Pagination from '../vc-pagination/locale/en_US';
 | 
						|
import DatePicker from '../date-picker/locale/en_US';
 | 
						|
import TimePicker from '../time-picker/locale/en_US';
 | 
						|
import Calendar from '../calendar/locale/en_US';
 | 
						|
import ColorPicker from '../color-picker/locale/en_US';
 | 
						|
 | 
						|
export default {
 | 
						|
  locale: 'en',
 | 
						|
  Pagination,
 | 
						|
  DatePicker,
 | 
						|
  TimePicker,
 | 
						|
  Calendar,
 | 
						|
  ColorPicker,
 | 
						|
  global: {
 | 
						|
    placeholder: 'Please select',
 | 
						|
  },
 | 
						|
  Table: {
 | 
						|
    filterTitle: 'Filter menu',
 | 
						|
    filterConfirm: 'OK',
 | 
						|
    filterReset: 'Reset',
 | 
						|
    selectAll: 'Select current page',
 | 
						|
    selectInvert: 'Invert current page',
 | 
						|
    sortTitle: 'Sort',
 | 
						|
    expand: 'Expand row',
 | 
						|
    collapse: 'Collapse row',
 | 
						|
  },
 | 
						|
  Modal: {
 | 
						|
    okText: 'OK',
 | 
						|
    cancelText: 'Cancel',
 | 
						|
    justOkText: 'OK',
 | 
						|
  },
 | 
						|
  Popconfirm: {
 | 
						|
    okText: 'OK',
 | 
						|
    cancelText: 'Cancel',
 | 
						|
  },
 | 
						|
  Transfer: {
 | 
						|
    titles: ['', ''],
 | 
						|
    searchPlaceholder: 'Search here',
 | 
						|
    itemUnit: 'item',
 | 
						|
    itemsUnit: 'items',
 | 
						|
  },
 | 
						|
  Upload: {
 | 
						|
    uploading: 'Uploading...',
 | 
						|
    removeFile: 'Remove file',
 | 
						|
    uploadError: 'Upload error',
 | 
						|
    previewFile: 'Preview file',
 | 
						|
    downloadFile: 'Download file',
 | 
						|
  },
 | 
						|
  Empty: {
 | 
						|
    description: 'No Data',
 | 
						|
  },
 | 
						|
  Icon: {
 | 
						|
    icon: 'icon',
 | 
						|
  },
 | 
						|
  Text: {
 | 
						|
    edit: 'Edit',
 | 
						|
    copy: 'Copy',
 | 
						|
    copied: 'Copied',
 | 
						|
    expand: 'Expand',
 | 
						|
  },
 | 
						|
  PageHeader: {
 | 
						|
    back: 'Back',
 | 
						|
  },
 | 
						|
};
 |