Pull request: client: imp en locale
Merge in DNS/adguard-home from imp-i18n to master Squashed commit of the following: commit cc5dfc8f7cdfdc8b530e284f38b851ad316d765a Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Nov 8 18:25:08 2021 +0300 client: imp en locale
This commit is contained in:
parent
c0b14b4811
commit
b0b2eb3741
|
@ -36,14 +36,14 @@
|
||||||
"dhcp_ipv4_settings": "DHCP IPv4 Settings",
|
"dhcp_ipv4_settings": "DHCP IPv4 Settings",
|
||||||
"dhcp_ipv6_settings": "DHCP IPv6 Settings",
|
"dhcp_ipv6_settings": "DHCP IPv6 Settings",
|
||||||
"form_error_required": "Required field",
|
"form_error_required": "Required field",
|
||||||
"form_error_ip4_format": "Invalid IPv4 format",
|
"form_error_ip4_format": "Invalid IPv4 address",
|
||||||
"form_error_ip4_range_start_format": "Invalid range start IPv4 format",
|
"form_error_ip4_range_start_format": "Invalid IPv4 address of the range start",
|
||||||
"form_error_ip4_range_end_format": "Invalid range end IPv4 format",
|
"form_error_ip4_range_end_format": "Invalid IPv4 address of the range end",
|
||||||
"form_error_ip4_gateway_format": "Invalid gateway IPv4 format",
|
"form_error_ip4_gateway_format": "Invalid IPv4 address of the gateway",
|
||||||
"form_error_ip6_format": "Invalid IPv6 format",
|
"form_error_ip6_format": "Invalid IPv6 address",
|
||||||
"form_error_ip_format": "Invalid IP format",
|
"form_error_ip_format": "Invalid IP address",
|
||||||
"form_error_mac_format": "Invalid MAC format",
|
"form_error_mac_format": "Invalid MAC address",
|
||||||
"form_error_client_id_format": "Invalid client ID format",
|
"form_error_client_id_format": "Invalid client ID",
|
||||||
"form_error_server_name": "Invalid server name",
|
"form_error_server_name": "Invalid server name",
|
||||||
"form_error_subnet": "Subnet \"{{cidr}}\" does not contain the IP address \"{{ip}}\"",
|
"form_error_subnet": "Subnet \"{{cidr}}\" does not contain the IP address \"{{ip}}\"",
|
||||||
"form_error_positive": "Must be greater than 0",
|
"form_error_positive": "Must be greater than 0",
|
||||||
|
|
Loading…
Reference in New Issue