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.

17 lines
498 B

4 years ago
  1. export default {
  2. labels: '标签',
  3. shortkey: '短键',
  4. color: '颜色',
  5. createLabel: '创建标签',
  6. importLabels: '导入标签',
  7. exportLabels: '导出标签',
  8. labelName: '标签名',
  9. labelMessage: '请输入标签名',
  10. key: '键',
  11. deleteLabel: '删除标签',
  12. deleteMessage: '你确定要从这个项目中删除这些标签吗',
  13. importTitle: '导入标签',
  14. importMessage1: '样例格式',
  15. importMessage2: '请选择一个文件',
  16. filePlaceholder: '输入文件'
  17. }