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
603 B
21 lines
603 B
define( |
|
({ |
|
"descTemplate": "${2} - ${3} / ${1} ${0}", |
|
"firstTip": "İlk Sayfa", |
|
"lastTip": "Son Sayfa", |
|
"nextTip": "Sonraki Sayfa", |
|
"prevTip": "Önceki Sayfa", |
|
"itemTitle": "öğe", |
|
"singularItemTitle": "öğe", |
|
"pageStepLabelTemplate": "Sayfa ${0}", |
|
"pageSizeLabelTemplate": "Sayfa başına ${0} öğe", |
|
"allItemsLabelTemplate": "Tüm öğeler", |
|
"gotoButtonTitle": "Belirli bir sayfaya git", |
|
"dialogTitle": "Sayfaya Git", |
|
"dialogIndication": "Sayfa numarasını belirtin", |
|
"pageCountIndication": " (${0} sayfa)", |
|
"dialogConfirm": "Git", |
|
"dialogCancel": "İptal", |
|
"all": "Tümü" |
|
}) |
|
);
|
|
|