import enLocale from 'element-ui/lib/locale/lang/en' const en = { message: { code: 'code', contributor:'Contributor', introduction: 'Introduction', edit_repository_information: 'Edit repository information', please_enter_content: 'Please enter content', home: 'Home', home_placeholder:'home(eg: https://git.openi.org.cn)', search_or_create_tags: 'Search or create tags', click_or_enter_to_add: 'Click or enter to add', label: 'Label', No_label_yet: 'No label', cloud_brain_mirror: 'Cloud Brain Mirror', public_mirror_1: 'Public mirror (Cloud Brain 1)', enter_mirror_name_keyword: 'Please enter the image name keyword', search: 'Search', mirror_name: 'Mirror Name', file_path_mirror_description: 'File Path / Mirror Description', click_Copy_file_path: 'Click Copy File Path', provider: 'Provider', creation_time: 'Creation Time', custom_mirror_1: 'Custom Mirror (Cloud Brain 1)', public_mirror_2: 'Public Mirror (Cloud Brain 2)', custom_mirror_1: 'Custom Mirror (Cloud Brain 2)' }, model:{ model_name:'Model Name', version:'Version', version_number:'Version Number', model_size:'Model Size', AI_engine:'AI Engine', computing_resources:'Computing Resources', creation_time:'Creation Time', creator:'Creator', operate:'Operate', create_version:'Create a new version', download:'Download', delete:'Delete', create_version_model:'Create a new version of the model', canceled_operation:'You have canceled the operation', successfully_deleted:'Successfully deleted' }, cloudeBrainMirror:{ cloud_brain_mirror: 'Cloud Brain Mirror', public_mirror: 'Public Mirror', platform_recommendations:'Show platform recommendations only', placeholder: 'Search Mirror tag / description / tag ... ', search:'Search', mirror_tag:'Mirror Tag', mirror_description:'mirror_description ', available_clusters: 'Available clusters', creator: 'Creator', creation_time: 'Creation time', operation: 'Operation', copy_address: 'Copy address', my_mirror: 'My Mirror', state: 'State', private: 'Private', public: 'Public', mirror_committed: 'Mirror Committed...', check_exceeds_20g:'Check whether the size of the submitted image exceeds 20g!', mirror_submitted:'Image submitted successfully', edit: 'Edit', delete: 'Delete', my_favorite_mirror: 'My Favorite Mirror', more:'More', } } export default en;