1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
| {
| "langSelector": {
| "chinese": "中文",
| "english": "English"
| },
| "message": {
| "welcome": "欢迎使用",
| "description": "这是一个国际化演示页面。",
| "hello": "你好",
| "about": "关于我们",
| "logoTitle": "生物电荷图天然产物库",
| "homeTitle": "智能搜索小分子",
| "aiTitle": "智能搜索小分子",
| "aiText": "探索化学结构、生物活性等——由人工智能驱动。",
| "searchResult": "搜索结果",
| "synonyms": "同义词",
| "ID": "ID",
| "MolecularFormula": "分子式",
| "MolecularWeight": "分子量",
| "Smiles": "Smiles",
| "XLogP3": "XLogP3",
| "HydrogenBondDonorCount": "氢键供体",
| "HydrogenBondAcceptorCount": "氢键受体",
| "FormalCharge": "形式电荷",
| "PubmedID": "Pubmed ID",
| "Pubmedlink": "Pubmed link",
| "download": "下载",
| "GetImage": "获取图片",
| "compoundSummary": "复合摘要",
| "About": "关于我们",
| "webPolicies": "网站政策",
| "Help": "帮助",
| "FriendlyLinks": "友情链接",
| "ChinaAcademyofChineseMedicalSciences": "中国中医科学院",
| "NationalGenomicsDataCenter": "国家基因组科学数据中心",
| "NationalAdministrationofTraditionalChineseMedicine": "国家中医药管理局",
| "GraduateSchoolofChinaAcademyofChineseMedicalSciences": "中国中医科学院研究生院",
| "COPYRIGHT2021ChinaAcademyofChineseMedical": "版权所有 © 2021 中国中医科学院",
| "SeeMore": "查看更多",
| "Compounds": "化合物",
| "Example": "示例",
| "LookAi": "寻找更智能的化合物见解?问问AI吧。",
| "Tryinto": "试试看"
| }
| }
|
|