You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

en.js 2.7 kB

3 years ago
3 years ago
3 years ago
3 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. import enLocale from 'element-ui/lib/locale/lang/en'
  2. const en = {
  3. message: {
  4. code: 'code',
  5. contributor:'Contributor',
  6. introduction: 'Introduction',
  7. edit_repository_information: 'Edit repository information',
  8. please_enter_content: 'Please enter content',
  9. home: 'Home',
  10. home_placeholder:'home(eg: https://git.openi.org.cn)',
  11. search_or_create_tags: 'Search or create tags',
  12. click_or_enter_to_add: 'Click or enter to add',
  13. label: 'Label',
  14. No_label_yet: 'No label',
  15. cloud_brain_mirror: 'Cloud Brain Mirror',
  16. public_mirror_1: 'Public mirror (Cloud Brain 1)',
  17. enter_mirror_name_keyword: 'Please enter the image name keyword',
  18. search: 'Search',
  19. mirror_name: 'Mirror Name',
  20. file_path_mirror_description: 'File Path / Mirror Description',
  21. click_Copy_file_path: 'Click Copy File Path',
  22. provider: 'Provider',
  23. creation_time: 'Creation Time',
  24. custom_mirror_1: 'Custom Mirror (Cloud Brain 1)',
  25. public_mirror_2: 'Public Mirror (Cloud Brain 2)',
  26. custom_mirror_1: 'Custom Mirror (Cloud Brain 2)'
  27. },
  28. model:{
  29. model_name:'Model Name',
  30. version:'Version',
  31. version_number:'Version Number',
  32. model_size:'Model Size',
  33. AI_engine:'AI Engine',
  34. computing_resources:'Computing Resources',
  35. creation_time:'Creation Time',
  36. creator:'Creator',
  37. operate:'Operate',
  38. create_version:'Create a new version',
  39. download:'Download',
  40. delete:'Delete',
  41. create_version_model:'Create a new version of the model',
  42. canceled_operation:'You have canceled the operation',
  43. successfully_deleted:'Successfully deleted'
  44. },
  45. cloudeBrainMirror:{
  46. cloud_brain_mirror: 'Cloud Brain Mirror',
  47. public_mirror: 'Public Mirror',
  48. platform_recommendations:'Show platform recommendations only',
  49. placeholder: 'Search Mirror tag / description / tag ... ',
  50. search:'Search',
  51. mirror_tag:'Mirror Tag',
  52. mirror_description:'mirror_description ',
  53. available_clusters: 'Available clusters',
  54. creator: 'Creator',
  55. creation_time: 'Creation time',
  56. operation: 'Operation',
  57. copy_address: 'Copy address',
  58. my_mirror: 'My Mirror',
  59. state: 'State',
  60. private: 'Private',
  61. public: 'Public',
  62. mirror_committed: 'Mirror Committed...',
  63. check_exceeds_20g:'Check whether the size of the submitted image exceeds 20g!',
  64. mirror_submitted:'Image submitted successfully',
  65. edit: 'Edit',
  66. delete: 'Delete',
  67. my_favorite_mirror: 'My Favorite Mirror',
  68. more:'More',
  69. }
  70. }
  71. export default en;