forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[openhabcloud] Added default i18n properties file (openhab#11547)
* Added default i18n properties file * Added translation property for service label Signed-off-by: Christoph Weitkamp <[email protected]> Signed-off-by: Michael Schmidt <[email protected]>
- Loading branch information
1 parent
32be935
commit 251d74b
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
bundles/org.openhab.io.openhabcloud/src/main/resources/OH-INF/i18n/openhabcloud.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# service | ||
|
||
service.io.openhabcloud.label = openHAB Cloud | ||
|
||
# bundle config | ||
|
||
io.config.openhabcloud.baseURL.label = Base URL | ||
io.config.openhabcloud.baseURL.description = Base URL for the openHAB Cloud server. | ||
io.config.openhabcloud.expose.label = Items to Expose | ||
io.config.openhabcloud.expose.description = List of items that are made accessible to IFTTT and similar services. | ||
io.config.openhabcloud.mode.label = Mode | ||
io.config.openhabcloud.mode.description = What features of the openHAB Cloud service should be used. | ||
io.config.openhabcloud.mode.option.notification = Notifications | ||
io.config.openhabcloud.mode.option.remote = Notifications & Remote Access |