Latest updates from IceHrmPro
This commit is contained in:
21
web/node_modules/rc-pagination/lib/locale/id_ID.js
generated
vendored
Normal file
21
web/node_modules/rc-pagination/lib/locale/id_ID.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: '/ halaman',
|
||||
jump_to: 'Menuju',
|
||||
jump_to_confirm: 'konfirmasi',
|
||||
page: '',
|
||||
// Pagination.jsx
|
||||
prev_page: 'Halaman Sebelumnya',
|
||||
next_page: 'Halaman Berikutnya',
|
||||
prev_5: '5 Halaman Sebelumnya',
|
||||
next_5: '5 Halaman Berikutnya',
|
||||
prev_3: '3 Halaman Sebelumnya',
|
||||
next_3: '3 Halaman Berikutnya'
|
||||
};
|
||||
exports.default = _default;
|
||||
Reference in New Issue
Block a user