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.
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 ;