grid.locale-tr.js 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. ;(function($){
  2. /**
  3. * jqGrid Turkish Translation
  4. * Erhan Gündoğan (erhan@trposta.net)
  5. * http://blog.zakkum.com
  6. * Dual licensed under the MIT and GPL licenses:
  7. * http://www.opensource.org/licenses/mit-license.php
  8. * http://www.gnu.org/licenses/gpl.html
  9. **/
  10. $.jgrid = $.jgrid || {};
  11. $.extend($.jgrid,{
  12. defaults : {
  13. recordtext: "{0}-{1} listeleniyor. Toplam:{2}",
  14. emptyrecords: "Kayıt bulunamadı",
  15. loadtext: "Yükleniyor...",
  16. pgtext : "{0}/{1}. Sayfa",
  17. pgfirst : "First Page",
  18. pglast : "Last Page",
  19. pgnext : "Next Page",
  20. pgprev : "Previous Page",
  21. pgrecs : "Records per Page",
  22. showhide: "Toggle Expand Collapse Grid"
  23. },
  24. search : {
  25. caption: "Arama...",
  26. Find: "Bul",
  27. Reset: "Temizle",
  28. odata: [{ oper:'eq', text:"eşit"},{ oper:'ne', text:"eşit değil"},{ oper:'lt', text:"daha az"},{ oper:'le', text:"daha az veya eşit"},{ oper:'gt', text:"daha fazla"},{ oper:'ge', text:"daha fazla veya eşit"},{ oper:'bw', text:"ile başlayan"},{ oper:'bn', text:"ile başlamayan"},{ oper:'in', text:"içinde"},{ oper:'ni', text:"içinde değil"},{ oper:'ew', text:"ile biten"},{ oper:'en', text:"ile bitmeyen"},{ oper:'cn', text:"içeren"},{ oper:'nc', text:"içermeyen"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
  29. groupOps: [ { op: "VE", text: "tüm" }, { op: "VEYA", text: "herhangi" }],
  30. operandTitle : "Click to select search operation.",
  31. resetTitle : "Reset Search Value"
  32. },
  33. edit : {
  34. addCaption: "Kayıt Ekle",
  35. editCaption: "Kayıt Düzenle",
  36. bSubmit: "Gönder",
  37. bCancel: "İptal",
  38. bClose: "Kapat",
  39. saveData: "Veriler değişti! Kayıt edilsin mi?",
  40. bYes : "Evet",
  41. bNo : "Hayıt",
  42. bExit : "İptal",
  43. msg: {
  44. required:"Alan gerekli",
  45. number:"Lütfen bir numara giriniz",
  46. minValue:"girilen değer daha büyük ya da buna eşit olmalıdır",
  47. maxValue:"girilen değer daha küçük ya da buna eşit olmalıdır",
  48. email: "geçerli bir e-posta adresi değildir",
  49. integer: "Lütfen bir tamsayı giriniz",
  50. url: "Geçerli bir URL değil. ('http://' or 'https://') ön eki gerekli.",
  51. nodefined : " is not defined!",
  52. novalue : " return value is required!",
  53. customarray : "Custom function should return array!",
  54. customfcheck : "Custom function should be present in case of custom checking!"
  55. }
  56. },
  57. view : {
  58. caption: "Kayıt Görüntüle",
  59. bClose: "Kapat"
  60. },
  61. del : {
  62. caption: "Sil",
  63. msg: "Seçilen kayıtlar silinsin mi?",
  64. bSubmit: "Sil",
  65. bCancel: "İptal"
  66. },
  67. nav : {
  68. edittext: " ",
  69. edittitle: "Seçili satırı düzenle",
  70. addtext:" ",
  71. addtitle: "Yeni satır ekle",
  72. deltext: " ",
  73. deltitle: "Seçili satırı sil",
  74. searchtext: " ",
  75. searchtitle: "Kayıtları bul",
  76. refreshtext: "",
  77. refreshtitle: "Tabloyu yenile",
  78. alertcap: "Uyarı",
  79. alerttext: "Lütfen bir satır seçiniz",
  80. viewtext: "",
  81. viewtitle: "Seçilen satırı görüntüle"
  82. },
  83. col : {
  84. caption: "Sütunları göster/gizle",
  85. bSubmit: "Gönder",
  86. bCancel: "İptal"
  87. },
  88. errors : {
  89. errcap : "Hata",
  90. nourl : "Bir url yapılandırılmamış",
  91. norecords: "İşlem yapılacak bir kayıt yok",
  92. model : "colNames uzunluğu <> colModel!"
  93. },
  94. formatter : {
  95. integer : {thousandsSeparator: " ", defaultValue: '0'},
  96. number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
  97. currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
  98. date : {
  99. dayNames: [
  100. "Paz", "Pts", "Sal", "Çar", "Per", "Cum", "Cts",
  101. "Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"
  102. ],
  103. monthNames: [
  104. "Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara",
  105. "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"
  106. ],
  107. AmPm : ["am","pm","AM","PM"],
  108. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
  109. srcformat: 'Y-m-d',
  110. newformat: 'd/m/Y',
  111. parseRe : /[#%\\\/:_;.,\t\s-]/,
  112. masks : {
  113. ISO8601Long:"Y-m-d H:i:s",
  114. ISO8601Short:"Y-m-d",
  115. ShortDate: "n/j/Y",
  116. LongDate: "l, F d, Y",
  117. FullDateTime: "l, F d, Y g:i:s A",
  118. MonthDay: "F d",
  119. ShortTime: "g:i A",
  120. LongTime: "g:i:s A",
  121. SortableDateTime: "Y-m-d\\TH:i:s",
  122. UniversalSortableDateTime: "Y-m-d H:i:sO",
  123. YearMonth: "F, Y"
  124. },
  125. reformatAfterEdit : false,
  126. userLocalTime : false
  127. },
  128. baseLinkUrl: '',
  129. showAction: '',
  130. target: '',
  131. checkbox : {disabled:true},
  132. idName : 'id'
  133. }
  134. });
  135. })(jQuery);