]> git.basschouten.com Git - openhab-addons.git/commitdiff
[twitter] Extend properties file with all default translations (#11528)
authorlolodomo <lg.hc@free.fr>
Sat, 6 Nov 2021 09:08:57 +0000 (10:08 +0100)
committerGitHub <noreply@github.com>
Sat, 6 Nov 2021 09:08:57 +0000 (10:08 +0100)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.twitter/src/main/resources/OH-INF/i18n/twitter.properties

index 3de984bd6a2d01b9ac3a643e33463a5178364c3e..1dc20882dc251f88b99f2ad05ace924a0d4927b2 100644 (file)
@@ -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.