WebAdmin: completed base page

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-01-01 20:09:15 +01:00
parent 784b7585c1
commit ca880f6cbb
11 changed files with 395 additions and 773 deletions

View File

@@ -27,7 +27,24 @@
"error429": "Too Many Requests",
"error500": "Internal Server Error",
"errorPDF": "Unable to show PDF file",
"error_editor": "Cannot open file editor"
"error_editor": "Cannot open file editor",
"users": "Users",
"groups": "Groups",
"folders": "Virtual folders",
"connections": "Active sessions",
"event_manager": "Event Manager",
"event_rules": "Rules",
"event_actions": "Actions",
"ip_manager": "IP Manager",
"ip_lists": "IP Lists",
"defender": "Auto Block List",
"admins": "Admins",
"roles": "Roles",
"server_manager": "Server Manager",
"configs": "Configurations",
"logs": "Logs",
"maintenance": "Maintenance",
"status": "Status"
},
"setup": {
"desc": "To start using SFTPGo you need to create an administrator user",
@@ -370,6 +387,7 @@
"required": "Password change is required. Set a new password to continue using your account"
},
"user": {
"view_manage": "View and manage users",
"username_reserved": "The specified username is reserved",
"username_invalid": "The specified username is not valid, the following characters are allowed: a-zA-Z0-9-_.~",
"home_required": "The home directory is mandatory",