Certificates ui section and permissions
This commit is contained in:
@ -23,7 +23,11 @@
|
||||
"public": "Public",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"logs": "Logs"
|
||||
"logs": "Logs",
|
||||
"status": "Status",
|
||||
"online": "Online",
|
||||
"offline": "Offline",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"login": {
|
||||
"title": "Login to your account"
|
||||
@ -127,6 +131,15 @@
|
||||
"help-title": "What is a Stream?",
|
||||
"help-content": "A relatively new feature for Nginx, a Stream will serve to forward TCP/UDP traffic directly to another computer on the network.\nIf you're running game servers, FTP or SSH servers this can come in handy."
|
||||
},
|
||||
"certificates": {
|
||||
"title": "Certificates",
|
||||
"empty": "There are no Certificates",
|
||||
"add": "Add Certificate",
|
||||
"delete": "Delete Certificate",
|
||||
"delete-confirm": "Are you sure you want to delete this certificate? Any hosts using it will need to be updated later.",
|
||||
"help-title": "SSL Certificates",
|
||||
"help-content": "TODO"
|
||||
},
|
||||
"access-lists": {
|
||||
"title": "Access Lists",
|
||||
"empty": "There are no Access Lists",
|
||||
|
Reference in New Issue
Block a user