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:
@@ -19,37 +19,37 @@ init: false
|
||||
map:
|
||||
- config:rw
|
||||
options:
|
||||
auto_restart: false
|
||||
deployment_key: []
|
||||
deployment_key_protocol: rsa
|
||||
deployment_password: ""
|
||||
deployment_user: ""
|
||||
git_branch: master
|
||||
git_command: pull
|
||||
git_prune: false
|
||||
git_remote: origin
|
||||
repeat:
|
||||
active: false
|
||||
interval: 300
|
||||
repository: null
|
||||
git_branch: master
|
||||
git_remote: origin
|
||||
auto_restart: false
|
||||
restart_ignore:
|
||||
- ui-lovelace.yaml
|
||||
- .gitignore
|
||||
git_command: pull
|
||||
git_prune: false
|
||||
deployment_key: []
|
||||
deployment_user: ""
|
||||
deployment_password: ""
|
||||
deployment_key_protocol: rsa
|
||||
repeat:
|
||||
active: false
|
||||
interval: 300
|
||||
schema:
|
||||
auto_restart: bool
|
||||
deployment_key:
|
||||
- str
|
||||
deployment_key_protocol: match(rsa|dsa|ecdsa|ed25519|rsa)
|
||||
deployment_password: password
|
||||
deployment_user: str
|
||||
repository: str
|
||||
git_branch: str
|
||||
git_remote: str
|
||||
auto_restart: bool
|
||||
restart_ignore:
|
||||
- str
|
||||
git_command: list(pull|reset)
|
||||
git_prune: bool
|
||||
git_remote: str
|
||||
deployment_key:
|
||||
- str
|
||||
deployment_user: str
|
||||
deployment_password: password
|
||||
deployment_key_protocol: match(rsa|dsa|ecdsa|ed25519|rsa)
|
||||
repeat:
|
||||
active: bool
|
||||
interval: int
|
||||
repository: str
|
||||
restart_ignore:
|
||||
- str
|
||||
startup: services
|
||||
|
||||
55
git_pull/translations/en.yaml
Normal file
55
git_pull/translations/en.yaml
Normal file
@@ -0,0 +1,55 @@
|
||||
---
|
||||
configuration:
|
||||
repository:
|
||||
name: Repository
|
||||
description: Git URL to your repository.
|
||||
git_branch:
|
||||
name: Git Branch
|
||||
description: >-
|
||||
Branch name of the Git repo. If left empty, the currently checked out
|
||||
branch will be updated. Leave this as 'master' if you are unsure.
|
||||
git_remote:
|
||||
name: Git Remote
|
||||
description: >-
|
||||
Name of the tracked repository. Leave this as `origin` if you are unsure.
|
||||
auto_restart:
|
||||
name: Auto restart
|
||||
description: >-
|
||||
Restart Home Assistant when the configuration has changed (and is valid).
|
||||
restart_ignore:
|
||||
name: Restart Ignore
|
||||
description: >-
|
||||
When `auto_restart` is enabled, changes to these files will not make HA
|
||||
restart. Full directories to ignore can be specified.
|
||||
git_command:
|
||||
name: Git Command
|
||||
description: Command to run. Leave this as `pull` if you are unsure.
|
||||
git_prune:
|
||||
name: Git Prune
|
||||
description: >-
|
||||
If enabled, the add-on will clean-up branches that are deleted on the
|
||||
remote repository, but still have cached entries on the local machine.
|
||||
Leave this as `false` if you are unsure.
|
||||
deployment_key:
|
||||
name: Deployment Key
|
||||
description: >-
|
||||
A private SSH key that will be used for communication during Git
|
||||
operations.
|
||||
deployment_user:
|
||||
name: Deployment User
|
||||
description: >-
|
||||
Username to use when authenticating to a repository with a username and
|
||||
password.
|
||||
deployment_password:
|
||||
name: Deployment Password
|
||||
description: >-
|
||||
Password to use when authenticating to a repository. Ignored if
|
||||
`deployment_user` is not set.
|
||||
deployment_key_protocol:
|
||||
name: Deployment Key Protocol
|
||||
description: The key protocol
|
||||
repeat:
|
||||
name: Polling
|
||||
description: >-
|
||||
Configure the Git pull add-on to poll the repository for updates
|
||||
periodically automatically.
|
||||
Reference in New Issue
Block a user