You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
257 B

  1. export default {
  2. comments: 'Comments',
  3. removeComment: 'Remove Comment',
  4. removePrompt: 'Are you sure you want to remove these comments?',
  5. commentView: 'View',
  6. created_at: 'Created at',
  7. document: 'Document',
  8. send: 'Send',
  9. message: 'Message'
  10. }