Administrator
2023-04-21 195945efc5db921a4c9eb8cf9421c172273293f5
提交 | 用户 | 时间
58d006 1 /**
A 2  * jqGrid Greek (el) Translation
3  * Alex Cicovic
4  * http://www.alexcicovic.com
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
24 $.jgrid = $.jgrid || {};
25 if(!$.jgrid.hasOwnProperty("regional")) {
26     $.jgrid.regional = [];
27 }
28 $.jgrid.regional["el"] = {
29     defaults : {
30         recordtext: "View {0} - {1} of {2}",
31         emptyrecords: "No records to view",
32         loadtext: "Φόρτωση...",
33         savetext: "Saving...",
34         pgtext : "Page {0} of {1}",
35         pgfirst : "First Page",
36         pglast : "Last Page",
37         pgnext : "Next Page",
38         pgprev : "Previous Page",
39         pgrecs : "Records per Page",
40         showhide: "Toggle Expand Collapse Grid",
41         // mobile
42         pagerCaption : "Grid::Page Settings",
43         pageText : "Page:",
44         recordPage : "Records per Page",
45         nomorerecs : "No more records...",
46         scrollPullup: "Pull up to load more...",
47         scrollPulldown : "Pull down to refresh...",
48         scrollRefresh : "Release to refresh..."        
49     },
50     search : {
51         caption: "Αναζήτηση...",
52         Find: "Εύρεση",
53         Reset: "Επαναφορά",
54         odata: [{ oper:'eq', text:'equal'},{ oper:'ne', text:'not equal'},{ oper:'lt', text:'less'},{ oper:'le', text:'less or equal'},{ oper:'gt', text:'greater'},{ oper:'ge', text:'greater or equal'},{ oper:'bw', text:'begins with'},{ oper:'bn', text:'does not begin with'},{ oper:'in', text:'is in'},{ oper:'ni', text:'is not in'},{ oper:'ew', text:'ends with'},{ oper:'en', text:'does not end with'},{ oper:'cn', text:'contains'},{ oper:'nc', text:'does not contain'},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
55         groupOps: [    { op: "AND", text: "all" },    { op: "OR",  text: "any" }    ],
56         operandTitle : "Click to select search operation.",
57         resetTitle : "Reset Search Value"
58     },
59     edit : {
60         addCaption: "Εισαγωγή Εγγραφής",
61         editCaption: "Επεξεργασία Εγγραφής",
62         bSubmit: "Καταχώρηση",
63         bCancel: "Άκυρο",
64         bClose: "Κλείσιμο",
65         saveData: "Data has been changed! Save changes?",
66         bYes : "Yes",
67         bNo : "No",
68         bExit : "Cancel",
69         msg: {
70             required:"Το πεδίο είναι απαραίτητο",
71             number:"Το πεδίο δέχεται μόνο αριθμούς",
72             minValue:"Η τιμή πρέπει να είναι μεγαλύτερη ή ίση του ",
73             maxValue:"Η τιμή πρέπει να είναι μικρότερη ή ίση του ",
74             email: "Η διεύθυνση e-mail δεν είναι έγκυρη",
75             integer: "Το πεδίο δέχεται μόνο ακέραιους αριθμούς",
76             url: "is not a valid URL. Prefix required ('http://' or 'https://')",
77             nodefined : " is not defined!",
78             novalue : " return value is required!",
79             customarray : "Custom function should return array!",
80             customfcheck : "Custom function should be present in case of custom checking!"
81         }
82     },
83     view : {
84         caption: "View Record",
85         bClose: "Close"
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: "View selected row",
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 : "Δεν έχει δοθεί διεύθυνση χειρισμού για τη συγκεκριμένη ενέργεια",
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                 "Κυρ", "Δευ", "Τρι", "Τετ", "Πεμ", "Παρ", "Σαβ",
132                 "Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Σάββατο"
133             ],
134             monthNames: [
135                 "Ιαν", "Φεβ", "Μαρ", "Απρ", "Μαι", "Ιουν", "Ιουλ", "Αυγ", "Σεπ", "Οκτ", "Νοε", "Δεκ",
136                 "Ιανουάριος", "Φεβρουάριος", "Μάρτιος", "Απρίλιος", "Μάιος", "Ιούνιος", "Ιούλιος", "Αύγουστος", "Σεπτέμβριος", "Οκτώβριος", "Νοέμβριος", "Δεκέμβριος"
137             ],
138             AmPm : ["πμ","μμ","ΠΜ","ΜΜ"],
139             S: function (j) {return j == 1 || j > 1 ? ['η'][Math.min((j - 1) % 10, 3)] : ''},
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 };
166 }));