Skip to content

Commit

Permalink
Add translation support (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 4, 2021
1 parent bf230d3 commit 8828794
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions unifi/translations/en.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
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.
memory_max:
name: Max Memory
description: >-
This option allows you to change the amount of memory the UniFi Controller
is allowed to consume.
memory_init:
name: Initial Memory
description: >-
This option allows you to change the amount of memory the UniFi Controller
will initially reserve/consume when starting.
network:
161/udp: Used for SNMP Access
1900/udp: L2 discoverable port
3478/udp: Used for STUN
5514/udp: Used for remote syslog debugging
6789/tcp: Used for UniFi mobile speed test
8080/tcp: Used for device and controller communication
8443/tcp: Used for controller web interface and API
8843/tcp: Used for HTTPS portal redirection
8880/tcp: Used for HTTP portal redirection
10001/udp: Used for device discovery

0 comments on commit 8828794

Please sign in to comment.