From cfd2a45e7d23bd934c5b1b57cae20c1ad2ca6cce Mon Sep 17 00:00:00 2001 From: frenck Date: Mon, 19 Apr 2021 18:03:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8D=20Updating=20translations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .translations/de.yaml | 30 ++++++++++++++++++++++++++++++ .translations/en.yaml | 30 ++++++++++++++++++++++++++++++ .translations/nl.yaml | 30 ++++++++++++++++++++++++++++++ example/translations/de.yaml | 7 +++++++ example/translations/nl.yaml | 7 +++++++ 5 files changed, 104 insertions(+) create mode 100644 .translations/de.yaml create mode 100644 .translations/en.yaml create mode 100644 .translations/nl.yaml create mode 100644 example/translations/de.yaml create mode 100644 example/translations/nl.yaml diff --git a/.translations/de.yaml b/.translations/de.yaml new file mode 100644 index 00000000..8c4f16ea --- /dev/null +++ b/.translations/de.yaml @@ -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)' diff --git a/.translations/en.yaml b/.translations/en.yaml new file mode 100644 index 00000000..32f30919 --- /dev/null +++ b/.translations/en.yaml @@ -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)' diff --git a/.translations/nl.yaml b/.translations/nl.yaml new file mode 100644 index 00000000..8c643dca --- /dev/null +++ b/.translations/nl.yaml @@ -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)' diff --git a/example/translations/de.yaml b/example/translations/de.yaml new file mode 100644 index 00000000..204292c7 --- /dev/null +++ b/example/translations/de.yaml @@ -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' diff --git a/example/translations/nl.yaml b/example/translations/nl.yaml new file mode 100644 index 00000000..350cbdd4 --- /dev/null +++ b/example/translations/nl.yaml @@ -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'