ant-design-blazor/components/locales/ko-KR.json
Andrzej Bakun dcbaecc919 fix(module: date-picker): incorrect date format strings (#1097)
* fix(module:datepicker): incorrect date format strings fix

culture set takes effect
fallback to default local when locale json does not exist

* fix(module:datepicker): do not replace Locale if is set in attribute
2021-02-05 16:50:12 +08:00

119 lines
3.5 KiB
JSON

{
"locale": "ko",
"Pagination": {
"items_per_page": "/ 쪽",
"jump_to": "이동하기",
"jump_to_confirm": "확인하다",
"page": "",
"prev_page": "이전 페이지",
"next_page": "다음 페이지",
"prev_5": "이전 5 페이지",
"next_5": "다음 5 페이지",
"prev_3": "이전 3 페이지",
"next_3": "다음 3 페이지"
},
"DatePicker": {
"lang": {
"placeholder": "날짜 선택",
"rangePlaceholder": [ "시작일", "종료일" ],
"locale": "ko_KR",
"today": "오늘",
"now": "현재 시각",
"backToToday": "오늘로 돌아가기",
"ok": "확인",
"clear": "지우기",
"month": "월",
"year": "년",
"timeSelect": "시간 선택",
"dateSelect": "날짜 선택",
"monthSelect": "달 선택",
"yearSelect": "연 선택",
"decadeSelect": "연대 선택",
"yearFormat": "yyyy년",
"dateFormat": "yyyy-MM-dd",
"dayFormat": "do",
"dateTimeFormat": "yyyy-MM-dd HH:mm:ss",
"monthBeforeYear": false,
"previousMonth": "이전 달 (PageUp)",
"nextMonth": "다음 달 (PageDown)",
"previousYear": "이전 해 (Control + left)",
"nextYear": "다음 해 (Control + right)",
"previousDecade": "이전 연대",
"nextDecade": "다음 연대",
"previousCentury": "이전 세기",
"nextCentury": "다음 세기"
},
"timePickerLocale": { "placeholder": "날짜 선택" }
},
"TimePicker": { "placeholder": "날짜 선택" },
"Calendar": {
"lang": {
"placeholder": "날짜 선택",
"rangePlaceholder": [ "시작일", "종료일" ],
"locale": "ko_KR",
"today": "오늘",
"now": "현재 시각",
"backToToday": "오늘로 돌아가기",
"ok": "확인",
"clear": "지우기",
"month": "월",
"year": "년",
"timeSelect": "시간 선택",
"dateSelect": "날짜 선택",
"monthSelect": "달 선택",
"yearSelect": "연 선택",
"decadeSelect": "연대 선택",
"yearFormat": "yyyy년",
"dateFormat": "yyyy-MM-dd",
"dayFormat": "do",
"dateTimeFormat": "yyyy-MM-dd HH:mm:ss",
"monthBeforeYear": false,
"previousMonth": "이전 달 (PageUp)",
"nextMonth": "다음 달 (PageDown)",
"previousYear": "이전 해 (Control + left)",
"nextYear": "다음 해 (Control + right)",
"previousDecade": "이전 연대",
"nextDecade": "다음 연대",
"previousCentury": "이전 세기",
"nextCentury": "다음 세기"
},
"timePickerLocale": { "placeholder": "날짜 선택" }
},
"Table": {
"filterTitle": "필터 메뉴",
"filterConfirm": "확인",
"filterReset": "초기화",
"selectAll": "모두 선택",
"selectInvert": "선택 반전"
},
"Modal": {
"okText": "확인",
"cancelText": "취소"
},
"Confirm": {
"okText": "확인",
"cancelText": "취소",
"yesText": "네",
"noText": "아니",
"retryText": "다시 시도 하 다",
"abortText": "중지 하 다",
"ignoreText": "소홀히 하 다"
},
"Popconfirm": {
"okText": "확인",
"cancelText": "취소"
},
"Transfer": {
"searchPlaceholder": "여기에 검색하세요",
"itemUnit": "개",
"itemsUnit": "개"
},
"Upload": {
"uploading": "업로드 중...",
"removeFile": "파일 삭제",
"uploadError": "업로드 실패",
"previewFile": "파일 미리보기",
"downloadFile": "파일 다운로드"
},
"Empty": { "description": "데이터 없음" }
}