mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +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,20 +16,20 @@ init: false
|
||||
map:
|
||||
- share
|
||||
options:
|
||||
project_id: null
|
||||
client_secrets: google_assistant.json
|
||||
model_id: null
|
||||
feedback:
|
||||
enable: false
|
||||
volume: 80
|
||||
model_id: null
|
||||
project_id: null
|
||||
ports:
|
||||
9324/tcp: 9324
|
||||
schema:
|
||||
project_id: str
|
||||
client_secrets: str
|
||||
model_id: str
|
||||
feedback:
|
||||
enable: bool
|
||||
volume: int(0,100)
|
||||
model_id: str
|
||||
project_id: str
|
||||
stage: experimental
|
||||
webui: http://[HOST]:[PORT:9324]
|
||||
|
||||
20
google_assistant/translations/en.yaml
Normal file
20
google_assistant/translations/en.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
configuration:
|
||||
project_id:
|
||||
name: Project ID
|
||||
description: >-
|
||||
Project ID of the project you've created at Google for this add-on.
|
||||
client_secrets:
|
||||
name: Client Secrets
|
||||
description: >-
|
||||
The name of the client secrets file to you've downloaded from Google and
|
||||
placed in your `/share` folder.
|
||||
model_id:
|
||||
name: Model ID
|
||||
description: >-
|
||||
The ID of the model you've registered at Google for this add-on.
|
||||
feedback:
|
||||
name: Feedback
|
||||
description: Control feedback options
|
||||
network:
|
||||
9324/tcp: The port for the Webserver
|
||||
Reference in New Issue
Block a user