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.
[jsscripting] Update add-on name in default translation (openhab#13984)
Leftover from openhab#13764. Signed-off-by: Florian Hotze <[email protected]> Signed-off-by: Andras Uhrin <[email protected]>
- Loading branch information
1 parent
fd35a8f
commit 558a48e
Showing
1 changed file
with
5 additions
and
12 deletions.
There are no files selected for viewing
17 changes: 5 additions & 12 deletions
17
.../org.openhab.automation.jsscripting/src/main/resources/OH-INF/i18n/jsscripting.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 |
---|---|---|
@@ -1,15 +1,8 @@ | ||
# add-on | ||
|
||
addon.jsscripting.name = JavaScript Scripting | ||
addon.jsscripting.description = This adds a JS (ECMAScript-2021) script engine. | ||
|
||
# add-on | ||
|
||
automation.config.jsscripting.injectionCachingEnabled.label = Cache openHAB JavaScript Library Injection | ||
automation.config.jsscripting.injectionCachingEnabled.description = Cache the openHAB JavaScript library injection for optimal performance.<br>Disable this option to allow loading the library from the local user configuration directory "automation/js/node_modules". Disabling caching may increase script loading times, especially on less powerful systems. | ||
automation.config.jsscripting.injectionCachingEnabled.option.true = Cache Library Injection | ||
automation.config.jsscripting.injectionCachingEnabled.option.false = Do Not Cache Library Injection | ||
automation.config.jsscripting.injectionEnabled.label = Use Built-in Global Variables | ||
automation.config.jsscripting.injectionEnabled.description = Import all variables from the openHAB JavaScript library into all rules for common services like items, things, actions, log, etc... <br> If disabled, the openHAB JavaScript library can be imported manually using "<i>require('openhab')</i>" | ||
automation.config.jsscripting.injectionEnabled.description = Import all variables from the OH scripting library into all rules for common services like items, things, actions, log, etc... <br> If disabled, the OH scripting library can be imported manually using "<i>require('openhab')</i>" | ||
automation.config.jsscripting.injectionEnabled.option.true = Use Built-in Variables | ||
automation.config.jsscripting.injectionEnabled.option.false = Do Not Use Built-in Variables | ||
|
||
# service | ||
|
||
service.automation.jsscripting.label = JavaScript Scripting |