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.
* New translations knx.properties (German) * New translations yamahamusiccast.properties (German) * New translations hdpowerview.properties (Danish) * New translations jsscripting.properties (Danish) Signed-off-by: Andras Uhrin <[email protected]>
- Loading branch information
1 parent
92a82c9
commit c95d88f
Showing
4 changed files
with
21 additions
and
46 deletions.
There are no files selected for viewing
17 changes: 5 additions & 12 deletions
17
...g.openhab.automation.jsscripting/src/main/resources/OH-INF/i18n/jsscripting_da.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 = Dette tilføjer en JS (ECMAScript-2021) script-motor. | ||
|
||
# add-on | ||
|
||
automation.config.jsscripting.injectionCachingEnabled.label = Cache openHAB JavaScript-bibliotek injektion | ||
automation.config.jsscripting.injectionCachingEnabled.description = Brug det medfølgende openHAB JavaScript-bibliotek for optimal ydeevne.<br> Deaktivér denne indstilling for at tillade indlæsning af biblioteket fra den lokale brugerkonfigurerede mappe "automation/js/node_modules". Anvendelse af et bibliotek leveret af brugeren, kan resultere i øgede indlæsningstider, specielt på mindre kraftfulde systemer. | ||
automation.config.jsscripting.injectionCachingEnabled.option.true = Cache injektion af bibliotek | ||
automation.config.jsscripting.injectionCachingEnabled.option.false = Cache ikke injektion af bibliotek | ||
automation.config.jsscripting.injectionEnabled.label = Brug indbyggede globale variabler | ||
automation.config.jsscripting.injectionEnabled.description = Importer alle variabler fra openHAB JavaScript-biblioteket ind i alle regler for fælles tjenester som items, things, actions, log, etc... <br> Hvis deaktiveret, kan openHAB JavaScript-biblioteket importeres manuelt med "<i>require('openhab')</i>" | ||
automation.config.jsscripting.injectionEnabled.description = Importer alle variabler fra OH scripting-biblioteket ind i alle regler for fælles tjenester som items, things, actions, log, etc... <br> Hvis deaktiveret, kan OH scripting-biblioteket importeres manuelt ved hjælp af "<i>require('openhab')</i>" | ||
automation.config.jsscripting.injectionEnabled.option.true = Brug indbyggede variabler | ||
automation.config.jsscripting.injectionEnabled.option.false = Brug ikke indbyggede variabler | ||
|
||
# service | ||
|
||
service.automation.jsscripting.label = JS Scripting |
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
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