2015-06-16 11:36:19 +02:00
{
"twitter" : {
"label" : {
2018-10-24 13:31:14 +02:00
"twitter-id" : "Twitter ID" ,
2015-06-16 11:36:19 +02:00
"search" : "Search" ,
"for" : "for" ,
"user" : "User" ,
"dmslabel" : "DMs" ,
2016-09-30 00:30:13 +02:00
"followers" : "followed by" ,
2015-06-16 11:36:19 +02:00
"tweetslabel" : "tweets" ,
2016-11-12 12:43:25 +01:00
"eventslabel" : "events" ,
2018-06-07 12:25:25 +02:00
"create" : "Create your own application at" ,
2018-10-24 13:31:14 +02:00
"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"
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" ,
2016-09-28 18:09:58 +02:00
"follow" : "all tweets from people I follow" ,
2015-06-16 11:36:19 +02:00
"user" : "the tweets of specific users" ,
2016-11-12 12:43:25 +01:00
"direct" : "your direct messages" ,
2018-06-07 12:25:25 +02:00
"events" : "your twitter events"
2015-06-16 11:36:19 +02:00
} ,
2016-09-27 22:21:28 +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" ,
2018-10-24 13:31:14 +02:00
"failed" : "failed"
2015-06-16 11:36:19 +02:00
} ,
2016-09-27 18:56:35 +02:00
"warn" : {
2018-10-24 13:31:14 +02:00
"nousers" : "User option selected but no users specified" ,
"waiting" : "Waiting for search term"
2016-09-27 18:56:35 +02:00
} ,
2015-06-16 11:36:19 +02:00
"errors" : {
2018-10-24 13:31:14 +02:00
"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"
2015-06-16 11:36:19 +02:00
}
}
2016-09-27 18:56:35 +02:00
}