box-ui-elements-mlh
Version:
54 lines • 1.79 kB
JavaScript
/**
*
* @file i18n messages
* @author Box
*/
import { defineMessages } from 'react-intl';
var messages = defineMessages({
commentCancel: {
"id": "be.contentSidebar.activityFeed.commentForm.commentCancel",
"defaultMessage": "Cancel"
},
commentLabel: {
"id": "be.contentSidebar.activityFeed.commentForm.commentLabel",
"defaultMessage": "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."
}
});
export default messages;
//# sourceMappingURL=messages.js.map