DocumentComparison.js 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /**
  2. * 语义分析--文档对比
  3. */
  4. /* 英文 */
  5. export const DocumentComparisonEn = {
  6. add_document_btn: "Add Document",
  7. document_name: "Document Name",
  8. document_category: "Document Category",
  9. edit_category: "Edit Category",
  10. select_category: "Category",
  11. please_select_category: "Please select a category",
  12. input_enter_content: "Enter Document Name",
  13. input_enter_fiel_content: "Enter Document Name",
  14. add_category: "Add Category",
  15. add_category_name: "Category Name",
  16. add_category_input_name: "Please enter category name",
  17. search_btn: "Search",
  18. add_search_term: "Add Search Term",
  19. add_search_input: "Please enter search term",
  20. select_documents_comparison: "Select Documents for Comparison",
  21. select_documents: "Choose Document",
  22. select_documents_input: "Please enter document name",
  23. select_tags: "Select Tags",
  24. show_only_mine: "Show Only Mine",
  25. semantic_analysis_name: "Semantic Analysis Name",
  26. semantic_analysis_name_input: "Please enter semantic analysis name",
  27. add_next_section: "Add Next Section",
  28. number_tags_attached: "Number of Tags Attached",
  29. document_comparison_btn: "Add Document Comparison",
  30. author_detail: "Author",
  31. creation_time_detail: "Creation Time",
  32. no_image_information_available: "No image information available.",
  33. preview_results: "Preview Results",
  34. radio_yes: "Yes",
  35. radio_no: "No",
  36. upload_result_image: "Upload Result Image",
  37. please_keep_least_one_document: "Please keep at least one document.",
  38. copy_office_btn: "Copy to Office",
  39. copy_wechat_btn: "to WeChat",
  40. download_btn: "Download",
  41. classify_name_tips: "The category name cannot be empty",
  42. chrome_version_msg: "The browser does not support highlighting effects, please switch to Chrome browser version 105 or above.",
  43. save_as_success_msg: "Save As successful.",
  44. up_img_success_msg: "Upload of result image successful.",
  45. paragraph_content_ipt: "Please enter paragraph content.",
  46. document_name_no_empty: "The document name cannot be empty",
  47. article_content_enter: "Please enter article content.",
  48. least_one_paragraph_msg: "Please keep at least one paragraph.",
  49. search_history: "Search History",
  50. current_tags: "Current Tags",
  51. no_tags_available: "No tags available",
  52. historical_tags_mine: "Historical Tags (Mine)",
  53. their_tags: "Their Tags",
  54. view_tags: "View tags",
  55. generating_result_image: "Generating result image...",
  56. };
  57. /* 中文 */
  58. export const DocumentComparisonZh = {
  59. add_document_btn: "添加文档",
  60. document_name: "文档名称",
  61. document_category: "文档分类",
  62. select_category: "所属分类",
  63. please_select_category: "请选择所属分类",
  64. edit_category: "编辑分类",
  65. input_enter_content: "请输入文档名称",
  66. input_enter_fiel_content: "请输入文件名称",
  67. add_category: "添加分类",
  68. add_category_name: "分类名称",
  69. add_category_input_name: "请输入分类名称",
  70. search_btn: "搜索",
  71. add_search_term: "添加搜索词",
  72. add_search_input: "请输入搜索词",
  73. select_documents_comparison: "选择对比文档",
  74. select_documents: "选择文档",
  75. select_documents_input: "请输入文档名称",
  76. select_tags: "选择标签",
  77. show_only_mine: "只看我的",
  78. semantic_analysis_name: "语义分析名称",
  79. semantic_analysis_name_input: "请输入语义分析名称",
  80. add_next_section: "添加下一段",
  81. number_tags_attached: "已打标签数",
  82. document_comparison_btn: "添加文档对比",
  83. author_detail: "作者",
  84. creation_time_detail: "创建时间",
  85. no_image_information_available: "暂无图片信息",
  86. parent_directory: "所属目录",
  87. preview_results: "是否预览结果",
  88. radio_yes: "是",
  89. radio_no: "否",
  90. upload_result_image: "是否上传结果图片",
  91. please_keep_least_one_document: "请至少保留一个文档",
  92. copy_office_btn: "复制到Office",
  93. copy_wechat_btn: "复制到微信",
  94. download_btn: "下载",
  95. classify_name_tips: "分类名称不能为空",
  96. chrome_version_msg: "该浏览器不支持高亮效果,请切换至chrome浏览器105版本以上",
  97. save_as_success_msg: "另存为成功",
  98. up_img_success_msg: "上传结果图片成功",
  99. paragraph_content_ipt: "请输入段落内容",
  100. document_name_no_empty: "文档名称不能为空",
  101. article_content_enter: "请输入文章内容",
  102. least_one_paragraph_msg: "请至少保留一段",
  103. search_history: "历史记录",
  104. current_tags: "当前标签",
  105. no_tags_available: "暂无标签",
  106. historical_tags_mine: "历史标签(我的)",
  107. their_tags: "Ta的标签",
  108. view_tags: "查看标签",
  109. generating_result_image: "正在生成结果图片...",
  110. };