mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
i18n(es-ES) node help screens
This commit is contained in:
@@ -15,25 +15,19 @@
|
||||
-->
|
||||
|
||||
<script type="text/html" data-help-name="change">
|
||||
<p>Set, change, delete or move properties of a message, flow context or global context.</p>
|
||||
<p>The node can specify multiple rules that will be applied in the order they are defined.</p>
|
||||
<h3>Details</h3>
|
||||
<p>The available operations are:</p>
|
||||
<p>Establecer, cambiar, eliminar o mover propiedades de un mensaje, contexto de flujo o contexto global.</p>
|
||||
<p>El nodo puede especificar múltiples reglas que se aplicarán en el orden en que se definan.</p>
|
||||
<h3>Detalles</h3>
|
||||
<p>Las operaciones disponibles son:</p>
|
||||
<dl class="message-properties">
|
||||
<dt>Set</dt>
|
||||
<dd>set a property. The value can be a variety of different types, or
|
||||
can be taken from an existing message or context property.</dd>
|
||||
<dt>Change</dt>
|
||||
<dd>search & replace parts of the property. If regular expressions
|
||||
are enabled, the "replace with" property can include capture groups, for
|
||||
example <code>$1</code>. Replace will only change the type if there
|
||||
is a complete match.</dd>
|
||||
<dt>Delete</dt>
|
||||
<dd>delete a property.</dd>
|
||||
<dt>Move</dt>
|
||||
<dd>move or rename a property.</dd>
|
||||
<dt>Establecer</dt>
|
||||
<dd>establecer una propiedad. El valor puede ser de varios tipos diferentes o puede tomarse de un mensaje existente o de una propiedad de contexto.</dd>
|
||||
<dt>Cambiar</dt>
|
||||
<dd>buscar y reemplazar partes de la propiedad. Si las expresiones regulares están habilitadas, la propiedad "reemplazar con" puede incluir grupos de captura, por ejemplo <code>$1</code>. Reemplazar solo cambiará el tipo si hay una coincidencia completa.</dd>
|
||||
<dt>Eliminar</dt>
|
||||
<dd>eliminar una propiedad.</dd>
|
||||
<dt>Mover</dt>
|
||||
<dd>mover o cambiar el nombre de una propiedad.</dd>
|
||||
</dl>
|
||||
<p>The "expression" type uses the <a href="http://jsonata.org/" target="_new">JSONata</a>
|
||||
query and expression language.
|
||||
</p>
|
||||
<p>El tipo "expresión" utiliza el lenguaje de consulta y expresión <a href="http://jsonata.org/" target="_new">JSONata</a>.</p>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user