ant-design-vue/components/locale-provider/ko_KR.js

43 lines
977 B
JavaScript
Raw Normal View History

2018-04-21 04:51:56 +00:00
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'
2018-03-15 13:57:42 +00:00
export default {
2018-04-21 04:51:56 +00:00
locale: 'ko',
2018-03-15 13:57:42 +00:00
Pagination,
DatePicker,
TimePicker,
Calendar,
2018-04-21 04:51:56 +00:00
Table: {
2018-03-15 13:57:42 +00:00
filterTitle: '필터 메뉴',
filterConfirm: '확인',
filterReset: '초기화',
2018-04-21 04:51:56 +00:00
emptyText: '데이터 없음',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Modal: {
2018-03-15 13:57:42 +00:00
okText: '확인',
cancelText: '취소',
2018-04-21 04:51:56 +00:00
justOkText: '확인',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Popconfirm: {
2018-03-15 13:57:42 +00:00
okText: '확인',
2018-04-21 04:51:56 +00:00
cancelText: '취소',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Transfer: {
2018-03-15 13:57:42 +00:00
notFoundContent: '데이터 없음',
searchPlaceholder: '여기에 검색하세요',
itemUnit: '개',
2018-04-21 04:51:56 +00:00
itemsUnit: '개',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Select: {
notFoundContent: '데이터 없음',
2018-03-15 13:57:42 +00:00
},
2018-04-21 04:51:56 +00:00
Upload: {
2018-03-15 13:57:42 +00:00
uploading: '업로드 중...',
removeFile: '파일 삭제',
uploadError: '업로드 실패',
2018-04-21 04:51:56 +00:00
previewFile: '파일 미리보기',
},
}