NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/dayjs/esm/locale/kn.js
2023-09-14 14:47:11 +08:00

38 lines
1.7 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Kannada [kn]
import dayjs from '../index';
var locale = {
name: 'kn',
weekdays: 'ರ_ಸೆಮವರ_ಮಗಳವರ_ಬಧವರ_ಗರ_ಶಕ್ರವರ_ಶನಿವ'.split('_'),
months: 'ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮರ್ಚ್_ಏಪ್ರಿಲ್_ಮೆ_ಜನ್_ಜಲೆ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಬರ್_ಅಕ್ಟೆಬರ್_ನವೆಬರ್_ಡಿಸೆಬರ್'.split('_'),
weekdaysShort: '_ಸೆಮ_ಮಗಳ_ಬಧ_ಗ_ಶಕ್ರ_ಶನಿ'.split('_'),
monthsShort: 'ಜನ_ಫೆಬ್ರ_ಮರ್ಚ್_ಏಪ್ರಿಲ್_ಮೆ_ಜನ್_ಜಲೆ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆ_ಅಕ್ಟೆ_ನವೆ_ಡಿಸೆ'.split('_'),
weekdaysMin: '_ಸೆ_ಮ_ಬ_ಗ_ಶ_ಶ'.split('_'),
ordinal: function ordinal(n) {
return n;
},
formats: {
LT: 'A h:mm',
LTS: 'A h:mm:ss',
L: 'DD/MM/YYYY',
LL: 'D MMMM YYYY',
LLL: 'D MMMM YYYY, A h:mm',
LLLL: 'dddd, D MMMM YYYY, A h:mm'
},
relativeTime: {
future: '%s ತರ',
past: '%s ಹಿದೆ',
s: 'ಕೆಲವ ಕ್ಷಣಗಳ',
m: ' ನಿಮಿಷ',
mm: '%d ನಿಮಿಷ',
h: ' ಟೆ',
hh: '%d ಟೆ',
d: ' ದಿನ',
dd: '%d ದಿನ',
M: ' ತಿಗಳ',
MM: '%d ತಿಗಳ',
y: ' ವರ್ಷ',
yy: '%d ವರ್ಷ'
}
};
dayjs.locale(locale, null, true);
export default locale;