package.lib.locales.ar-dz.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: 'ar-DZ',
dictionary: {},
format: {
days: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
shortDays: [
'الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء',
'الخميس', 'الجمعة', 'السبت'
],
months: [
'جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان',
'جويلية', 'أوت', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'
],
shortMonths: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
date: '%d/%m/%Y'
}
};