mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 07:21:08 +01:00
Add i18n labels and tips
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
"keyFile":"Private key",
|
||||
"users": "Users",
|
||||
"auth": "Authenticate users",
|
||||
"noAuth": "No authentication",
|
||||
"addButton": "Add",
|
||||
"expert": "Expert"
|
||||
},
|
||||
@@ -52,7 +53,8 @@
|
||||
"tip": {
|
||||
"cred": "<b>Note:</b> Copied credentials from global emailkeys.js file.",
|
||||
"recent": "Tip: Only retrieves the single most recent email.",
|
||||
"mta": "<b>Note:</b> To use ports below 1024 you may need elevated (root) privileges. See help sidebar."
|
||||
"mta": "<b>Note:</b> To use ports below 1024 you may need elevated (root) privileges. See help sidebar.",
|
||||
"mta-custom-auth": "<b>Expected Format:</b> <code>[{\"name\":string, \"password\":string}, ...]</code>"
|
||||
},
|
||||
"status": {
|
||||
"messagesent": "Message sent: __response__",
|
||||
|
||||
@@ -40,7 +40,8 @@
|
||||
"tip": {
|
||||
"cred": "<b>注釈:</b> emailkeys.jsファイルから認証情報をコピーしました。",
|
||||
"recent": "注釈: 最新のメールを1件のみ取得します。",
|
||||
"mta": "<b>注釈:</b> 1024未満のポートを使用するには、昇格された(root)特権が必要です。ヘルプサイドバーを参照してください。"
|
||||
"mta": "<b>注釈:</b> 1024未満のポートを使用するには、昇格された(root)特権が必要です。ヘルプサイドバーを参照してください。",
|
||||
"mta-custom-auth": "<b>期待される形式:</b> <code>[{\"name\":string, \"password\":string}, ...]</code>"
|
||||
},
|
||||
"status": {
|
||||
"messagesent": "メッセージを送信しました: __response__",
|
||||
|
||||
Reference in New Issue
Block a user