node-red-node-twitter
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"twitter": { | ||
"label": { | ||
"twitter-id":"Twitter ID", | ||
"twitter-id": "Twitter ID", | ||
"search": "Search", | ||
@@ -13,10 +13,9 @@ "for": "for", | ||
"create": "Create your own application at", | ||
"copy-consumer": "From the 'Keys and Access Tokens' section, copy the Consumer Key and Secret", | ||
"consumer_key": "Consumer Key", | ||
"consumer_secret": "Consumer Secret", | ||
"copy-accessToken": "Create a new 'Access Token' and copy the Access Token and Secret", | ||
"access_key": "Access Token", | ||
"access_secret": "Access Token Secret", | ||
"enter-id":"Set your Twitter ID" | ||
"copy-consumer": "From the 'Keys and tokens' section, copy the Consumer API keys", | ||
"consumer_key": "API key", | ||
"consumer_secret": "API secret key", | ||
"copy-accessToken": "Create a new 'Access token & access token secret' and copy them", | ||
"access_key": "Access token", | ||
"access_secret": "Access token secret", | ||
"enter-id": "Set your Twitter ID" | ||
}, | ||
@@ -38,20 +37,20 @@ "placeholder": { | ||
"tweeting": "tweeting", | ||
"failed":"failed" | ||
"failed": "failed" | ||
}, | ||
"warn": { | ||
"nousers":"User option selected but no users specified", | ||
"waiting":"Waiting for search term" | ||
"nousers": "User option selected but no users specified", | ||
"waiting": "Waiting for search term" | ||
}, | ||
"errors": { | ||
"ratelimit":"rate limit hit", | ||
"limitrate":"limiting rate", | ||
"streamerror":"stream error: __error__ (__rc__)", | ||
"unexpectedend":"stream ended unexpectedly", | ||
"invalidtag":"invalid tag property", | ||
"missingcredentials":"missing twitter credentials", | ||
"truncated":"truncated tweet greater than 280 characters", | ||
"sendfail":"send tweet failed: __error__", | ||
"nopayload":"no payload to tweet" | ||
"ratelimit": "rate limit hit", | ||
"limitrate": "limiting rate", | ||
"streamerror": "stream error: __error__ (__rc__)", | ||
"unexpectedend": "stream ended unexpectedly", | ||
"invalidtag": "invalid tag property", | ||
"missingcredentials": "missing twitter credentials", | ||
"truncated": "truncated tweet greater than 280 characters", | ||
"sendfail": "send tweet failed: __error__", | ||
"nopayload": "no payload to tweet" | ||
} | ||
} | ||
} |
@@ -12,3 +12,10 @@ { | ||
"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を設定" | ||
}, | ||
@@ -45,8 +52,5 @@ "placeholder": { | ||
"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": "ツイートするペイロードがありません" | ||
} | ||
} | ||
} |
{ | ||
"name": "node-red-node-twitter", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A Node-RED node to talk to Twitter", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59222
783