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": "Welcome",
| "description": "This is an internationalization demo page.",
| "hello": "Hello, world!",
| "about": "About Us",
| "logoTitle": "BioChargeMap Natural Products Repository",
| "homeTitle": "Smart Search for Small Molecules",
| "aiTitle": "Smart Search for Small Molecules",
| "aiText": "Explore chemical structures, bioactivities, and more — powered by AI.",
| "searchResult": "SEARCH RESULT",
| "synonyms": "Synonyms",
| "ID": "ID",
| "MolecularFormula": "Molecular Formula",
| "MolecularWeight": "Molecular Weight",
| "Smiles": "Smiles",
| "XLogP3": "XLogP3",
| "HydrogenBondDonorCount": "Hydrogen Bond Donor Count",
| "HydrogenBondAcceptorCount": "Hydrogen Bond Acceptor Count",
| "FormalCharge": "Formal Charge",
| "PubmedID": "Pubmed ID",
| "Pubmedlink": "Pubmed link",
| "download": "Download",
| "GetImage": "Get Image",
| "compoundSummary": "COMPOUND SUMMARY",
| "About": "About",
| "webPolicies": "Web Policies",
| "Help": "Help",
| "FriendlyLinks": "Friendly Links",
| "ChinaAcademyofChineseMedicalSciences": "China Academy of Chinese Medical Sciences",
| "NationalGenomicsDataCenter": "National Genomics Data Center",
| "NationalAdministrationofTraditionalChineseMedicine": "National Administration of Traditional Chinese Medicine",
| "GraduateSchoolofChinaAcademyofChineseMedicalSciences": "Graduate School of China Academy of Chinese Medical Sciences",
| "COPYRIGHT2021ChinaAcademyofChineseMedical": "COPYRIGHT 2021 China Academy of Chinese Medical",
| "SeeMore": "See More",
| "Compounds": "Compounds",
| "Example": "Example",
| "LookAi": "Looking for smarter insights on chemical compounds? Just ask AI.",
| "Tryinto": "Try into"
| }
| }
|
|