[twitter] Extend properties file with all default translations (#11528)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
ffa0b04cac
commit
360c6caf5c
|
@ -1,9 +1,32 @@
|
|||
# binding
|
||||
|
||||
binding.twitter.name = Twitter Binding
|
||||
binding.twitter.description = Supports adding Thing for getting the Last Tweet. Send Tweets and Pictures with Actions.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.twitter.account.label = Twitter Account
|
||||
thing-type.twitter.account.description = Account uses for sending Tweets
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.twitter.account.accessToken.label = Access Token
|
||||
thing-type.config.twitter.account.accessTokenSecret.label = Access Token Secret
|
||||
thing-type.config.twitter.account.consumerKey.label = Consumer API Key
|
||||
thing-type.config.twitter.account.consumerSecret.label = Consumer API Secret
|
||||
thing-type.config.twitter.account.refresh.label = Refresh Time
|
||||
thing-type.config.twitter.account.refresh.description = Refresh Time for This Account in Mins
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.twitter.lasttweet.label = Last Tweet
|
||||
channel-type.twitter.lasttweet.description = Users Last Tweet
|
||||
|
||||
# actions
|
||||
sendTweetActionLabel = send a Tweet
|
||||
sendTweetActionDescription = Sends a Tweet.
|
||||
|
||||
sendAttachmentTweetActionLabel = send a Tweet with attachment
|
||||
sendAttachmentTweetActionDescription = Sends a Tweet with an attachment.
|
||||
|
||||
sendDirectMessageActionLabel = send a DirectMessage
|
||||
sendDirectMessageActionDescription = Sends a DirectMessage.
|
||||
sendTweetActionLabel = send a Tweet
|
||||
sendTweetActionDescription = Sends a Tweet.
|
||||
|
|
Loading…
Reference in New Issue