mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-03 18:51:29 +00:00
🌍 Updating translations
This commit is contained in:
parent
5443d48826
commit
cfd2a45e7d
5 changed files with 104 additions and 0 deletions
30
.translations/de.yaml
Normal file
30
.translations/de.yaml
Normal file
|
@ -0,0 +1,30 @@
|
|||
example:
|
||||
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'
|
||||
motioneye:
|
||||
configuration:
|
||||
action_buttons:
|
||||
description: 'If configured, a script will be created to implement an motionEye action button. See add-on documentation for usage details.\n'
|
||||
name: 'Action buttons'
|
||||
certfile:
|
||||
description: 'The certificate file to use for SSL. Note that this file must exists in the /ssl/ folder.\n'
|
||||
name: 'Certificate file'
|
||||
keyfile:
|
||||
description: 'The private key file to use for SSL. Note that this file must exists in the /ssl/ folder.\n'
|
||||
name: 'Private key file'
|
||||
log_level:
|
||||
description: 'Controls the level of log details the add-on provides.\n'
|
||||
name: 'Log level'
|
||||
motion_webcontrol:
|
||||
description: 'Enables the motion webcontrol endpoint running on port 7999.\n'
|
||||
name: 'Motion webcontrol'
|
||||
ssl:
|
||||
description: 'Enables/Disables SSL (HTTPS) on the web interface of motionEye.\n'
|
||||
name: SSL
|
||||
network:
|
||||
80/tcp: 'Web interface (Not required for Ingress)'
|
30
.translations/en.yaml
Normal file
30
.translations/en.yaml
Normal file
|
@ -0,0 +1,30 @@
|
|||
example:
|
||||
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: 'Seconds between quotes'
|
||||
motioneye:
|
||||
configuration:
|
||||
action_buttons:
|
||||
description: 'If configured, a script will be created to implement an motionEye action button. See add-on documentation for usage details.\n'
|
||||
name: 'Action buttons'
|
||||
certfile:
|
||||
description: 'The certificate file to use for SSL. Note that this file must exists in the /ssl/ folder.\n'
|
||||
name: 'Certificate file'
|
||||
keyfile:
|
||||
description: 'The private key file to use for SSL. Note that this file must exists in the /ssl/ folder.\n'
|
||||
name: 'Private key file'
|
||||
log_level:
|
||||
description: 'Controls the level of log details the add-on provides.\n'
|
||||
name: 'Log level'
|
||||
motion_webcontrol:
|
||||
description: 'Enables the motion webcontrol endpoint running on port 7999.\n'
|
||||
name: 'Motion webcontrol'
|
||||
ssl:
|
||||
description: 'Enables/Disables SSL (HTTPS) on the web interface of motionEye.\n'
|
||||
name: SSL
|
||||
network:
|
||||
80/tcp: 'Web interface (Not required for Ingress)'
|
30
.translations/nl.yaml
Normal file
30
.translations/nl.yaml
Normal file
|
@ -0,0 +1,30 @@
|
|||
example:
|
||||
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: 'Aantal seconden tussen de citaten'
|
||||
motioneye:
|
||||
configuration:
|
||||
action_buttons:
|
||||
description: 'If configured, a script will be created to implement an motionEye action button. See add-on documentation for usage details.\n'
|
||||
name: 'Action buttons'
|
||||
certfile:
|
||||
description: 'The certificate file to use for SSL. Note that this file must exists in the /ssl/ folder.\n'
|
||||
name: 'Certificate file'
|
||||
keyfile:
|
||||
description: 'The private key file to use for SSL. Note that this file must exists in the /ssl/ folder.\n'
|
||||
name: 'Private key file'
|
||||
log_level:
|
||||
description: 'Controls the level of log details the add-on provides.\n'
|
||||
name: 'Log level'
|
||||
motion_webcontrol:
|
||||
description: 'Enables the motion webcontrol endpoint running on port 7999.\n'
|
||||
name: 'Motion webcontrol'
|
||||
ssl:
|
||||
description: 'Enables/Disables SSL (HTTPS) on the web interface of motionEye.\n'
|
||||
name: SSL
|
||||
network:
|
||||
80/tcp: 'Web interface (Not required for Ingress)'
|
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'
|
7
example/translations/nl.yaml
Normal file
7
example/translations/nl.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: 'Aantal seconden tussen de citaten'
|
Loading…
Add table
Add a link
Reference in a new issue