agenda-libre-ruby/public/webshims/shims/i18n/formcfg-he.js

65 lines
2.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

webshims.validityMessages.he = {
"typeMismatch": {
"email": "נא להזין כתובת דוא״ל.",
"url": "נא להזין כתובת."
},
"badInput": {
"number": "ערך לא חוקי.",
"date": "ערך לא חוקי.",
"time": "ערך לא חוקי.",
"range": "ערך לא חוקי.",
"datetime-local": "ערך לא חוקי."
},
"tooLong": "ערך לא חוקי.",
"patternMismatch": "נא להתאים למבנה המבוקש: {%title}.",
"valueMissing": {
"defaultMessage": "אנא מלא את שדה זה.",
"checkbox": "סמן את תיבה זו אם ברצונך להמשיך.",
"select": "נא לבחור פריט מהרשימה.",
"radio": "אנא בחר אחת מאפשרויות אלו."
},
"rangeUnderflow": {
"defaultMessage": "הערך חייב להיות גדול מ-{%min} או שווה לו.",
"date": "הערך חייב להיות גדול מ-{%min} או שווה לו.",
"time": "הערך חייב להיות גדול מ-{%min} או שווה לו.",
"datetime-local": "הערך חייב להיות גדול מ-{%min} או שווה לו."
},
"rangeOverflow": {
"defaultMessage": "הערך חייב להיות קטן מ-{%max} או שווה לו.",
"date": "הערך חייב להיות קטן מ-{%max} או שווה לו.",
"time": "הערך חייב להיות קטן מ-{%max} או שווה לו.",
"datetime-local": "הערך חייב להיות קטן מ-{%max} או שווה לו."
},
"stepMismatch": "ערך לא חוקי."
};
webshims.formcfg.he = {
numberFormat: {
".": ".",
",": ","
},
numberSigns: '.',
dateSigns: '/',
timeSigns: ":. ",
dFormat: "/",
patterns: {
d: 'dd/mm/yy'
},
date: {
closeText: 'סגור',
prevText: '<הקודם',
nextText: 'הבא>',
currentText: 'היום',
monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
monthNamesShort: ['ינו','פבר','מרץ','אפר','מאי','יוני',
'יולי','אוג','ספט','אוק','נוב','דצמ'],
dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
weekHeader: 'Wk',
firstDay: 0,
isRTL: true,
showMonthAfterYear: false,
yearSuffix: ''
}
};