igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
62 lines (61 loc) • 5.41 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.
*/
export class UndoLocaleCs {
constructor() {
this["AddItemDescription"] = "Přidat '{1}'";
this["AddItemDescriptionDetailed"] = "Přidat '{1}'";
this["AddRangeDescription"] = "Přidat {1} {2}";
this["AddRangeDescriptionDetailed"] = "Přidat {1} {2}";
this["FallbackTransactionDescription"] = "";
this["LE_AddOpenTransaction"] = "Nelze přidat UndoTransaction, která nebyla otevřena nebo je stále otevřená.";
this["LE_AddTransactionDirect"] = "Nelze přidat UndoTransaction. RootTransaction se automaticky přidá po potvrzení.";
this["LE_AddUnitWhileTransactionOpen"] = "Nelze přidat UndoUnit, když transakce obsahuje vnořenou otevřenou transakci '{0}'.";
this["LE_ArgumentIsNegative"] = "Hodnota '{0}' musí být 0 nebo vyšší. Skutečná hodnota: '{1}'";
this["LE_CannotExecuteOpenTransaction"] = "Nelze vyvolat Execute, když je otevřena transakce '{0}'.";
this["LE_ChangeHistoryInMerge"] = "Během vyvolání sloučení nelze změnit historii Zpět / Znovu";
this["LE_ChangeHistoryInRemoveAll"] = "Během vyvolání funkce RemoveAll nelze změnit historii Zpět / Znovu.";
this["LE_ChildTransactionNotInUnits"] = "Zadaná podřízená transakce '{0}' není součástí jednotek této transakce.";
this["LE_ClosingOtherTransaction"] = "Zadaná transakce '{0}' není aktuálně otevřenou transakcí '{1}'.";
this["LE_EndTransactionWhileSuspended"] = "Transakci nelze zavřít, když je UndoManager pozastaven.";
this["LE_EnumEnded"] = "Výčet byl dokončen.";
this["LE_EnumFailedVersion"] = "Kolekce byla upravena po spuštění výčtu.";
this["LE_EnumNotStarted"] = "Výčet nebyl spuštěn. Volejte MoveNext.";
this["LE_FactoryNullTransaction"] = "UndoUnitFactory vrátil null UndoTransaction.";
this["LE_HasOpenTransaction"] = "Transakce již byla otevřena.";
this["LE_HistoryItemNotInCurrentHistory"] = "UndoHistoryItem neexistuje v rámci přidružené historie Zpět nebo Znovu v UndoManageru.";
this["LE_InvalidTransactionOwner"] = "Vlastník zadané transakce není tento objekt.";
this["LE_NeedAddRemoveAction"] = "Zadaná akce musí být 'Přidat' nebo 'Odebrat'.";
this["LE_NewTransactionWhileSuspended"] = "Transakci nelze zahájit, pokud je UndoManager pozastaven.";
this["LE_RangeCollectionAction"] = "Akce rozsahu nejsou podporovány.";
this["LE_ReferenceNotRegistered"] = "Zadaný odkaz '{0}' nebyl zaregistrován u instance UndoManager. Použijte metodu RegisterReference k registraci odkazu s UndoManager nebo předejte null jako 'odkaz' pro použití statické / sdílené instance vlákna UndoManager.Current.";
this["LE_ReferenceRegisteredToOther"] = "Zadaný odkaz '{0}' je registrován u jiné instance UndoManager.";
this["LE_RemoveAllFailedVersion"] = "Kolekce byla upravena během volání RemoveAll.";
this["LE_ResetCollectionAction"] = "Akce resetování není podporována.";
this["LE_TargetCollectionIsReadOnly"] = "Zadanou kolekci '{0}' nelze číst.";
this["LE_TransactionAlreadyOpened"] = "Transakce již byla otevřena.";
this["LE_TransactionClosed"] = "Transakci nelze upravit, jakmile bude uzavřena.";
this["LE_TransactionNotOpened"] = "Zadaná transakce '{0}' není otevřená.";
this["LE_TransactionNotStarted"] = "Transakci nelze upravit, dokud nebyla zahájena.";
this["LE_UndoManagerAsReference"] = "Instance UndoManager nemůže být referencí.";
this["LE_UndoRedoInRollback"] = "Když probíhá vrácení zpět, nelze provést Undo / Redo.";
this["LE_UndoRedoInTransaction"] = "Během otevírání transakce nelze provést zpět / znovu.";
this["LE_UndoRedoInUndoRedo"] = "Pokud probíhá Undo / Redo, nelze provést Undo / Redo.";
this["LE_UndoRedoWhileSuspended"] = "Je-li UndoManager pozastaven, nelze provést Undo / Redo.";
this["MoveItemDescription"] = "Přesunout '{1}'";
this["MoveItemDescriptionDetailed"] = "Přesunout '{1}' z '{2}' do '{3}'";
this["PropertyChangeDescription"] = "Změnit '{0}' na '{1}'";
this["PropertyChangeDescriptionDetailed"] = "Změnit '{0}' v '{1}' na '{3}'";
this["ReinitializeCollectionDescription"] = "Dávka '{2}' Změna";
this["ReinitializeCollectionDescriptionDetailed"] = "Dávka '{2}' Změna";
this["RemoveItemDescription"] = "Odebrat '{1}'";
this["RemoveItemDescriptionDetailed"] = "Odebrat '{1}'";
this["RemoveRangeDescription"] = "Odebrat {1} {2}";
this["RemoveRangeDescriptionDetailed"] = "Odebrat {1} {2}";
this["ReplaceItemDescription"] = "Nahradit '{1}'";
this["ReplaceItemDescriptionDetailed"] = "Nahradit '{1}' výrazem '{2}'";
}
}