package.lib.locales.tt.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plotly.js Show documentation
Show all versions of plotly.js Show documentation
The open source javascript graphing library that powers plotly
The newest version!
'use strict';
module.exports = {
moduleType: 'locale',
name: 'tt',
dictionary: {},
format: {
days: [
'якшәмбе', 'дүшәмбе', 'сишәмбе', 'чәршәмбе',
'пәнҗешәмбе', 'җомга', 'шимбә'
],
shortDays: ['якш', 'дүш', 'сиш', 'чәр', 'пән', 'җом', 'шим'],
months: [
'Гынвар', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь',
'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'
],
shortMonths: [
'Гыйн', 'Фев', 'Мар', 'Апр', 'Май', 'Июн',
'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'
],
date: '%d.%m.%Y'
}
};