plotly.js
Version:
The open source javascript graphing library that powers plotly
32 lines (29 loc) • 865 B
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: 'pl',
dictionary: {},
format: {
days: [
'Niedziela', 'Poniedziałek', 'Wtorek', 'Środa',
'Czwartek', 'Piątek', 'Sobota'
],
shortDays: ['Nie', 'Pn', 'Wt', 'Śr', 'Czw', 'Pt', 'So'],
months: [
'Styczeń', 'Luty', 'Marzec', 'Kwiecień', 'Maj', 'Czerwiec',
'Lipiec', 'Sierpień', 'Wrzesień', 'Październik', 'Listopad', 'Grudzień'
],
shortMonths: [
'Sty', 'Lu', 'Mar', 'Kw', 'Maj', 'Cze',
'Lip', 'Sie', 'Wrz', 'Pa', 'Lis', 'Gru'
],
date: '%Y-%m-%d'
}
};