Skip to content

Commit

Permalink
Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Apr 5, 2024
1 parent 750e899 commit 155c37c
Show file tree
Hide file tree
Showing 186 changed files with 23,721 additions and 22,870 deletions.
11 changes: 4 additions & 7 deletions docs/de/adapterref/iobroker.awtrix-light/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ chapters: {"pages":{"de/adapterref/iobroker.awtrix-light/README.md":{"title":{"d

## Anforderungen

- nodejs 14.5 (oder neuer)
- js-controller 4.0.15 (oder neuer)
- nodejs 18 (oder neuer)
- js-controller 5.0.0 (oder neuer)
- Admin Adapter 6.6.0 (oder neuer)
- _Awtrix 3_ Gerät mit Firmware-Version _0.96_ (oder neuer) - z.B. Ulanzi TC001

Expand Down Expand Up @@ -199,8 +199,9 @@ Um die Standard-Apps auf dem Gerät zu verstecken (wie die Temperatur oder die L
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.0 (2024-04-04)

NodeJS >= 18.x and js-controller >= 5 is required
Updated recommended firmware version to 0.96

### 0.16.0 (2024-03-12)
Expand All @@ -223,10 +224,6 @@ Updated recommended firmware version to 0.95

* (klein0r) Fixed roles of calendar header, body and text (rgb)

### 0.14.0 (2024-02-20)

* (klein0r) Allow to round numbers dynamically (depends on length)

## License
MIT License

Expand Down
6 changes: 6 additions & 0 deletions docs/de/adapterref/iobroker.beckhoff/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ Die \*.tpy Datei aus dem SPS Projekt muss hochgeladen werden. -> Immer wenn am S
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 1.6.0 (2024-04-02)

* (mcm1957) Adapter requires node.js 18 and js-controller >= 5 now
* (mcm1957) Dependencies have been updated

### 1.5.3 (2023-10-29)

- (mcm1957) Dependencies have been updated
Expand Down Expand Up @@ -155,6 +160,7 @@ Die \*.tpy Datei aus dem SPS Projekt muss hochgeladen werden. -> Immer wenn am S

The MIT License (MIT)

Copyright (c) 2024 iobroker-community-adapters <[email protected]>
Copyright (c) 2018-2023 dkleber89 <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
29 changes: 23 additions & 6 deletions docs/de/adapterref/iobroker.benq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,45 @@ translatedFrom: en
translatedWarning: Wenn Sie dieses Dokument bearbeiten möchten, löschen Sie bitte das Feld "translationsFrom". Andernfalls wird dieses Dokument automatisch erneut übersetzt
editLink: https://github.com/ioBroker/ioBroker.docs/edit/master/docs/de/adapterref/iobroker.benq/README.md
title: ioBroker BenQ Projektoradapter
hash: LkqF9K34d1UeWB7DB6vf83rG2pjH2T/wKUk11feC7lM=
hash: YfmCWWyypsOuFfAS5vkeXbUOvtycDdAEiBM8nkinyGM=
---
![Logo](../../../en/adapterref/iobroker.benq/admin/benq-logo.png)

![Anzahl der Installationen](http://iobroker.live/badges/benq-stable.svg)
![NPM-Version](http://img.shields.io/npm/v/iobroker.benq.svg)
![Downloads](https://img.shields.io/npm/dm/iobroker.benq.svg)
![NPM](https://nodei.co/npm/iobroker.benq.png?downloads=true)
![Spenden](https://img.shields.io/badge/Donate-PayPal-green.svg)

# IoBroker BenQ Projektoradapter
Der ioBroker BenQ Projektoradapter wird verwendet, um Ihren BenQ Projektor über RS232 in Verbindung mit dem Etnernet Gateway zu steuern.
[![Tests](https://github.com/instalator/iobroker.benq/workflows/Test%20and%20Release/badge.svg)](https://github.com/instalator/ioBroker.benq/actions/)

Der ioBroker BenQ-Projektoradapter dient zur Steuerung Ihres BenQ-Projektors über RS232 in Verbindung mit dem Ethernet-Gateway.
Die Liste der Modelle und Befehle ist in der Datei `admin/commands.json` enthalten.

##Hardware
Der Treiber ermöglicht Ihnen die Verbindung zu den Projektoren BenQ über die [Adapter](http://blog.instalator.ru/archives/744) RS232 zu Ethernet.
## Hardware
Der Treiber ermöglicht Ihnen die Verbindung zu den Projektoren BenQ über [Adapter](http://blog.instalator.ru/archives/744) RS232 zu Ethernet.

Als RS232-Gateway zu Ethernet dient eine beliebige Arduino-kompatible Karte, auf die Sie [dieser Code](https://github.com/stepansnigirev/ArduinoSerialToEthernet) herunterladen müssen.

Als RS232-Gateway zu Ethernet wird jede Arduino-kompatible Karte verwendet, auf die Sie [dieser Code](https://github.com/stepansnigirev/ArduinoSerialToEthernet) herunterladen müssen.
Sie benötigen außerdem ein Ethernet Shield W5100 oder W5500 und einen RS232-zu-TTL-Konverter.

## Unterstützung
Unterstützte Modelle: W1200, W1070, W1080 werden...
Unterstützte Modelle: W1200, W1070, W1080 in Kürze...

## Changelog
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.3.0 (2024-04-02)
* (mcm1957) Adapter requires node.js 18 and js-controller >= 5 now
* (mcm1957) changed: Testing has been changed to support node 18 and 20
* (mcm1957) changed: Dependencies have been updated

### 0.2.7
* (instalator) fix error

### 0.2.4
* (instalator) change test

Expand All @@ -43,6 +59,7 @@ Unterstützte Modelle: W1200, W1070, W1080 werden...
## License
The MIT License (MIT)

Copyright (c) 2024 iobroker-community-adapters <[email protected]>
Copyright (c) 2021 instalator <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 4 additions & 0 deletions docs/de/adapterref/iobroker.birthdays/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ chapters: {"pages":{"de/adapterref/iobroker.birthdays/README.md":{"title":{"de":
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**

NodeJS >= 18.x and js-controller >= 5 is required

### 2.4.1 (2023-10-30)

* (klein0r) Added warnings if birthday event is not recurring
Expand Down
3 changes: 1 addition & 2 deletions docs/de/adapterref/iobroker.device-watcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ BADGE-Known Vulnerabilities: https://snyk.io/test/github/ciddi89/ioBroker.device
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 2.11.0 (2024-03-18)

- (ciddi89) Added [#323](https://github.com/ciddi89/ioBroker.device-watcher/issues/323): Support for Ring Cameras

Expand Down
Loading

0 comments on commit 155c37c

Please sign in to comment.