Latest updates from IceHrmPro
This commit is contained in:
21
web/node_modules/rc-pagination/lib/locale/nl_NL.js
generated
vendored
Normal file
21
web/node_modules/rc-pagination/lib/locale/nl_NL.js
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
// Options.jsx
|
||||
items_per_page: '/ pagina',
|
||||
jump_to: 'Ga naar',
|
||||
jump_to_confirm: 'bevestigen',
|
||||
page: '',
|
||||
// Pagination.jsx
|
||||
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"
|
||||
};
|
||||
exports.default = _default;
|
||||
Reference in New Issue
Block a user