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
457 B

  1. export default {
  2. checkedTooltip: '已选',
  3. notCheckedTooltip: '未选',
  4. selectFilterTooltip: '过滤',
  5. filterOption1: '全部',
  6. filterOption2: '已标注',
  7. filterOption3: '未标注',
  8. guidelineTooltip: '显示指南',
  9. guidelinePopupTitle: '标注指南',
  10. commentTooltip: '点击对文档进行评论',
  11. commentPopupTitle: '评论',
  12. metadataDefaultMessage: '没有数据可获得',
  13. key: '键',
  14. value: '值',
  15. newText: '下一条'
  16. }