node-red-nodes/social/twitter/locales/en-US/27-twitter.json

56 lines
2.3 KiB
JSON
Raw Normal View History

2015-06-16 11:36:19 +02:00
{
"twitter": {
"label": {
"twitter-id":"Twitter ID",
"search": "Search",
"for": "for",
"user": "User",
"dmslabel": "DMs",
"followers": "followed by",
2015-06-16 11:36:19 +02:00
"tweetslabel": "tweets",
"eventslabel": "events",
"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"
2015-06-16 11:36:19 +02:00
},
"placeholder": {
"for": "comma-separated words, @ids, #tags",
"user": "comma-separated @twitter handles"
},
"search": {
"public": "all public tweets",
"follow": "all tweets from people I follow",
2015-06-16 11:36:19 +02:00
"user": "the tweets of specific users",
"direct": "your direct messages",
"events": "your twitter events"
2015-06-16 11:36:19 +02:00
},
"tip": "Tip: Use commas without spaces between multiple search terms. Comma = OR, Space = AND.<br/>The Twitter API WILL NOT deliver 100% of all tweets.<br/>Tweets of who you follow will include their retweets and favourites.<br/><br/>Leave <b>for</b> blank to set using msg.payload.",
2015-06-16 11:36:19 +02:00
"status": {
"using-geo": "Using geo location: __location__",
"tweeting": "tweeting",
"failed":"failed"
},
"warn": {
"nousers":"User option selected but no users specified",
"waiting":"Waiting for search term"
},
2015-06-16 11:36:19 +02:00
"errors": {
"ratelimit":"rate limit hit",
"limitrate":"limiting rate",
"streamerror":"stream error: __error__ (__rc__)",
2015-06-16 11:36:19 +02:00
"unexpectedend":"stream ended unexpectedly",
"invalidtag":"invalid tag property",
"missingcredentials":"missing twitter credentials",
"truncated":"truncated tweet greater than 280 characters",
2015-06-16 11:36:19 +02:00
"sendfail":"send tweet failed: __error__",
"nopayload":"no payload to tweet"
2015-06-16 11:36:19 +02:00
}
}
}