grid.locale-kr.js 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. ;(function($){
  2. /**
  3. * jqGrid English Translation
  4. * Tony Tomov tony@trirand.com
  5. * http://trirand.com/blog/
  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} / {2}",
  14. emptyrecords: "표시할 행이 없습니다",
  15. loadtext: "조회중...",
  16. pgtext : "페이지 {0} / {1}"
  17. },
  18. search : {
  19. caption: "검색...",
  20. Find: "찾기",
  21. Reset: "초기화",
  22. 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'}],
  23. groupOps: [ { op: "AND", text: "전부" }, { op: "OR", text: "임의" } ],
  24. operandTitle : "Click to select search operation.",
  25. resetTitle : "Reset Search Value"
  26. },
  27. edit : {
  28. addCaption: "행 추가",
  29. editCaption: "행 수정",
  30. bSubmit: "전송",
  31. bCancel: "취소",
  32. bClose: "닫기",
  33. saveData: "자료가 변경되었습니다! 저장하시겠습니까?",
  34. bYes : "예",
  35. bNo : "아니오",
  36. bExit : "취소",
  37. msg: {
  38. required:"필수항목입니다",
  39. number:"유효한 번호를 입력해 주세요",
  40. minValue:"입력값은 크거나 같아야 합니다",
  41. maxValue:"입력값은 작거나 같아야 합니다",
  42. email: "유효하지 않은 이메일주소입니다",
  43. integer: "유효한 숫자를 입력하세요",
  44. date: "유효한 날짜를 입력하세요",
  45. url: "은 유효하지 않은 URL입니다. 문장앞에 다음단어가 필요합니다('http://' or 'https://')",
  46. nodefined : " 은 정의도지 않았습니다!",
  47. novalue : " 반환값이 필요합니다!",
  48. customarray : "사용자정의 함수는 배열을 반환해야 합니다!",
  49. customfcheck : "Custom function should be present in case of custom checking!"
  50. }
  51. },
  52. view : {
  53. caption: "행 조회",
  54. bClose: "닫기"
  55. },
  56. del : {
  57. caption: "삭제",
  58. msg: "선택된 행을 삭제하시겠습니까?",
  59. bSubmit: "삭제",
  60. bCancel: "취소"
  61. },
  62. nav : {
  63. edittext: "",
  64. edittitle: "선택된 행 편집",
  65. addtext:"",
  66. addtitle: "행 삽입",
  67. deltext: "",
  68. deltitle: "선택된 행 삭제",
  69. searchtext: "",
  70. searchtitle: "행 찾기",
  71. refreshtext: "",
  72. refreshtitle: "그리드 갱신",
  73. alertcap: "경고",
  74. alerttext: "행을 선택하세요",
  75. viewtext: "",
  76. viewtitle: "선택된 행 조회"
  77. },
  78. col : {
  79. caption: "열을 선택하세요",
  80. bSubmit: "확인",
  81. bCancel: "취소"
  82. },
  83. errors : {
  84. errcap : "오류",
  85. nourl : "설정된 url이 없습니다",
  86. norecords: "처리할 행이 없습니다",
  87. model : "colNames의 길이가 colModel과 일치하지 않습니다!"
  88. },
  89. formatter : {
  90. integer : {thousandsSeparator: ",", defaultValue: '0'},
  91. number : {decimalSeparator:".", thousandsSeparator: ",", decimalPlaces: 2, defaultValue: '0.00'},
  92. currency : {decimalSeparator:".", thousandsSeparator: ",", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
  93. date : {
  94. dayNames: [
  95. "Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
  96. "일", "월", "화", "수", "목", "금", "토"
  97. ],
  98. monthNames: [
  99. "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
  100. "1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"
  101. ],
  102. AmPm : ["am","pm","AM","PM"],
  103. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
  104. srcformat: 'Y-m-d',
  105. newformat: 'm-d-Y',
  106. parseRe : /[#%\\\/:_;.,\t\s-]/,
  107. masks : {
  108. ISO8601Long:"Y-m-d H:i:s",
  109. ISO8601Short:"Y-m-d",
  110. ShortDate: "Y/j/n",
  111. LongDate: "l, F d, Y",
  112. FullDateTime: "l, F d, Y g:i:s A",
  113. MonthDay: "F d",
  114. ShortTime: "g:i A",
  115. LongTime: "g:i:s A",
  116. SortableDateTime: "Y-m-d\\TH:i:s",
  117. UniversalSortableDateTime: "Y-m-d H:i:sO",
  118. YearMonth: "F, Y"
  119. },
  120. reformatAfterEdit : false
  121. },
  122. baseLinkUrl: '',
  123. showAction: '',
  124. target: '',
  125. checkbox : {disabled:true},
  126. idName : 'id'
  127. }
  128. });
  129. })(jQuery);