handsontable
Version:
Handsontable is a JavaScript Data Grid available for React, Angular and Vue.
175 lines (167 loc) • 7.6 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
* Author: Ivan Zarkovic
* Last updated: May 9, 2022
*
* Description: Definition file for Serbian - Republic of Serbia language-country.
*/
const C = _handsontable.default.languages.dictionaryKeys;
const dictionary = {
languageCode: 'sr-SP',
[]: 'Nema dostupnih opcija',
[]: 'Unesi red iznad',
[]: 'Unesi red ispod',
[]: 'Unesi kolonu levo',
[]: 'Insert kolonu desno',
[]: ['Ukloni red', 'Ukloni redove'],
[]: ['Ukloni kolonu', 'Ukloni kolone'],
[]: 'Poništi',
[]: 'Ponovi',
[]: 'Samo za čitanje',
[]: 'Obriši kolonu',
[]: 'Poravnanje',
[]: 'Levo',
[]: 'Centar',
[]: 'Desno',
[]: 'Složeno',
[]: 'Gore',
[]: 'Sredina',
[]: 'Dole',
[]: 'Zamrzni kolonu',
[]: 'Odmrzni kolonu',
[]: 'Ivica',
[]: 'Gore',
[]: 'Desno',
[]: 'Dole',
[]: 'Levo',
[]: 'Ukloni ivicu(e)',
[]: 'Dodaj komentar',
[]: 'Izmeni komentar',
[]: 'Obriši komentar',
[]: 'Komentar samo za čitanje',
[]: 'Spoji ćelije',
[]: 'Odvoji ćelije',
[]: 'Kopiraj',
[]: ['Kopiraj sa zaglavljem', 'Kopiraj sa zaglavljima'],
[]: ['Kopiraj sa zaglavljem grupe', 'Kopiraj sa zaglavljima grupe'],
[]: ['Kopiraj samo zaglavlje', 'Kopiraj samo zaglavlja'],
[]: 'Iseci',
[]: 'Unesi ugnježdeni red',
[]: 'Odvoji ugnježdeni red',
[]: ['Sakrij kolonu', 'Sakrij kolone'],
[]: ['Prikaži kolonu', 'Prikaži kolone'],
[]: ['Sakrij red', 'Sakrij redove'],
[]: ['Prikaži red', 'Prikaži redove'],
[]: 'Nema',
[]: 'Je prazno',
[]: 'Nije prazno',
[]: 'Je jednako',
[]: 'Nije jednako',
[]: 'Počinje sa',
[]: 'Završava se sa',
[]: 'Sadrži',
[]: 'Ne sadrži',
[]: 'Veće od',
[]: 'Veće od ili jednako',
[]: 'Manje od',
[]: 'Manje od ili jednako',
[]: 'Je između',
[]: 'Nije između',
[]: 'Posle',
[]: 'Pre',
[]: 'Danas',
[]: 'Sutra',
[]: 'Juče',
[]: 'Prazne ćelije',
[]: 'Filtriraj po uslovu',
[]: 'Filtriraj po vrednosti',
[]: 'I',
[]: 'Ili',
[]: 'Selektuj sve',
[]: 'Očisti',
[]: 'U redu',
[]: 'Otkaži',
[]: 'Pretraga',
[]: 'Vrednost',
[]: 'Druga vrednost',
[]: 'Paginacija',
[]: 'Broj redova',
[]: 'Auto',
[]: '[start] - [end] od [total]',
[]: 'Stranica [currentPage] od [totalPages]',
[]: 'Idi na prvu stranicu',
[]: 'Idi na prethodnu stranicu',
[]: 'Idi na sledeću stranicu',
[]: 'Idi na poslednju stranicu',
[]: 'Učitavanje...'
};
_handsontable.default.languages.registerLanguageDictionary(dictionary);
var _default = exports["default"] = dictionary;
})();
__webpack_exports__ = __webpack_exports__.___;
/******/ return __webpack_exports__;
/******/ })()
;
});