Skip to content

Commit fa98d7d

Browse files
committed
Extend Translation
1 parent 7791f07 commit fa98d7d

File tree

8 files changed

+137
-131
lines changed

8 files changed

+137
-131
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
sed -i "s/\"version\": \".*\"/\"version\": \"${VERSION}-dev\"/" docs/package.json
3838
sed -i 's/@master/@dev/g' firmware/examples/stock.example.yaml
3939
sed -i 's/@master/@dev/g' firmware/examples/nuki-bridge.example.yaml
40-
sed -i 's/@master/@dev/g' docs/guide/getting-started.md
40+
sed -i 's/@master/@dev/g' docs/en/guide/getting-started.md
41+
sed -i 's/@master/@dev/g' docs/de/guide/getting-started.md
4142
4243
- name: Install dependencies
4344
run: npm ci

docs/.vitepress/config/de.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
106106
{
107107
text: 'Automationen',
108108
items: [
109-
{ text: 'Pattern Events', link: 'pattern-events', base: '/de/guide/automation/' },
109+
{ text: 'Muster Ereignisse', link: 'pattern-events', base: '/de/guide/automation/' },
110110
{ text: 'Ring To Open', link: 'ring-to-open', base: '/de/guide/automation/' },
111111
{ text: 'Blueprints', link: 'blueprints', base: '/de/guide/automation/' }
112112
]

docs/de/guide/automation/pattern-events.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
# Pattern Events
1+
# Muster-Ereignisse
22

3-
The Doorman firmware includes pattern event entities that you can use in [Home Assistant](https://www.home-assistant.io/) automations.
3+
Die Doorman-Firmware enthält Muster-Ereignis-Entitäten, die du in [Home Assistant](https://www.home-assistant.io/) Automatisierungen verwenden kannst.
44

5-
Each pattern is configured as follows:
6-
- Push
7-
- Maximum 1-second break
8-
- Push
5+
Jedes Muster ist wie folgt konfiguriert:
6+
- Drücken
7+
- Maximal 1 Sekunde Pause
8+
- Drücken
99

10-
Check out the [advanced examples](../firmware/stock-firmware#advanced-examples) to learn how to create and customize your own patterns.
10+
Sieh dir die [fortgeschrittenen Beispiele](../firmware/stock-firmware#fortgeschrittene-beispiele) an, um zu lernen, wie du eigene Muster erstellen und anpassen kannst.
1111

12-
## Doorbell Pattern
12+
## Klingelmuster
1313

14-
### Event Types
14+
### Ereignistypen
1515
- apartment_single
1616
- apartment_double
1717
- apartment_triple
1818
- entrance_single
1919
- entrance_double
2020
- entrance_triple
2121

22-
### Example Automation
23-
::: details Automatically open the door when the Entrance Doorbell is pressed twice in a specific pattern.
24-
Make sure to replace the `entity_id` with your specific Doorman entities.
22+
### Beispiel-Automatisierung
23+
::: details Tür automatisch öffnen, wenn die Eingangsklingel zweimal in einem bestimmten Muster gedrückt wird.
24+
Stelle sicher, dass du die `entity_id` durch deine spezifischen Doorman-Entitäten ersetzt.
2525
```yaml
26-
alias: Automatically open the entrance door
27-
description: "Open the entrance door after pressing the entrance doorbell two times."
26+
alias: Eingangstür automatisch öffnen
27+
description: "Öffne die Eingangstür, nachdem die Eingangsklingel zweimal gedrückt wurde."
2828
trigger:
2929
- platform: state
3030
entity_id:
@@ -42,19 +42,19 @@ mode: single
4242
```
4343
:::
4444
45-
## Phone pickup Pattern
45+
## Telefon-Auflegen-Muster
4646
47-
### Event Types
47+
### Ereignistypen
4848
- single
4949
- double
5050
- triple
5151
52-
### Example Automation
53-
::: details Toggle Ring To Open Mode by quickly picking up the phone three times.
54-
Make sure to replace the `entity_id` with your specific Doorman entities.
52+
### Beispiel-Automatisierung
53+
::: details Ring-To-Open-Modus umschalten, indem du schnell dreimal den Telefonhörer auflegst.
54+
Stelle sicher, dass du die `entity_id` durch deine spezifischen Doorman-Entitäten ersetzt.
5555
```yaml
56-
alias: Toggle Ring To Open Mode (Phone pick up Pattern)
57-
description: "Toggle Ring To Open Mode when you quickly pick up the phone 3 times."
56+
alias: Ring-To-Open-Modus umschalten (Telefon-Auflegen-Muster)
57+
description: "Schalte den Ring-To-Open-Modus um, wenn du schnell dreimal den Telefonhörer auflegst."
5858
trigger:
5959
- platform: state
6060
entity_id:
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
# Ring To Open <Badge type="warning" text="Party Mode" />
22

3-
The Doorman firmware features a Ring To Open automation, which was previously known as Party Mode.
3+
Die Doorman-Firmware bietet eine **Ring To Open**-Automatisierung, die früher als **Party Mode** bekannt war.
44

5-
### What does it do?
6-
As the name implies, the entrance door will open automatically when someone rings the doorbell.
7-
This feature is especially useful during a party, allowing guests to enter the building simply by ringing the bell.
5+
### Was macht es?
6+
Wie der Name schon sagt, öffnet sich die Eingangstür automatisch, wenn jemand die Türklingel betätigt. Diese Funktion ist besonders nützlich während einer Party, da Gäste einfach durch Klingeln das Gebäude betreten können.
87

9-
### How do I use it?
10-
You can enable or disable the Ring To Open automation using the switch in Home Assistant or by issuing the `Ring To Open Toggle Command`.
8+
### Wie benutze ich es?
9+
Du kannst die Ring To Open-Automatisierung entweder über den Schalter in Home Assistant umschalten oder durch Ausführen des `Ring To Open Toggle Command`.
1110

12-
#### Configuration Options:
11+
#### Konfigurationsoptionen:
1312

14-
::: info Toggle Command
15-
This setting is useful if you have an unused function button on your intercom phone. The button can be configured to quickly toggle the Ring To Open automation.
13+
::: info **Toggle Command**
14+
Diese Einstellung ist nützlich, wenn du einen ungenutzten Funktionsknopf an deinem Etagen-Telefon hast. Der Knopf kann so konfiguriert werden, dass er schnell die Ring To Open-Automatisierung umschaltet.
1615
:::
1716

18-
::: info Confirmation
19-
If you enable this setting, your apartment doorbell will ring each time you activate the Ring To Open automation via command.
17+
::: info **Confirmation**
18+
Wenn du diese Einstellung aktivierst, wird deine Wohnungs-Klingel jedes Mal klingeln, wenn du die Ring To Open-Automatisierung per Befehl (Funktionstaste) aktivierst.
2019
:::
2120

22-
::: info Delay
23-
This setting allows you to configure a delay for the `Open Entrance Door Command`. If you set the delay to 60 seconds, it will randomly select a delay between 5 and 15 seconds whenever the automation is executed.
21+
::: info **Delay**
22+
Diese Einstellung erlaubt es dir, eine Verzögerung für den `Open Entrance Door Command` zu konfigurieren. Wenn du die Verzögerung auf 60 Sekunden einstellst, wird bei jeder Ausführung der Automatisierung zufällig eine Verzögerung zwischen 5 und 15 Sekunden ausgewählt.
2423
:::
2524

26-
::: info Timeout
27-
You can choose to disable the Ring To Open automation after 5 to 60 minutes, after a single ring, or never.
25+
::: info **Timeout**
26+
Du kannst wählen, die Ring To Open-Automatisierung nach 5 bis 60 Minuten zu deaktivieren, nach einem einzigen Klingeln oder nie.
2827
:::
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Enclosure
1+
# Gehäuse
22

3-
If you need an enclosure, you can print your own.\
4-
Simply click on the images below to open the STL file on GitHub.
3+
Falls du ein Gehäuse benötigst, kannst du dein eigenes drucken.\
4+
Klicke einfach auf die Bilder unten, um die STL-Datei auf GitHub zu öffnen.
55

6-
Top | Bottom
6+
Oberseite | Unterseite
77
:-------------------------:|:-------------------------:
88
[![](./enclosure_top.png){width=300px}](https://github.com/AzonInc/Doorman/blob/master/enclosure/Top.stl) | [![](./enclosure_bottom.png){width=300px}](https://github.com/AzonInc/Doorman/blob/master/enclosure/Bottom.stl)
99

1010
::: tip
11-
The STL files are optimized for resin printers, so you'll achieve the best results using one.
11+
Die STL-Dateien sind für Resin-Drucker optimiert, daher erzielst du mit einem solchen die besten Ergebnisse.
1212
:::

0 commit comments

Comments
 (0)