mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 16:25:15 +03:00
WIP new WebAdmin: folders page
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -206,7 +206,8 @@
|
||||
"zero_no_limit_help": "0 means no limit",
|
||||
"global_settings": "Global settings",
|
||||
"mandatory_encryption": "Mandatory encryption",
|
||||
"name_invalid": "The specified username is not valid, the following characters are allowed: a-zA-Z0-9-_.~"
|
||||
"name_invalid": "The specified username is not valid, the following characters are allowed: a-zA-Z0-9-_.~",
|
||||
"associations": "Associations"
|
||||
},
|
||||
"fs": {
|
||||
"view_file": "View file \"{{- path}}\"",
|
||||
@@ -474,10 +475,12 @@
|
||||
"members_summary": "Users: {{users}}. Admins: {{admins}}"
|
||||
},
|
||||
"virtual_folders": {
|
||||
"view_manage": "View and manage virtual folders",
|
||||
"mount_path": "mount path, i.e. /vfolder",
|
||||
"quota_size": "Quota size",
|
||||
"quota_size_help": "0 means no limit. You can use MB/GB/TB suffix",
|
||||
"quota_files": "Quota files"
|
||||
"quota_files": "Quota files",
|
||||
"associations_summary": "Users: {{users}}. Groups: {{groups}}"
|
||||
},
|
||||
"storage": {
|
||||
"title": "File system",
|
||||
|
||||
@@ -206,7 +206,8 @@
|
||||
"zero_no_limit_help": "0 significa nessun limite",
|
||||
"global_settings": "Impostazioni globali",
|
||||
"mandatory_encryption": "Crittografia obbligatoria",
|
||||
"name_invalid": "Il nome specificato non è valido, sono consentiti i seguenti caratteri: a-zA-Z0-9-_.~"
|
||||
"name_invalid": "Il nome specificato non è valido, sono consentiti i seguenti caratteri: a-zA-Z0-9-_.~",
|
||||
"associations": "Associazioni"
|
||||
},
|
||||
"fs": {
|
||||
"view_file": "Visualizza file \"{{- path}}\"",
|
||||
@@ -474,10 +475,12 @@
|
||||
"members_summary": "Utenti: {{users}}. Amministratori: {{admins}}"
|
||||
},
|
||||
"virtual_folders": {
|
||||
"view_manage": "Visualizza e gestisci cartelle virtuali",
|
||||
"mount_path": "percorso, es. /vfolder",
|
||||
"quota_size": "Quota (dimensione)",
|
||||
"quota_size_help": "0 significa nessun limite. E' possibile utilizzare il suffisso MB/GB/TB",
|
||||
"quota_files": "Quota (numero file)"
|
||||
"quota_files": "Quota (numero file)",
|
||||
"associations_summary": "Utenti: {{users}}. Gruppi: {{groups}}"
|
||||
},
|
||||
"storage": {
|
||||
"title": "File system",
|
||||
|
||||
Reference in New Issue
Block a user