mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-05-29 10:23:59 +02:00
init
This commit is contained in:
7
example/translations/de.yaml
Normal file
7
example/translations/de.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
configuration:
|
||||
log_level:
|
||||
description: 'The amount of logging the add-on should do.'
|
||||
name: 'Log level'
|
||||
seconds_between_quotes:
|
||||
description: 'The number of seconds the add-on waits until showing a new quote in the add-on log.'
|
||||
name: 'Sekunden zwischen Zitaten'
|
||||
10
example/translations/en.yaml
Normal file
10
example/translations/en.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
configuration:
|
||||
log_level:
|
||||
name: Log level
|
||||
description: The amount of logging the add-on should do.
|
||||
seconds_between_quotes:
|
||||
name: Seconds between quotes
|
||||
description: >-
|
||||
The number of seconds the add-on waits until showing a new quote in the
|
||||
add-on log.
|
||||
7
example/translations/nl.yaml
Normal file
7
example/translations/nl.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
configuration:
|
||||
log_level:
|
||||
description: 'Bepaalt het niveau van de logs die de add-on toont.'
|
||||
name: 'Log niveau'
|
||||
seconds_between_quotes:
|
||||
description: 'The number of seconds the add-on waits until showing a new quote in the add-on log.'
|
||||
name: 'Aantal seconden tussen de citaten'
|
||||
Reference in New Issue
Block a user