🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
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.
 
 
 
 

66 lines
2.3 KiB

import Pagination from '../vc-pagination/locale/ta_IN';
import DatePicker from '../date-picker/locale/ta_IN';
import TimePicker from '../time-picker/locale/ta_IN';
import Calendar from '../calendar/locale/ta_IN';
import type { Locale } from '../locale-provider';
const localeValues: Locale = {
locale: 'ta',
Pagination,
DatePicker,
TimePicker,
Calendar,
// locales for all comoponents
global: {
placeholder: 'திகவ',
},
Table: {
filterTitle: 'படியல',
filterConfirm: 'சரி',
filterReset: 'மடம',
emptyText: 'தகவல இல',
selectAll: 'அன',
selectInvert: 'தலக ம',
sortTitle: 'தல வரிபடதவ',
},
Modal: {
okText: 'சரி',
cancelText: 'ரதயவ',
justOkText: 'பரவி, சரி',
},
Popconfirm: {
okText: 'சரி',
cancelText: 'ரதயவ',
},
Transfer: {
titles: ['', ''],
notFoundContent: 'உளளடககமிகவி',
searchPlaceholder: 'இஙடவ',
itemUnit: 'தகவல',
itemsUnit: 'தகவலகள',
},
Upload: {
uploading: 'பதிிறத...',
removeFile: 'க அகற',
uploadError: 'பதிவதிி',
previewFile: 'கடமிகள',
downloadFile: 'பதிிறகக க',
},
Empty: {
description: 'தகவல இல',
},
Icon: {
icon: 'உரவம',
},
Text: {
edit: 'தி',
copy: 'நகல எட',
copied: 'நகல எடகபபடடத',
expand: 'விிகவ',
},
PageHeader: {
back: 'பிலவ',
},
};
export default localeValues;