Skip to content

Commit

Permalink
New Crowdin updates (#3653)
Browse files Browse the repository at this point in the history
* New translations scriptprofile.properties (Hungarian)

* New translations validation.properties (Hungarian)

* New translations automation.properties (Hungarian)

* New translations lsp.properties (German)

* New translations persistence.properties (German)
  • Loading branch information
openhab-bot authored Jul 11, 2023
1 parent f0adf76 commit fb4f45e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
profile.system.script.scriptLanguage.label = Szkript nyelve
profile.system.script.scriptLanguage.description = A szkript nyelv MIME-típusa ("application/vnd.openhab.dsl.rule")
profile.system.script.toItemScript.label = Elemhez irányuló szkript
profile.system.script.toItemScript.description = A kezelőtől az elemhez kerülő állapotok és parancsok átalakítását végző szkript.
profile.system.script.toHandlerScript.label = Kezelőhöz irányuló szkript
profile.system.script.toHandlerScript.description = Az elemtől a kezelőhöz kerülő állapotok és parancsok átalakítását végző szkript.
profile.system.script.toItemScript.label = Dologból Elem átalakítás
profile.system.script.toItemScript.description = A dolog kezelőtől szármató állapot frissítések és parancsok átalakítását végző program, mely az elemhez vezet. A program null eredménnyel térhet vissza, ha a frissítés/parancs eldobása miatt nem kerül az elemhez.
profile.system.script.toHandlerScript.label = Elemből Dolog átalakítás
profile.system.script.toHandlerScript.description = Az elemtől szármató állapot frissítések és parancsok átalakítását végző program, mely az dolog kezelőhőz kerül. A program null eredménnyel térhet vissza, ha a frissítés/parancs eldobása miatt nem kerül a dologhoz.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ module-type.core.GroupCommandTrigger.config.command.option.OPEN = NYITOTT
module-type.core.GroupCommandTrigger.config.command.option.CLOSED = ZÁRT
module-type.core.GroupCommandTrigger.config.command.option.UP = FEL
module-type.core.GroupCommandTrigger.config.command.option.DOWN = LE
module-type.core.GroupCommandTrigger.output.triggeringGroup.label = Esemény indító csoport
module-type.core.GroupCommandTrigger.output.triggeringGroup.description = a csoport, amihez az elem tartozik
module-type.core.GroupCommandTrigger.output.triggeringItem.label = Kiváltó elem
module-type.core.GroupCommandTrigger.output.triggeringItem.description = a parancsot megkapó csoporttag neve
module-type.core.GroupCommandTrigger.output.command.label = Parancs
Expand Down Expand Up @@ -118,6 +120,8 @@ module-type.core.GroupStateUpdateTrigger.config.state.option.OPEN = NYITOTT
module-type.core.GroupStateUpdateTrigger.config.state.option.CLOSED = ZÁRT
module-type.core.GroupStateUpdateTrigger.config.state.option.UP = FEL
module-type.core.GroupStateUpdateTrigger.config.state.option.DOWN = LE
module-type.core.GroupStateUpdateTrigger.output.triggeringGroup.label = Esemény indító csoport
module-type.core.GroupStateUpdateTrigger.output.triggeringGroup.description = a csoport, amihez az elem tartozik
module-type.core.GroupStateUpdateTrigger.output.triggeringItem.label = Kiváltó elem
module-type.core.GroupStateUpdateTrigger.output.triggeringItem.description = a csoport eleme, melynek az állapota frissült
module-type.core.GroupStateUpdateTrigger.output.state.label = Állapot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ options_violated=A(z) {0} érték nem egyezik a megengedett paraméter-beállít
multiple_limit_violated=Csak {0} elem engedélyezett, de {1} szerepel.

bridge_not_configured=A híd beállítása kötelező.
type_description_missing=A(z) {0} típus leírása {1} részére nem található, habár korábban ez ellenőrizve lett.
config_description_missing=A(z) {0} beállítás leírása {1} részére nem található, habár korábban ez ellenőrizve lett.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
system.config.lsp.port.label = Port
system.config.lsp.port.description = Der Port, auf den der Sprachserver lauscht.
system.config.lsp.port.description = Der Port, auf dem der Sprachserver lauscht.

service.system.lsp.label = Sprachserver (LSP)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
system.config.persistence.default.label = Persistence Service
system.config.persistence.default.label = Standard Persistence Service
system.config.persistence.default.description = Der Persistence Service, der verwendet werden soll, wenn kein anderer angegeben wurde.

service.system.persistence.label = Persistence

0 comments on commit fb4f45e

Please sign in to comment.