mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add Japanese translation files(61-email.json, 27-twitter.json) (#323)
* Add Japanese translation file for e-mail(61-email.json) * Add Japanese translation file for twitter(27-twitter.json)
This commit is contained in:
committed by
Dave Conway-Jones
parent
80760af36a
commit
412d71701d
44
social/email/locales/ja/61-email.json
Normal file
44
social/email/locales/ja/61-email.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"email": {
|
||||
"label": {
|
||||
"to": "宛先",
|
||||
"server": "サーバ",
|
||||
"port": "ポート",
|
||||
"userid": "ユーザID",
|
||||
"password": "パスワード",
|
||||
"repeat": "更新",
|
||||
"seconds": "秒",
|
||||
"folder": "フォルダ",
|
||||
"protocol": "プロトコル",
|
||||
"useSSL": "SSLを使用",
|
||||
"disposition": "受信後の処理"
|
||||
},
|
||||
"default-message": "__description__\n\nNode-REDからファイルが添付されました: __filename__",
|
||||
"tip": {
|
||||
"cred": "<b>注釈:</b> emailkeys.jsファイルから認証情報をコピーしました。",
|
||||
"recent": "注釈: 最新のメールを1件のみ取得します。"
|
||||
},
|
||||
"status": {
|
||||
"messagesent": "メッセージを送信しました: __response__",
|
||||
"fetching": "受信中",
|
||||
"foldererror": "フォルダ受信エラー",
|
||||
"messageerror": "メッセージ受信エラー",
|
||||
"message": "メッセージ #__number__",
|
||||
"newemail": "新しいe-mailを受信しました: __topic__",
|
||||
"duplicate": "重複したメッセージは送信されません: __topic__",
|
||||
"inboxzero": "受信トレイにメールがありません",
|
||||
"sending": "送信中",
|
||||
"sendfail": "送信が失敗しました",
|
||||
"connecterror": "接続エラー"
|
||||
},
|
||||
"errors": {
|
||||
"nouserid": "e-mailのユーザIDが設定されていません",
|
||||
"nopassword": "e-mailのパスワードが設定されていません",
|
||||
"nocredentials": "e-mailの認証情報がありません。「情報」タブを参照してください",
|
||||
"nosmtptransport": "SMTP転送が設定されていません。「情報」タブを参照してください",
|
||||
"nopayload": "送信するペイロードがありません",
|
||||
"fetchfail": "フォルダの受信に失敗しました: __folder__",
|
||||
"messageerror": "メッセージ受信エラー: __error__"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user