grid.locale-kr.js 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. /**
  2. * jqGrid English Translation
  3. * Tony Tomov tony@trirand.com
  4. * http://trirand.com/blog/
  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["kr"] = {
  28. defaults : {
  29. recordtext: "보기 {0} - {1} / {2}",
  30. emptyrecords: "표시할 행이 없습니다",
  31. loadtext: "조회중...",
  32. pgtext : "페이지 {0} / {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: "검색...",
  51. Find: "찾기",
  52. Reset: "초기화",
  53. odata: [{ oper:'eq', text:"같다"},{ oper:'ne', text:"같지 않다"},{ oper:'lt', text:"작다"},{ oper:'le', text:"작거나 같다"},{ oper:'gt', text:"크다"},{ oper:'ge', text:"크거나 같다"},{ oper:'bw', text:"로 시작한다"},{ oper:'bn', text:"로 시작하지 않는다"},{ oper:'in', text:"내에 있다"},{ oper:'ni', text:"내에 있지 않다"},{ oper:'ew', text:"로 끝난다"},{ oper:'en', text:"로 끝나지 않는다"},{ oper:'cn', text:"내에 존재한다"},{ oper:'nc', text:"내에 존재하지 않는다"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}, {oper:'bt', text:'between'}],
  54. groupOps: [ { op: "AND", text: "전부" }, { op: "OR", text: "임의" } ],
  55. operandTitle : "Click to select search operation.",
  56. resetTitle : "Reset Search Value"
  57. },
  58. edit : {
  59. addCaption: "행 추가",
  60. editCaption: "행 수정",
  61. bSubmit: "전송",
  62. bCancel: "취소",
  63. bClose: "닫기",
  64. saveData: "자료가 변경되었습니다! 저장하시겠습니까?",
  65. bYes : "예",
  66. bNo : "아니오",
  67. bExit : "취소",
  68. msg: {
  69. required:"필수항목입니다",
  70. number:"유효한 번호를 입력해 주세요",
  71. minValue:"입력값은 크거나 같아야 합니다",
  72. maxValue:"입력값은 작거나 같아야 합니다",
  73. email: "유효하지 않은 이메일주소입니다",
  74. integer: "유효한 숫자를 입력하세요",
  75. date: "유효한 날짜를 입력하세요",
  76. url: "은 유효하지 않은 URL입니다. 문장앞에 다음단어가 필요합니다('http://' or 'https://')",
  77. nodefined : " 은 정의도지 않았습니다!",
  78. novalue : " 반환값이 필요합니다!",
  79. customarray : "사용자정의 함수는 배열을 반환해야 합니다!",
  80. customfcheck : "Custom function should be present in case of custom checking!"
  81. }
  82. },
  83. view : {
  84. caption: "행 조회",
  85. bClose: "닫기"
  86. },
  87. del : {
  88. caption: "삭제",
  89. msg: "선택된 행을 삭제하시겠습니까?",
  90. bSubmit: "삭제",
  91. bCancel: "취소"
  92. },
  93. nav : {
  94. edittext: "",
  95. edittitle: "선택된 행 편집",
  96. addtext:"",
  97. addtitle: "행 삽입",
  98. deltext: "",
  99. deltitle: "선택된 행 삭제",
  100. searchtext: "",
  101. searchtitle: "행 찾기",
  102. refreshtext: "",
  103. refreshtitle: "그리드 갱신",
  104. alertcap: "경고",
  105. alerttext: "행을 선택하세요",
  106. viewtext: "",
  107. viewtitle: "선택된 행 조회",
  108. savetext: "",
  109. savetitle: "Save row",
  110. canceltext: "",
  111. canceltitle : "Cancel row editing",
  112. selectcaption : "Actions..."
  113. },
  114. col : {
  115. caption: "열을 선택하세요",
  116. bSubmit: "확인",
  117. bCancel: "취소"
  118. },
  119. errors : {
  120. errcap : "오류",
  121. nourl : "설정된 url이 없습니다",
  122. norecords: "처리할 행이 없습니다",
  123. model : "colNames의 길이가 colModel과 일치하지 않습니다!"
  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. "Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
  132. "일", "월", "화", "수", "목", "금", "토"
  133. ],
  134. monthNames: [
  135. "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
  136. "1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"
  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: 'm-d-Y',
  142. parseRe : /[#%\\\/:_;.,\t\s-]/,
  143. masks : {
  144. ISO8601Long:"Y-m-d H:i:s",
  145. ISO8601Short:"Y-m-d",
  146. ShortDate: "Y/j/n",
  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. }));