grid.locale-lt.js 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. /**
  2. * jqGrid Lithuanian Translation
  3. * aur1mas aur1mas@devnet.lt
  4. * http://aur1mas.devnet.lt
  5. * Dual licensed under the MIT and GPL licenses:
  6. * http://www.opensource.org/licenses/mit-license.php
  7. * http://www.gnu.org/licenses/gpl.html
  8. **/
  9. /*global jQuery, define */
  10. (function( factory ) {
  11. "use strict";
  12. if ( typeof define === "function" && define.amd ) {
  13. // AMD. Register as an anonymous module.
  14. define([
  15. "jquery",
  16. "../grid.base"
  17. ], factory );
  18. } else {
  19. // Browser globals
  20. factory( jQuery );
  21. }
  22. }(function( $ ) {
  23. $.jgrid = $.jgrid || {};
  24. if(!$.jgrid.hasOwnProperty("regional")) {
  25. $.jgrid.regional = [];
  26. }
  27. $.jgrid.regional["lt"] = {
  28. defaults : {
  29. recordtext: "Peržiūrima {0} - {1} iš {2}",
  30. emptyrecords: "Įrašų nėra",
  31. loadtext: "Kraunama...",
  32. pgtext : "Puslapis {0} iš {1}",
  33. savetext: "Saving...",
  34. pgfirst : "First Page",
  35. pglast : "Last Page",
  36. pgnext : "Next Page",
  37. pgprev : "Previous Page",
  38. pgrecs : "Records per Page",
  39. showhide: "Toggle Expand Collapse Grid",
  40. // mobile
  41. pagerCaption : "Grid::Page Settings",
  42. pageText : "Page:",
  43. recordPage : "Records per Page",
  44. nomorerecs : "No more records...",
  45. scrollPullup: "Pull up to load more...",
  46. scrollPulldown : "Pull down to refresh...",
  47. scrollRefresh : "Release to refresh..."
  48. },
  49. search : {
  50. caption: "Paieška...",
  51. Find: "Ieškoti",
  52. Reset: "Atstatyti",
  53. odata: [{ oper:'eq', text:"lygu"},{ oper:'ne', text:"nelygu"},{ oper:'lt', text:"mažiau"},{ oper:'le', text:"mažiau arba lygu"},{ oper:'gt', text:"daugiau"},{ oper:'ge', text:"daugiau arba lygu"},{ oper:'bw', text:"prasideda"},{ oper:'bn', text:"neprasideda"},{ oper:'in', text:"reikšmė yra"},{ oper:'ni', text:"reikšmės nėra"},{ oper:'ew', text:"baigiasi"},{ oper:'en', text:"nesibaigia"},{ oper:'cn', text:"yra sudarytas"},{ oper:'nc', text:"nėra sudarytas"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}, {oper:'bt', text:'between'}],
  54. groupOps: [ { op: "AND", text: "visi" }, { op: "OR", text: "bet kuris" } ],
  55. operandTitle : "Click to select search operation.",
  56. resetTitle : "Reset Search Value"
  57. },
  58. edit : {
  59. addCaption: "Sukurti įrašą",
  60. editCaption: "Redaguoti įrašą",
  61. bSubmit: "Išsaugoti",
  62. bCancel: "Atšaukti",
  63. bClose: "Uždaryti",
  64. saveData: "Duomenys buvo pakeisti! Išsaugoti pakeitimus?",
  65. bYes : "Taip",
  66. bNo : "Ne",
  67. bExit : "Atšaukti",
  68. msg: {
  69. required:"Privalomas laukas",
  70. number:"Įveskite tinkamą numerį",
  71. minValue:"reikšmė turi būti didesnė arba lygi ",
  72. maxValue:"reikšmė turi būti mažesnė arba lygi",
  73. email: "neteisingas el. pašto adresas",
  74. integer: "Įveskite teisingą sveikąjį skaičių",
  75. date: "Įveskite teisingą datą",
  76. url: "blogas adresas. Nepamirškite pridėti ('http://' arba 'https://')",
  77. nodefined : " nėra apibrėžta!",
  78. novalue : " turi būti gražinama kokia nors reikšmė!",
  79. customarray : "Custom f-ja turi grąžinti masyvą!",
  80. customfcheck : "Custom f-ja tūrėtų būti sukurta, prieš bandant ją naudoti!"
  81. }
  82. },
  83. view : {
  84. caption: "Peržiūrėti įrašus",
  85. bClose: "Uždaryti"
  86. },
  87. del : {
  88. caption: "Ištrinti",
  89. msg: "Ištrinti pažymėtus įrašus(-ą)?",
  90. bSubmit: "Ištrinti",
  91. bCancel: "Atšaukti"
  92. },
  93. nav : {
  94. edittext: "",
  95. edittitle: "Redaguoti pažymėtą eilutę",
  96. addtext:"",
  97. addtitle: "Pridėti naują eilutę",
  98. deltext: "",
  99. deltitle: "Ištrinti pažymėtą eilutę",
  100. searchtext: "",
  101. searchtitle: "Rasti įrašus",
  102. refreshtext: "",
  103. refreshtitle: "Perkrauti lentelę",
  104. alertcap: "Įspėjimas",
  105. alerttext: "Pasirinkite eilutę",
  106. viewtext: "",
  107. viewtitle: "Peržiūrėti pasirinktą eilutę",
  108. savetext: "",
  109. savetitle: "Save row",
  110. canceltext: "",
  111. canceltitle : "Cancel row editing",
  112. selectcaption : "Actions..."
  113. },
  114. col : {
  115. caption: "Pasirinkti stulpelius",
  116. bSubmit: "Gerai",
  117. bCancel: "Atšaukti"
  118. },
  119. errors : {
  120. errcap : "Klaida",
  121. nourl : "Url reikšmė turi būti perduota",
  122. norecords: "Nėra įrašų, kuriuos būtų galima apdoroti",
  123. model : "colNames skaičius <> colModel skaičiui!"
  124. },
  125. formatter : {
  126. integer : {thousandsSeparator: "", defaultValue: '0'},
  127. number : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, defaultValue: '0.00'},
  128. currency : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
  129. date : {
  130. dayNames: [
  131. "Sek", "Pir", "Ant", "Tre", "Ket", "Pen", "Šeš",
  132. "Sekmadienis", "Pirmadienis", "Antradienis", "Trečiadienis", "Ketvirtadienis", "Penktadienis", "Šeštadienis"
  133. ],
  134. monthNames: [
  135. "Sau", "Vas", "Kov", "Bal", "Geg", "Bir", "Lie", "Rugj", "Rugs", "Spa", "Lap", "Gru",
  136. "Sausis", "Vasaris", "Kovas", "Balandis", "Gegužė", "Birželis", "Liepa", "Rugpjūtis", "Rugsėjis", "Spalis", "Lapkritis", "Gruodis"
  137. ],
  138. AmPm : ["am","pm","AM","PM"],
  139. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
  140. srcformat: 'Y-m-d',
  141. newformat: 'd/m/Y',
  142. parseRe : /[#%\\\/:_;.,\t\s-]/,
  143. masks : {
  144. ISO8601Long:"Y-m-d H:i:s",
  145. ISO8601Short:"Y-m-d",
  146. ShortDate: "n/j/Y",
  147. LongDate: "l, F d, Y",
  148. FullDateTime: "l, F d, Y g:i:s A",
  149. MonthDay: "F d",
  150. ShortTime: "g:i A",
  151. LongTime: "g:i:s A",
  152. SortableDateTime: "Y-m-d\\TH:i:s",
  153. UniversalSortableDateTime: "Y-m-d H:i:sO",
  154. YearMonth: "F, Y"
  155. },
  156. reformatAfterEdit : false,
  157. userLocalTime : false
  158. },
  159. baseLinkUrl: '',
  160. showAction: '',
  161. target: '',
  162. checkbox : {disabled:true},
  163. idName : 'id'
  164. },
  165. colmenu : {
  166. sortasc : "Sort Ascending",
  167. sortdesc : "Sort Descending",
  168. columns : "Columns",
  169. filter : "Filter",
  170. grouping : "Group By",
  171. ungrouping : "Ungroup",
  172. searchTitle : "Get items with value that:",
  173. freeze : "Freeze",
  174. unfreeze : "Unfreeze",
  175. reorder : "Move to reorder"
  176. }
  177. };
  178. }));