9 lines
5.5 KiB
JavaScript
9 lines
5.5 KiB
JavaScript
/*!@license
|
|
* Infragistics.Web.ClientUI infragistics.undo.js resources 19.1.20191.172
|
|
*
|
|
* Copyright (c) 2011-2019 Infragistics Inc.
|
|
*
|
|
* http://www.infragistics.com/
|
|
*
|
|
*/
|
|
(function(factory){if(typeof define==="function"&&define.amd){define([],factory)}else{factory()}})(function(){$=$||{};$.ig=$.ig||{};$.ig.locale=$.ig.locale||{};$.ig.locale.ja=$.ig.locale.ja||{};$.ig.locale.ja.undo=$.ig.locale.ja.undo||{};var l=$.ig.locale.ja.undo;l["AddItemDescription"]="'{1}' の追加";l["AddItemDescriptionDetailed"]="'{1}' の追加";l["AddRangeDescription"]="{1} {2}の追加";l["AddRangeDescriptionDetailed"]="{1} {2}の追加";l["FallbackTransactionDescription"]="";l["LE_AddOpenTransaction"]="開かれたことがない、または開いている UndoTransaction は追加できません。";l["LE_AddTransactionDirect"]="UndoTransaction は追加できません。RootTransaction は自動的に Commit に追加されます。";l["LE_AddUnitWhileTransactionOpen"]="トランザクションが入れ子になった開いているトランザクション '{0}' を含む場合、UndoUnit を追加できません。";l["LE_ArgumentIsNegative"]=" '{0}' は 0 以上である必要があります。現在値: '{1}'";l["LE_CannotExecuteOpenTransaction"]="トランザクション '{0}' が開いている間に Execute を呼び出すことはできません。";l["LE_ChangeHistoryInMerge"]="Merge が呼び出されている間は Undo/Redo 履歴を変更できません。";l["LE_ChangeHistoryInRemoveAll"]="RemoveAll が呼び出されている間は Undo/Redo 履歴を変更できません。";l["LE_ChildTransactionNotInUnits"]="指定した子トランザクション '{0}' は、このトランザクション ユニットの一部ではありません。";l["LE_ClosingOtherTransaction"]="指定したトランザクション '{0}' は現在開いているトランザクション '{1}' ではありません。 ";l["LE_EndTransactionWhileSuspended"]="UndoManager が中断している間はトランザクションを閉じることはできません。";l["LE_EnumEnded"]="列挙が完了しました。";l["LE_EnumFailedVersion"]="コレクションは列挙子の開始後に変更されました。";l["LE_EnumNotStarted"]="列挙子は開始されませんでした。MoveNext を呼び出します。";l["LE_FactoryNullTransaction"]="UndoUnitFactory は null Undo トランザクションを返します。";l["LE_HasOpenTransaction"]="トランザクションはすでに開いています。";l["LE_HistoryItemNotInCurrentHistory"]="UndoManager で、関連づけられた元に戻すまたはやり直しの履歴内にUndoHistoryItem が存在しません。";l["LE_InvalidTransactionOwner"]="指定したトランザクションの Owner はこのオブジェクトではありません。";l["LE_NeedAddRemoveAction"]="指定するアクションは 'Add' or 'Remove' にしてください。";l["LE_NewTransactionWhileSuspended"]="UndoManager が中断している間はトランザクションを開始できません。";l["LE_RangeCollectionAction"]="Range アクションはサポートされません。";l["LE_ReferenceNotRegistered"]="指定した参照 '{0}' は UndoManager インスタンスに登録されていません。 \r\nRegisterReference メソッドを使用して UndoManager と参照を登録します。または、UndoManager.Current thread 静的/共有インスタンスを使用するために参照として null を渡します。";l["LE_ReferenceRegisteredToOther"]="指定した参照 '{0}' は、異なるUndoManager インスタンスで登録されます。";l["LE_RemoveAllFailedVersion"]="コレクションは RemoveAll への呼び出し中に変更されました。";l["LE_ResetCollectionAction"]="Reset アクションはサポートされません。";l["LE_TargetCollectionIsReadOnly"]="指定したコレクション '{0}' は読み取り専用です。";l["LE_TransactionAlreadyOpened"]="トランザクションはすでに開いています。";l["LE_TransactionClosed"]="トランザクションは閉じられるまで変更できません。";l["LE_TransactionNotOpened"]="指定したトランザクション '{0}' は開いていません。";l["LE_TransactionNotStarted"]="トランザクションは開始されるまで変更できません。";l["LE_UndoManagerAsReference"]="'UndoManager' インスタンスは参照にできません。";l["LE_UndoRedoInRollback"]="Rollback 処理中は Undo/Redo を実行できません。";l["LE_UndoRedoInTransaction"]="トランザクションが開いているときは Undo/Redo を実行できません。";l["LE_UndoRedoInUndoRedo"]="Undo/Redo 処理中は Undo/Redo を実行できません。";l["LE_UndoRedoWhileSuspended"]="UndoManager 処理中は Undo/Redo を実行できません。";l["MoveItemDescription"]="項目の移動";l["MoveItemDescriptionDetailed"]="'{1}' を '{2}' から '{3}' へ移動する";l["PropertyChangeDescription"]="'{1}' の '{0}' を変更";l["PropertyChangeDescriptionDetailed"]="'{1}' の '{0}' を '{3}' へ変更";l["ReinitializeCollectionDescription"]="'{2}' の一括変更";l["ReinitializeCollectionDescriptionDetailed"]="'{2}' の一括変更";l["RemoveItemDescription"]="'{1}' の移動";l["RemoveItemDescriptionDetailed"]="'{1}' の削除";l["RemoveRangeDescription"]="{1} {2} の削除";l["RemoveRangeDescriptionDetailed"]="{1} {2} の削除";l["ReplaceItemDescription"]="'{1}' の置き換え";l["ReplaceItemDescriptionDetailed"]="'{1}' を '{2}' と置き換える";$.ig.undo=$.ig.undo||{};$.ig.undo.locale=$.ig.undo.locale||l;return l}); |