forked from pu428f3pz/InternshipProject
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
698 B
22 lines
698 B
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var _default = {
|
|
// Options.jsx
|
|
items_per_page: '/ စာမျက်နှာ',
|
|
jump_to: 'သွားရန်',
|
|
jump_to_confirm: 'သေချာပြီ',
|
|
page: '',
|
|
// Pagination.jsx
|
|
prev_page: 'ယခင်စာမျက်နှာ',
|
|
next_page: 'နောက်စာမျက်နှာ',
|
|
prev_5: 'ယခင် ၅ခုမြောက်',
|
|
next_5: 'နောက် ၅ခုမြောက်',
|
|
prev_3: 'ယခင် ၃ခုမြောက်',
|
|
next_3: 'နောက် ၃ခုမြောက်',
|
|
page_size: 'Page Size'
|
|
};
|
|
exports.default = _default; |