New Crowdin updates (#11608)

* New translations openhabcloud.properties (French)

* New translations transform.properties (French)

* New translations voicerss.properties (French)

* New translations actions.properties (German)

* New translations errors.properties (German)

* New translations stateflags.properties (German)

* New translations nanoleaf.properties (German)

* New translations surepetcare.properties (German)

* New translations deconz.properties (German)

* New translations tr064.properties (German)

* New translations deconz.properties (German)

* New translations openhabcloud.properties (German)

* New translations astro.properties (French)

* New translations hue.properties (French)

* New translations ntp.properties (French)

* New translations feed.properties (German)

* New translations lgwebos.properties (French)

* New translations gce.properties (French)

* New translations airquality.properties (French)

* New translations airquality.properties (French)

* New translations rotel.properties (French)

* New translations feed.properties (German)

* New translations hue.properties (French)

* New translations mail.properties (German)

* New translations sonyprojector.properties (French)

* New translations tradfri.properties (French)

* New translations powermax.properties (French)
This commit is contained in:
openhab-bot
2021-11-22 00:58:03 +01:00
committed by GitHub
parent 59444937bf
commit 860244b18b
23 changed files with 613 additions and 270 deletions

View File

@@ -0,0 +1,41 @@
# binding
binding.feed.name = Feed Binding
binding.feed.description = Das Feed Binding ermöglicht es einen RSS-Feed einer Webseite zu abonnieren. Durch ein solches Abonnement wird man automatisch informiert, wenn die Inhalte dieser Webseite aktualisiert werden.
# thing types
thing-type.feed.feed.label = RSS-Feed
thing-type.feed.feed.description = Ermöglicht das Abbonieren eines RSS-Feed und zeigt die angerufenen Informationen an.
# thing types config
thing-type.config.feed.feed.URL.label = URL
thing-type.config.feed.feed.URL.description = URL des RSS-Feed.
thing-type.config.feed.feed.refresh.label = Abfrageintervall
thing-type.config.feed.feed.refresh.description = Intervall zur Abfrage des RSS-Feed (in Minuten).
# channel types
channel-type.feed.author.label = Autor
channel-type.feed.author.description = Zeigt den Autor des RSS-Feed an.
channel-type.feed.description.label = Beschreibung
channel-type.feed.description.description = Zeigt die Beschreibung des RSS-Feed an.
channel-type.feed.last-update.label = Letzte Aktualisierung
channel-type.feed.last-update.description = Zeigt die Zeit an, zu der dieser RSS-Feed zuletzt aktualisiert wurde.
channel-type.feed.last-update.state.pattern = %1$td.%1$tm.%1$tY %1$tH\:%1$tM\:%1$tS
channel-type.feed.latest-date.label = Letztes Veröffentlichungsdatum
channel-type.feed.latest-date.description = Zeigt die Zeit an, zu der dieser RSS-Feed zuletzt veröffentlicht wurde.
channel-type.feed.latest-date.state.pattern = %1$td.%1$tm.%1$tY %1$tH\:%1$tM\:%1$tS
channel-type.feed.latest-description.label = Neueste Beschreibung
channel-type.feed.latest-description.description = Zeigt die Beschreibung des neuesten Eintrages des RSS-Feed an.
channel-type.feed.latest-enclosure.label = Neuester Enclosure
channel-type.feed.latest-enclosure.description = Zeigt den Enclosure des neuesten Eintrages des RSS-Feed an.
channel-type.feed.latest-link.label = Neuester Link
channel-type.feed.latest-link.description = Zeigt den Link des neuesten Eintrages des RSS-Feed an.
channel-type.feed.latest-title.label = Neuester Titel
channel-type.feed.latest-title.description = Zeigt den Titel des neuesten Eintrages des RSS-Feed an.
channel-type.feed.number-of-entries.label = Anzahl der Einträge
channel-type.feed.number-of-entries.description = Zeigt die Anzahl der Einträge des RSS-Feed an.
channel-type.feed.title.label = Titel
channel-type.feed.title.description = Zeigt den Titel des RSS-Feed an.