Divide the MSB source codes into two repos
[msb/apigateway.git] / apiroute / apiroute-service / src / main / resources / iui-route / js / jquery-validation / localization / messages_he.js
1 (function( factory ) {
2         if ( typeof define === "function" && define.amd ) {
3                 define( ["jquery", "../jquery.validate"], factory );
4         } else {
5                 factory( jQuery );
6         }
7 }(function( $ ) {
8
9 /*
10  * Translated default messages for the jQuery validation plugin.
11  * Locale: HE (Hebrew; עברית)
12  */
13 $.extend($.validator.messages, {
14         required: "השדה הזה הינו שדה חובה",
15         remote: "נא לתקן שדה זה",
16         email: "נא למלא כתובת דוא\"ל חוקית",
17         url: "נא למלא כתובת אינטרנט חוקית",
18         date: "נא למלא תאריך חוקי",
19         dateISO: "נא למלא תאריך חוקי (ISO)",
20         number: "נא למלא מספר",
21         digits: "נא למלא רק מספרים",
22         creditcard: "נא למלא מספר כרטיס אשראי חוקי",
23         equalTo: "נא למלא את אותו ערך שוב",
24         extension: "נא למלא ערך עם סיומת חוקית",
25         maxlength: $.validator.format(".נא לא למלא יותר מ- {0} תווים"),
26         minlength: $.validator.format("נא למלא לפחות {0} תווים"),
27         rangelength: $.validator.format("נא למלא ערך בין {0} ל- {1} תווים"),
28         range: $.validator.format("נא למלא ערך בין {0} ל- {1}"),
29         max: $.validator.format("נא למלא ערך קטן או שווה ל- {0}"),
30         min: $.validator.format("נא למלא ערך גדול או שווה ל- {0}")
31 });
32
33 }));