20 lines
449 B
Java
20 lines
449 B
Java
'use strict';
|
||
|
||
Object.defineProperty(exports, "__esModule", {
|
||
value: true
|
||
});
|
||
exports['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: '۳ صفحه بعدی'
|
||
}; |