diff --git a/traccar/translations/en.yaml b/traccar/translations/en.yaml new file mode 100644 index 0000000..e1b01f1 --- /dev/null +++ b/traccar/translations/en.yaml @@ -0,0 +1,22 @@ +--- +configuration: + log_level: + name: Log level + description: >- + Controls the level of log details the add-on provides. + ssl: + name: SSL + description: >- + Enables/Disables SSL (HTTPS) on the web interface. + certfile: + name: Certificate file + description: >- + The certificate file to use for SSL. Note that this file must + exist in the /ssl/ folder. + keyfile: + name: Private key file + description: >- + The private key file to use for SSL. Note that this file must + exist in the /ssl/ folder. +network: + 80/tcp: Web interface (Not required for Ingress)