New Crowdin updates (#11663)

* New translations astro.properties (Hungarian)
* New translations chromecast.properties (German)
* New translations chromecast.properties (Hungarian)
* New translations lgwebos.properties (French)
* New translations linky.properties (French)
* New translations logreader.properties (German)
* New translations mail.properties (French)
* New translations mail.properties (Hungarian)
* New translations max.properties (German)
* New translations ntp.properties (Hungarian)
* New translations openhabcloud.properties (Hungarian)
* New translations pushover.properties (German)
* New translations pushsafer.properties (German)
* New translations remoteopenhab.properties (Hungarian)
* New translations transform.properties (French)
* New translations transform.properties (German)
* New translations vigicrues.properties (French)
* New translations voicerss.properties (German)
* New translations volvooncall.properties (French)
* New translations xmltv.properties (French)

* Fix encoding issue

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
openhab-bot
2021-12-05 11:16:17 +01:00
committed by GitHub
parent 0a997ec5d3
commit d0bf1e3313
21 changed files with 946 additions and 342 deletions

View File

@@ -1,3 +1,33 @@
# binding
binding.ntp.name = NTP kötés
binding.ntp.description = Az NTP kötés a beállított időkiszolgálót kérdezi le és az aktuális dátumot és időt teszi közzé.
# thing types
thing-type.ntp.ntp.label = NTP kiszolgáló
thing-type.ntp.ntp.description = Az NTP kiszolgáló mely a pontos időt adja meg
# thing type configuration
thing-type.config.ntp.ntp.hostname.label = Gépnév
thing-type.config.ntp.ntp.hostname.description = Az NTP kiszolgáló gépneve.
thing-type.config.ntp.ntp.refreshInterval.label = Frissítés időköz
thing-type.config.ntp.ntp.refreshInterval.description = A másodpercekben megadott időköz, mely után a friss időpont továbbításra kerül az esemény buszon.
thing-type.config.ntp.ntp.refreshNtp.label = NTP frissítési időköz
thing-type.config.ntp.ntp.refreshNtp.description = A frissítések száma, mely után az NTP kiszolgáló lekérdezésre kerül.
thing-type.config.ntp.ntp.serverPort.label = Kiszolgáló port
thing-type.config.ntp.ntp.serverPort.description = A port, melyet az NTP kiszolgáló használ.
thing-type.config.ntp.ntp.timeZone.label = Időzóna
thing-type.config.ntp.ntp.timeZone.description = Az aktuális időzóna.
# channel types
channel-type.ntp.dateTime-channel.label = Dátum
channel-type.ntp.dateTime-channel.description = A legutolsó NTP frissítés időpontja.
channel-type.ntp.string-channel.label = Dátum
channel-type.ntp.string-channel.description = A legutolsó NTP frissítés időpontja.
# channel type configuration
channel-type.config.ntp.string-channel.DateTimeFormat.label = Dátum/idő formátum
channel-type.config.ntp.string-channel.DateTimeFormat.description = A dátum és idő szöveg formátuma.
# Thing status descriptions
offline.comm-error-unknown-host = Az időkiszolgáló gazdaneve {0} ismeretlen -> helyette az aktuális rendszeridő kerül használatra.
offline.comm-error-connection = A hálózati kapcsolat az időkiszolgálóval {0} nem hozható létre -> helyette az aktuális rendszer idő kerül használatra.