Add i18n labels and tips

This commit is contained in:
Steve-Mcl
2025-08-25 14:14:25 +01:00
parent 853e88ba24
commit 82d6cb2b5e
2 changed files with 5 additions and 2 deletions

View File

@@ -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__",

View File

@@ -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__",