mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
clarify email node tls? option flag
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
"autotls": "STARTTLS?",
|
||||
"never": "nie",
|
||||
"required": "wenn erforderlich",
|
||||
"always": "immer"
|
||||
"always": "immer",
|
||||
"rejectUnauthorised": "Überprüfen sie, ob das serverzertifikat gültig ist"
|
||||
},
|
||||
"default-message": "__description__\n\nDatei von Node-RED ist angehängt: __filename__",
|
||||
"tip": {
|
||||
|
@@ -16,7 +16,7 @@
|
||||
"folder": "Folder",
|
||||
"protocol": "Protocol",
|
||||
"useSSL": "Use SSL?",
|
||||
"useTLS": "Use TLS?",
|
||||
"useTLS": "TLS option",
|
||||
"disposition": "Disposition",
|
||||
"none": "None",
|
||||
"read": "Mark Read",
|
||||
@@ -33,7 +33,8 @@
|
||||
"autotls": "Start TLS?",
|
||||
"never": "never",
|
||||
"required": "if required",
|
||||
"always": "always"
|
||||
"always": "always",
|
||||
"rejectUnauthorised": "Check server certificate is valid"
|
||||
},
|
||||
"default-message": "__description__\n\nFile from Node-RED is attached: __filename__",
|
||||
"tip": {
|
||||
|
@@ -12,6 +12,7 @@
|
||||
"folder": "フォルダ",
|
||||
"protocol": "プロトコル",
|
||||
"useSSL": "SSLを使用",
|
||||
"useTLS": "TLSオプション",
|
||||
"disposition": "受信後の処理",
|
||||
"none": "なし",
|
||||
"read": "既読",
|
||||
@@ -20,7 +21,8 @@
|
||||
"autotls": "TLSを開始?",
|
||||
"never": "なし",
|
||||
"always": "常時",
|
||||
"required": "必要な場合"
|
||||
"required": "必要な場合",
|
||||
"rejectUnauthorised": "チェックサーバ証明書は有効です"
|
||||
},
|
||||
"default-message": "__description__\n\nNode-REDからファイルが添付されました: __filename__",
|
||||
"tip": {
|
||||
|
Reference in New Issue
Block a user