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.

14 lines
388 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. metadataDefaultMessage: 'No data available',
  11. key: 'Key',
  12. value: 'Value',
  13. newText: 'New text'
  14. }