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:
@@ -16,25 +16,25 @@ map:
|
||||
- ssl
|
||||
- share
|
||||
options:
|
||||
domain: null
|
||||
hsts: max-age=31536000; includeSubDomains
|
||||
certfile: fullchain.pem
|
||||
keyfile: privkey.pem
|
||||
cloudflare: false
|
||||
customize:
|
||||
active: false
|
||||
default: nginx_proxy_default*.conf
|
||||
servers: nginx_proxy/*.conf
|
||||
domain: null
|
||||
hsts: max-age=31536000; includeSubDomains
|
||||
keyfile: privkey.pem
|
||||
ports:
|
||||
443/tcp: 443
|
||||
80/tcp: null
|
||||
schema:
|
||||
domain: str
|
||||
hsts: str
|
||||
certfile: str
|
||||
keyfile: str
|
||||
cloudflare: bool
|
||||
customize:
|
||||
active: bool
|
||||
default: str
|
||||
servers: str
|
||||
domain: str
|
||||
hsts: str
|
||||
keyfile: str
|
||||
|
||||
29
nginx_proxy/translations/en.yaml
Normal file
29
nginx_proxy/translations/en.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
configuration:
|
||||
domain:
|
||||
name: Domain
|
||||
description: The domain name to use for the proxy.
|
||||
hsts:
|
||||
name: HSTS
|
||||
description: >-
|
||||
Value for the HSTS HTTP header to send. If empty, the header is not sent.
|
||||
certfile:
|
||||
name: Certificate File
|
||||
description: >-
|
||||
The certificate file to use in the `/ssl` directory.
|
||||
keyfile:
|
||||
name: Private Key File
|
||||
description: Private Private Key File to use in the `/ssl` directory.
|
||||
cloudflare:
|
||||
name: CloudFlare
|
||||
description: >-
|
||||
If enabled, configure Nginx with a list of IP addresses directly from
|
||||
Cloudflare that will be used for `set_real_ip_from` directive Nginx
|
||||
config.
|
||||
customize:
|
||||
name: Customize
|
||||
description: >-
|
||||
See the Documentation tab for more information about these options.
|
||||
network:
|
||||
443/tcp: HTTPS (SSL) Port
|
||||
80/tcp: HTTP (non-SSL) Port
|
||||
Reference in New Issue
Block a user