mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
New Crowdin updates (#4236)
* New translations addons.properties (Hungarian) * New translations scriptprofile.properties (Hungarian) * New translations systemprofiles.properties (Hungarian) * New translations chart.properties (Hungarian) * New translations voice.properties (Hungarian) * New translations magic.properties (Hungarian) * New translations jsr223.properties (Hungarian) * New translations defaultsystemchannels.properties (Danish)
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
# jsr223.ScriptedAction
|
||||
|
||||
module-type.jsr223.ScriptedAction.label = Programozott akció
|
||||
module-type.jsr223.ScriptedAction.description = egy program meghatározott eljárásának futtatását engedályezi
|
||||
module-type.jsr223.ScriptedAction.config.privId.description = a privát eljárás azonosítója
|
||||
module-type.jsr223.ScriptedAction.output.result.label = eredmény
|
||||
module-type.jsr223.ScriptedAction.output.result.description = a program eredménye.
|
||||
|
||||
# jsr223.ScriptedCondition
|
||||
|
||||
module-type.jsr223.ScriptedCondition.label = Programozott feltétel
|
||||
module-type.jsr223.ScriptedCondition.description = egy feltétel program általi megadását engedélyezi
|
||||
module-type.jsr223.ScriptedCondition.config.privId.description = a privát eljárás azonosítója
|
||||
|
||||
# jsr223.ScriptedTrigger
|
||||
|
||||
module-type.jsr223.ScriptedTrigger.label = Programozott trigger
|
||||
module-type.jsr223.ScriptedTrigger.description = egy program meghatározott eljárásának futtatását engedályezi
|
||||
module-type.jsr223.ScriptedTrigger.config.privId.description = a privát eljárás azonosítója
|
||||
module-type.jsr223.ScriptedTrigger.output.triggerOutput.label = TriggerOutput felirata
|
||||
module-type.jsr223.ScriptedTrigger.output.triggerOutput.description = A szöveg a triggertől
|
||||
+8
-4
@@ -1,4 +1,8 @@
|
||||
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.
|
||||
profile.config.transform.SCRIPT.commandFromItemScript.label = Elem paracsból Dolog átalakítás
|
||||
profile.config.transform.SCRIPT.commandFromItemScript.description = Az elemtől szármató 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.
|
||||
profile.config.transform.SCRIPT.stateFromItemScript.label = Elem állapotból Dolog átalakítás
|
||||
profile.config.transform.SCRIPT.stateFromItemScript.description = Az elemtől szármató állapotok á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.
|
||||
profile.config.transform.SCRIPT.toHandlerScript.label = Elemből Dolog átalakítás (ELAVULT)
|
||||
profile.config.transform.SCRIPT.toHandlerScript.description = Az elemtől szármató 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. Ez a profil átalakítás elavult, a 'commandFromItemScript' használata javasolt.
|
||||
profile.config.transform.SCRIPT.toItemScript.label = Dologból elem átalakítás
|
||||
profile.config.transform.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.
|
||||
|
||||
+16
@@ -49,6 +49,8 @@ thing-type.magic.rollershutter.label = Mágikus redőnyvezérlő dolog
|
||||
thing-type.magic.rollershutter.description = Egy redőnyvezérlő
|
||||
thing-type.magic.thermostat.label = Mágikus termosztát
|
||||
thing-type.magic.thermostat.description = Hőmérő és termosztát a kívánt hőmérséklet beállításhoz.
|
||||
thing-type.magic.timeseries.label = Mágikus idővonalat frissítő dolog
|
||||
thing-type.magic.timeseries.description = Bemutatja az idővonal használatát egy időjárás előjelzés használatával.
|
||||
|
||||
# thing types config
|
||||
|
||||
@@ -64,6 +66,19 @@ thing-type.config.magic.image.source.label = Kép URL
|
||||
thing-type.config.magic.image.source.description = A letöltendő kép elérési útvonala
|
||||
thing-type.config.magic.online-offline.toggleTime.label = Kapcsolás időzítő
|
||||
thing-type.config.magic.online-offline.toggleTime.description = A fel és lekapcsolódás közötti idő másodpercben.
|
||||
thing-type.config.magic.timeseries.count.label = Érték száma
|
||||
thing-type.config.magic.timeseries.count.description = A létrehozandó értékek számát adja meg.
|
||||
thing-type.config.magic.timeseries.interval.label = Időköz
|
||||
thing-type.config.magic.timeseries.interval.description = Az időköz, amivel a létrehozott értékek elküldésre kerülnek.
|
||||
thing-type.config.magic.timeseries.max.label = Maximum
|
||||
thing-type.config.magic.timeseries.max.description = A maximális érték.
|
||||
thing-type.config.magic.timeseries.min.label = Minimum
|
||||
thing-type.config.magic.timeseries.min.description = A minimális érték.
|
||||
thing-type.config.magic.timeseries.type.label = Típus
|
||||
thing-type.config.magic.timeseries.type.description = A létrehozandó értékek módszere.
|
||||
thing-type.config.magic.timeseries.type.option.RND = Véletlen
|
||||
thing-type.config.magic.timeseries.type.option.ASC = Növekvő
|
||||
thing-type.config.magic.timeseries.type.option.DESC = Csökkenő
|
||||
thing-type.config.magic.update-config.updateModel.label = Modell azonosító
|
||||
thing-type.config.magic.update-config.updateModel.description = A mágikus frissíthető vezérlőprogrammal ellátott dolog azonosítója
|
||||
thing-type.config.magic.update-config.updateModel.option.Alohomora = Alohomora
|
||||
@@ -87,6 +102,7 @@ channel-type.magic.choosy.state.option.2 = Kettő
|
||||
channel-type.magic.color.label = Szín
|
||||
channel-type.magic.color.description = A színcsatorna vezérli az izzó színét. Van lehetőség a fényerő és a ki és bekapcsolás vezérlésére is.
|
||||
channel-type.magic.contact.label = Kapcsolat
|
||||
channel-type.magic.forecast.label = Előrejelzés
|
||||
channel-type.magic.image.label = Kép
|
||||
channel-type.magic.location.label = Helyszín
|
||||
channel-type.magic.number.label = Dolog kapcsolatban (>0)/kapcsolat nélkül (<0) késleltetése
|
||||
|
||||
+2
@@ -56,3 +56,5 @@ channel-type.system.electric-voltage.label = Elektrisk spænding
|
||||
channel-type.system.electric-voltage.description = Aktuel elektrisk spænding
|
||||
channel-type.system.electrical-energy.label = Elektrisk energi
|
||||
channel-type.system.electrical-energy.description = Aktuel elektrisk energi
|
||||
channel-type.system.uv-index.label = UV-indeks
|
||||
channel-type.system.uv-index.description = Aktuelt UV-indeks
|
||||
|
||||
+2
-2
@@ -5,9 +5,9 @@ profile.config.system.offset.offset.label = Eltolás
|
||||
profile.config.system.offset.offset.description = Az egység állapotára alkalmazott eltolás (egyszerű szám mértékegységgel vagy anélkül). A negatív érték ellentétes irányt jelent.
|
||||
profile-type.system.hysteresis.label = Hiszterézis
|
||||
profile.config.system.hysteresis.lower.label = Alsó határ
|
||||
profile.config.system.hysteresis.lower.description = OFF értékre vált, ha az alsó határnál (szám mértékegységgel vagy anélkül) kevesebb.
|
||||
profile.config.system.hysteresis.lower.description = OFF értékre vált, ha az alsó határnál (szám mértékegységgel vagy anélkül) kevesebb vagy egyenlő.
|
||||
profile.config.system.hysteresis.upper.label = Felső határ
|
||||
profile.config.system.hysteresis.upper.description = ON értékre vált, ha a felső határnál (szám mértékegységgel vagy anélkül) nagyobb.
|
||||
profile.config.system.hysteresis.upper.description = ON értékre vált, ha a felső határnál (szám mértékegységgel vagy anélkül) nagyobb vagy egyenlő.
|
||||
profile.config.system.hysteresis.inverted.label = Invertált
|
||||
profile.config.system.hysteresis.inverted.description = Az ON/OFF eredményt megfordítja, ha igaz.
|
||||
profile-type.system.range.label = Tartomány
|
||||
|
||||
@@ -6,5 +6,10 @@ system.config.chart.scale.label = Méretezés
|
||||
system.config.chart.scale.description = Méret meghatározása a kért diagramm magasságához (0,5 például 2 felé osztva).
|
||||
system.config.chart.maxWidth.label = Maximális szélesség
|
||||
system.config.chart.maxWidth.description = Maximális szélesség meghatározása a diagrammok készítéséhez.
|
||||
system.config.sitemap.groupMembersSorting.label = Csoporttagok rendezése
|
||||
system.config.sitemap.groupMembersSorting.description = Megadja, hogy a csoport tagjai milyen sorrendben szerepelnek a felhasználói felületen.
|
||||
system.config.sitemap.groupMembersSorting.option.NONE = Rendezés nélkül
|
||||
system.config.sitemap.groupMembersSorting.option.LABEL = Címke szerinti rendezés
|
||||
system.config.sitemap.groupMembersSorting.option.NAME = Név szerint rendezés
|
||||
|
||||
service.system.chart.label = Grafikonok
|
||||
|
||||
@@ -22,7 +22,7 @@ system.config.voice.enableCacheTTS.description = Állítsa igenre, ha a TTS szol
|
||||
system.config.voice.cacheSizeTTS.label = TTS gyorsítótár mérete
|
||||
system.config.voice.cacheSizeTTS.description = A TTS gyorsítótár méretének korlátozása (kB).
|
||||
system.config.voice.maxTextLengthCacheTTS.label = A TTS gyorsítótár maximális szöveghossza
|
||||
system.config.voice.maxTextLengthCacheTTS.description = A TTS gyorsítótár szöveghosszának korlátozása. Az ennél hosszabb szöveget nem menti el, csak lejátsza. 0 megadásával a korlát kikapcsolható.
|
||||
system.config.voice.maxTextLengthCacheTTS.description = A TTS gyorsítótár maximális szöveghossza (karakterben). Az ennél hosszabb szöveget nem menti el, csak átadja a TTS-nek. 0 megadásával a korlát kikapcsolható.
|
||||
|
||||
error.ks-error = Hiba történt a kulcsszavak észlelésekor, {0}
|
||||
error.stt-error = Hiba történt a szöveg felismerésekor, {0}
|
||||
|
||||
@@ -8,5 +8,7 @@ system.config.addons.suggestionFinderMdns.label = mDNS alapú kötés kereső
|
||||
system.config.addons.suggestionFinderMdns.description = Az MDNS hálózat kereső kötések javaslatához. Az engedélyezés és a eltiltás egy percet is igénybe vehet.
|
||||
system.config.addons.suggestionFinderUpnp.label = UPnP alapú kötés kereső
|
||||
system.config.addons.suggestionFinderUpnp.description = Az UPnP hálózat kereső kötések javaslatához. Az engedélyezés és a eltiltás egy percet is igénybe vehet.
|
||||
system.config.addons.suggestionFinderUsb.label = USB alapú kötés kereső
|
||||
system.config.addons.suggestionFinderUsb.description = Az USB eszközkereső kötések javaslatához. Az engedélyezés és a eltiltás egy percet is igénybe vehet.
|
||||
|
||||
service.system.addons.label = Kiegészítők kezelése
|
||||
|
||||
Reference in New Issue
Block a user