This commit is contained in:
syui 2024-12-15 18:09:01 +09:00
parent bb6ca02116
commit 243ec95b1b
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

110
ue.json
View File

@ -112,63 +112,63 @@
"lang": { "lang": {
"ja": "クォーク" "ja": "クォーク"
} }
}
},
"molecule": {
"name": "molecule",
"group": [
"animal"
],
"lang": {
"ja": "分子"
}, },
"molecule": { "ref": "https://en.wikipedia.org/wiki/molecule",
"name": "molecule", "body": {
"group": [ "text": "a neutrally charged substance made up of two or more atoms",
"animal"
],
"lang": { "lang": {
"ja": "分子" "ja": "2つ以上の原子から構成される電荷的に中性な物質"
}, }
"ref": "https://en.wikipedia.org/wiki/molecule", },
"body": { "tag": [
"text": "a neutrally charged substance made up of two or more atoms", "water",
"lang": { "wind",
"ja": "2つ以上の原子から構成される電荷的に中性な物質" "rock",
} "ice",
}, "fire"
"tag": [ ],
"water", "water": {
"wind", "name": "water",
"rock", "color": "#blue",
"ice", "lang": {
"fire" "ja": "水"
], }
"water": { },
"name": "water", "fire": {
"color": "#blue", "name": "fire",
"lang": { "color": "#red",
"ja": "水" "lang": {
} "ja": "火"
}, }
"fire": { },
"name": "fire", "wind": {
"color": "#red", "name": "wind",
"lang": { "color": "#green",
"ja": "火" "lang": {
} "ja": "風"
}, }
"wind": { },
"name": "wind", "rock": {
"color": "#green", "name": "rock",
"lang": { "color": "#f0b27a",
"ja": "風" "lang": {
} "ja": "岩"
}, }
"rock": { },
"name": "rock", "ice": {
"color": "#f0b27a", "name": "ice",
"lang": { "color": "#ebf5fb",
"ja": "岩" "lang": {
} "ja": "氷"
},
"ice": {
"name": "ice",
"color": "#ebf5fb",
"lang": {
"ja": "氷"
}
} }
} }
}, },