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.
52 lines
1.2 KiB
52 lines
1.2 KiB
4 years ago
|
import Pagination from 'rc-pagination/lib/locale/kmr_IQ';
|
||
|
import Calendar from '../calendar/locale/kmr_IQ';
|
||
2 years ago
|
import DatePicker from '../date-picker/locale/kmr_IQ';
|
||
2 years ago
|
import type { Locale } from '.';
|
||
2 years ago
|
import TimePicker from '../time-picker/locale/kmr_IQ';
|
||
5 years ago
|
|
||
2 years ago
|
// please use antd/locale/kmr_IQ instead
|
||
4 years ago
|
// keep this file for compatibility
|
||
|
// https://github.com/ant-design/ant-design/issues/25778
|
||
|
|
||
5 years ago
|
const localeValues: Locale = {
|
||
5 years ago
|
locale: 'ku-iq',
|
||
|
Pagination,
|
||
|
DatePicker,
|
||
|
TimePicker,
|
||
|
Calendar,
|
||
|
Table: {
|
||
|
filterTitle: 'Menuê peldanka',
|
||
|
filterConfirm: 'Temam',
|
||
|
filterReset: 'Jê bibe',
|
||
|
selectAll: 'Hemî hilbijêre',
|
||
|
selectInvert: 'Hilbijartinan veguhere',
|
||
|
},
|
||
|
Modal: {
|
||
|
okText: 'Temam',
|
||
|
cancelText: 'Betal ke',
|
||
|
justOkText: 'Temam',
|
||
|
},
|
||
|
Popconfirm: {
|
||
|
okText: 'Temam',
|
||
|
cancelText: 'Betal ke',
|
||
|
},
|
||
|
Transfer: {
|
||
2 years ago
|
titles: ['', ''],
|
||
5 years ago
|
searchPlaceholder: 'Lêgerîn',
|
||
|
itemUnit: 'tişt',
|
||
|
itemsUnit: 'tişt',
|
||
|
},
|
||
|
Upload: {
|
||
|
uploading: 'Bardike...',
|
||
|
removeFile: 'Pelê rabike',
|
||
|
uploadError: 'Xeta barkirine',
|
||
|
previewFile: 'Pelê pêşbibîne',
|
||
5 years ago
|
downloadFile: 'Pelê dakêşin',
|
||
5 years ago
|
},
|
||
|
Empty: {
|
||
|
description: 'Agahî tune',
|
||
|
},
|
||
|
};
|
||
5 years ago
|
|
||
|
export default localeValues;
|