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.
22 lines
632 B
22 lines
632 B
define( |
|
({ |
|
"descTemplate": "${2} - ${3} dari ${1} ${0}", |
|
"firstTip": "Halaman Pertama", |
|
"lastTip": "Halaman Terakhir", |
|
"nextTip": "Halaman Berikutnya", |
|
"prevTip": "Halaman Sebelumnya", |
|
"itemTitle": "item", |
|
"singularItemTitle": "item", |
|
"pageStepLabelTemplate": "Halaman ${0}", |
|
"pageSizeLabelTemplate": "${0} item per halaman", |
|
"allItemsLabelTemplate": "Semua item", |
|
"gotoButtonTitle": "Beralih ke halaman tertentu", |
|
"dialogTitle": "Beralih ke Halaman", |
|
"dialogIndication": "Tentukan nomor halaman", |
|
"pageCountIndication": " (${0} halaman)", |
|
"dialogConfirm": "Beralih", |
|
"dialogCancel": "Batal", |
|
"all": "Semua" |
|
}) |
|
); |
|
|
|
|