From b0b2eb3741898f64a0ad0724fa1fbc0625fe660c Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Mon, 8 Nov 2021 18:35:49 +0300 Subject: [PATCH] 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 Date: Mon Nov 8 18:25:08 2021 +0300 client: imp en locale --- client/src/__locales/en.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index 070f1afa..7107418a 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -36,14 +36,14 @@ "dhcp_ipv4_settings": "DHCP IPv4 Settings", "dhcp_ipv6_settings": "DHCP IPv6 Settings", "form_error_required": "Required field", - "form_error_ip4_format": "Invalid IPv4 format", - "form_error_ip4_range_start_format": "Invalid range start IPv4 format", - "form_error_ip4_range_end_format": "Invalid range end IPv4 format", - "form_error_ip4_gateway_format": "Invalid gateway IPv4 format", - "form_error_ip6_format": "Invalid IPv6 format", - "form_error_ip_format": "Invalid IP format", - "form_error_mac_format": "Invalid MAC format", - "form_error_client_id_format": "Invalid client ID format", + "form_error_ip4_format": "Invalid IPv4 address", + "form_error_ip4_range_start_format": "Invalid IPv4 address of the range start", + "form_error_ip4_range_end_format": "Invalid IPv4 address of the range end", + "form_error_ip4_gateway_format": "Invalid IPv4 address of the gateway", + "form_error_ip6_format": "Invalid IPv6 address", + "form_error_ip_format": "Invalid IP address", + "form_error_mac_format": "Invalid MAC address", + "form_error_client_id_format": "Invalid client ID", "form_error_server_name": "Invalid server name", "form_error_subnet": "Subnet \"{{cidr}}\" does not contain the IP address \"{{ip}}\"", "form_error_positive": "Must be greater than 0",