plotly.js
Version:
The open source javascript graphing library that powers plotly
32 lines (29 loc) • 1.38 kB
JavaScript
/**
* Copyright 2012-2020, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
;
module.exports = {
moduleType: 'locale',
name: 'ta',
dictionary: {},
format: {
days: [
'ஞாயிற்றுக்கிழமை', 'திங்கட்கிழமை', 'செவ்வாய்க்கிழமை', 'புதன்கிழமை',
'வியாழக்கிழமை', 'வெள்ளிக்கிழமை', 'சனிக்கிழமை'
],
shortDays: ['ஞாயிறு', 'திங்கள்', 'செவ்வாய்', 'புதன்', 'வியாழன்', 'வெள்ளி', 'சனி'],
months: [
'தை', 'மாசி', 'பங்குனி', 'சித்திரை', 'வைகாசி', 'ஆனி',
'ஆடி', 'ஆவணி', 'புரட்டாசி', 'ஐப்பசி', 'கார்த்திகை', 'மார்கழி'
],
shortMonths: [
'தை', 'மாசி', 'பங்', 'சித்', 'வைகா', 'ஆனி',
'ஆடி', 'ஆவ', 'புர', 'ஐப்', 'கார்', 'மார்'
],
date: '%d/%m/%Y'
}
};