mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
fix(i18n): redundant comma
This commit is contained in:
parent
dca19d76f6
commit
f0a1835ce1
|
|
@ -172,7 +172,7 @@
|
|||
"directoryDownloadStarted": "Download started, please do not close this tab.",
|
||||
"directoryDownloadFinished": "Download finished, no failed objects.",
|
||||
"directoryDownloadFinishedWithError": "Download finished, {{failed}} object failed.",
|
||||
"directoryDownloadPermissionError": "Permission denied, please allow read and write local files.",
|
||||
"directoryDownloadPermissionError": "Permission denied, please allow read and write local files."
|
||||
},
|
||||
"modals": {
|
||||
"processing": "Processing...",
|
||||
|
|
|
|||
Loading…
Reference in New Issue