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.

16 lines
470 B

  1. export default {
  2. checkedTooltip: 'Checked',
  3. notCheckedTooltip: 'Not Checked',
  4. selectFilterTooltip: 'Select a Filter',
  5. filterOption1: 'All',
  6. filterOption2: 'Done',
  7. filterOption3: 'Undone',
  8. guidelineTooltip: 'Show Guideline',
  9. guidelinePopupTitle: 'Annotation Guideline',
  10. commentTooltip: 'Click to comment on document',
  11. commentPopupTitle: 'Comment',
  12. metadataDefaultMessage: 'No data available',
  13. key: 'Key',
  14. value: 'Value',
  15. newText: 'New text'
  16. }