Skip to content

Commit

Permalink
添加中文语言文件
Browse files Browse the repository at this point in the history
  • Loading branch information
DancingSnow0517 committed May 5, 2024
1 parent 7dadc2b commit 1636cd2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ description='''${mod_description}'''
modId="ae2"
mandatory=true
# This version range declares a minimum of the current minecraft version up to but not including the next major version
versionRange="${minecraft_version_range}"
versionRange="[15.0.0,)"
ordering="NONE"
side="BOTH"
12 changes: 12 additions & 0 deletions src/main/resources/assets/bigger_ae2/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"item.bigger_ae2.digital_singularity_fluid_storage_cell": "数字奇点流体存储元件",
"item.bigger_ae2.digital_singularity_item_storage_cell": "数字奇点物品存储元件",
"item.bigger_ae2.quantum_cell_component": "量子存储组件",
"item.bigger_ae2.quantum_fluid_storage_cell": "量子流体存储元件",
"item.bigger_ae2.quantum_item_storage_cell": "量子物品存储元件",
"itemGroup.bigger_ae2.bigger_ae2": "Bigger AE2",
"tooltip.bigger_ae2.contains": "包含: %s",
"tooltip.bigger_ae2.empty": "",
"tooltip.bigger_ae2.partitioned": "已过滤: %s",
"tooltip.bigger_ae2.quantity": "已存储: %s"
}

0 comments on commit 1636cd2

Please sign in to comment.