@ucloud-pccl/react-components
Version:
UCloud pccl react components
22 lines (21 loc) • 656 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = exports.default = {
// Options.jsx
itemsPerPage: 'العناصر / الصفحة',
jumpTo: 'الانتقال إلى',
jumpToConfirm: 'تأكيد',
page: 'صفحة',
// Pagination.jsx
prevPage: 'الصفحة السابقة',
nextPage: 'الصفحة التالية',
prev5: 'الخمس صفحات السابقة',
next5: 'الخمس صفحات التالية',
prev3: 'الثلاث صفحات السابقة',
next3: 'الثلاث صفحات التالية',
total: 'المجموع',
items: 'العناصر'
};