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/az_AZ.ts

49 lines
1.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

import Pagination from '../vc-pagination/locale/az_AZ';
import DatePicker from '../date-picker/locale/az_AZ';
import TimePicker from '../time-picker/locale/az_AZ';
import Calendar from '../calendar/locale/az_AZ';
import type { Locale } from '../locale-provider';
const localeValues: Locale = {
locale: 'az',
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
filterTitle: 'Filter menyu',
filterConfirm: 'Axtar',
filterReset: 'Sıfırla',
emptyText: 'Məlumat yoxdur',
selectAll: 'Cari səhifəni seç',
selectInvert: 'Invert current page',
},
Modal: {
okText: 'Bəli',
cancelText: 'Ləğv et',
justOkText: 'Bəli',
},
Popconfirm: {
okText: 'Bəli',
cancelText: 'Ləğv et',
},
Transfer: {
titles: ['', ''],
notFoundContent: 'Tapılmadı',
searchPlaceholder: 'Burada axtar',
itemUnit: 'item',
itemsUnit: 'items',
},
Select: {
notFoundContent: 'Tapılmadı',
},
Upload: {
uploading: 'Yüklənir...',
removeFile: 'Faylı sil',
uploadError: 'Yükləmə xətası',
previewFile: 'Fayla önbaxış',
},
};
export default localeValues;