diff --git a/src/locale/te_IN.ts b/src/locale/te_IN.ts new file mode 100644 index 000000000..ce3861fd1 --- /dev/null +++ b/src/locale/te_IN.ts @@ -0,0 +1,31 @@ +import { commonLocale } from './common'; +import type { Locale } from '../interface'; + +const locale: Locale={ + ...commonLocale, + locale: 'te_IN', + today:'నేడు', + now:'ఇప్పుడు', + backToToday:'తిరిగి నేటికి', + ok:'సరే', + clear:'స్పష్టమైన', + week:'వారం', + month:'నెల', + year:'సంవత్సరం', + timeSelect:'సమయం ఎంపిక', + dateSelect:'తేదీ ఎంపిక', + weekSelect:'వారం ఎంపిక', + monthSelect:'నెల ఎంపిక', + yearSelect:'సంవత్సరం ఎంపిక', + decadeSelect:'దశాబ్దం ఎంపిక', + + previousMonth:'మునుపటి నెల', + nextMonth:'వచ్చే నెల', + previousYear:'మునుపటి సంవత్సరం', + nextYear:'తదుపరి సంవత్సరం', + previousDecade:'మునుపటి దశాబ్దం', + nextDecade:'తదుపరి దశాబ్దం', + previousCentury:'మునుపటి శతాబ్దం', + nextCentury:'తదుపరి శతాబ్దం', +}; +export default locale; \ No newline at end of file