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.
ant-design-vue/components/locale-provider/fa_IR.js

45 lines
1.2 KiB

import Pagination from '../vc-pagination/locale/fa_IR'
import DatePicker from '../date-picker/locale/fa_IR'
import TimePicker from '../time-picker/locale/fa_IR'
import Calendar from '../calendar/locale/fa_IR'
7 years ago
export default {
locale: 'fa',
7 years ago
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
7 years ago
filterTitle: 'منوی فیلتر',
filterConfirm: 'تایید',
filterReset: 'پاک کردن',
emptyText: 'داده‌ای موجود نیست',
selectAll: 'انتخاب صفحه‌ی کنونی',
selectInvert: 'معکوس کردن انتخاب‌ها در صفحه ی کنونی',
7 years ago
},
Modal: {
7 years ago
okText: 'تایید',
cancelText: 'لغو',
justOkText: 'تایید',
7 years ago
},
Popconfirm: {
7 years ago
okText: 'تایید',
cancelText: 'لغو',
7 years ago
},
Transfer: {
7 years ago
notFoundContent: 'داده‌ای موجود نیست',
searchPlaceholder: 'جستجو',
itemUnit: '',
itemsUnit: '',
7 years ago
},
Select: {
notFoundContent: 'داده‌ای موجود نیست',
7 years ago
},
Upload: {
7 years ago
uploading: 'در حال آپلود...',
removeFile: 'حذف فایل',
uploadError: 'خطا در آپلود',
previewFile: 'مشاهده‌ی فایل',
},
}