package.lib.locales.ka.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: 'ka',
dictionary: {},
format: {
days: [
'კვირა', 'ორშაბათი', 'სამშაბათი', 'ოთხშაბათი',
'ხუთშაბათი', 'პარასკევი', 'შაბათი'
],
shortDays: ['კვ', 'ორშ', 'სამ', 'ოთხ', 'ხუთ', 'პარ', 'შაბ'],
months: [
'იანვარი', 'თებერვალი', 'მარტი', 'აპრილი', 'მაისი', 'ივნისი',
'ივლისი', 'აგვისტო', 'სექტემბერი', 'ოქტომბერი', 'ნოემბერი', 'დეკემბერი'
],
shortMonths: [
'იან', 'თებ', 'მარ', 'აპრ', 'მაისი', 'ივნ',
'ივლ', 'აგვ', 'სექ', 'ოქტ', 'ნოე', 'დეკ'
],
date: '%d/%m/%Y'
}
};