mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add French translation of common nodes
This commit is contained in:
28
packages/node_modules/@node-red/nodes/locales/fr/common/98-unknown.html
vendored
Normal file
28
packages/node_modules/@node-red/nodes/locales/fr/common/98-unknown.html
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
Copyright JS Foundation and other contributors, http://js.foundation
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<script type="text/html" data-help-name="unknown">
|
||||
<p>Ce noeud est d'un type inconnu de votre installation de Node-RED.</p>
|
||||
<h3>Détails</h3>
|
||||
<p><i>Si vous déployez avec le noeud dans cet état, sa configuration sera préservée, mais
|
||||
le flux ne démarrera pas tant que le type manquant ne sera pas installé.</i></p>
|
||||
<p>Utilisez l'option <code>Menu - Gérer la palette</code>
|
||||
pour rechercher et installer des noeuds, ou <b>npm install <module></b> pour
|
||||
installer, tous les modules manquants et redémarrer Node-RED et réimporter les noeuds.</p>
|
||||
<p>Il est possible que ce type de noeud soit déjà installé, mais qu'il manque une dépendance. Vérifiez au démarrage de Node-RED
|
||||
le log pour tous les messages d'erreurs associés au type de noeud manquant.</p>
|
||||
<p>Sinon, vous devez contacter l'auteur du flux pour obtenir une copie du type de noeud manquant.</p>
|
||||
</script>
|
Reference in New Issue
Block a user