Update Japanese translation for twitter node (#500)

This commit is contained in:
Kazuhito Yokoi
2018-10-24 23:27:39 +09:00
committed by Dave Conway-Jones
parent 5b34702ac4
commit 8eaab69d04
2 changed files with 49 additions and 38 deletions

View File

@@ -9,7 +9,14 @@
"followers": "followed by",
"tweetslabel": "tweets",
"eventslabel": "events",
"clickhere": "Twitterの認証を行うため、ここをクリックしてください"
"create": "次のURLから自身のアプリケーションを作成",
"copy-consumer": "'Keys and tokens'セクションからConsumer APIキーをコピー",
"consumer_key": "API key",
"consumer_secret": "API secret key",
"copy-accessToken": "新たに'Access token & access token secret'を作成し、コピー",
"access_key": "Access token",
"access_secret": "Access token secret",
"enter-id": "Twitter IDを設定"
},
"placeholder": {
"for": "@ids, #tagsはコンマ区切りで入力",
@@ -41,10 +48,7 @@
"missingcredentials": "Twitterが認証されていません",
"truncated": "280文字を超えるツイートが切り捨てられました",
"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>"
"nopayload": "ツイートするペイロードがありません"
}
}
}