From de4cbb8a1ee7df1ad7ed0ac25af36ab0c9ea6e15 Mon Sep 17 00:00:00 2001 From: addonsbot Date: Mon, 19 Apr 2021 18:01:41 +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 --- motioneye/translations/de.yaml | 21 +++++++++++++++++++++ motioneye/translations/nl.yaml | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 motioneye/translations/de.yaml create mode 100644 motioneye/translations/nl.yaml diff --git a/motioneye/translations/de.yaml b/motioneye/translations/de.yaml new file mode 100644 index 000000000..7267c325d --- /dev/null +++ b/motioneye/translations/de.yaml @@ -0,0 +1,21 @@ +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/motioneye/translations/nl.yaml b/motioneye/translations/nl.yaml new file mode 100644 index 000000000..7267c325d --- /dev/null +++ b/motioneye/translations/nl.yaml @@ -0,0 +1,21 @@ +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)'