mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 04:39:09 +08:00
Adding tamil language support (#5022)
* tamil support added * Update ta.js * Update ta.js * removing trailing comma * trailing comma removed trailing comma removed * Update ta.js
This commit is contained in:
parent
4b488025bc
commit
30357ac56e
103
src/locale/lang/ta.js
Normal file
103
src/locale/lang/ta.js
Normal file
@ -0,0 +1,103 @@
|
||||
export default {
|
||||
el: {
|
||||
colorpicker: {
|
||||
confirm: 'உறுதி செய்',
|
||||
clear: 'தெளிவாக்கு'
|
||||
},
|
||||
datepicker: {
|
||||
now: 'தற்போது',
|
||||
today: 'இன்று',
|
||||
cancel: 'ரத்து செய்',
|
||||
clear: 'சரி',
|
||||
confirm: 'உறுதி செய்',
|
||||
selectDate: 'தேதியை தேர்வு செய்',
|
||||
selectTime: 'நேரத்தை தேர்வு செய்',
|
||||
startDate: 'தொடங்கும் நாள்',
|
||||
startTime: 'தொடங்கும் நேரம்',
|
||||
endDate: 'முடியும் தேதி',
|
||||
endTime: 'முடியும் நேரம்',
|
||||
year: 'வருடம்',
|
||||
month1: 'ஜனவரி',
|
||||
month2: 'பிப்ரவரி',
|
||||
month3: 'மார்ச்',
|
||||
month4: 'ஏப்ரல்',
|
||||
month5: 'மே',
|
||||
month6: 'ஜூன்',
|
||||
month7: 'ஜூலை',
|
||||
month8: 'ஆகஸ்ட்',
|
||||
month9: 'செப்டம்பர்',
|
||||
month10: 'அக்டோபர்',
|
||||
month11: 'நவம்பர்',
|
||||
month12: 'டிசம்பர்',
|
||||
weeks: {
|
||||
sun: 'ஞாயிறு',
|
||||
mon: 'திங்கள்',
|
||||
tue: 'செவ்வாய்',
|
||||
wed: 'புதன்',
|
||||
thu: 'வியாழன்',
|
||||
fri: 'வெள்ளி',
|
||||
sat: 'சனி'
|
||||
},
|
||||
months: {
|
||||
jan: 'ஜனவரி',
|
||||
feb: 'பிப்ரவரி',
|
||||
mar: 'மார்ச்',
|
||||
apr: 'ஏப்ரல்',
|
||||
may: 'மே',
|
||||
jun: 'ஜூன்',
|
||||
jul: 'ஜூலை',
|
||||
aug: 'ஆகஸ்ட்',
|
||||
sep: 'செப்டம்பர்',
|
||||
oct: 'அக்டோபர்',
|
||||
nov: 'நவம்பர்',
|
||||
dec: 'டிசம்பர்'
|
||||
}
|
||||
},
|
||||
select: {
|
||||
loading: 'தயாராகிக்கொண்டிருக்கிறது',
|
||||
noMatch: 'பொருத்தமான தரவு கிடைக்கவில்லை',
|
||||
noData: 'தரவு இல்லை',
|
||||
placeholder: 'தேர்வு செய்'
|
||||
},
|
||||
cascader: {
|
||||
noMatch: 'பொருத்தமான தரவு கிடைக்கவில்லை',
|
||||
loading: 'தயாராகிக்கொண்டிருக்கிறது',
|
||||
placeholder: 'தேர்வு செய்'
|
||||
},
|
||||
pagination: {
|
||||
goto: 'தேவையான் பகுதிக்கு செல்',
|
||||
pagesize: '/page',
|
||||
total: 'மொத்தம் {total}',
|
||||
pageClassifier: ''
|
||||
},
|
||||
messagebox: {
|
||||
title: 'செய்தி',
|
||||
confirm: 'உறுதி செய்',
|
||||
cancel: 'ரத்து செய்',
|
||||
error: 'பொருத்தாமில்லாத உள்ளீடு'
|
||||
},
|
||||
upload: {
|
||||
delete: 'நீக்கு',
|
||||
preview: 'முன்னோட்டம் பார்',
|
||||
continue: 'தொடரு'
|
||||
},
|
||||
table: {
|
||||
emptyText: 'தரவு இல்லை',
|
||||
confirmFilter: 'உறுதி செய்',
|
||||
resetFilter: 'புதுமாற்றம் செய்',
|
||||
clearFilter: 'அனைத்தும்',
|
||||
sumText: 'கூட்டு'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'தரவு இல்லை'
|
||||
},
|
||||
transfer: {
|
||||
noMatch: 'பொருத்தமான தரவு கிடைக்கவில்லை',
|
||||
noData: 'தரவு இல்லை',
|
||||
titles: ['பட்டியல் 1', 'பட்டியல் 2'],
|
||||
filterPlaceholder: 'சொல்லை உள்ளீடு செய்',
|
||||
noCheckedFormat: '{மொத்தம்} items',
|
||||
hasCheckedFormat: '{தேர்வு செய்யப்பட்டவைகள்}/{மொத்தம்} தேர்வு செய்யப்பட்டவைகள்'
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user