Skip to content

Commit 4fe282c

Browse files
Yoav Ramjzaefferer
authored andcommitted
Hebrew messages: Removed dots at end of sentences - Fixes jquery-validationgh-568
The dots are not necessary and they sometimes display on the wrong side of the sentence
1 parent 65403a3 commit 4fe282c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

localization/messages_he.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
*/
55
(function ($) {
66
$.extend($.validator.messages, {
7-
required: ".השדה הזה הינו שדה חובה",
8-
remote: "נא לתקן שדה זה.",
7+
required: "השדה הזה הינו שדה חובה",
8+
remote: "נא לתקן שדה זה",
99
email: "נא למלא כתובת דוא\"ל חוקית",
10-
url: "נא למלא כתובת אינטרנט חוקית.",
10+
url: "נא למלא כתובת אינטרנט חוקית",
1111
date: "נא למלא תאריך חוקי",
12-
dateISO: "נא למלא תאריך חוקי (ISO).",
13-
number: "נא למלא מספר.",
14-
digits: ".נא למלא רק מספרים",
15-
creditcard: "נא למלא מספר כרטיס אשראי חוקי.",
16-
equalTo: "נא למלא את אותו ערך שוב.",
17-
accept: "נא למלא ערך עם סיומת חוקית.",
12+
dateISO: "נא למלא תאריך חוקי (ISO)",
13+
number: "נא למלא מספר",
14+
digits: "נא למלא רק מספרים",
15+
creditcard: "נא למלא מספר כרטיס אשראי חוקי",
16+
equalTo: "נא למלא את אותו ערך שוב",
17+
accept: "נא למלא ערך עם סיומת חוקית",
1818
maxlength: $.validator.format(".נא לא למלא יותר מ- {0} תווים"),
19-
minlength: $.validator.format("נא למלא לפחות {0} תווים."),
20-
rangelength: $.validator.format("נא למלא ערך בין {0} ל- {1} תווים."),
21-
range: $.validator.format("נא למלא ערך בין {0} ל- {1}."),
22-
max: $.validator.format("נא למלא ערך קטן או שווה ל- {0}."),
23-
min: $.validator.format("נא למלא ערך גדול או שווה ל- {0}.")
19+
minlength: $.validator.format("נא למלא לפחות {0} תווים"),
20+
rangelength: $.validator.format("נא למלא ערך בין {0} ל- {1} תווים"),
21+
range: $.validator.format("נא למלא ערך בין {0} ל- {1}"),
22+
max: $.validator.format("נא למלא ערך קטן או שווה ל- {0}"),
23+
min: $.validator.format("נא למלא ערך גדול או שווה ל- {0}")
2424
});
2525
}(jQuery));

0 commit comments

Comments
 (0)