first commit
This commit is contained in:
22
frontend/node_modules/rc-pagination/lib/locale/ca_ES.js
generated
vendored
Normal file
22
frontend/node_modules/rc-pagination/lib/locale/ca_ES.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: '/ pàgina',
|
||||
jump_to: 'Anar a',
|
||||
jump_to_confirm: 'Confirma',
|
||||
page: '',
|
||||
// Pagination
|
||||
prev_page: 'Pàgina prèvia',
|
||||
next_page: 'Pàgina següent',
|
||||
prev_5: '5 pàgines prèvies',
|
||||
next_5: '5 pàgines següents',
|
||||
prev_3: '3 pàgines prèvies',
|
||||
next_3: '3 pàgines següents',
|
||||
page_size: 'mida de la pàgina'
|
||||
};
|
||||
var _default = exports.default = locale;
|
||||
Reference in New Issue
Block a user