Files
video-gen/video-gen-admin/node_modules/@rc-component/pagination/lib/locale/uz_UZ.js
T
2026-05-25 17:08:18 +08:00

22 lines
462 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const locale = {
// Options
items_per_page: '/ sah.',
jump_to: "O'tish",
jump_to_confirm: 'tasdiqlash',
page: 'Sahifa',
// Pagination
prev_page: 'Orqaga',
next_page: 'Oldinga',
prev_5: 'Oldingi 5',
next_5: 'Keyingi 5',
prev_3: 'Oldingi 3',
next_3: 'Keyingi 3',
page_size: 'sahifa hajmi'
};
var _default = exports.default = locale;