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.

i18nVue.js 5.2 kB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. export const i18nVue = {
  2. CN: {
  3. computer_vision: "计算机视觉",
  4. natural_language_processing: "自然语言处理",
  5. speech_processing: "语音处理",
  6. computer_vision_natural_language_processing: "计算机视觉、自然语言处理",
  7. machine_translation: "机器翻译",
  8. question_answering_system: "问答系统",
  9. information_retrieval: "信息检索",
  10. knowledge_graph: "知识图谱",
  11. text_annotation: "文本标注",
  12. text_categorization: "文本分类",
  13. emotion_analysis: "情感分析",
  14. language_modeling: "语言建模",
  15. speech_recognition: "语音识别",
  16. automatic_digest: "自动文摘",
  17. information_extraction: "信息抽取",
  18. description_generation: "说明生成",
  19. image_classification: "图像分类",
  20. face_recognition: "人脸识别",
  21. image_search: "图像搜索",
  22. target_detection: "目标检测",
  23. image_description_generation: "图像描述生成",
  24. vehicle_license_plate_recognition: "车辆车牌识别",
  25. medical_image_analysis: "医学图像分析",
  26. unmanned: "无人驾驶",
  27. unmanned_security: "无人安防",
  28. drone: "无人机",
  29. vr_ar: "VR/AR",
  30. "2_d_vision": "2-D视觉",
  31. "2_5_d_vision": "2.5-D视觉",
  32. "3_d_reconstruction": "3D重构",
  33. image_processing: "图像处理",
  34. video_processing: "视频处理",
  35. visual_input_system: "视觉输入系统",
  36. speech_coding: "语音编码",
  37. speech_enhancement: "语音增强",
  38. speech_recognition: "语音识别",
  39. speech_synthesis: "语音合成",
  40. current_dataset: "当前数据集",
  41. linked_datasets: "关联数据集",
  42. unfavorite: "取消收藏",
  43. favorite: "收藏",
  44. disassociate: "取消关联",
  45. public_dataset: "公开数据集",
  46. selected_data_file: "已选数据集",
  47. sure: "确定",
  48. search_dataset: "搜数据集名称/描述...",
  49. citations: "引用次数",
  50. downloads: "下载次数",
  51. not_link_dataset: "还未关联过数据集",
  52. no_link_dataset_tips1:
  53. "您可以通过单击新建关联数据集按钮,将平台上公开数据集展示在这里。",
  54. dataset_instructions_for_use: "使用说明:可以参考启智AI协作平台",
  55. dataset_camp_course: "小白训练营课程",
  56. dataset_link_success: "关联数据集成功!",
  57. dataset_link_failed: "关联数据集失败!",
  58. dataset_over_nums: "关联超过?个数据集",
  59. cancel_link_dataset: "取消?关联数据集成功!",
  60. },
  61. US: {
  62. computer_vision: "computer vision",
  63. natural_language_processing: "natural language processing",
  64. speech_processing: "speech processing",
  65. computer_vision_natural_language_processing:
  66. "computer vision and natural language processing",
  67. machine_translation: "machine translation",
  68. question_answering_system: "question answering system",
  69. information_retrieval: "information retrieval",
  70. knowledge_graph: "knowledge graph",
  71. text_annotation: "text annotation",
  72. text_categorization: "text categorization",
  73. emotion_analysis: "emotion analysis",
  74. language_modeling: "language modeling",
  75. speech_recognition: "speech recognition",
  76. automatic_digest: "automatic digest",
  77. information_extraction: "information extraction",
  78. description_generation: "description generation",
  79. image_classification: "image classification",
  80. face_recognition: "face recognition",
  81. image_search: "image search",
  82. target_detection: "target detection",
  83. image_description_generation: "image description generation",
  84. vehicle_license_plate_recognition: "vehicle license plate recognition",
  85. medical_image_analysis: "medical image analysis",
  86. unmanned: "unmanned",
  87. unmanned_security: "unmanned security",
  88. drone: "drone",
  89. vr_ar: "VR/AR",
  90. "2_d_vision": "2.D vision",
  91. "2.5_d_vision": "2.5D vision",
  92. "3_d_reconstruction": "3Dreconstruction",
  93. image_processing: "image processing",
  94. video_processing: "video processing",
  95. visual_input_system: "visual input system",
  96. speech_coding: "speech coding",
  97. speech_enhancement: "speech enhancement",
  98. speech_recognition: "speech recognition",
  99. speech_synthesis: "speech synthesis",
  100. current_dataset: "Current Dataset",
  101. linked_datasets: "Linked Datasets",
  102. unfavorite: "Unfavorite",
  103. favorite: "Favorite",
  104. disassociate: "Disassociate",
  105. public_dataset: "Public Dataset",
  106. selected_data_file: "Selected DataSets",
  107. sure: "Ok",
  108. search_dataset: "Search dataset name/description ...",
  109. citations: "Citations",
  110. downloads: "Downloads",
  111. not_link_dataset: "No datasets have been associated yet",
  112. no_link_dataset_tips1:
  113. "You can display public datasets on the platform here by clicking the New Linked Dataset button.",
  114. dataset_instructions_for_use:
  115. "Instructions for use: You can refer to Qizhi AI Collaboration Platform ",
  116. dataset_camp_course: "Newcomer Training Camp Course",
  117. dataset_link_success: "Linked dataset succeeded!",
  118. dataset_link_failed: "Linked dataset Failed!",
  119. dataset_over_nums: "Linked over ? datasets!",
  120. cancel_link_dataset: "Cancel ? Linked dataset succeeded!",
  121. },
  122. };