mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 03:41:42 +00:00
Update: ereader toasts
This commit is contained in:
parent
1d0b824181
commit
9f525309d9
3 changed files with 16 additions and 10 deletions
|
|
@ -845,6 +845,11 @@
|
|||
"ToastCollectionUpdateSuccess": "Collection updated",
|
||||
"ToastDeleteFileFailed": "Failed to delete file",
|
||||
"ToastDeleteFileSuccess": "File deleted",
|
||||
"ToastDeviceAddFailed": "Failed to add device",
|
||||
"ToastDeviceAddSuccess": "Device added",
|
||||
"ToastDeviceNameAlreadyExists": "Ereader device with that name already exists",
|
||||
"ToastDeviceUpdateFailed": "Failed to update device",
|
||||
"ToastDeviceUpdateSuccess": "Device updated",
|
||||
"ToastEpisodeDownloadQueueClearFailed": "Failed to clear queue",
|
||||
"ToastEpisodeDownloadQueueClearSuccess": "Episode download queue cleared",
|
||||
"ToastErrorCannotShare": "Cannot share natively on this device",
|
||||
|
|
@ -873,6 +878,7 @@
|
|||
"ToastLibraryScanStarted": "Library scan started",
|
||||
"ToastLibraryUpdateFailed": "Failed to update library",
|
||||
"ToastLibraryUpdateSuccess": "Library \"{0}\" updated",
|
||||
"ToastNameEmailRequired": "Name and email are required",
|
||||
"ToastNewUserCreatedFailed": "Failed to create account: \"{0}\"",
|
||||
"ToastNewUserCreatedSuccess": "New account created",
|
||||
"ToastNewUserLibraryError": "Must select at least one library",
|
||||
|
|
@ -902,6 +908,7 @@
|
|||
"ToastRescanUpToDate": "Re-Scan complete item was up to date",
|
||||
"ToastRescanUpdated": "Re-Scan complete item was updated",
|
||||
"ToastScanFailed": "Failed to scan library item",
|
||||
"ToastSelectAtLeastOneUser": "Select at least one user",
|
||||
"ToastSendEbookToDeviceFailed": "Failed to send ebook to device",
|
||||
"ToastSendEbookToDeviceSuccess": "Ebook sent to device \"{0}\"",
|
||||
"ToastSeriesUpdateFailed": "Series update failed",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue