mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
New Crowdin updates (#14957)
* New translations astro.properties (French) * New translations sonos.properties (French) * New translations jsscripting.properties (Danish)
This commit is contained in:
parent
3297bda33c
commit
4a2c3a35ba
@ -1,7 +1,11 @@
|
||||
automation.config.jsscripting.injectionEnabled.label = Brug indbyggede globale variabler
|
||||
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.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
|
||||
|
||||
|
@ -217,6 +217,8 @@ channel-type.astro.winter.state.pattern = %1$td/%1$tm/%1$tY %1$tR
|
||||
|
||||
channel-type.config.astro.config.earliest.label = Au plus tôt
|
||||
channel-type.config.astro.config.earliest.description = L'a première heure de la journée pour l'événement ou la valeur de la date (hh\:mm).
|
||||
channel-type.config.astro.config.forceEvent.label = Forcer l'événement
|
||||
channel-type.config.astro.config.forceEvent.description = Forcer l'évènement à se produire selon le plus ancien/le plus récent, même si l'événement n'existe pas (null)
|
||||
channel-type.config.astro.config.latest.label = Au plus tard
|
||||
channel-type.config.astro.config.latest.description = La dernière heure de la journée pour l'événement ou la valeur de la date (hh\:mm).
|
||||
channel-type.config.astro.config.offset.label = Décalage
|
||||
|
@ -24,6 +24,10 @@ thing-type.sonos.CONNECT.label = CONNECT
|
||||
thing-type.sonos.CONNECT.description = Représente un lecteur pré-ampli Sonos CONNECT
|
||||
thing-type.sonos.CONNECTAMP.label = CONNECT\:AMP
|
||||
thing-type.sonos.CONNECTAMP.description = Représente un lecteur ampli Sonos CONNECT\:AMP
|
||||
thing-type.sonos.Era100.label = Era 100
|
||||
thing-type.sonos.Era100.description = Représente une enceinte Sonos Era 100
|
||||
thing-type.sonos.Era300.label = Era 300
|
||||
thing-type.sonos.Era300.description = Représente une enceinte Sonos Era 300
|
||||
thing-type.sonos.Five.label = Five
|
||||
thing-type.sonos.Five.description = Représente une enceinte Sonos Five
|
||||
thing-type.sonos.Move.label = Move
|
||||
|
Loading…
Reference in New Issue
Block a user