mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
WIP new WebAdmin: roles page
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -221,7 +221,9 @@
|
||||
"backup_ok": "Backup successfully restored",
|
||||
"configs_saved": "Configurations has been successfully updated",
|
||||
"protocol": "Protocol",
|
||||
"refresh": "Refresh"
|
||||
"refresh": "Refresh",
|
||||
"members": "Members",
|
||||
"members_summary": "Users: {{users}}. Admins: {{admins}}"
|
||||
},
|
||||
"fs": {
|
||||
"view_file": "View file \"{{- path}}\"",
|
||||
@@ -493,9 +495,7 @@
|
||||
"template_no_user": "No valid user defined, unable to complete the requested action"
|
||||
},
|
||||
"group": {
|
||||
"view_manage": "View and manage groups",
|
||||
"members": "Members",
|
||||
"members_summary": "Users: {{users}}. Admins: {{admins}}"
|
||||
"view_manage": "View and manage groups"
|
||||
},
|
||||
"virtual_folders": {
|
||||
"view_manage": "View and manage virtual folders",
|
||||
@@ -686,5 +686,8 @@
|
||||
"upload_info": "$t(connections.upload). Size: {{- size}}. Speed: {{- speed}}",
|
||||
"download_info": "$t(connections.download). Size: {{- size}}. Speed: {{- speed}}",
|
||||
"client": "Client: {{- val}}"
|
||||
},
|
||||
"role": {
|
||||
"view_manage": "View and manage roles"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user