first commit
This commit is contained in:
22
frontend/node_modules/rc-pagination/lib/locale/nl_NL.js
generated
vendored
Normal file
22
frontend/node_modules/rc-pagination/lib/locale/nl_NL.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var locale = {
|
||||
// Options
|
||||
items_per_page: '/ pagina',
|
||||
jump_to: 'Ga naar',
|
||||
jump_to_confirm: 'bevestigen',
|
||||
page: 'Pagina',
|
||||
// Pagination
|
||||
prev_page: 'Vorige pagina',
|
||||
next_page: 'Volgende pagina',
|
||||
prev_5: "Vorige 5 pagina's",
|
||||
next_5: "Volgende 5 pagina's",
|
||||
prev_3: "Vorige 3 pagina's",
|
||||
next_3: "Volgende 3 pagina's",
|
||||
page_size: 'pagina grootte'
|
||||
};
|
||||
var _default = exports.default = locale;
|
||||
Reference in New Issue
Block a user