44 lines
		
	
	
		
			1009 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1009 B
		
	
	
	
		
			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: 'ė´ę¸°í',
 | |
|     selectAll: 'ëǍë ė í',
 | |
|     selectInvert: 'ė í ë°ė ',
 | |
|   },
 | |
|   Modal: {
 | |
|     okText: 'íė¸',
 | |
|     cancelText: '뎍ė',
 | |
|     justOkText: 'íė¸',
 | |
|   },
 | |
|   Popconfirm: {
 | |
|     okText: 'íė¸',
 | |
|     cancelText: '뎍ė',
 | |
|   },
 | |
|   Transfer: {
 | |
|     searchPlaceholder: 'ėŦ기ė ę˛ėíė¸ė',
 | |
|     itemUnit: 'ę°',
 | |
|     itemsUnit: 'ę°',
 | |
|   },
 | |
|   Upload: {
 | |
|     uploading: 'ė
ëĄë ė¤...',
 | |
|     removeFile: 'íėŧ ėė ',
 | |
|     uploadError: 'ė
ëĄë ė¤í¨',
 | |
|     previewFile: 'íėŧ 미ëĻŦëŗ´ę¸°',
 | |
|     downloadFile: 'íėŧ ë¤ė´ëĄë',
 | |
|   },
 | |
|   Empty: {
 | |
|     description: 'ë°ė´í° ėė',
 | |
|   },
 | |
| };
 |