mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 05:29:41 +00:00
Multi move
This commit is contained in:
parent
e433cf9c05
commit
fb206e8198
5 changed files with 256 additions and 109 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue