handsontable
Version:
Handsontable is a JavaScript Data Grid available for React, Angular and Vue.
171 lines (163 loc) • 7.33 kB
JavaScript
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("handsontable"));
else if(typeof define === 'function' && define.amd)
define(["handsontable"], factory);
else {
var a = typeof exports === 'object' ? factory(require("handsontable")) : factory(root["Handsontable"]);
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(typeof self !== 'undefined' ? self : this, (__WEBPACK_EXTERNAL_MODULE__2__) => {
return /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ([
/* 0 */,
/* 1 */
/***/ ((module) => {
function _interopRequireDefault(e) {
return e && e.__esModule ? e : {
"default": e
};
}
module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
/***/ }),
/* 2 */
/***/ ((module) => {
"use strict";
module.exports = __WEBPACK_EXTERNAL_MODULE__2__;
/***/ })
/******/ ]);
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
(() => {
"use strict";
var exports = __webpack_exports__;
var _interopRequireDefault = __webpack_require__(1);
exports.__esModule = true;
var _handsontable = _interopRequireDefault(__webpack_require__(2));
/**
* @preserve
* Authors: Júlio C. Zuppa
* Last updated: Jan 12, 2018
*
* Description: Definition file for Portuguese - Brazil language-country.
*/
const C = _handsontable.default.languages.dictionaryKeys;
const dictionary = {
languageCode: 'pt-BR',
[]: 'Inserir linha acima',
[]: 'Inserir linha abaixo',
[]: 'Inserir coluna esquerda',
[]: 'Inserir coluna direita',
[]: ['Excluir linha', 'Excluir linhas'],
[]: ['Excluir coluna', 'Excluir colunas'],
[]: 'Desfazer',
[]: 'Refazer',
[]: 'Somente leitura',
[]: 'Limpar coluna',
[]: 'Alinhamento',
[]: 'Esquerda',
[]: 'Centralizado',
[]: 'Direita',
[]: 'Justificado',
[]: 'Superior',
[]: 'Meio',
[]: 'Inferior',
[]: 'Congelar coluna',
[]: 'Descongelar coluna',
[]: 'Bordas',
[]: 'Superior',
[]: 'Direita',
[]: 'Inferior',
[]: 'Esquerda',
[]: 'Excluir bordas(s)',
[]: 'Incluir comentário',
[]: 'Editar comentário',
[]: 'Remover comentário',
[]: 'Comentário somente leitura',
[]: 'Mesclar células',
[]: 'Desfazer mesclagem de células',
[]: 'Copiar',
[]: 'Recortar',
[]: 'Inserir linha filha',
[]: 'Desanexar da linha pai',
[]: ['Ocultar coluna', 'Ocultar colunas'],
[]: ['Exibir coluna', 'Exibir colunas'],
[]: ['Ocultar linha', 'Ocultar linhas'],
[]: ['Exibir linha', 'Exibir linhas'],
[]: 'Nenhum',
[]: 'É vazio',
[]: 'Não é vazio',
[]: 'É igual a',
[]: 'É diferente de',
[]: 'Começa com',
[]: 'Termina com',
[]: 'Contém',
[]: 'Não contém',
[]: 'Maior que',
[]: 'Maior ou igual a',
[]: 'Menor que',
[]: 'Maior ou igual a',
[]: 'Está entre',
[]: 'Não está entre',
[]: 'Depois',
[]: 'Antes',
[]: 'Hoje',
[]: 'Amanhã',
[]: 'Ontem',
[]: 'Células vazias',
[]: 'Filtrar por condição',
[]: 'Filtrar por valor',
[]: 'E',
[]: 'Ou',
[]: 'Selecionar tudo',
[]: 'Limpar',
[]: 'OK',
[]: 'Cancelar',
[]: 'Localizar',
[]: 'Valor',
[]: 'Segundo valor',
[]: 'Paginação',
[]: 'Linhas por página',
[]: 'Auto',
[]: '[start] - [end] de [total]',
[]: 'Página [currentPage] de [totalPages]',
[]: 'Ir para a primeira página',
[]: 'Ir para a página anterior',
[]: 'Ir para a próxima página',
[]: 'Ir para a última página',
[]: 'Carregando...'
};
_handsontable.default.languages.registerLanguageDictionary(dictionary);
var _default = exports["default"] = dictionary;
})();
__webpack_exports__ = __webpack_exports__.___;
/******/ return __webpack_exports__;
/******/ })()
;
});