mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
45 lines
1.0 KiB
TypeScript
45 lines
1.0 KiB
TypeScript
import Pagination from 'rc-pagination/lib/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: '파일 미리보기',
|
|
},
|
|
};
|