45 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JavaScript
		
	
	
import Pagination from '../vc-pagination/locale/ko_KR';
 | 
						|
import DatePicker from '../date-picker/locale/ko_KR';
 | 
						|
import TimePicker from '../time-picker/locale/ko_KR';
 | 
						|
import Calendar from '../calendar/locale/ko_KR';
 | 
						|
 | 
						|
export default {
 | 
						|
  locale: 'ko',
 | 
						|
  Pagination,
 | 
						|
  DatePicker,
 | 
						|
  TimePicker,
 | 
						|
  Calendar,
 | 
						|
  Table: {
 | 
						|
    filterTitle: 'íí° ëŠë´',
 | 
						|
    filterConfirm: 'íė¸',
 | 
						|
    filterReset: 'ė´ę¸°í',
 | 
						|
    emptyText: 'ë°ė´í° ėė',
 | 
						|
    selectAll: 'ëǍë ė í',
 | 
						|
    selectInvert: 'ė í ë°ė ',
 | 
						|
  },
 | 
						|
  Modal: {
 | 
						|
    okText: 'íė¸',
 | 
						|
    cancelText: '뎍ė',
 | 
						|
    justOkText: 'íė¸',
 | 
						|
  },
 | 
						|
  Popconfirm: {
 | 
						|
    okText: 'íė¸',
 | 
						|
    cancelText: '뎍ė',
 | 
						|
  },
 | 
						|
  Transfer: {
 | 
						|
    notFoundContent: 'ë°ė´í° ėė',
 | 
						|
    searchPlaceholder: 'ėŦ기ė ę˛ėíė¸ė',
 | 
						|
    itemUnit: 'ę°',
 | 
						|
    itemsUnit: 'ę°',
 | 
						|
  },
 | 
						|
  Select: {
 | 
						|
    notFoundContent: 'ë°ė´í° ėė',
 | 
						|
  },
 | 
						|
  Upload: {
 | 
						|
    uploading: 'ė
ëĄë ė¤...',
 | 
						|
    removeFile: 'íėŧ ėė ',
 | 
						|
    uploadError: 'ė
ëĄë ė¤í¨',
 | 
						|
    previewFile: 'íėŧ 미ëĻŦëŗ´ę¸°',
 | 
						|
  },
 | 
						|
};
 |