mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
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:
@@ -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
17
ssh/translations/en.yaml
Normal 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
|
||||
Reference in New Issue
Block a user