Add translation files to all add-ons (#2433)

* Add translation files to all add-ons

* lint

* Apply suggestions from code review

Co-authored-by: Stefan Agner <stefan@agner.ch>

* Adjust zwave docs

* Adjust zwave_js docs

* Adjust ada docs

* Reorder ada

* Reorder duckdns

* Reorder git_pull

* Reorder google_assistant

* Reorder homematic

* Reorder letsencrypt

* Reorder mosquitto

* Reorder nginx_proxy

* Reorder samba

* Reorder ssh

* Lint

Co-authored-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
Joakim Sørensen
2022-04-28 17:26:33 +02:00
committed by GitHub
parent 9c54e9cf5e
commit 456bc0f70b
35 changed files with 562 additions and 115 deletions

View File

@@ -26,9 +26,9 @@ map:
- backup:rw
- media:rw
options:
apks: []
authorized_keys: []
password: ""
apks: []
server:
tcp_forwarding: false
panel_icon: mdi:console
@@ -36,11 +36,11 @@ panel_title: Terminal
ports:
22/tcp: null
schema:
apks:
- str
authorized_keys:
- str
password: password
apks:
- str
server:
tcp_forwarding: bool
startup: services

17
ssh/translations/en.yaml Normal file
View File

@@ -0,0 +1,17 @@
---
configuration:
authorized_keys:
name: Authorized Keys
description: Your public keys that you wish to accept for login.
password:
name: Password
description: Set a password for login. We do NOT recommend this variant.
apks:
name: Packages
description: >-
Additional software packages to install in the add-on container.
server:
name: Server
description: SSH Server configuration
network:
22/tcp: SSH Port