You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
638 B
21 lines
638 B
define( |
|
({ |
|
"descTemplate": "${2} - ${3}/${1} ${0}", |
|
"firstTip": "첫 페이지", |
|
"lastTip": "마지막 페이지", |
|
"nextTip": "다음 페이지", |
|
"prevTip": "이전 페이지", |
|
"itemTitle": "항목", |
|
"singularItemTitle": "항목", |
|
"pageStepLabelTemplate": "${0} 페이지", |
|
"pageSizeLabelTemplate": "페이지당 ${0}개 항목", |
|
"allItemsLabelTemplate": "모든 항목", |
|
"gotoButtonTitle": "특정 페이지로 이동", |
|
"dialogTitle": "페이지 이동", |
|
"dialogIndication": "페이지 번호 지정", |
|
"pageCountIndication": " (${0}페이지)", |
|
"dialogConfirm": "이동", |
|
"dialogCancel": "취소", |
|
"all": "모두" |
|
}) |
|
);
|
|
|