mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-02 09:09:37 +00:00
Fix uploader check if item already exists in a subdirectory #4146
This commit is contained in:
parent
ec4f275d52
commit
e16d3d72b6
3 changed files with 49 additions and 6 deletions
|
|
@ -1086,6 +1086,8 @@
|
|||
"ToastUnknownError": "Unknown error",
|
||||
"ToastUnlinkOpenIdFailed": "Failed to unlink user from OpenID",
|
||||
"ToastUnlinkOpenIdSuccess": "User unlinked from OpenID",
|
||||
"ToastUploaderFilepathExistsError": "Filepath \"{0}\" already exists on server",
|
||||
"ToastUploaderItemExistsInSubdirectoryError": "Item \"{0}\" is using a subdirectory of the upload path.",
|
||||
"ToastUserDeleteFailed": "Failed to delete user",
|
||||
"ToastUserDeleteSuccess": "User deleted",
|
||||
"ToastUserPasswordChangeSuccess": "Password changed successfully",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue