New translations boschindego.properties (Danish) (#13055)
This commit is contained in:
parent
2c919c6a38
commit
53d72dcecb
|
@ -10,10 +10,12 @@ thing-type.boschindego.indego.description = Indego som understøtter forbindelse
|
|||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.boschindego.indego.cuttingTimeRefresh.label = Klippetid genopfriskningsinterval
|
||||
thing-type.config.boschindego.indego.cuttingTimeRefresh.description = Antallet af minutter mellem genopfriskning af seneste/næste klippetid.
|
||||
thing-type.config.boschindego.indego.password.label = Adgangskode
|
||||
thing-type.config.boschindego.indego.password.description = Adgangskode til Bosch Indego-kontoen.
|
||||
thing-type.config.boschindego.indego.refresh.label = Genopfriskningsinterval
|
||||
thing-type.config.boschindego.indego.refresh.description = Angiver genopfriskningsintervallet i sekunder.
|
||||
thing-type.config.boschindego.indego.refresh.description = Antallet af sekunder mellem genopfriskning af enhedstilstand.
|
||||
thing-type.config.boschindego.indego.username.label = Brugernavn
|
||||
thing-type.config.boschindego.indego.username.description = Brugernavnet til Bosch Indego-kontoen.
|
||||
|
||||
|
@ -21,7 +23,12 @@ thing-type.config.boschindego.indego.username.description = Brugernavnet til Bos
|
|||
|
||||
channel-type.boschindego.errorcode.label = Fejlkode
|
||||
channel-type.boschindego.errorcode.description = 0 \= ingen fejl
|
||||
channel-type.boschindego.lastCutting.label = Seneste klip
|
||||
channel-type.boschindego.lastCutting.description = Seneste klippetid
|
||||
channel-type.boschindego.mowed.label = Klippet græs
|
||||
channel-type.boschindego.mowed.description = Klippet græs i procent
|
||||
channel-type.boschindego.nextCutting.label = Næste klip
|
||||
channel-type.boschindego.nextCutting.description = Næste planlagte klippetid
|
||||
channel-type.boschindego.ready.label = Klar
|
||||
channel-type.boschindego.ready.description = Indikerer om plæneklipperen er klar til at klippe
|
||||
channel-type.boschindego.ready.state.option.0 = ikke klar
|
||||
|
@ -49,6 +56,7 @@ indego.state.docked = I dock
|
|||
indego.state.docked-software-update = I dock - softwareopdatering
|
||||
indego.state.docked-loading-map = I dock - indlæser kort
|
||||
indego.state.docked-saving-map = I dock - gemmer kort
|
||||
indego.state.leaving-dock = Forlader dock
|
||||
indego.state.mowing = Klipper
|
||||
indego.state.relocalising = Finder position
|
||||
indego.state.loading-map = Indlæser kort
|
||||
|
@ -65,3 +73,4 @@ indego.state.returning-to-dock-relocalising = Kører til dock - finder position
|
|||
indego.state.diagnostic-mode = Diagnosticeringstilstand
|
||||
indego.state.end-of-life = End of life
|
||||
indego.state.software-update = Softwareopdatering
|
||||
indego.state.energy-save-mode = Energisparetilstand
|
||||
|
|
Loading…
Reference in New Issue