igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
64 lines (63 loc) • 6.04 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 UndoLocalePt = /** @class */ /*@__PURE__*/ (function () {
function UndoLocalePt() {
this["AddItemDescription"] = "Adicionar '{1}'";
this["AddItemDescriptionDetailed"] = "Adicionar '{1}'";
this["AddRangeDescription"] = "Adicionar {1} {2} (s)";
this["AddRangeDescriptionDetailed"] = "Adicionar {1} {2} (s)";
this["FallbackTransactionDescription"] = "";
this["LE_AddOpenTransaction"] = "Não é possível AnularTransação que não foi aberta ou ainda está aberta.";
this["LE_AddTransactionDirect"] = "Não é possível AnularTransação. TransaçãoRaiz é adicionada automaticamente ao confirmar.";
this["LE_AddUnitWhileTransactionOpen"] = "Não é possível adicionar um AnularUnidade enquanto a transação contém uma transação aberta aninhada '{0}'.";
this["LE_ArgumentIsNegative"] = "O '{0}' deve ser 0 ou superior. Valor real: '{1}'";
this["LE_CannotExecuteOpenTransaction"] = "Não é possível invocar Executar enquanto a transação '{0}' estiver aberta.";
this["LE_ChangeHistoryInMerge"] = "Não é possível alterar o histórico Anular/Refazer enquanto uma união está a ser invocada";
this["LE_ChangeHistoryInRemoveAll"] = "Não é possível alterar o histórico Anular/Refazer enquanto RemoverTudo está a ser invocado.";
this["LE_ChildTransactionNotInUnits"] = "A transação descendente especificada '{0}' não faz parte das Unidades desta transação.";
this["LE_ClosingOtherTransaction"] = "A transação especificada '{0}' não é a transação atualmente aberta '{1}'.";
this["LE_EndTransactionWhileSuspended"] = "Não é possível fechar uma transação enquanto AnularManager está suspenso.";
this["LE_EnumEnded"] = "O enumerador foi concluído.";
this["LE_EnumFailedVersion"] = "A coleção foi modificada após o início do enumerador.";
this["LE_EnumNotStarted"] = "O enumerador não foi iniciado. Chame MoverSeguinte.";
this["LE_FactoryNullTransaction"] = "AnularFábricaDeUnidade devolveu um AnularTransação nulo.";
this["LE_HasOpenTransaction"] = "Uma transação já foi aberta.";
this["LE_HistoryItemNotInCurrentHistory"] = "AnularItemDeHistórico não existe no histórico de Anular ou Refazer associado em AnularGestor.";
this["LE_InvalidTransactionOwner"] = "O proprietário da transação especificada não é este objeto.";
this["LE_NeedAddRemoveAction"] = "A ação especificada deve ser 'Adicionar' ou 'Remover'.";
this["LE_NewTransactionWhileSuspended"] = "Uma transação não pode ser iniciada enquanto o UndoManager está suspenso.";
this["LE_RangeCollectionAction"] = "As ações de intervalo não são suportadas.";
this["LE_ReferenceNotRegistered"] = "A referência especificada '{0}' não foi registada com uma instância AnularGestor. Use o método RegistarReferência para registar a referência com um AnularGestor ou passar nulo como a 'referência' a usar a instância estática/partilhada do thread AnularGestor.Atual.";
this["LE_ReferenceRegisteredToOther"] = "A referência especificada '{0}' é registada com uma instância UndoManager diferente.";
this["LE_RemoveAllFailedVersion"] = "A coleção foi modificada durante a chamada para RemoverTudo.";
this["LE_ResetCollectionAction"] = "A ação de redefinição não é suportada.";
this["LE_TargetCollectionIsReadOnly"] = "A coleção especificada '{0}' não pode ser só de leitura.";
this["LE_TransactionAlreadyOpened"] = "A transação já foi aberta.";
this["LE_TransactionClosed"] = "A transação não pode ser modificada depois de ter sido fechada.";
this["LE_TransactionNotOpened"] = "A transação especificada '{0}' não está aberta.";
this["LE_TransactionNotStarted"] = "A transação não pode ser modificada até ser iniciada.";
this["LE_UndoManagerAsReference"] = "Uma instância 'AnularGestor' não pode ser uma referência.";
this["LE_UndoRedoInRollback"] = "Não é possível executar a função Anular/Refazer enquanto estiver a decorrer uma reversão.";
this["LE_UndoRedoInTransaction"] = "Não é possível Anular/Refazer enquanto uma transação está aberta.";
this["LE_UndoRedoInUndoRedo"] = "Não é possível executar a função Anular/Refazer enquanto estiver a decorrer.";
this["LE_UndoRedoWhileSuspended"] = "Não é possível executar a função Anular/Refazer enquanto AnularGestor estiver suspenso.";
this["MoveItemDescription"] = "Mover '{1}'";
this["MoveItemDescriptionDetailed"] = "Mover '{1}' de '{2}' para '{3}'";
this["PropertyChangeDescription"] = "Alterar '{0}' em '{1}'";
this["PropertyChangeDescriptionDetailed"] = "Alterar '{0}' em '{1}' para '{3}'";
this["ReinitializeCollectionDescription"] = "Alteração do lote '{2}'";
this["ReinitializeCollectionDescriptionDetailed"] = "Alteração do lote '{2}'";
this["RemoveItemDescription"] = "Remover '{1}'";
this["RemoveItemDescriptionDetailed"] = "Remover '{1}'";
this["RemoveRangeDescription"] = "Remover {1} {2} (s)";
this["RemoveRangeDescriptionDetailed"] = "Remover {1} {2} (s)";
this["ReplaceItemDescription"] = "Substituir '{1}'";
this["ReplaceItemDescriptionDetailed"] = "Substitua '{1}' por '{2}'";
}
return UndoLocalePt;
}());
export { UndoLocalePt };