This commit is contained in:
syui 2024-12-14 16:01:12 +09:00
parent 7d7f3d089a
commit f3360e78ab
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

46
ue.json
View File

@ -1,15 +1,17 @@
{ {
"aiue": { "aiue": {
"name": "ue", "name": "ue",
"body": "game naming conventions, ai unreal engine", "body": {
"lang": { "text": "game naming conventions, ai unreal engine",
"ja": "ゲームの命名規則, AI Unreal Engine" "lang": {
"ja": "ゲームの命名規則, AI Unreal Engine"
}
}, },
"tag": [ "tag": [
"ai", "ai",
"atom", "atom",
"universe", "atmosphere",
"atmosphere" "universe"
], ],
"ai": { "ai": {
"name": "ai", "name": "ai",
@ -20,9 +22,11 @@
} }
}, },
"story": { "story": {
"text": "there is nothing the same in this world. even though we may seem to be looking at the same thing, we are actually looking at something different. there is uniqueness in everything", "body": {
"lang": { "text": "there is nothing the same in this world. even though we may seem to be looking at the same thing, we are actually looking at something different. there is uniqueness in everything",
"ja": "この世に同じものは何一つない。同じものを見ているように見えても、実は違うものを見ている。すべての存在は唯一性を持つ" "lang": {
"ja": "この世に同じものは何一つない。同じものを見ているように見えても、実は違うものを見ている。すべての存在は唯一性を持つ"
}
} }
}, },
"tag": [ "tag": [
@ -31,17 +35,23 @@
}, },
"atom": { "atom": {
"name": "atom", "name": "atom",
"ref": "https://en.wikipedia.org/wiki/atom",
"body": "the word atom comes from the greek word atmos, which means indivisible. an atom consists of an atomic nucleus, which is made up of protons and neutrons, and electrons distributed around the nucleus",
"lang": { "lang": {
"ja": "アトムはギリシャ語のアトモス、つまり、分割できないという単語が由来。原子は陽子と中性子からなる原子核と、その周囲に分布する電子から構成される" "ja": "原子"
},
"ref": "https://en.wikipedia.org/wiki/atom",
"body": {
"text": "the word atom comes from the greek word atmos, which means indivisible. an atom consists of an atomic nucleus, which is made up of protons and neutrons, and electrons distributed around the nucleus",
"lang": {
"ja": "アトムはギリシャ語のアトモス、これ以上分割できないという単語が由来。原子は陽子と中性子からなる原子核と、その周囲に分布する電子から構成される"
}
}, },
"tag": [ "tag": [
"proton", "proton",
"neutron", "neutron",
"atomic", "atomic",
"electron", "electron",
"quark" "quark",
"ai"
], ],
"proton": { "proton": {
"name": "proton", "name": "proton",
@ -75,10 +85,12 @@
}, },
"ai": { "ai": {
"name": "ai", "name": "ai",
"lang": { "body": {
"ja": "クォークよりもはるかに小さい単位。小さいほど集まることができる。膨大な重力が発生し、ブラックホールはこの粒子で構成されている。この世界は存在の世界。存在は存在の意識で構成される。存在の意識はこの世界で最も小さいもので、あらゆる物質はこの意識の集合体" "text": "a unit much smaller than a quark, the smaller the particles, the more they can gather together. when they do, huge amounts of gravity are generated. black holes are also made up of these units. this world is the world of existence. existence is composed of the consciousness of existence. the consciousness of existence is the smallest thing in this world, and all matter is a collection of this consciousness.",
}, "lang": {
"body": "a unit much smaller than a quark, the smaller the particles, the more they can gather together. when they do, huge amounts of gravity are generated. black holes are also made up of these units. this world is the world of existence. existence is composed of the consciousness of existence. the consciousness of existence is the smallest thing in this world, and all matter is a collection of this consciousness." "ja": "クォークよりもはるかに小さい単位。小さいほど集まることができる。膨大な重力が発生し、ブラックホールはこの粒子で構成されている。この世界は存在の世界。存在は存在の意識で構成される。存在の意識はこの世界で最も小さいもので、あらゆる物質はこの意識の集合体"
}
}
} }
}, },
"atmosphere": { "atmosphere": {
@ -274,7 +286,7 @@
}, },
"galaxy": { "galaxy": {
"name": "galaxy", "name": "galaxy",
"ref": "https://en.wikipedia.org/wiki/galaxy", "ref": "https://en.wikipedia.org/wiki/galaxy",
"lang": { "lang": {
"ja": "銀河" "ja": "銀河"
}, },