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.

20 lines
604 B

  1. export default {
  2. labels: 'Labels',
  3. shortkey: 'Shortkey',
  4. color: 'Color',
  5. createLabel: 'Create Label',
  6. importLabels: 'Import Labels',
  7. exportLabels: 'Export Labels',
  8. labelName: 'Label name',
  9. labelMessage: 'Label name is required',
  10. createLink: 'Create Link',
  11. linkName: 'Link name',
  12. linkMessage: 'Link name is required',
  13. key: 'Key',
  14. deleteLabel: 'Delete Label',
  15. deleteMessage: 'Are you sure you want to delete these labels from this project?',
  16. importTitle: 'Upload Label',
  17. importMessage1: 'Example format',
  18. importMessage2: 'Select a file',
  19. filePlaceholder: 'File input'
  20. }