Skip to content

Commit

Permalink
Add add-on translation support (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Apr 19, 2021
1 parent 85555fa commit a0121f0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions traccar/translations/en.yaml
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit a0121f0

Please sign in to comment.