dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
22 lines (21 loc) • 638 B
JavaScript
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": "모두"
})
);