feat: add feedback review notification UI
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
"overview": "Overview",
|
||||
"workspacePlan": "Content",
|
||||
"mediaLibrary": "Media Library",
|
||||
"myFeedback": "My Feedback",
|
||||
"feedbackReview": "Feedback Review",
|
||||
"channels": "Channels",
|
||||
"projects": "Campaigns",
|
||||
"reviewQueue": "Review Queue",
|
||||
@@ -96,7 +98,11 @@
|
||||
"revisionCreated": "Revision created",
|
||||
"statusUpdated": "Status updated",
|
||||
"assetLinked": "Asset linked",
|
||||
"assetRevisionCreated": "Asset revision created"
|
||||
"assetRevisionCreated": "Asset revision created",
|
||||
"feedbackReportCreated": "New feedback report",
|
||||
"feedbackDeveloperCommented": "Developer commented",
|
||||
"feedbackStatusChanged": "Feedback status changed",
|
||||
"feedbackReporterCommented": "Reporter replied"
|
||||
}
|
||||
},
|
||||
"feedback": {
|
||||
@@ -132,6 +138,116 @@
|
||||
"text": "Text label",
|
||||
"undo": "Undo",
|
||||
"clear": "Clear and reset"
|
||||
},
|
||||
"review": {
|
||||
"eyebrow": "Developer review",
|
||||
"title": "Product feedback",
|
||||
"description": "Review submitted bugs, suggestions, and requests across all workspaces.",
|
||||
"refresh": "Refresh feedback",
|
||||
"loading": "Loading feedback...",
|
||||
"empty": "No feedback matches the current filters.",
|
||||
"emptyValue": "Not captured",
|
||||
"noContext": "No workspace context",
|
||||
"lastActivity": "Last activity",
|
||||
"metrics": {
|
||||
"total": "Total reports",
|
||||
"visible": "Visible",
|
||||
"new": "New",
|
||||
"planned": "Planned"
|
||||
},
|
||||
"filters": {
|
||||
"search": "Search feedback",
|
||||
"type": "Type",
|
||||
"status": "Status",
|
||||
"tag": "Tag",
|
||||
"reporter": "Reporter",
|
||||
"workspace": "Workspace",
|
||||
"fromDate": "From date",
|
||||
"toDate": "To date",
|
||||
"sort": "Sort",
|
||||
"clear": "Clear filters"
|
||||
},
|
||||
"sort": {
|
||||
"lastActivity": "Last activity",
|
||||
"newest": "Newest",
|
||||
"oldest": "Oldest"
|
||||
},
|
||||
"errors": {
|
||||
"loadFailed": "Feedback could not be loaded.",
|
||||
"detailFailed": "The feedback report could not be loaded."
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back to feedback",
|
||||
"eyebrow": "Feedback detail",
|
||||
"report": "Report",
|
||||
"screenshot": "Screenshot",
|
||||
"download": "Download original",
|
||||
"openOriginal": "Open original",
|
||||
"screenshotAlt": "Feedback screenshot",
|
||||
"noScreenshot": "No screenshot was attached.",
|
||||
"timeline": "Comments and activity",
|
||||
"noTimeline": "No comments or activity yet.",
|
||||
"commentLabel": "Developer comment",
|
||||
"addComment": "Add comment",
|
||||
"commenting": "Adding comment...",
|
||||
"commentAdded": "Comment added.",
|
||||
"commentFailed": "Comment could not be added.",
|
||||
"reviewControls": "Review controls",
|
||||
"saved": "Feedback updated.",
|
||||
"saveFailed": "Feedback could not be updated.",
|
||||
"reporter": "Reporter",
|
||||
"activityLabel": "Activity",
|
||||
"metadata": {
|
||||
"title": "Captured metadata",
|
||||
"path": "Submitted path",
|
||||
"userAgent": "Browser",
|
||||
"viewport": "Viewport",
|
||||
"appVersion": "App version",
|
||||
"created": "Created",
|
||||
"lastActivity": "Last activity"
|
||||
},
|
||||
"context": {
|
||||
"title": "Context",
|
||||
"workspace": "Workspace",
|
||||
"client": "Client",
|
||||
"project": "Campaign",
|
||||
"contentItem": "Content item"
|
||||
},
|
||||
"activity": {
|
||||
"updated": "Updated feedback.",
|
||||
"statusChanged": "Changed status from {from} to {to}.",
|
||||
"typeChanged": "Changed type from {from} to {to}.",
|
||||
"tagsChanged": "Changed tags from {from} to {to}."
|
||||
}
|
||||
}
|
||||
},
|
||||
"mine": {
|
||||
"eyebrow": "My feedback",
|
||||
"title": "My Feedback",
|
||||
"description": "Track the product feedback you have submitted across workspaces.",
|
||||
"refresh": "Refresh my feedback",
|
||||
"empty": "No feedback matches the current filters.",
|
||||
"unread": "Unread feedback activity",
|
||||
"metrics": {
|
||||
"active": "Active reports",
|
||||
"unread": "Unread",
|
||||
"visible": "Visible"
|
||||
},
|
||||
"errors": {
|
||||
"loadFailed": "Your feedback could not be loaded.",
|
||||
"detailFailed": "This feedback report could not be loaded."
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back to my feedback",
|
||||
"eyebrow": "My feedback detail",
|
||||
"commentLabel": "Follow-up comment",
|
||||
"commentAdded": "Comment added.",
|
||||
"commentFailed": "Comment could not be added.",
|
||||
"cancel": "Cancel report",
|
||||
"cancelPrompt": "Optional cancellation reason",
|
||||
"cancelled": "Feedback cancelled.",
|
||||
"cancelFailed": "Feedback could not be cancelled."
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
|
||||
Reference in New Issue
Block a user