mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
WebClient: improve readability of upload progress
Fixes #1773 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -291,10 +291,10 @@
|
||||
"no_files_folders": "No files or folders",
|
||||
"invalid_name": "File or folder names cannot contain \"/\"",
|
||||
"folder_name_required": "Folder name is required",
|
||||
"deleting": "Delete {{idx}}/{{total}}: {{- name}}",
|
||||
"copying": "Copy {{idx}}/{{total}}: {{- name}}",
|
||||
"moving": "Move {{idx}}/{{total}}: {{- name}}",
|
||||
"uploading": "Upload {{idx}}/{{total}}: {{- name}}",
|
||||
"deleting": "Delete {{idx}}/{{total}}",
|
||||
"copying": "Copy {{idx}}/{{total}}",
|
||||
"moving": "Move {{idx}}/{{total}}",
|
||||
"uploading": "Upload {{idx}}/{{total}}",
|
||||
"err_403": "Permission denied",
|
||||
"err_429": "Too many concurrent requests",
|
||||
"err_generic": "Unable to access the requested resource",
|
||||
|
||||
Reference in New Issue
Block a user