source: pro-violet-viettel/www/deploy/20150304/assets/js/jqGrid/i18n/grid.locale-kr.js

Last change on this file was 780, checked in by dungnv, 10 years ago
File size: 4.4 KB
Line 
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:"낎에 졎재하지 않는닀"}],
23                groupOps: [     { op: "AND", text: "전부" },  { op: "OR",  text: "임의" }   ]
24        },
25        edit : {
26                addCaption: "행 추가",
27                editCaption: "행 수정",
28                bSubmit: "전송",
29                bCancel: "췚소",
30                bClose: "ë‹«êž°",
31                saveData: "자료가 변겜되었습니닀! 저장하시겠습니까?",
32                bYes : "예",
33                bNo : "아니였",
34                bExit : "췚소",
35                msg: {
36                        required:"필수항목입니닀",
37                        number:"유횚한 번혞륌 입력핎 죌섞요",
38                        minValue:"입력값은 크거나 같아알 합니닀",
39                        maxValue:"입력값은 작거나 같아알 합니닀",
40                        email: "유횚하지 않은 읎메음죌소입니닀",
41                        integer: "유횚한 숫자륌 입력하섞요",
42                        date: "유횚한 날짜륌 입력하섞요",
43                        url: "은 유횚하지 않은 URL입니닀. 묞장앞에 닀음닚얎가 필요합니닀('http://' or 'https://')",
44                        nodefined : " 은 정의도지 않았습니닀!",
45                        novalue : " 반환값읎 필요합니닀!",
46                        customarray : "사용자정의 핚수는 배엎을 반환핎알 합니닀!",
47                        customfcheck : "Custom function should be present in case of custom checking!"
48                       
49                }
50        },
51        view : {
52                caption: "행 조회",
53                bClose: "ë‹«êž°"
54        },
55        del : {
56                caption: "삭제",
57                msg: "선택된 행을 삭제하시겠습니까?",
58                bSubmit: "삭제",
59                bCancel: "췚소"
60        },
61        nav : {
62                edittext: "",
63                edittitle: "선택된 행 펞집",
64                addtext:"",
65                addtitle: "행 삜입",
66                deltext: "",
67                deltitle: "선택된 행 삭제",
68                searchtext: "",
69                searchtitle: "행 ì°Ÿêž°",
70                refreshtext: "",
71                refreshtitle: "귞늬드 갱신",
72                alertcap: "겜고",
73                alerttext: "행을 선택하섞요",
74                viewtext: "",
75                viewtitle: "선택된 행 조회"
76        },
77        col : {
78                caption: "엎을 선택하섞요",
79                bSubmit: "확읞",
80                bCancel: "췚소"
81        },
82        errors : {
83                errcap : "였류",
84                nourl : "섀정된 url읎 없습니닀",
85                norecords: "처늬할 행읎 없습니닀",
86                model : "colNames의 Ꞟ읎가 colModel곌 음치하지 않습니닀!"
87        },
88        formatter : {
89                integer : {thousandsSeparator: ",", defaultValue: '0'},
90                number : {decimalSeparator:".", thousandsSeparator: ",", decimalPlaces: 2, defaultValue: '0.00'},
91                currency : {decimalSeparator:".", thousandsSeparator: ",", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
92                date : {
93                        dayNames:   [
94                                "Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
95                                "음", "월", "화", "수", "목", "ꞈ", "토"
96                        ],
97                        monthNames: [
98                                "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
99                                "1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"
100                        ],
101                        AmPm : ["am","pm","AM","PM"],
102                        S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
103                        srcformat: 'Y-m-d',
104                        newformat: 'm-d-Y',
105                        parseRe : /[Tt\\\/:_;.,\t\s-]/,
106                        masks : {
107                                ISO8601Long:"Y-m-d H:i:s",
108                                ISO8601Short:"Y-m-d",
109                                ShortDate: "Y/j/n",
110                                LongDate: "l, F d, Y",
111                                FullDateTime: "l, F d, Y g:i:s A",
112                                MonthDay: "F d",
113                                ShortTime: "g:i A",
114                                LongTime: "g:i:s A",
115                                SortableDateTime: "Y-m-d\\TH:i:s",
116                                UniversalSortableDateTime: "Y-m-d H:i:sO",
117                                YearMonth: "F, Y"
118                        },
119                        reformatAfterEdit : false
120                },
121                baseLinkUrl: '',
122                showAction: '',
123                target: '',
124                checkbox : {disabled:true},
125                idName : 'id'
126        }
127});
128})(jQuery);
Note: See TracBrowser for help on using the repository browser.