mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Add translation files to all add-ons (#2433)
* Add translation files to all add-ons * lint * Apply suggestions from code review Co-authored-by: Stefan Agner <stefan@agner.ch> * Adjust zwave docs * Adjust zwave_js docs * Adjust ada docs * Reorder ada * Reorder duckdns * Reorder git_pull * Reorder google_assistant * Reorder homematic * Reorder letsencrypt * Reorder mosquitto * Reorder nginx_proxy * Reorder samba * Reorder ssh * Lint Co-authored-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
26
dhcp_server/translations/en.yaml
Normal file
26
dhcp_server/translations/en.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
configuration:
|
||||
default_lease:
|
||||
name: Default Least Time
|
||||
description: >-
|
||||
The default time in seconds that the IP is leased to your client.
|
||||
dns:
|
||||
name: DNS Servers
|
||||
description: The DNS servers your DHCP server gives to your clients.
|
||||
domain:
|
||||
name: Domain
|
||||
description: >-
|
||||
Your network domain name, e.g., `mynetwork.local` or `home.local`
|
||||
hosts:
|
||||
name: Hosts
|
||||
description: >-
|
||||
This option defines settings for one or host definitions for the DHCP
|
||||
server.
|
||||
max_lease:
|
||||
name: Max Lease Time
|
||||
description: The max time in seconds that the IP is leased to your client.
|
||||
networks:
|
||||
name: Networks
|
||||
description: >-
|
||||
This option defines settings for one or multiple networks for the DHCP
|
||||
server to hand out IP addresses for.
|
||||
Reference in New Issue
Block a user