mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02: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:
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__"
|
||||
}
|
||||
}
|
||||
}
|
50
social/twitter/locales/ja/27-twitter.json
Normal file
50
social/twitter/locales/ja/27-twitter.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"twitter": {
|
||||
"label": {
|
||||
"twitter-id": "Twitter ID",
|
||||
"search": "検索対象",
|
||||
"for": "検索条件",
|
||||
"user": "ユーザ",
|
||||
"dmslabel": "DMs",
|
||||
"followers": "followed by",
|
||||
"tweetslabel": "tweets",
|
||||
"eventslabel": "events",
|
||||
"clickhere": "Twitterの認証を行うため、ここをクリックしてください"
|
||||
},
|
||||
"placeholder": {
|
||||
"for": "@ids, #tagsはコンマ区切りで入力",
|
||||
"user": "複数ユーザの場合、@twitterのハンドルネームをコンマ区切りで入力"
|
||||
},
|
||||
"search": {
|
||||
"public": "全ての公開ツイート",
|
||||
"follow": "フォローしているユーザの全てのツイート",
|
||||
"user": "特定ユーザのツイート",
|
||||
"direct": "ダイレクトメッセージ",
|
||||
"events": "自身のイベント"
|
||||
},
|
||||
"tip": "注釈: 複数の検索条件を指定する場合は、空白のないコンマで区切り入力してください。コンマはOR条件、空白はAND条件となります。<br/>Twitter APIは全てのツイートを取得できないことがあります。<br/>「フォローしているユーザの全てのツイート」には、リツイートやいいねが含まれます。<br/><br/>msg.payloadに検索条件を指定する場合は <b>「検索条件」</b> を空欄にしてください。",
|
||||
"status": {
|
||||
"using-geo": "位置情報を使用中: __location__",
|
||||
"tweeting": "ツイート中",
|
||||
"failed": "失敗"
|
||||
},
|
||||
"warn": {
|
||||
"nousers": "ユーザが設定されていません",
|
||||
"waiting": "検索を待っています"
|
||||
},
|
||||
"errors": {
|
||||
"ratelimit": "受信量の上限に達しました",
|
||||
"limitrate": "受信量を制限中",
|
||||
"streamerror": "ストリームエラー: __error__ (__rc__)",
|
||||
"unexpectedend": "ストリームが予期せず終了しました",
|
||||
"invalidtag": "無効なタグプロパティ",
|
||||
"missingcredentials": "Twitterが認証されていません",
|
||||
"truncated": "140文字を超えるツイートが切り捨てられました",
|
||||
"sendfail": "ツイートの投稿が失敗: __error__",
|
||||
"nopayload": "ツイートするペイロードがありません",
|
||||
"oauthbroke": "something in twitter oauth broke.",
|
||||
"oautherror": "<html><head></head><body><p>認証処理で問題が生じました。以下のエラーが返されました:</p><p><b>__statusCode__</b>: __errorData__</p><p>Node-REDが動いているシステムの時刻が正しく設定されていないことが、このエラーの原因の1つです。</p></body></html>",
|
||||
"authorized": "<html><head></head><body><p>認証されました - このウィンドウを閉じて、Node-REDへ戻ることができます。</p></body></html>"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user