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,8 +15,7 @@
|
||||
-->
|
||||
|
||||
<script type="text/html" data-help-name="comment">
|
||||
<p>A node you can use to add comments to your flows.</p>
|
||||
<h3>Details</h3>
|
||||
<p>The edit panel will accept Markdown syntax. The text will be rendered into
|
||||
the information side panel.</p>
|
||||
<p>Un nodo que puedes utilizar para agregar comentarios a tus flujos.</p>
|
||||
<h3>Detalles</h3>
|
||||
<p>El panel de edición aceptará la sintaxis de Markdown. El texto se representará en el panel lateral de información.</p>
|
||||
</script>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
<script type="text/html" data-help-name="global-config">
|
||||
<p>A node for holding global configuration of flows.</p>
|
||||
<p>Un nodo para mantener la configuración global de flujos.</p>
|
||||
</script>
|
||||
|
@@ -15,14 +15,10 @@
|
||||
-->
|
||||
|
||||
<script type="text/html" data-help-name="unknown">
|
||||
<p>This node is a type unknown to your installation of Node-RED.</p>
|
||||
<h3>Details</h3>
|
||||
<p><i>If you deploy with the node in this state, its configuration will be preserved, but
|
||||
the flow will not start until the missing type is installed.</i></p>
|
||||
<p>Use the <code>Menu - Manage Palette</code> option
|
||||
to search for and install nodes, or <b>npm install <module></b> to
|
||||
install, any missing modules and restart Node-RED and reimport the nodes.</p>
|
||||
<p>It is possible this node type is already installed, but is missing a dependency. Check the Node-RED start-up
|
||||
log for any error messages associated with the missing node type.</p>
|
||||
<p>Otherwise, you should contact the author of the flow to obtain a copy of the missing node type.</p>
|
||||
<p>Este nodo es un tipo desconocido para tu instalación de Node-RED.</p>
|
||||
<h3>Detalles</h3>
|
||||
<p><i>Si realizas la instanciación con el nodo en este estado, se conservará tu configuración, pero el flujo no se iniciará hasta que se instales el tipo que falta.</i></p>
|
||||
<p>Utiliza la opción <code>Menú - Administrar paleta</code> para buscar e instalar nodos, o <b>npm install <module></b> para instalar cualquier módulo que falte, reinicia Node-RED y vuelva a importar los nodos.</p>
|
||||
<p>Es posible que este tipo de nodo ya esté instalado, pero le falte una dependencia. Consulta el registro de inicio de Node-RED para ver si hay mensajes de error asociados con el tipo de nodo que falta.</p>
|
||||
<p>De lo contrario, debe ponerse en contacto con el autor del flujo para obtener una copia del tipo de nodo que falta.</p>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user