Skip to content

Commit 5cab10f

Browse files
committed
Added Hebrew (HE) localization (http://plugins.jquery.com/node/12039)
1 parent 581dea4 commit 5cab10f

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Added Lithuanian (LT) localization
44
* Added Greek (EL) localization (http://plugins.jquery.com/node/12319)
55
* Added Latvian (LV) localization (http://plugins.jquery.com/node/12349)
6+
* Added Hebrew (HE) localization (http://plugins.jquery.com/node/12039)
67
* Fixed Spanish (ES) localization (http://plugins.jquery.com/node/12696)
78
* Added jQuery UI themerolled demo
89
* Removed cmxform.js

localization/messages_he.js

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Translated default messages for the jQuery validation plugin.
3+
* Locale: HE
4+
*/
5+
jQuery.extend(jQuery.validator.messages, {
6+
required: ".השדה הזה הינו שדה חובה",
7+
remote: "נא לתקן שדה זה.",
8+
email: "נא למלא כתובת דוא\"ל חוקית",
9+
url: "נא למלא כתובת אינטרנט חוקית.",
10+
date: "נא למלא תאריך חוקי",
11+
dateISO: "נא למלא תאריך חוקי (ISO).",
12+
number: "נא למלא מספר.",
13+
digits: ".נא למלא רק מספרים",
14+
creditcard: "נא למלא מספר כרטיס אשראי חוקי.",
15+
equalTo: "נא למלא את אותו ערך שוב.",
16+
accept: "נא למלא ערך עם סיומת חוקית.",
17+
maxlength: jQuery.validator.format(".נא לא למלא יותר מ- {0} תווים"),
18+
minlength: jQuery.validator.format("נא למלא לפחות {0} תווים."),
19+
rangelength: jQuery.validator.format("נא למלא ערך בין {0} ל- {1} תווים."),
20+
range: jQuery.validator.format("נא למלא ערך בין {0} ל- {1}."),
21+
max: jQuery.validator.format("נא למלא ערך קטן או שווה ל- {0}."),
22+
min: jQuery.validator.format("נא למלא ערך גדול או שווה ל- {0}.")
23+
});

0 commit comments

Comments
 (0)