@orfeas126/box-ui-elements
Version:
Box UI Elements
59 lines (58 loc) • 2.05 kB
JavaScript
/**
*
* @file i18n messages
* @author Box
*/
import { defineMessages } from 'react-intl';
const messages = defineMessages({
commentCancel: {
"id": "be.contentSidebar.activityFeed.commentForm.commentCancel",
"defaultMessage": "Cancel"
},
commentLabel: {
"id": "be.contentSidebar.activityFeed.commentForm.commentLabel",
"defaultMessage": "Write a comment"
},
commentPost: {
"id": "be.contentSidebar.activityFeed.commentForm.commentPost",
"defaultMessage": "Post"
},
commentWrite: {
"id": "be.contentSidebar.activityFeed.commentForm.commentWrite",
"defaultMessage": "Write a comment"
},
approvalAddAssignee: {
"id": "be.contentSidebar.activityFeed.commentForm.approvalAddAssignee",
"defaultMessage": "Add an assignee"
},
approvalAddTask: {
"id": "be.contentSidebar.activityFeed.commentForm.approvalAddTask",
"defaultMessage": "Add Task"
},
approvalAddTaskTooltip: {
"id": "be.contentSidebar.activityFeed.commentForm.approvalAddTaskTooltip",
"defaultMessage": "Assigning a task to someone will send them a notification with the message in the comment box and allow them to approve or deny."
},
approvalAssignees: {
"id": "be.contentSidebar.activityFeed.commentForm.approvalAssignees",
"defaultMessage": "Assignees"
},
approvalDueDate: {
"id": "be.contentSidebar.activityFeed.commentForm.approvalDueDate",
"defaultMessage": "Due Date"
},
approvalSelectDate: {
"id": "be.contentSidebar.activityFeed.commentForm.approvalSelectDate",
"defaultMessage": "Select a date"
},
atMentionTip: {
"id": "be.contentSidebar.activityFeed.commentForm.atMentionTip",
"defaultMessage": "@mention users to notify them."
},
atMentionTipDescription: {
"id": "be.contentSidebar.activityFeed.commentForm.atMentionTipDescription",
"defaultMessage": "Use the @ symbol to mention users and use the up and down arrow keys to scroll through autocomplete suggestions."
}
});
export default messages;
//# sourceMappingURL=messages.js.map