Files
icehrm/web/node_modules/antd/lib/locale/he_IL.js
2020-05-20 18:47:29 +02:00

79 lines
2.0 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.
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _he_IL = _interopRequireDefault(require("rc-pagination/lib/locale/he_IL"));
var _he_IL2 = _interopRequireDefault(require("../date-picker/locale/he_IL"));
var _he_IL3 = _interopRequireDefault(require("../time-picker/locale/he_IL"));
var _he_IL4 = _interopRequireDefault(require("../calendar/locale/he_IL"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
var localeValues = {
locale: 'he',
Pagination: _he_IL["default"],
DatePicker: _he_IL2["default"],
TimePicker: _he_IL3["default"],
Calendar: _he_IL4["default"],
global: {
placeholder: 'אנא בחר'
},
Table: {
filterTitle: 'תפריט סינון',
filterConfirm: 'אישור',
filterReset: 'איפוס',
selectAll: 'בחר הכל',
selectInvert: 'הפוך בחירה',
selectionAll: 'בחר את כל הנתונים',
sortTitle: 'מיון',
expand: 'הרחב שורה',
collapse: 'צמצם שורהw',
triggerDesc: 'לחץ על מיון לפי סדר יורד',
triggerAsc: 'לחץ על מיון לפי סדר עולה',
cancelSort: 'לחץ כדי לבטל את המיון'
},
Modal: {
okText: 'אישור',
cancelText: 'ביטול',
justOkText: 'אישור'
},
Popconfirm: {
okText: 'אישור',
cancelText: 'ביטול'
},
Transfer: {
searchPlaceholder: 'חפש כאן',
itemUnit: 'פריט',
itemsUnit: 'פריטים'
},
Upload: {
uploading: 'מעלה...',
removeFile: 'הסר קובץ',
uploadError: 'שגיאת העלאה',
previewFile: 'הצג קובץ',
downloadFile: 'הורד קובץ'
},
Empty: {
description: 'אין מידע'
},
Icon: {
icon: 'סמל'
},
Text: {
edit: 'ערוך',
copy: 'העתק',
copied: 'הועתק',
expand: 'הרחב'
},
PageHeader: {
back: 'חזרה'
}
};
var _default = localeValues;
exports["default"] = _default;