Skip to content

Commit

Permalink
Add translation support (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 4, 2021
1 parent 646dac6 commit 00d2e06
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions log-viewer/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 00d2e06

Please sign in to comment.