Merge pull request #2264 from node-red-hitachi/fix-de-message-catalogue

remove unused entries in DE message catalogue
This commit is contained in:
Nick O'Leary 2019-08-14 09:51:51 +01:00 committed by GitHub
commit 5b8bd6e64f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 59 deletions

View File

@ -26,8 +26,7 @@
"status" : "Status",
"enabled" : "Aktiviert",
"disabled" : "Inaktiviert",
"info" : "Beschreibung",
"tip" : "Beschreibung akzeptiert Markdown und wird auf der Registerkarte Info angezeigt."
"info" : "Beschreibung"
},
"menu" : {
"label" : {
@ -237,7 +236,6 @@
"deleteSubflow" : "Subflow löschen",
"info" : "Beschreibung",
"category" : "Kategorie",
"format" : "Markdown-Format",
"errors" : {
"noNodesSelected" : "<strong> Subflow kann nicht erstellt werden </strong>: Es wurden keine Nodes ausgewählt.",
"multipleInputsToSelection" : "<strong> Subflow kann nicht erstellt werden </strong>: Mehrere Eingaben zur Auswahl"

View File

@ -127,14 +127,7 @@
},
"link" : {
"linkIn" : "eingehende Verbindung",
"linkOut" : "ausgehende Verbindung",
"label" : {
"event" : "Ereignisname",
"node" : "Name",
"type" : "Fluss",
"sortByFlow" : "Nach Fluss sortieren",
"sortByLabel" : "Nach Namen sortieren"
}
"linkOut" : "ausgehende Verbindung"
},
"tls" : {
"tls" : "TLS-Konfiguration",
@ -188,8 +181,7 @@
"error" : {
"inputListener" : "Das Empfangsprogramm kann nicht zum 'input' -Ereignis in Funktion hinzugefügt werden.",
"non-message-returned" : "Funktion hat versucht, eine Nachricht vom Typ __type__ zu senden"
},
"tip" : "Informationen zum Schreiben von Funktionen finden Sie auf der Registerkarte \"Info\"."
}
},
"template" : {
"template" : "Vorlage",
@ -299,12 +291,7 @@
}
},
"comment" : {
"comment" : "Kommentar",
"label" : {
"title" : "Titel",
"body" : "Text"
},
"tip" : "Tipp: Der Text kann als <a href=\"https://help.github.com/articles/markdown-basics/\" target=\"_blank\"> Github Markdown geschrieben werden</a>"
"comment" : "Kommentar"
},
"unknown" : {
"label" : {
@ -729,21 +716,6 @@
"xml_js" : "Dieser Node verarbeitet nur XML-Zeichenfolgen oder JS-Objekte."
}
},
"tail" : {
"tail" : "Tail",
"label" : {
"filename" : "Name der Datei",
"type" : "Dateityp",
"splitlines" : "Zeilen in \\n teilen?"
},
"action" : {
"text" : "Textdatei: gibt Zeichenfolge zurück",
"binary" : "Binärdatei: gibt Buffer zurück"
},
"errors" : {
"windowsnotsupport" : "Wird derzeit unter Windows nicht unterstützt."
}
},
"file" : {
"label" : {
"filename" : "Name der Datei",

View File

@ -1,25 +0,0 @@
<!--
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/x-red" data-help-name="tail">
<p>Überwacht (prüft, ob Dinge hinzugefügt werden) die konfigurierte Datei (nur Linux/Mac)</p>
<p>Dies funktioniert nicht auf Windows-Dateisystemen, da es auf dem Befehl <b>tail -F</b> basiert.</p>
<h3>Ausgaben</h3>
<ul>
<li>Textdateien (UTF-8) werden als Strings zurückgegeben.</li>
<li>Binärdateien werden als Buffer-Objekte zurückgegeben.</li>
</ul>
</script>