Browse Source

Update ko_KR.ts (#40716)

pull/40722/head
Jung Min O 2 years ago
committed by GitHub
parent
commit
2c694258d2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 43
      components/locale/ko_KR.ts

43
components/locale/ko_KR.ts

@ -18,9 +18,24 @@ const localeValues: Locale = {
filterConfirm: '확인',
filterReset: '초기화',
filterEmptyText: '필터 없음',
filterCheckall: '전체 선택',
filterSearchPlaceholder: '필터 검색',
emptyText: '데이터 없음',
selectAll: '모두 선택',
selectAll: '전체 선택',
selectInvert: '선택 반전',
selectNone: '없음',
selectionAll: '전체 선택',
sortTitle: '정렬',
expand: '펼치기',
collapse: '접기',
triggerDesc: '내림차순으로 정렬하기',
triggerAsc: '오름차순으로 정렬하기',
cancelSort: '정렬 취소하기',
},
Tour: {
Next: '다음',
Previous: '이전',
Finish: '종료',
},
Modal: {
okText: '확인',
@ -36,6 +51,12 @@ const localeValues: Locale = {
searchPlaceholder: '여기에 검색하세요',
itemUnit: '개',
itemsUnit: '개',
remove: '삭제',
selectCurrent: '현재 페이지 선택',
removeCurrent: '현재 페이지 삭제',
selectAll: '전체 선택',
removeAll: '전체 삭제',
selectInvert: '선택 반전',
},
Upload: {
uploading: '업로드 중...',
@ -47,7 +68,20 @@ const localeValues: Locale = {
Empty: {
description: '데이터 없음',
},
Icon: {
icon: '아이콘',
},
Text: {
edit: '수정',
copy: '복사',
copied: '복사 됨',
expand: '확장',
},
PageHeader: {
back: '뒤로',
},
Form: {
optional: '(선택사항)',
defaultValidateMessages: {
default: '필드 유효성 검사 오류 ${label}',
required: '${label} 입력해 주세요',
@ -96,6 +130,13 @@ const localeValues: Locale = {
},
},
},
Image: {
preview: '미리보기',
},
QRCode: {
expired: '만료된 QR 코드',
refresh: '새로고침',
},
};
export default localeValues;

Loading…
Cancel
Save