Skip to content

Commit

Permalink
New Chinese translation (MCreator#4047)
Browse files Browse the repository at this point in the history
* Update ai_path_node_type.md

* Update beacon_color_modifier.md

* Update bind_gui.md

* Update block_sound.md

* Update bounding_box.md

* Update creative_pick_item.md

* Update drop_amount.md

* Update drop_inventory_items.md

* Update unbreakable.md

* Update when_added.md

* Update when_entity_walks_on.md

* Fix outrageous errors in Simplified Chinese!! (#2)

* fixed

* Update display_condition.md

* Update base_texture.md

* Update overlay_target.md

* Update rendering_priority.md

* Update display_condition.md (#3)

* command

* common

* dimension

* enchantment

* feature

* entity

* fluid

* function

* name

* gui

* item

* item_extension

* keybinding

* loottable

* musicdisc

* overlay

* painting

* recipe

* structure

* villagertrades

* Create custom_property_name.md (#7)

add

* add (#6)

add new help tip!!!!!!

* chinese translation fix and add some external link (#4)

* fix

* Update generation_shape.md

* Update harvest_level.md

* Update coverage_estimate.md

* Update default_features.md

* Update toughness.md

* update zh_TW

* amend biome

* block

* common

* dimension

* enchantment

* entity

* fluid

* gui

* item

* painting

* particle

* recipe

* Update category.md (#8)

* plant

* Update gen_height.md

* Update is_bonemealable.md

* Update gen_height.md

* Update gen_height.md

---------

Co-authored-by: Jin1358 <126249552+Jin1358@users.noreply.github.com>
Co-authored-by: cdc <63762187+cdc12345@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 20, 2023
1 parent dc8667a commit 3184de4
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 14 deletions.
21 changes: 11 additions & 10 deletions plugins/mcreator-localization/help/zh_CN/block/gen_height.md
@@ -1,11 +1,12 @@
This parameter controls the Y height range that this block can generate in.
这个参数控制这个方块可以生成的Y高度范围。

Vanilla generation height ranges:
* Coal Ore - 0 to 256
* Copper Ore - -16 to 112
* Iron Ore - -32 to 256
* Gold Ore - -64 to 32
* Redstone Ore - -64 to -32
* Diamond Ore - -64 to 16
* Emerald Ore - -16 to 256
* Lapis Lazuli - -64 to 64
原版生成高度范围:

* 煤矿石 — 0至256
* 铜矿石 — -16至112
* 铁矿石 — -32至256
* 黄金矿石 — -64至32
* 红石矿石 — -64至-32
* 钻石矿石 — -64至16
* 绿宝石矿石 — -16至256
* 青金石 — -64至64
@@ -1 +1 @@
If this option is enabled, the block can be fertilized with bone meal.
如果启用该项,则该方块可以被骨粉催熟
@@ -1,5 +1,5 @@
按键绑定类别是类别显示在控制部分的Minecraft设置
按键绑定的类别是显示在控制部分的Minecraft设置

属于同一类别的所有按键绑定应该具有相同的类别按键
属于同一类别的所有按键绑定应该具有相同的类别

要实际设置类别名称,请转到`${l10n.t("tab.workspace")} -> ${l10n.t("workspace.category.localization")} -> ${l10n.t("workspace.localization.add_entry")}` 然后使用 `key.category.${data.keyBindingCategoryKey}` 来获取条目名称,然后将值设置为所需的类别名称
要设置按键绑定的类别的显示名称,请按照下面的流程进行`${l10n.t("tab.workspace")} -> ${l10n.t("workspace.category.localization")} -> ${l10n.t("workspace.localization.add_entry")}` 然后将 `key.category.${data.keyBindingCategoryKey}`作为键名,最后将值设置为所需的类别显示名称
@@ -0,0 +1,3 @@
可放置植物的方块列表。

注意:覆盖植物类型放置条件。
@@ -0,0 +1,3 @@
这个参数控制你的植物在地图上显示的颜色。

如果设置为Default,颜色将是FOLIAGE。
@@ -0,0 +1,2 @@
如果要自定义此植物的边界框,请选中此选项。
如果未启用此功能,则边界框将基于植物类型。
@@ -0,0 +1 @@
有些植物类型会自动进行游戏刻更新,有些则不会。选中此参数在所有情况下都强制更新。
@@ -0,0 +1,7 @@
此参数控制每个区块植物补丁将生成多少次。

植物不是单独生长的,而是成片生长的。

例如,将此值设置为1并不意味着每个区块中只有一个植物;相反,每个区块将(最多)有一簇这样的植物。

因此,将此值设置为较低的数量(4或更少)对于大多数目的来说就足够了。
@@ -0,0 +1,3 @@
选中此选项以在任何高度生成此植物,而不是在世界表面。

对于在下界中生成的植物,应该启用此选项。
@@ -0,0 +1,5 @@
选中此选项可更改植物为方块实体类型。

当启用该功能时,您将能够在植物中存储数据(如NBT Tags)。

除非出于性能原因,否则不要启用此选项。
1 change: 1 addition & 0 deletions plugins/mcreator-localization/help/zh_CN/plant/is_solid.md
@@ -0,0 +1 @@
如果选择此选项,则实体将无法在植物中移动。
@@ -0,0 +1 @@
可生长的植物将一直生长到这个高度。
@@ -0,0 +1 @@
这个参数决定了在单个植物群落中最多可以产生多少植物。较高的数值意味着单个植物群落中有更多的植物。
@@ -0,0 +1,4 @@
要为植物的放置添加更多条件,尽管它必须在方块上,请在这里添加具有返回值的流程。

注意:覆盖植物类型放置条件,并使用此附加条件扩展“可以放置”块列表。
如果 "can be placed on" 方块列表为空,则此流程用作主要放置/生长条件。
@@ -0,0 +1,4 @@
* 此参数控制如何生成静态植物。

* **花:**植物将产生静脉,植物的分布会呈现出曲线状的路径。
* **草:**植物将大量生成。
@@ -0,0 +1 @@
此参数决定用该植物制作的谜之炖菜的效果持续时间。
@@ -0,0 +1,3 @@
这个参数决定了用这种植物制作的谜之炖菜的药剂效果。

注意:你必须将植物添加到 `Minecraft:small_flowers` 项目标签中才能制作谜之炖菜。
3 changes: 3 additions & 0 deletions plugins/mcreator-localization/help/zh_CN/plant/type.md
@@ -0,0 +1,3 @@
植物类型决定了植物可以被玩家放置的位置和在世界生成期间。
请记住,静态植物总是可以留在泥土、砂土、灰化土、草地和农田上,而可生长的植物总是自行生长。
你可以在[这里](https://mcreator.net/wiki/plant-types-list)找到完整的植物类型列表。

0 comments on commit 3184de4

Please sign in to comment.