/*!@license * Infragistics.Web.ClientUI Tree 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.Tree=$.ig.Tree||{};$.ig.locale=$.ig.locale||{};$.ig.locale.ja=$.ig.locale.ja||{};$.ig.locale.ja.Tree={invalidArgumentType:"提供された引数のタイプは無効です。",errorOnRequest:"データを取得するときにエラーが発生しました: ",noDataSourceUrl:"igTree コントロールは、その URL にデータの要求を送信するために dataSourceUrl を提供する必要があります。",incorrectPath:"指定したパスにノードが見つかりませんでした: ",incorrectNodeObject:"指定した引数は jQuery ノード要素ではありません。",setOptionError:"次のオプションはランタイムで変更できません: ",moveTo:"{0} へ移動",moveBetween:"{0} および {1} の間へ移動",moveAfter:"{0} の後へ移動",moveBefore:"{0} の前へ移動",copyTo:"{0} へコピー",copyBetween:"{0} および {1} の間へコピー",copyAfter:"{0} の後へコピー",copyBefore:"{0} の前へコピー",and:"および"};$.ig.Tree.locale=$.ig.Tree.locale||$.ig.locale.ja.Tree;return $.ig.locale.ja.Tree});