ant-design-blazor/components/locales/he-IL.json
Andrzej Bakun dcbaecc919 fix(module: date-picker): incorrect date format strings (#1097)
* fix(module:datepicker): incorrect date format strings fix

culture set takes effect
fallback to default local when locale json does not exist

* fix(module:datepicker): do not replace Locale if is set in attribute
2021-02-05 16:50:12 +08:00

151 lines
4.5 KiB
JSON
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.

{
"locale": "he",
"Pagination": {
"items_per_page": "/ עמוד",
"jump_to": "עבור אל",
"jump_to_confirm": "אישור",
"page": "",
"prev_page": "העמוד הקודם",
"next_page": "העמוד הבא",
"prev_5": "5 עמודים קודמים",
"next_5": "5 עמודים הבאים",
"prev_3": "3 עמודים קודמים",
"next_3": "3 עמודים הבאים"
},
"DatePicker": {
"lang": {
"placeholder": "בחר תאריך",
"rangePlaceholder": [ "תאריך התחלה", "תאריך סיום" ],
"locale": "he_IL",
"today": "היום",
"now": "עכשיו",
"backToToday": "חזור להיום",
"ok": "אישור",
"clear": "איפוס",
"month": "חודש",
"year": "שנה",
"timeSelect": "בחר שעה",
"dateSelect": "בחר תאריך",
"weekSelect": "בחר שבוע",
"monthSelect": "בחר חודש",
"yearSelect": "בחר שנה",
"decadeSelect": "בחר עשור",
"yearFormat": "yyyy",
"dateFormat": "M/d/yyyy",
"dayFormat": "d",
"dateTimeFormat": "M/d/yyyy HH:mm:ss",
"monthBeforeYear": true,
"previousMonth": "חודש קודם (PageUp)",
"nextMonth": "חודש הבא (PageDown)",
"previousYear": "שנה שעברה (Control + left)",
"nextYear": "שנה הבאה (Control + right)",
"previousDecade": "העשור הקודם",
"nextDecade": "העשור הבא",
"previousCentury": "המאה הקודמת",
"nextCentury": "המאה הבאה"
},
"timePickerLocale": {
"placeholder": "בחר שעה"
}
},
"TimePicker": {
"placeholder": "בחר שעה"
},
"Calendar": {
"lang": {
"placeholder": "בחר תאריך",
"rangePlaceholder": [ "תאריך התחלה", "תאריך סיום" ],
"locale": "he_IL",
"today": "היום",
"now": "עכשיו",
"backToToday": "חזור להיום",
"ok": "אישור",
"clear": "איפוס",
"month": "חודש",
"year": "שנה",
"timeSelect": "בחר שעה",
"dateSelect": "בחר תאריך",
"weekSelect": "בחר שבוע",
"monthSelect": "בחר חודש",
"yearSelect": "בחר שנה",
"decadeSelect": "בחר עשור",
"yearFormat": "yyyy",
"dateFormat": "M/d/yyyy",
"dayFormat": "d",
"dateTimeFormat": "M/d/yyyy HH:mm:ss",
"monthBeforeYear": true,
"previousMonth": "חודש קודם (PageUp)",
"nextMonth": "חודש הבא (PageDown)",
"previousYear": "שנה שעברה (Control + left)",
"nextYear": "שנה הבאה (Control + right)",
"previousDecade": "העשור הקודם",
"nextDecade": "העשור הבא",
"previousCentury": "המאה הקודמת",
"nextCentury": "המאה הבאה"
},
"timePickerLocale": {
"placeholder": "בחר שעה"
}
},
"global": {
"placeholder": "אנא בחר"
},
"Table": {
"filterTitle": "תפריט סינון",
"filterConfirm": "אישור",
"filterReset": "איפוס",
"selectAll": "בחר הכל",
"selectInvert": "הפוך בחירה",
"selectionAll": "בחר את כל הנתונים",
"sortTitle": "מיון",
"expand": "הרחב שורה",
"collapse": "צמצם שורהw",
"triggerDesc": "לחץ על מיון לפי סדר יורד",
"triggerAsc": "לחץ על מיון לפי סדר עולה",
"cancelSort": "לחץ כדי לבטל את המיון"
},
"Modal": {
"okText": "אישור",
"cancelText": "ביטול"
},
"Confirm": {
"okText": "אישור",
"cancelText": "ביטול",
"yesText": "כן",
"noText": "לא",
"retryText": "נסה מחדש",
"abortText": "בוטל",
"ignoreText": "התעלם"
},
"Popconfirm": {
"okText": "אישור",
"cancelText": "ביטול"
},
"Transfer": {
"searchPlaceholder": "חפש כאן",
"itemUnit": "פריט",
"itemsUnit": "פריטים"
},
"Upload": {
"uploading": "מעלה...",
"removeFile": "הסר קובץ",
"uploadError": "שגיאת העלאה",
"previewFile": "הצג קובץ",
"downloadFile": "הורד קובץ"
},
"Empty": {
"description": "אין מידע"
},
"Icon": {
"icon": "סמל"
},
"Text": {
"edit": "ערוך",
"copy": "העתק",
"copied": "הועתק",
"expand": "הרחב"
},
"PageHeader": {
"back": "חזרה"
}
}