mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 19:01:41 +00:00
19 lines
No EOL
784 B
JSON
19 lines
No EOL
784 B
JSON
{
|
|
"LabelSelectAll": "Select All",
|
|
"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?"
|
|
} |