-
Notifications
You must be signed in to change notification settings - Fork 47
feat: comments #1685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
feat: comments #1685
Changes from all commits
af82f70
2dd6ba9
c1ec721
0f6e182
40f554a
1c1eaa6
72ae507
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,3 +48,6 @@ spanish = { lang = "es" } | |
|
|
||
| [thumbnail] | ||
| show = true | ||
|
|
||
| [comments] | ||
| show = false | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,7 @@ | |
| "chapters-button": "Chapters", | ||
| "thumbnail-button": "Thumbnail", | ||
| "metadata-button": "Metadata", | ||
| "comments-button": "Comments", | ||
| "keyboard-controls-button": "Keyboard Controls", | ||
| "tooltip-aria": "Main Navigation" | ||
| }, | ||
|
|
@@ -246,7 +247,8 @@ | |
| "error-text": "An error has occurred. Please wait a bit and try again.", | ||
| "goBack-button": "No, take me back", | ||
| "callback-button-system": "Back to {{system}}", | ||
| "callback-button-generic": "Back to previous system" | ||
| "callback-button-generic": "Back to previous system", | ||
| "loading": "Loading..." | ||
| }, | ||
|
|
||
| "trackSelection": { | ||
|
|
@@ -331,6 +333,46 @@ | |
| "editTitle": "Chapter Editor" | ||
| }, | ||
|
|
||
| "comments": { | ||
| "no-comments": "No comments yet. Be the first to comment!", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would make sense for a social media post or similar, but there is no reason to incentivize posting comments in Opencast. I think "No comments yet." is enough. |
||
| "resolved": "Resolved", | ||
| "open": "Open", | ||
| "reply": "Reply", | ||
| "delete": "Delete", | ||
| "add-comment": "Add Comment", | ||
| "placeholder": "Write your comment...", | ||
| "select-reason": "Select a reason...", | ||
| "submit": "Submit", | ||
| "saving": "Saving...", | ||
| "reply-to": "Reply to", | ||
| "reply-placeholder": "Write your reply to", | ||
| "mark-resolved": "Mark as resolved", | ||
| "cancel": "Cancel", | ||
| "pending": "Pending", | ||
| "pending-tooltip": "Pending changes need to be saved in the Finish tab.", | ||
| "reasons": { | ||
| "cutting": "Cutting required", | ||
| "review": "Review required", | ||
| "async": "A/V tracks asynchronous", | ||
| "audio_issue": "Missing or defective audio track", | ||
| "cancelled": "Canceled event", | ||
| "conflicting_metadata": "Conflicting metadata", | ||
| "improper_point": "Improper in or out point", | ||
| "missing_agreement": "Missing agreement", | ||
| "other": "Other", | ||
| "privacy": "Privacy concern", | ||
| "segmentation": "Inaccurate segmentation", | ||
| "unknown_creator": "Creator unknown", | ||
| "video_issue": "Video distorted or cropped", | ||
| "wrong_input_format": "Input file format not supported", | ||
| "wrong_metadata": "Metadata needs correction", | ||
| "wrong_series_publication": "Wrong series or publication channel", | ||
| "wrong_workflow": "Wrong workflow", | ||
| "processing_failure": "Processing failure", | ||
| "admin_ui_notes": "Notes in Admin UI" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this should be |
||
| } | ||
| }, | ||
|
|
||
| "keyboardControls": { | ||
| "header": "Shortcuts", | ||
| "defaultGroupName": "General", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be true, since this config is what's backing
editor.opencast.organd we want to show off all of the bells and whistles.