en.js 898B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. const en = {
  2. translation: { // 'en' in the namespace 'translation'
  3. Header: {
  4. Search: 'Search'
  5. },
  6. Footer: {
  7. marketing_msg: 'Create your own collaborative workspaces on trac.im',
  8. copyright: 'Copyright 2013 - 2017'
  9. },
  10. FlashMessage: {
  11. error: 'Error'
  12. },
  13. Login: {
  14. fail: 'Unknown email or password',
  15. logout_error: 'Disconnection error'
  16. },
  17. FileItemHeader: {
  18. type: 'Type',
  19. document_name: "Document's name",
  20. status: 'Status'
  21. },
  22. Folder: {
  23. create: 'Create in this folder',
  24. content_type: 'Content type'
  25. },
  26. Sidebar: {
  27. create_new_workspace: 'Create new workspace'
  28. },
  29. Account: {
  30. title: 'My account'
  31. },
  32. role: {
  33. reader: 'Reader',
  34. contributor: 'Contributor',
  35. content_manager: 'Content manager',
  36. manager: 'Manager'
  37. }
  38. }
  39. }
  40. export default en