forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New translations openwebnet.properties (Italian) * New translations jsscripting.properties (Danish) * New translations hdpowerview.properties (Danish)
- Loading branch information
1 parent
89380b0
commit 62f9f03
Showing
3 changed files
with
20 additions
and
12 deletions.
There are no files selected for viewing
19 changes: 11 additions & 8 deletions
19
...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,12 +1,15 @@ | ||
# 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.option.true = Brug indbyggede variabler | ||
automation.config.jsscripting.injectionEnabled.option.false = Brug ikke indbyggede variabler | ||
automation.config.jsscripting.useIncludedLibrary.label = Brug inkluderet openHAB JavaScript-bibliotek | ||
automation.config.jsscripting.useIncludedLibrary.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.useIncludedLibrary.option.true = Brug inkluderet bibliotek | ||
automation.config.jsscripting.useIncludedLibrary.option.false = Brug ikke inkluderet bibliotek | ||
|
||
# service | ||
|
||
service.automation.jsscripting.label = JavaScript 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