UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

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