Latest updates from IceHrmPro
This commit is contained in:
44
web/node_modules/antd/es/locale/ne_NP.js
generated
vendored
Normal file
44
web/node_modules/antd/es/locale/ne_NP.js
generated
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
import Pagination from "rc-pagination/es/locale/en_US";
|
||||
import DatePicker from '../date-picker/locale/en_US';
|
||||
import TimePicker from '../time-picker/locale/en_US';
|
||||
import Calendar from '../calendar/locale/en_US';
|
||||
var localeValues = {
|
||||
locale: 'ne-np',
|
||||
Pagination: Pagination,
|
||||
DatePicker: DatePicker,
|
||||
TimePicker: TimePicker,
|
||||
Calendar: Calendar,
|
||||
Table: {
|
||||
filterTitle: 'फिल्टर मेनु',
|
||||
filterConfirm: 'हो',
|
||||
filterReset: 'रीसेट',
|
||||
selectAll: 'सबै छान्नुुहोस्',
|
||||
selectInvert: 'छनौट उल्टाउनुहोस'
|
||||
},
|
||||
Modal: {
|
||||
okText: 'हो',
|
||||
cancelText: 'होईन',
|
||||
justOkText: 'हो'
|
||||
},
|
||||
Popconfirm: {
|
||||
okText: 'हो',
|
||||
cancelText: 'होईन'
|
||||
},
|
||||
Transfer: {
|
||||
titles: ['', ''],
|
||||
searchPlaceholder: 'यहाँ खोज्नुहोस्',
|
||||
itemUnit: 'वस्तु',
|
||||
itemsUnit: 'वस्तुहरू'
|
||||
},
|
||||
Upload: {
|
||||
uploading: 'अपलोड गर्दै...',
|
||||
removeFile: 'फाइल हटाउनुहोस्',
|
||||
uploadError: 'अप्लोडमा समस्या भयो',
|
||||
previewFile: 'फाइल पूर्वावलोकन गर्नुहोस्',
|
||||
downloadFile: 'डाउनलोड फाइल'
|
||||
},
|
||||
Empty: {
|
||||
description: 'डाटा छैन'
|
||||
}
|
||||
};
|
||||
export default localeValues;
|
||||
Reference in New Issue
Block a user