UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

64 lines (63 loc) 5.22 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ var UndoLocaleZhHans = /** @class */ /*@__PURE__*/ (function () { function UndoLocaleZhHans() { this["AddItemDescription"] = "添加 '{1}'"; this["AddItemDescriptionDetailed"] = "添加 '{1}'"; this["AddRangeDescription"] = "添加 {1} {2}"; this["AddRangeDescriptionDetailed"] = "添加 {1} {2}"; this["FallbackTransactionDescription"] = ""; this["LE_AddOpenTransaction"] = "无法添加尚未打开或仍处于打开状态的 UndoTransaction。"; this["LE_AddTransactionDirect"] = "无法添加 UndoTransaction。提交时自动添加 RootTransaction。"; this["LE_AddUnitWhileTransactionOpen"] = "当事务包含嵌套打开事务 '{0}' 时,无法添加 UndoUnit。"; this["LE_ArgumentIsNegative"] = "'{0}' 必须为0或更大。实际值: '{1}'"; this["LE_CannotExecuteOpenTransaction"] = "打开事务 '{0}' 时无法调用 Execute。"; this["LE_ChangeHistoryInMerge"] = "调用 Merge 时无法更改撤消/重做历史"; this["LE_ChangeHistoryInRemoveAll"] = "调用 RemoveAll 时无法更改撤消/重做历史。"; this["LE_ChildTransactionNotInUnits"] = "指定的子事务 '{0}' 不属于本事务的单位。"; this["LE_ClosingOtherTransaction"] = "指定的事务 '{0}' 不是当前打开的事务 '{1}'。"; this["LE_EndTransactionWhileSuspended"] = "UndoManager 暂停时无法关闭事务。"; this["LE_EnumEnded"] = "枚举器已完成。"; this["LE_EnumFailedVersion"] = "启动枚举器后修改集合。"; this["LE_EnumNotStarted"] = "枚举器未启动。调用 MoveNext。"; this["LE_FactoryNullTransaction"] = "UndoUnitFactory 返回的 UndoTransaction 为空。"; this["LE_HasOpenTransaction"] = "事务已被打开。"; this["LE_HistoryItemNotInCurrentHistory"] = "在 UndoManager 中关联的 Undo 或 Redo 历史记录中不存在 UndoHistoryItem。"; this["LE_InvalidTransactionOwner"] = "指定的事务的所有者不是此对象。"; this["LE_NeedAddRemoveAction"] = "指定的操作必须为 'Add' 或 'Remove'。"; this["LE_NewTransactionWhileSuspended"] = "暂停 UndoManager 时,无法启动事务。"; this["LE_RangeCollectionAction"] = "不支持范围操作。"; this["LE_ReferenceNotRegistered"] = "指定的引用 '{0}' 尚未在 UndoManager 实例中注册。使用 RegisterReference 方法向 UndoManager 注册引用,或传递 null 作为 '引用' 以使用 UndoManager.Current 线程静态/共享实例。"; this["LE_ReferenceRegisteredToOther"] = "指定的引用 '{0}' 已在其他 UndoManager 实例中注册。"; this["LE_RemoveAllFailedVersion"] = "在调用 RemoveAll 的过程中修改集合。"; this["LE_ResetCollectionAction"] = "不支持重置操作。"; this["LE_TargetCollectionIsReadOnly"] = "指定的集合 '{0}' 不能为只读。"; this["LE_TransactionAlreadyOpened"] = "事务已被打开。"; this["LE_TransactionClosed"] = "交易一旦关闭,便无法修改。"; this["LE_TransactionNotOpened"] = "指定的事务 '{0}' 未打开。"; this["LE_TransactionNotStarted"] = "在启动之前无法修改事务。"; this["LE_UndoManagerAsReference"] = "'UndoManager' 实例不能作为引用。"; this["LE_UndoRedoInRollback"] = "回滚正在进行中,无法执行撤消/重做。"; this["LE_UndoRedoInTransaction"] = "打开事务时无法执行撤销/重做。"; this["LE_UndoRedoInUndoRedo"] = "正在进行撤消/重做操作时无法执行撤消/重做操作。"; this["LE_UndoRedoWhileSuspended"] = "UndoManager 已暂停时,无法执行撤消/重做。"; this["MoveItemDescription"] = "移动 '{1}'"; this["MoveItemDescriptionDetailed"] = "将 '{1}' 从 '{2}' 移至 '{3}'"; this["PropertyChangeDescription"] = "在 '{1}' 上更改 '{0}'"; this["PropertyChangeDescriptionDetailed"] = "将 '{1}' 上的 '{0}' 更改为 '{3}'"; this["ReinitializeCollectionDescription"] = "批次 '{2}' 更改"; this["ReinitializeCollectionDescriptionDetailed"] = "批次 '{2}' 更改"; this["RemoveItemDescription"] = "移除 '{1}'"; this["RemoveItemDescriptionDetailed"] = "移除 '{1}'"; this["RemoveRangeDescription"] = "移除 {1} {2}"; this["RemoveRangeDescriptionDetailed"] = "移除 {1} {2}"; this["ReplaceItemDescription"] = "替换 '{1}'"; this["ReplaceItemDescriptionDetailed"] = "将 '{1}' 替换为 '{2}'"; } return UndoLocaleZhHans; }()); export { UndoLocaleZhHans };