mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-03 04:27:41 +08:00
16 lines
365 B
JavaScript
16 lines
365 B
JavaScript
export 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: '۳ صفحه بعدی',
|
||
};
|