UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

15 lines (14 loc) 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ptPTLocaleText = exports.ptPT = void 0; var _getChartsLocalization = require("./utils/getChartsLocalization"); const ptPTLocaleText = exports.ptPTLocaleText = { // Overlay loading: 'Carregando dados…', noData: 'Sem dados para mostrar', zoomIn: 'Aumentar zoom', zoomOut: 'Diminuir zoom' }; const ptPT = exports.ptPT = (0, _getChartsLocalization.getChartsLocalization)(ptPTLocaleText);