UNPKG

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.84 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. */ export class UndoLocaleIt { constructor() { this["AddItemDescription"] = "Aggiungi '{1}'"; this["AddItemDescriptionDetailed"] = "Aggiungi '{1}'"; this["AddRangeDescription"] = "Aggiungi {1} {2}"; this["AddRangeDescriptionDetailed"] = "Aggiungi {1} {2}"; this["FallbackTransactionDescription"] = ""; this["LE_AddOpenTransaction"] = "Impossibile aggiungere un UndoTransaction che non è stato aperto o è ancora aperto."; this["LE_AddTransactionDirect"] = "Non è possibile aggiungere UndoTransaction. RootTransaction viene aggiunto automaticamente su Commit."; this["LE_AddUnitWhileTransactionOpen"] = "Impossibile aggiungere un UndoUnit mentre la transazione contiene una transazione aperta nidificata '{0}'."; this["LE_ArgumentIsNegative"] = "{0}' deve essere uguale o superiore a 0. Valore effettivo: '{1}'"; this["LE_CannotExecuteOpenTransaction"] = "Impossibile richiamare Execute mentre la transazione '{0}' è aperta."; this["LE_ChangeHistoryInMerge"] = "Impossibile modificare la cronologia Annulla / Ripeti mentre viene richiamato Merge."; this["LE_ChangeHistoryInRemoveAll"] = "Impossibile modificare la cronologia Annulla / Ripeti mentre viene richiamato RemoveAll."; this["LE_ChildTransactionNotInUnits"] = "La transazione figlio specificata '{0}' non fa parte delle Unità di questa transazione."; this["LE_ClosingOtherTransaction"] = "La transazione specificata '{0}' non è la transazione attualmente aperta '{1}'."; this["LE_EndTransactionWhileSuspended"] = "Impossibile chiudere una transazione mentre UndoManager è sospeso."; this["LE_EnumEnded"] = "L'enumeratore è stato completato."; this["LE_EnumFailedVersion"] = "La raccolta è stata modificata dopo l'avvio dell'enumeratore."; this["LE_EnumNotStarted"] = "L'enumeratore non è stato avviato. Chiama MoveNext."; this["LE_FactoryNullTransaction"] = "UndoUnitFactory ha restituito UndoTransaction null."; this["LE_HasOpenTransaction"] = "Una transazione è già stata aperta."; this["LE_HistoryItemNotInCurrentHistory"] = "UndoHistoryItem non esiste nella cronologia Annulla o Ripeti associata in UndoManager."; this["LE_InvalidTransactionOwner"] = "Il proprietario della transazione specificata non è questo oggetto."; this["LE_NeedAddRemoveAction"] = "L'azione specificata deve essere 'Aggiungi' o 'Rimuovi'."; this["LE_NewTransactionWhileSuspended"] = "Impossibile avviare una transazione mentre UndoManager è sospeso."; this["LE_RangeCollectionAction"] = "Le azioni di intervallo non sono supportate."; this["LE_ReferenceNotRegistered"] = "Il riferimento specificato '{0}' non è stato registrato con un'istanza UndoManager. Utilizzare il metodo RegisterReference per registrare il riferimento con UndoManager o passare null come 'riferimento' per utilizzare l'istanza statica / condivisa del thread UndoManager.Current."; this["LE_ReferenceRegisteredToOther"] = "Il riferimento specificato '{0}' è registrato con un'altra istanza di UndoManager."; this["LE_RemoveAllFailedVersion"] = "La raccolta è stata modificata durante la chiamata a RemoveAll."; this["LE_ResetCollectionAction"] = "L'azione di ripristino non è supportata."; this["LE_TargetCollectionIsReadOnly"] = "La raccolta specificata '{0}' non può essere di sola lettura."; this["LE_TransactionAlreadyOpened"] = "La transazione è già stata aperta."; this["LE_TransactionClosed"] = "La transazione non può essere modificata una volta chiusa."; this["LE_TransactionNotOpened"] = "La transazione specificata '{0}' non è aperta."; this["LE_TransactionNotStarted"] = "La transazione non può essere modificata fino a quando non è stata avviata."; this["LE_UndoManagerAsReference"] = "Un'istanza 'UndoManager' non può essere un riferimento."; this["LE_UndoRedoInRollback"] = "Impossibile eseguire un Annulla / Ripeti durante il rollback."; this["LE_UndoRedoInTransaction"] = "Impossibile eseguire un Annulla / Ripeti durante l'apertura di una transazione."; this["LE_UndoRedoInUndoRedo"] = "Impossibile eseguire Annulla / Ripeti mentre è in corso Annulla / Ripeti."; this["LE_UndoRedoWhileSuspended"] = "Impossibile eseguire Undo / Redo mentre UndoManager è stato sospeso."; this["MoveItemDescription"] = "Sposta '{1}'"; this["MoveItemDescriptionDetailed"] = "Sposta '{1}' da '{2}' a '{3}'"; this["PropertyChangeDescription"] = "Modifica '{0}' in '{1}'"; this["PropertyChangeDescriptionDetailed"] = "Cambia '{0}' in '{1}' in '{3}'"; this["ReinitializeCollectionDescription"] = "Modifica batch '{2}'"; this["ReinitializeCollectionDescriptionDetailed"] = "Modifica batch '{2}'"; this["RemoveItemDescription"] = "Rimuovi '{1}'"; this["RemoveItemDescriptionDetailed"] = "Rimuovi '{1}'"; this["RemoveRangeDescription"] = "Rimuovi {1} {2}"; this["RemoveRangeDescriptionDetailed"] = "Rimuovi {1} {2}"; this["ReplaceItemDescription"] = "Sostituisci \"{1}\""; this["ReplaceItemDescriptionDetailed"] = "Sostituisci '{1}' con '{2}'"; } }