mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 11:21:36 +00:00
added comments to books
This commit is contained in:
parent
acc3d253c5
commit
396ecfff4a
11 changed files with 583 additions and 28 deletions
|
|
@ -1103,5 +1103,17 @@
|
|||
"ToastUserPasswordChangeSuccess": "Password changed successfully",
|
||||
"ToastUserPasswordMismatch": "Passwords do not match",
|
||||
"ToastUserPasswordMustChange": "New password cannot match old password",
|
||||
"ToastUserRootRequireName": "Must enter a root username"
|
||||
"ToastUserRootRequireName": "Must enter a root username",
|
||||
"LabelComments": "Comments",
|
||||
"PlaceholderAddComment": "Add a comment... (Ctrl+Enter to post)",
|
||||
"ButtonPost": "Post",
|
||||
"MessageNoComments": "No comments yet. Be the first to comment!",
|
||||
"MessageCommentAdded": "Comment added successfully",
|
||||
"MessageCommentUpdated": "Comment updated successfully",
|
||||
"MessageCommentDeleted": "Comment deleted successfully",
|
||||
"ErrorLoadingComments": "Error loading comments",
|
||||
"ErrorAddingComment": "Error adding comment",
|
||||
"ErrorUpdatingComment": "Error updating comment",
|
||||
"ErrorDeletingComment": "Error deleting comment",
|
||||
"ConfirmDeleteComment": "Are you sure you want to delete this comment?"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue