22 lines
655 B
JavaScript
22 lines
655 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.frFRLocalText = exports.frFR = void 0;
|
|
var _getChartsLocalization = require("./utils/getChartsLocalization");
|
|
const frFRLocalText = exports.frFRLocalText = {
|
|
// Overlay
|
|
loading: 'Chargement…',
|
|
noData: 'Pas de données'
|
|
|
|
// Toolbar
|
|
// zoomIn: 'Zoom in',
|
|
// zoomOut: 'Zoom out',
|
|
// toolbarExport: 'Export',
|
|
|
|
// Toolbar Export Menu
|
|
// toolbarExportPrint: 'Print',
|
|
// toolbarExportImage: mimeType => `Export as ${imageMimeTypes[mimeType] ?? mimeType}`,
|
|
};
|
|
const frFR = exports.frFR = (0, _getChartsLocalization.getChartsLocalization)(frFRLocalText); |