handsontable
Version:
Handsontable is a JavaScript Data Grid available for React, Angular and Vue.
175 lines (167 loc) • 7.73 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: Edgars Voroboks, NullIsNot0
* Last updated: Dec 5, 2022
*
* Description: Definition file for Latvian - Latvia language-country.
*/
const C = _handsontable.default.languages.dictionaryKeys;
const dictionary = {
languageCode: 'lv-LV',
[]: 'Nav pieejamu opciju',
[]: 'Ievietot rindu augšā',
[]: 'Ievietot rindu apakšā',
[]: 'Ievietot kolonnu pa kreisi',
[]: 'Ievietot kolonnu pa labi',
[]: ['Dzēst rindu', 'Dzēst rindas'],
[]: ['Dzēst kolonnu', 'Dzēst kolonnas'],
[]: 'Atsaukt',
[]: 'Pārtaisīt',
[]: 'Lasīšanas režīms',
[]: 'Notīrīt kolonnu',
[]: 'Izvietojums',
[]: 'Pa kreisi',
[]: 'Centrēts',
[]: 'Pa labi',
[]: 'Izlīdzināts',
[]: 'Augšā',
[]: 'Pa vidu',
[]: 'Apakšā',
[]: 'Iesaldēt kolonnu',
[]: 'Atsaldēt kolonnu',
[]: 'Robežas',
[]: 'Augšā',
[]: 'Pa labi',
[]: 'Apakšā',
[]: 'Pa kreisi',
[]: 'Noņemt robežu(-as)',
[]: 'Pievienot komentāru',
[]: 'Labot komentāru',
[]: 'Dzēst komentāru',
[]: 'Tikai lasāms komentārs',
[]: 'Apvienot šūnas',
[]: 'Atvienot šunas',
[]: 'Kopēt',
[]: ['Kopēt ar galveni', 'Kopēt ar galvenēm'],
[]: ['Kopēt ar grupas galveni', 'Kopēt ar grupas galvenēm'],
[]: ['Kopēt tikai galveni', 'Kopēt tikai galvenes'],
[]: 'Izgriezt',
[]: 'Ievietot pakārtoto rindu',
[]: 'Atdalīt no vecāka',
[]: ['Palēpt kolonnu', 'Palēpt kolonnas'],
[]: ['Rādīt kolonnu', 'Rādīt kolonnas'],
[]: ['Palēpt rindu', 'Paslēpt rindas'],
[]: ['Rādīt rindu', 'Rādīt rindas'],
[]: 'Nekas',
[]: 'Ir tukšs',
[]: 'Nav tukšs',
[]: 'Vienāds ar',
[]: 'Nav vienāds ar',
[]: 'Sākas ar',
[]: 'Beidzas ar',
[]: 'Satur',
[]: 'Nesatur',
[]: 'Lielāks par',
[]: 'Lielāks vai vienāds ar',
[]: 'Mazāks par',
[]: 'Mazāks vai vienāds ar',
[]: 'Ir starp',
[]: 'Nav starp',
[]: 'Pēc',
[]: 'Pirms',
[]: 'Šodien',
[]: 'Rītdien',
[]: 'Vakar',
[]: 'Tukšas šūnas',
[]: 'Filtrēt pēc nosacījuma',
[]: 'Filtrēt pēc vērtības',
[]: 'Un',
[]: 'Vai',
[]: 'Izvēlēties visu',
[]: 'Notīrīt',
[]: 'Labi',
[]: 'Atcelt',
[]: 'Meklēt',
[]: 'Vērtība',
[]: 'Otra vērtība',
[]: 'Paginācija',
[]: 'Rindu skaits',
[]: 'Auto',
[]: '[start] - [end] no [total]',
[]: 'Lapa [currentPage] no [totalPages]',
[]: 'Pāriet uz pirmo lapu',
[]: 'Pāriet uz iepriekšējo lapu',
[]: 'Pāriet uz nākamo lapu',
[]: 'Pāriet uz pēdējo lapu',
[]: 'Ielādē...'
};
_handsontable.default.languages.registerLanguageDictionary(dictionary);
var _default = exports["default"] = dictionary;
})();
__webpack_exports__ = __webpack_exports__.___;
/******/ return __webpack_exports__;
/******/ })()
;
});