Added ipv4 and ipv6 subnet prefix length fields

This commit is contained in:
Juan Gilsanz Polo 2024-02-03 14:38:38 +01:00
parent 5f448f0af0
commit 8df0781da6
5 changed files with 148 additions and 88 deletions

View file

@ -758,5 +758,7 @@
"invalidTime": "Invalid time",
"removeDomain": "Remove domain",
"addDomain": "Add domain",
"notLess1Hour": "Time cannot be less than 1 hour"
"notLess1Hour": "Time cannot be less than 1 hour",
"subnetPrefixLengthIpv4": "Subnet prefix length for IPv4",
"subnetPrefixLengthIpv6": "Subnet prefix length for IPv6"
}