plotly.js
Version:
The open source javascript graphing library that powers plotly
24 lines (22 loc) • 826 B
JavaScript
module.exports = {
moduleType: 'locale',
name: 'tt',
dictionary: {},
format: {
days: [
'якшәмбе', 'дүшәмбе', 'сишәмбе', 'чәршәмбе',
'пәнҗешәмбе', 'җомга', 'шимбә'
],
shortDays: ['якш', 'дүш', 'сиш', 'чәр', 'пән', 'җом', 'шим'],
months: [
'Гынвар', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь',
'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'
],
shortMonths: [
'Гыйн', 'Фев', 'Мар', 'Апр', 'Май', 'Июн',
'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'
],
date: '%d.%m.%Y'
}
};
;