handsontable
Version:
Handsontable is a JavaScript Data Grid available for React, Angular and Vue.
171 lines (163 loc) • 7.07 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: Phyllis Yen
* Last updated: Mar 9, 2018
*
* Description: Definition file for Chinese - Taiwan language-country.
*/
const C = _handsontable.default.languages.dictionaryKeys;
const dictionary = {
languageCode: 'zh-TW',
[]: '上方插入列',
[]: '下方插入列',
[]: '左方插入欄',
[]: '右方插入欄',
[]: ['移除該列', '移除多列'],
[]: ['移除該欄', '移除多欄'],
[]: '復原',
[]: '取消復原',
[]: '唯讀',
[]: '清空該欄',
[]: '對齊',
[]: '靠左',
[]: '水平置中',
[]: '靠右',
[]: '左右對齊',
[]: '靠上',
[]: '垂直置中',
[]: '靠下',
[]: '凍結欄位',
[]: '取消凍結欄位',
[]: '邊界',
[]: '上',
[]: '右',
[]: '下',
[]: '左',
[]: '移除邊界',
[]: '加入評論',
[]: '編輯評論',
[]: '刪除評論',
[]: '唯讀評論',
[]: '合併欄位',
[]: '取消合併欄位',
[]: '複製',
[]: '剪下',
[]: '插入子列',
[]: '與母列分離',
[]: ['隱藏該欄', '隱藏多欄'],
[]: ['顯示該欄', '顯示多欄'],
[]: ['隱藏該列', '隱藏多列'],
[]: ['顯示該列', '顯示多列'],
[]: '無',
[]: '為空',
[]: '不為空',
[]: '等於',
[]: '不等於',
[]: '開頭是',
[]: '結尾是',
[]: '包含',
[]: '不包含',
[]: '大於',
[]: '大於或等於',
[]: '小於',
[]: '小於或等於',
[]: '在此範圍',
[]: '不在此範圍',
[]: '之後',
[]: '之前',
[]: '今天',
[]: '明天',
[]: '昨天',
[]: '空白格',
[]: '依條件過濾',
[]: '依值過濾',
[]: '且',
[]: '或',
[]: '全選',
[]: '清除',
[]: '確認',
[]: '取消',
[]: '搜尋',
[]: '值',
[]: '第二值',
[]: '分頁',
[]: '每頁行數',
[]: '自動',
[]: '[start] - [end] 共 [total]',
[]: '第 [currentPage] 頁,共 [totalPages] 頁',
[]: '轉到第一頁',
[]: '轉到上一頁',
[]: '轉到下一頁',
[]: '轉到最後一頁',
[]: '載入中...'
};
_handsontable.default.languages.registerLanguageDictionary(dictionary);
var _default = exports["default"] = dictionary;
})();
__webpack_exports__ = __webpack_exports__.___;
/******/ return __webpack_exports__;
/******/ })()
;
});