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
18
client/strings/en.json
Normal file
18
client/strings/en.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"LabelComments": "Comments",
|
||||
"PlaceholderAddComment": "Add a comment... (Ctrl+Enter to post)",
|
||||
"ButtonPost": "Post",
|
||||
"ButtonEdit": "Edit",
|
||||
"ButtonDelete": "Delete",
|
||||
"ButtonCancel": "Cancel",
|
||||
"ButtonSave": "Save",
|
||||
"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