ant-design-vue/components/locale/ko_KR.ts

101 lines
3.0 KiB
TypeScript

/* eslint-disable no-template-curly-in-string */
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';
import type { Locale } from '../locale-provider';
const typeTemplate = '${label} ėœ íš¨í•˜ė§€ ė•Šė€ ${type}';
const localeValues: Locale = {
locale: 'ko',
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
filterTitle: '필터 메뉴',
filterConfirm: '확ė¸',
filterReset: 'ė´ˆę¸°í™”',
filterEmptyText: '필터 ė—†ėŒ',
emptyText: '데ė´í„° ė—†ėŒ',
selectAll: 'ëĒ¨ë‘ ė„ íƒ',
selectInvert: 'ė„ íƒ 반ė „',
},
Modal: {
okText: '확ė¸',
cancelText: 'ėˇ¨ė†Œ',
justOkText: '확ė¸',
},
Popconfirm: {
okText: '확ė¸',
cancelText: 'ėˇ¨ė†Œ',
},
Transfer: {
searchPlaceholder: 'ė—Ŧ기ė— 검ėƒ‰í•˜ė„¸ėš”',
itemUnit: '개',
itemsUnit: '개',
},
Upload: {
uploading: 'ė—…ëĄœë“œ ė¤‘...',
removeFile: '파ėŧ ė‚­ė œ',
uploadError: 'ė—…ëĄœë“œ ė‹¤íŒ¨',
previewFile: '파ėŧ 미ëĻŦëŗ´ę¸°',
downloadFile: '파ėŧ 다ėš´ëĄœë“œ',
},
Empty: {
description: '데ė´í„° ė—†ėŒ',
},
Form: {
defaultValidateMessages: {
default: '필드 ėœ íš¨ė„ą 검ė‚Ŧ ė˜¤ëĨ˜ ${label}',
required: '${label} ėž…ë Ĩ해 ėŖŧė„¸ėš”',
enum: '${label} [${enum}] ė¤‘ė— 하나ė—Ŧė•ŧ 합니다',
whitespace: '${label} 비ė›Œë‘˜ ėˆ˜ ė—†ėŠĩ니다',
date: {
format: '${label} ėœ íš¨í•˜ė§€ ė•Šė€ 날ė§œ 형ė‹ėž…니다',
parse: '${label} 날ė§œ 형ė‹ėœŧ로 ëŗ€í™˜ë  ėˆ˜ ė—†ėŠĩ니다',
invalid: '${label} ėœ íš¨í•˜ė§€ ė•Šė€ 날ė§œėž…니다',
},
types: {
string: typeTemplate,
method: typeTemplate,
array: typeTemplate,
object: typeTemplate,
number: typeTemplate,
date: typeTemplate,
boolean: typeTemplate,
integer: typeTemplate,
float: typeTemplate,
regexp: typeTemplate,
email: typeTemplate,
url: typeTemplate,
hex: typeTemplate,
},
string: {
len: '${label} ${len}글ėžė—Ŧė•ŧ 합니다',
min: '${label} ė ė–´ë„ ${min}글ėž ė´ėƒė´ė–´ė•ŧ 합니다',
max: '${label} ${max}글ėž ė´í•˜ė—Ŧė•ŧ 합니다',
range: '${label} ${min}-${max}글ėž ė‚Ŧė´ė–´ė•ŧ 합니다',
},
number: {
len: '${label} 값ė€ ${len}ė´ė–´ė•ŧ 합니다',
min: '${label} ėĩœė†Ÿę°’ė€ ${min}ėž…니다',
max: '${label} ėĩœëŒ“ę°’ė€ ${max}ėž…니다',
range: '${label} 값ė€ ${min}-${max} ė‚Ŧė´ė–´ė•ŧ 합니다',
},
array: {
len: '${len}ė´ė–´ė•ŧ 합니다 ${label} ',
min: 'ėĩœė†Œ ${min}ė´ė–´ė•ŧ 합니다 ${label}',
max: 'ėĩœëŒ€ ${max}ė´ė–´ė•ŧ 합니다 ${label}',
range: '${label} ${min}-${max} ė‚Ŧė´ė–´ė•ŧ 합니다',
},
pattern: {
mismatch: '${label} ${pattern} 패턴ęŗŧ ėŧėš˜í•˜ė§€ ė•ŠėŠĩ니다',
},
},
},
};
export default localeValues;