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

  1. export default {
  2. continue: 'Continue',
  3. yes: 'Yes',
  4. all: 'All',
  5. save: 'Save',
  6. edit: 'Edit',
  7. create: 'Create',
  8. cancel: 'Cancel',
  9. close: 'Close',
  10. upload: 'Upload',
  11. add: 'Add',
  12. delete: 'Delete',
  13. search: 'Search',
  14. name: 'Name',
  15. import: 'Import',
  16. export: 'Export',
  17. description: 'Description',
  18. type: 'Type',
  19. loading: 'Loading... Please wait'
  20. }