Added add client to lists

This commit is contained in:
Juan Gilsanz Polo 2022-09-29 23:12:24 +02:00
parent 9f248d18a1
commit 6b51102dd2
8 changed files with 350 additions and 4 deletions

View file

@ -87,5 +87,10 @@
"removeClientMessage": "Are you sure you want to remove this client from the list?",
"confirm": "Confirm",
"removingClient": "Removing client...",
"clientNotRemoved": "Client could not be removed from the list"
"clientNotRemoved": "Client could not be removed from the list",
"addClient": "Add client",
"list": "List",
"ipAddress": "IP address",
"ipNotValid": "IP address not valid",
"clientAddedSuccessfully": "Client added to the list successfully"
}