Viewer to Server
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
/*!@license
|
||||
* Infragistics.Web.ClientUI Pivot Shared localization resources 19.1.20
|
||||
*
|
||||
* Copyright (c) 2011-2019 Infragistics Inc.
|
||||
*
|
||||
* http://www.infragistics.com/
|
||||
*
|
||||
*/
|
||||
(function(factory){if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else{return factory(jQuery)}})(function($){$.ig=$.ig||{};$.ig.locale=$.ig.locale||{};$.ig.locale.ja=$.ig.locale.ja||{};$.ig.PivotShared=$.ig.PivotShared||{};$.ig.locale.ja.PivotShared={invalidDataSource:"渡されたデータ ソースが null 値またはサポートされていません。",measureList:"メジャー",ok:"OK",cancel:"キャンセル",addToMeasures:"メジャーに追加",addToFilters:"フィルターに追加",addToColumns:"列に追加",addToRows:"行に追加"};$.ig.PivotShared.locale=$.ig.PivotShared.locale||$.ig.locale.ja.PivotShared;return $.ig.locale.ja.PivotShared});
|
Reference in New Issue
Block a user