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.2 kB
JavaScript
/*
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 UndoLocaleZhHant = /** @class */ /*@__PURE__*/ (function () {
function UndoLocaleZhHant() {
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}' 打開時無法調用執行。";
this["LE_ChangeHistoryInMerge"] = "調用合併時無法更改撤消/重做歷史";
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"] = "UndoHistoryItem 在 UndoManager 的相關撤銷或重做歷史中不存在。";
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 UndoLocaleZhHant;
}());
export { UndoLocaleZhHant };