You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
951 B
43 lines
951 B
5 years ago
|
import Pagination from 'rc-pagination/lib/locale/nl_BE';
|
||
|
import DatePicker from '../date-picker/locale/nl_BE';
|
||
|
import TimePicker from '../time-picker/locale/nl_BE';
|
||
|
import Calendar from '../calendar/locale/nl_BE';
|
||
|
|
||
|
export default {
|
||
|
locale: 'nl-be',
|
||
|
Pagination,
|
||
|
DatePicker,
|
||
|
TimePicker,
|
||
|
Calendar,
|
||
|
Table: {
|
||
|
filterTitle: 'FilterMenu',
|
||
|
filterConfirm: 'OK',
|
||
|
filterReset: 'Reset',
|
||
|
selectAll: 'Selecteer huidige pagina',
|
||
|
selectInvert: 'Selecteer huidige pagina',
|
||
|
},
|
||
|
Modal: {
|
||
|
okText: 'OK',
|
||
|
cancelText: 'Annuleer',
|
||
|
justOkText: 'OK',
|
||
|
},
|
||
|
Popconfirm: {
|
||
|
okText: 'OK',
|
||
|
cancelText: 'Annuleer',
|
||
|
},
|
||
|
Transfer: {
|
||
|
searchPlaceholder: 'Zoek hier',
|
||
|
itemUnit: 'item',
|
||
|
itemsUnit: 'items',
|
||
|
},
|
||
|
Upload: {
|
||
|
uploading: 'Uploaden...',
|
||
|
removeFile: 'Bestand verwijderen',
|
||
|
uploadError: 'Upload fout',
|
||
|
previewFile: 'Preview bestand',
|
||
|
},
|
||
|
Empty: {
|
||
|
description: 'Geen gegevens',
|
||
|
},
|
||
|
};
|