mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
New Crowdin updates (#3653)
* 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)
This commit is contained in:
+4
-6
@@ -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.
|
||||
|
||||
+4
@@ -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
|
||||
@@ -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
|
||||
|
||||
+2
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user