mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
Local ne-NP (Nepali) added.
This commit is contained in:
parent
7aa9a61621
commit
eb6f0a510e
45
components/locale-provider/ne-NP.tsx
Normal file
45
components/locale-provider/ne-NP.tsx
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
import Pagination from 'rc-pagination/lib/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';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
locale: 'ne-np',
|
||||||
|
Pagination,
|
||||||
|
DatePicker,
|
||||||
|
TimePicker,
|
||||||
|
Calendar,
|
||||||
|
Table: {
|
||||||
|
filterTitle: 'फिल्टर मेनु',
|
||||||
|
filterConfirm: 'हो',
|
||||||
|
filterReset: 'रीसेट',
|
||||||
|
emptyText: 'डाटा छैन',
|
||||||
|
selectAll: 'सबै छान्नुुहोस्',
|
||||||
|
selectInvert: 'छनौट उल्टाउनुहोस',
|
||||||
|
},
|
||||||
|
Modal: {
|
||||||
|
okText: 'हो',
|
||||||
|
cancelText: 'होईन',
|
||||||
|
justOkText: 'हो',
|
||||||
|
},
|
||||||
|
Popconfirm: {
|
||||||
|
okText: 'हो',
|
||||||
|
cancelText: 'होईन',
|
||||||
|
},
|
||||||
|
Transfer: {
|
||||||
|
titles: ['', ''],
|
||||||
|
notFoundContent: 'भेट्टिएन',
|
||||||
|
searchPlaceholder: 'यहाँ खोज्नुहोस्',
|
||||||
|
itemUnit: 'वस्तु',
|
||||||
|
itemsUnit: 'वस्तुहरू',
|
||||||
|
},
|
||||||
|
Select: {
|
||||||
|
notFoundContent: 'भेट्टिएन',
|
||||||
|
},
|
||||||
|
Upload: {
|
||||||
|
uploading: 'अपलोड गर्दै...',
|
||||||
|
removeFile: 'फाइल हटाउनुहोस्',
|
||||||
|
uploadError: 'अप्लोडमा समस्या भयो',
|
||||||
|
previewFile: 'फाइल पूर्वावलोकन गर्नुहोस्',
|
||||||
|
},
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user