Multi move

This commit is contained in:
Tiberiu Ichim 2026-02-06 14:51:54 +02:00
parent e433cf9c05
commit fb206e8198
5 changed files with 256 additions and 109 deletions

View file

@ -469,6 +469,7 @@
"LabelMissingSupplementaryEbook": "Has no supplementary ebook",
"LabelMoveToLibrary": "Move to Library",
"LabelMovingItem": "Moving item",
"LabelMovingItems": "Moving items",
"LabelMobileRedirectURIs": "Allowed Mobile Redirect URIs",
"LabelMobileRedirectURIsDescription": "This is a whitelist of valid redirect URIs for mobile apps. The default one is <code>audiobookshelf://oauth</code>, which you can remove or supplement with additional URIs for third-party app integration. Using an asterisk (<code>*</code>) as the sole entry permits any URI.",
"LabelMore": "More",
@ -1065,6 +1066,8 @@
"ToastItemDeletedSuccess": "Deleted item",
"ToastItemMoved": "Item moved successfully",
"ToastItemMoveFailed": "Failed to move item",
"ToastItemsMoved": "{0} item(s) moved successfully",
"ToastItemsMoveFailed": "{0} item(s) failed to move",
"ToastItemDetailsUpdateSuccess": "Item details updated",
"ToastItemMarkedAsFinishedFailed": "Failed to mark as Finished",
"ToastItemMarkedAsFinishedSuccess": "Item marked as Finished",