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,20 +15,20 @@
|
||||
-->
|
||||
|
||||
<script type="text/html" data-help-name="status">
|
||||
<p>Report status messages from other nodes on the same tab.</p>
|
||||
<h3>Outputs</h3>
|
||||
<p>Informar mensajes de estado de otros nodos en la misma pestaña.</p>
|
||||
<h3>Salidas</h3>
|
||||
<dl class="message-properties">
|
||||
<dt>status.text <span class="property-type">string</span></dt>
|
||||
<dd>the status text.</dd>
|
||||
<dt>status.source.type <span class="property-type">string</span></dt>
|
||||
<dd>the type of the node that reported status.</dd>
|
||||
<dt>status.source.id <span class="property-type">string</span></dt>
|
||||
<dd>the id of the node that reported status.</dd>
|
||||
<dt>status.source.name <span class="property-type">string</span></dt>
|
||||
<dd>the name, if set, of the node that reported status.</dd>
|
||||
<dt>status.text <span class="property-type">texto</span></dt>
|
||||
<dd>el texto de estado.</dd>
|
||||
<dt>status.source.type <span class="property-type">texto</span></dt>
|
||||
<dd>el tipo de nodo que informó el estado.</dd>
|
||||
<dt>status.source.id <span class="property-type">texto</span></dt>
|
||||
<dd>la identificación del nodo que informó el estado.</dd>
|
||||
<dt>status.source.name <span class="property-type">texto</span></dt>
|
||||
<dd>el nombre, si está configurado, del nodo que informó el estado.</dd>
|
||||
</dl>
|
||||
<h3>Details</h3>
|
||||
<p>This node does not produce a <code>payload</code>.</p>
|
||||
<p>By default the node reports status for all nodes on the same workspace tab.
|
||||
It can be configured to selectively report status for individual nodes.</p>
|
||||
<h3>Detalles</h3>
|
||||
<p>Este nodo no produce una <code>carga</code>.</p>
|
||||
<p>De forma predeterminada, el nodo informa el estado de todos los nodos en la misma pestaña del espacio de trabajo.
|
||||
Se puede configurar para informar selectivamente el estado de nodos individuales.</p>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user