handsontable
Version:
Handsontable is a JavaScript Data Grid available for React, Angular and Vue.
174 lines (166 loc) • 7.29 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: soakit, HChenZi
* Last updated: Mar 09, 2023
*
* Description: Definition file for Chinese - China language-country.
*/
const C = _handsontable.default.languages.dictionaryKeys;
const dictionary = {
languageCode: 'zh-CN',
[]: '上方插入行',
[]: '下方插入行',
[]: '左方插入列',
[]: '右方插入列',
[]: ['移除该行', '移除多行'],
[]: ['移除该列', '移除多列'],
[]: '撤销',
[]: '恢复',
[]: '只读',
[]: '清空该列',
[]: '对齐',
[]: '左对齐',
[]: '水平居中',
[]: '右对齐',
[]: '两端对齐',
[]: '顶端对齐',
[]: '垂直居中',
[]: '底端对齐',
[]: '冻结该列',
[]: '取消冻结',
[]: '边框',
[]: '上',
[]: '右',
[]: '下',
[]: '左',
[]: '移除边框',
[]: '插入批注',
[]: '编辑批注',
[]: '删除批注',
[]: '只读批注',
[]: '合并',
[]: '取消合并',
[]: '复制',
[]: '带标题的复制',
[]: '带标题组的复制',
[]: '仅复制标题',
[]: '剪切',
[]: '插入子行',
[]: '与母行分离',
[]: ['隐藏该列', '隐藏多列'],
[]: ['显示该列', '显示多列'],
[]: ['隐藏该行', '隐藏多行'],
[]: ['显示该行', '显示多行'],
[]: '无',
[]: '为空',
[]: '不为空',
[]: '等于',
[]: '不等于',
[]: '开头是',
[]: '结尾是',
[]: '包含',
[]: '不包含',
[]: '大于',
[]: '大于或等于',
[]: '小于',
[]: '小于或等于',
[]: '在此范围',
[]: '不在此范围',
[]: '之后',
[]: '之前',
[]: '今天',
[]: '明天',
[]: '昨天',
[]: '空白单元格',
[]: '按条件过滤',
[]: '按值过滤',
[]: '且',
[]: '或',
[]: '全选',
[]: '清除',
[]: '确认',
[]: '取消',
[]: '搜索',
[]: '值',
[]: '第二值',
[]: '分页',
[]: '每页行数',
[]: '自动',
[]: '[start] - [end] 共 [total]',
[]: '第 [currentPage] 页,共 [totalPages] 页',
[]: '转到第一页',
[]: '转到上一页',
[]: '转到下一页',
[]: '转到最后一页',
[]: '加载中...'
};
_handsontable.default.languages.registerLanguageDictionary(dictionary);
var _default = exports["default"] = dictionary;
})();
__webpack_exports__ = __webpack_exports__.___;
/******/ return __webpack_exports__;
/******/ })()
;
});