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.81 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 UndoLocaleEs {
constructor() {
this["AddItemDescription"] = "Añadir '{1}'";
this["AddItemDescriptionDetailed"] = "Añadir '{1}'";
this["AddRangeDescription"] = "Añadir {1} {2}(s)";
this["AddRangeDescriptionDetailed"] = "Añadir {1} {2}(s)";
this["FallbackTransactionDescription"] = "";
this["LE_AddOpenTransaction"] = "No se puede agregar UndoTransaction si no se ha abierto o sigue abierta.";
this["LE_AddTransactionDirect"] = "No se puede agregar UndoTransaction. RootTransaction se agrega automáticamente a Commit.";
this["LE_AddUnitWhileTransactionOpen"] = "No se puede agregar UndoUnit mientras la transacción contiene una transacción '{0}' abierta anidada.";
this["LE_ArgumentIsNegative"] = "{0}' debe ser 0 o mayor. Valor real: '{1}'";
this["LE_CannotExecuteOpenTransaction"] = "No se puede invocar Ejecutar mientras la transacción '{0}' está abierta.";
this["LE_ChangeHistoryInMerge"] = "No se puede modificar el historial de deshacer/rehacer mientras se invoca una combinación";
this["LE_ChangeHistoryInRemoveAll"] = "No se puede alterar el historial de deshacer/rehacer mientras se invoca RemoveAll.";
this["LE_ChildTransactionNotInUnits"] = "La transacción secundaria especificada '{0}' no forma parte de las Unidades de esta transacción.";
this["LE_ClosingOtherTransaction"] = "La transacción '{0}' especificada no es la transacción '{1}' abierta actualmente.";
this["LE_EndTransactionWhileSuspended"] = "No se puede cerrar una transacción mientras UndoManager se haya suspendido.";
this["LE_EnumEnded"] = "Se completó el enumerador.";
this["LE_EnumFailedVersion"] = "La colección se modificó después del inicio del enumerador.";
this["LE_EnumNotStarted"] = "El enumerador no se inició. Llame a MoveNext.";
this["LE_FactoryNullTransaction"] = "UndoUnitFactory devolvió un UndoTransaction nulo.";
this["LE_HasOpenTransaction"] = "Ya se ha abierto una transacción.";
this["LE_HistoryItemNotInCurrentHistory"] = "UndoHistoryItem no existe dentro del historial de deshacer o rehacer asociado de UndoManager.";
this["LE_InvalidTransactionOwner"] = "El propietario de la transacción especificada no es este objeto.";
this["LE_NeedAddRemoveAction"] = "La acción especificada debe ser 'Add' o 'Remove'.";
this["LE_NewTransactionWhileSuspended"] = "No se puede iniciar una transacción mientras UndoManager se haya suspendido.";
this["LE_RangeCollectionAction"] = "No se admiten acciones de rango.";
this["LE_ReferenceNotRegistered"] = "La referencia '{0}' especificada no se ha registrado con una instancia de UndoManager. Use el método RegisterReference para registrar la referencia con UndoManager o pase un valor null como 'reference' para usar la instancia estática/compartida del subproceso UndoManager.Current.";
this["LE_ReferenceRegisteredToOther"] = "La referencia '{0}' especificada se registra con una instancia UndoManager diferente.";
this["LE_RemoveAllFailedVersion"] = "La colección se modificó durante la llamada a RemoveAll.";
this["LE_ResetCollectionAction"] = "No se admite la acción de restablecimiento.";
this["LE_TargetCollectionIsReadOnly"] = "La colección '{0}' especificada no puede ser de solo lectura.";
this["LE_TransactionAlreadyOpened"] = "La transacción ya se ha abierto.";
this["LE_TransactionClosed"] = "La transacción no se puede modificar una vez que se ha cerrado.";
this["LE_TransactionNotOpened"] = "La transacción '{0}' especificada no está abierta.";
this["LE_TransactionNotStarted"] = "La transacción no se puede modificar hasta que se haya iniciado.";
this["LE_UndoManagerAsReference"] = "Una instancia 'UndoManager' no puede ser una referencia.";
this["LE_UndoRedoInRollback"] = "No se puede efectuar Deshacer/Rehacer con una reversión en curso.";
this["LE_UndoRedoInTransaction"] = "No se puede ejecutar deshacer/rehacer mientras haya una transacción abierta.";
this["LE_UndoRedoInUndoRedo"] = "No se puede ejecutar Deshacer/Rehacer mientras se está ejecutando Deshacer/Rehacer.";
this["LE_UndoRedoWhileSuspended"] = "No se puede ejecutar Deshacer/Rehacer mientras UndoManager se haya suspendido.";
this["MoveItemDescription"] = "Mover '{1}'";
this["MoveItemDescriptionDetailed"] = "Mover '{1}' de '{2}' a '{3}'";
this["PropertyChangeDescription"] = "Cambiar '{0}' en '{1}'";
this["PropertyChangeDescriptionDetailed"] = "Cambiar '{0}' en '{1}' a '{3}'";
this["ReinitializeCollectionDescription"] = "Cambio en bloque {2}";
this["ReinitializeCollectionDescriptionDetailed"] = "Cambio en bloque {2}";
this["RemoveItemDescription"] = "Quitar '{1}'";
this["RemoveItemDescriptionDetailed"] = "Quitar '{1}'";
this["RemoveRangeDescription"] = "Quitar {1} {2}(s)";
this["RemoveRangeDescriptionDetailed"] = "Quitar {1} {2}(s)";
this["ReplaceItemDescription"] = "Sustituir '{1}'";
this["ReplaceItemDescriptionDetailed"] = "Sustituir '{1}' por '{2}'";
}
}