From 0976a0ca4fe84069653680a7e4c597f5d20e9f05 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 19 Apr 2021 20:11:51 +0200 Subject: [PATCH] Improve translations source file (#213) --- motioneye/translations/en.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/motioneye/translations/en.yaml b/motioneye/translations/en.yaml index 67153de..9d5931a 100644 --- a/motioneye/translations/en.yaml +++ b/motioneye/translations/en.yaml @@ -2,29 +2,29 @@ configuration: log_level: name: Log level - description: > + description: >- Controls the level of log details the add-on provides. motion_webcontrol: name: Motion webcontrol - description: > + description: >- Enables the motion webcontrol endpoint running on port 7999. ssl: name: SSL - description: > + description: >- Enables/Disables SSL (HTTPS) on the web interface of motionEye. certfile: name: Certificate file - description: > + description: >- The certificate file to use for SSL. Note that this file must exists in the /ssl/ folder. keyfile: name: Private key file - description: > + description: >- The private key file to use for SSL. Note that this file must exists in the /ssl/ folder. action_buttons: name: Action buttons - description: > + description: >- If configured, a script will be created to implement an motionEye action button. See add-on documentation for usage details. network: