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,22 +15,19 @@
|
||||
-->
|
||||
|
||||
<script type="text/html" data-help-name="html">
|
||||
<p>Extracts elements from an html document held in <code>msg.payload</code> using a CSS selector.</p>
|
||||
<h3>Inputs</h3>
|
||||
<p>Extrae elementos de un documento HTML contenido en <code>msg.payload</code> usando un selector CSS.</p>
|
||||
<h3>Entradas</h3>
|
||||
<dl class="message-properties">
|
||||
<dt>payload <span class="property-type">string</span></dt>
|
||||
<dd>the html string from which to extract elements.</dd>
|
||||
<dt class="optional">select <span class="property-type">string</span></dt>
|
||||
<dd>if not configured in the edit panel the selector can be set as a property of msg.</dd>
|
||||
<dt>payload <span class="property-type">texto</span></dt>
|
||||
<dd>la cadena HTML de la que extraer elementos.</dd>
|
||||
<dt class="optional">select <span class="property-type">texto</span></dt>
|
||||
<dd>Si no está configurado en el panel de edición, el selector se puede configurar como esta propiedad de msg.</dd>
|
||||
</dl>
|
||||
<h3>Output</h3>
|
||||
<h3>Salidas</h3>
|
||||
<dl class="message-properties">
|
||||
<dt>payload <span class="property-type">array | string</span></dt>
|
||||
<dd>the result can be either a single message with a payload containing an array of the matched elements, or multiple
|
||||
messages that each contain a matched element. If multiple messages are sent they will also have <code>parts</code> set.</dd>
|
||||
<dt>payload <span class="property-type">matriz | texto</span></dt>
|
||||
<dd>el resultado puede ser un único mensaje con una carga que contenga una matriz de elementos coincidentes o varios mensajes que contengan cada uno un elemento coincidente. Si se envían varios mensajes, también tendrán <code>parts</code> configuradas.</dd>
|
||||
</dl>
|
||||
<h3>Details</h3>
|
||||
<p>This node supports a combination of CSS and jQuery selectors. See the
|
||||
<a href="https://github.com/fb55/CSSselect#user-content-supported-selectors" target="_blank">css-select documentation</a> for more information
|
||||
on the supported syntax.</p>
|
||||
<h3>Detalles</h3>
|
||||
<p>Este nodo admite una combinación de selectores CSS y jQuery. Consulta la <a href="https://github.com/fb55/CSSselect#user-content-supported-selectors" target="_blank">documentación de css-select</a> para obtener más información sobre la sintaxis admitida.</p>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user