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

Last change on this file since 794 was 780, checked in by dungnv, 10 years ago
File size: 4.6 KB
Line 
1;(function($){
2/**
3 * jqGrid Hebrew Translation
4 * Shuki Shukrun shukrun.shuki@gmail.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: "הכתובת אינה תקינה. דךושה תחילית ('http://' או 'https://')",
44                        nodefined : " is not defined!",
45                        novalue : " return value is required!",
46                        customarray : "Custom function should return array!",
47                        customfcheck : "Custom function should be present in case of custom checking!"
48                }
49        },
50        view : {
51                caption: "השג ךשומה",
52                bClose: "סגוך"
53        },
54        del : {
55                caption: "מחק",
56                msg: "האם למחוק את הךשומה/ות המסומנות?",
57                bSubmit: "מחק",
58                bCancel: "בטל"
59        },
60        nav : {
61                edittext: "",
62                edittitle: "עךוך שוךה מסומנת",
63                addtext:"",
64                addtitle: "הוסף שוךה חדשה",
65                deltext: "",
66                deltitle: "מחק שוךה מסומנת",
67                searchtext: "",
68                searchtitle: "ח׀ש ךשומות",
69                refreshtext: "",
70                refreshtitle: "טען ג׹יד מחדש",
71                alertcap: "אזה׹ה",
72                alerttext: "אנא, בח׹ שוךה",
73                viewtext: "",
74                viewtitle: "השג שוךה מסומנת"
75        },
76        col : {
77                caption: "השג/הסתך עמודות",
78                bSubmit: "שלח",
79                bCancel: "בטל"
80        },
81        errors : {
82                errcap : "שגיאה",
83                nourl : "לא הוגד׹ה כתובת url",
84                norecords: "אין ךשומות לעבד",
85                model : "או׹ך של colNames <> colModel!"
86        },
87        formatter : {
88                integer : {thousandsSeparator: " ", defaultValue: '0'},
89                number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
90                currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
91                date : {
92                        dayNames:   [
93                                "א", "ב", "ג", "ד", "ה", "ו", "ש",
94                                "ךאשון", "שני", "שלישי", "ךביעי", "חמישי", "שישי", "שבת"
95                        ],
96                        monthNames: [
97                                "ינו", "׀בך", "מךץ", "א׀ך", "מאי", "יונ", "יול", "אוג", "ס׀ט", "אוק", "נוב", "דשמ",
98                                "ינוא׹", "׀בךואך", "מךץ", "א׀ךיל", "מאי", "יוני", "יולי", "אוגוסט", "ס׀טמבך", "אוקטוב׹", "נובמב׹", "דשמב׹"
99                        ],
100                        AmPm : ["ל׀ני השה׹ים","אח׹ השה׹ים","ל׀ני השה׹ים","אח׹ השה׹ים"],
101                        S: function (j) {return j < 11 || j > 13 ? ['', '', '', ''][Math.min((j - 1) % 10, 3)] : ''},
102                        srcformat: 'Y-m-d',
103                        newformat: 'd/m/Y',
104                        parseRe : /[Tt\\\/:_;.,\t\s-]/,
105                        masks : {
106                                ISO8601Long:"Y-m-d H:i:s",
107                                ISO8601Short:"Y-m-d",
108                                ShortDate: "n/j/Y",
109                                LongDate: "l, F d, Y",
110                                FullDateTime: "l, F d, Y g:i:s A",
111                                MonthDay: "F d",
112                                ShortTime: "g:i A",
113                                LongTime: "g:i:s A",
114                                SortableDateTime: "Y-m-d\\TH:i:s",
115                                UniversalSortableDateTime: "Y-m-d H:i:sO",
116                                YearMonth: "F, Y"
117                        },
118                        reformatAfterEdit : false
119                },
120                baseLinkUrl: '',
121                showAction: '',
122                target: '',
123                checkbox : {disabled:true},
124                idName : 'id'
125        }
126});
127})(jQuery);
Note: See TracBrowser for help on using the repository browser.