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:
@@ -29,14 +29,14 @@ schema:
|
||||
databases:
|
||||
- str
|
||||
logins:
|
||||
- password: password
|
||||
username: str
|
||||
- username: str
|
||||
password: password
|
||||
rights:
|
||||
- database: str
|
||||
privileges:
|
||||
- "list(ALTER|CREATE|CREATE ROUTINE|CREATE TEMPORARY TABLES|\
|
||||
CREATE VIEW|DELETE|DELETE HISTORY|DROP|EVENT|GRANT OPTION|INDEX|\
|
||||
INSERT|LOCK TABLES|SELECT|SHOW VIEW|TRIGGER|UPDATE)?"
|
||||
CREATE VIEW|DELETE|DELETE HISTORY|DROP|EVENT|GRANT OPTION|INDEX|\
|
||||
INSERT|LOCK TABLES|SELECT|SHOW VIEW|TRIGGER|UPDATE)?"
|
||||
username: str
|
||||
services:
|
||||
- mysql:provide
|
||||
|
||||
13
mariadb/translations/en.yaml
Normal file
13
mariadb/translations/en.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
configuration:
|
||||
databases:
|
||||
name: Databases
|
||||
description: Database names.
|
||||
logins:
|
||||
name: Logins
|
||||
description: This section defines a create user definition in MariaDB.
|
||||
rights:
|
||||
name: Rights
|
||||
description: This section grant privileges to users in MariaDB.
|
||||
network:
|
||||
3306/tcp: The port to access the database engine.
|
||||
Reference in New Issue
Block a user