import { messagesByLocale } from "../i18n-data"; const messages = { ...messagesByLocale["en-US"], review: { comments: "Comments", commentsTab: "Comments · {{count}}", commentsTitle: "Review comments", commentNumber: "Review comment {{count}}", thisScreen: "This screen", allScreens: "All screens", signInToComment: "Sign in to comment", panelTitle: "Feedback", placeholder: "Leave feedback…", commentingOn: "Commenting on {{name}}", emptyState: "No review comments yet.", clickToPin: "Click anywhere to pin feedback", escToExit: "Esc to exit", newComment: "New comment", commentMode: "Comment", sendToAgent: "Send to agent", sendingToAgent: "Sending to agent…", enterToPost: "Enter to post · Shift+Enter for a new line", post: "Post", posting: "Posting…", postFailed: "Could not post this comment", loading: "Loading comments", replyPlaceholder: "Reply to this thread…", reply: "Reply", cancelReply: "Cancel reply", replyFailed: "Could not post this reply", resolve: "Resolve", resolving: "Resolving…", resolveFailed: "Could not resolve this thread", deleteComment: "Delete comment", moreActions: "More actions", resolved: "Resolved", reviewer: "Reviewer", applyFeedback: "Apply feedback ({{count}})", applyingFeedback: "Applying feedback…", applyFeedbackFailed: "Could not apply review feedback", sendToAgentFailed: "Could not send this thread to the agent", shareLinkDescription: "Anyone with this link can view the design. Signed-in reviewers can comment.", presentComments: "Comments", presentCommentMode: "Comment mode", closeComments: "Close comments", status: { draft: "Draft", in_review: "In review", approved: "Approved", changes_requested: "Changes requested", change: "Change review status", saveFailed: "Could not update review status", }, }, }; export default messages;