12345678910111213 |
- /*!
- *
- * SpreadJS Library 10.0.0
- *
- * Copyright(c) GrapeCity, Inc. All rights reserved.
- *
- * Licensed under the SpreadJS Commercial License.
- * spread.sales@grapecity.com
- * http://spread.grapecity.com/Pages/Spread-JS-License/
- *
- *
- */
- !function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.LocaleResource=o():(e.GC=e.GC||{},e.GC.Spread=e.GC.Spread||{},e.GC.Spread.Views=e.GC.Spread.Views||{},e.GC.Spread.Views.LocaleResource=o())}(this,function(){return function(e){function o(n){if(t[n])return t[n].exports;var r=t[n]={exports:{},id:n,loaded:!1};return e[n].call(r.exports,r,r.exports,o),r.loaded=!0,r.exports}var t={};return o.m=e,o.c=t,o.p="",o(0)}([function(e,o){"use strict";!function(){var o={name:"en-US",content:{groupDragText:"Drag a column header here and drop it to group by that column",toolPanelGroupPanelText:"Drag columns from above to create groups",toolPanelGroupPanelTitle:"Group Columns",toolPanelColPanelTitle:"columns",addColPanelTitle:"Add column",addColPanelText:"Insert column or column array JSON object",addColPanelErrorText:"input is not a valid JSON object",addText:"Add",cancelText:"Cancel",updateText:"Update",buildInActionSave:"save",buildInActionEdit:"edit",buildInActionCancel:"cancel",editFormTitle:"Edit Form",linkText:"details",moreText:"more...",errorText:"Calendar and Timeline grouping layouts require a single grouping on a Date field."}};e.exports=o}()}])});
|