amis-rpc-design/node_modules/rc-picker/es/locale/ml_IN.js
2023-10-07 19:42:30 +08:00

30 lines
1.4 KiB
JavaScript

var locale = {
locale: 'ml_IN',
today: 'ഇന്ന്',
now: 'ഇപ്പോൾ',
backToToday: 'ഇന്നത്തെ ദിവസത്തിലേക്ക് തിരിച്ചു പോകുക',
ok: 'ശരിയാണ്',
clear: 'നീക്കം ചെയ്യുക',
month: 'മാസം',
year: 'വർഷം',
timeSelect: 'സമയം തിരഞ്ഞെടുക്കുക',
dateSelect: 'ദിവസം തിരഞ്ഞെടുക്കുക',
weekSelect: 'വാരം തിരഞ്ഞെടുക്കുക',
monthSelect: 'മാസം തിരഞ്ഞെടുക്കുക',
yearSelect: 'വർഷം തിരഞ്ഞെടുക്കുക',
decadeSelect: 'ദശാബ്ദം തിരഞ്ഞെടുക്കുക',
yearFormat: 'YYYY',
dateFormat: 'M/D/YYYY',
dayFormat: 'D',
dateTimeFormat: 'M/D/YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'കഴിഞ്ഞ മാസം (PageUp)',
nextMonth: 'അടുത്ത മാസം (PageDown)',
previousYear: 'കഴിഞ്ഞ വർഷം (Control + left)',
nextYear: 'അടുത്ത വർഷം (Control + right)',
previousDecade: 'കഴിഞ്ഞ ദശാബ്ദം',
nextDecade: 'അടുത്ത ദശാബ്ദം',
previousCentury: 'കഴിഞ്ഞ നൂറ്റാണ്ട്',
nextCentury: 'അടുത്ത നൂറ്റാണ്ട്'
};
export default locale;