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.
ant-design-vue/components/locale-provider/nl_BE.js

45 lines
1020 B

import Pagination from '../vc-pagination/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'
7 years ago
export default {
locale: 'nl-be',
7 years ago
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
7 years ago
filterTitle: 'FilterMenu',
filterConfirm: 'OK',
filterReset: 'Reset',
emptyText: 'Geen gegevens',
selectAll: 'Selecteer huidige pagina',
selectInvert: 'Selecteer huidige pagina',
7 years ago
},
Modal: {
7 years ago
okText: 'OK',
cancelText: 'Annuleer',
justOkText: 'OK',
7 years ago
},
Popconfirm: {
7 years ago
okText: 'OK',
cancelText: 'Annuleer',
7 years ago
},
Transfer: {
7 years ago
notFoundContent: 'Niet gevonden',
searchPlaceholder: 'Zoek hier',
itemUnit: 'item',
itemsUnit: 'items',
7 years ago
},
Select: {
notFoundContent: 'Niet gevonden',
7 years ago
},
Upload: {
7 years ago
uploading: 'Uploaden...',
removeFile: 'Bestand verwijderen',
uploadError: 'Upload fout',
previewFile: 'Preview bestand',
},
}