Add small missing features + fix some Chinese translations

This commit is contained in:
Misode
2019-10-05 15:02:09 +02:00
parent be0df80fb9
commit 73c648f6a7
5 changed files with 39 additions and 23 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
"type": "Condition",
"chance": "Chance",
"looting_multiplier": "Looting Multiplier",
"inverted": "Inverted",
"inverse": "Inverted",
"entity": "Entity",
"enchantment": "Enchantment",
"chances": "Chances",
+1 -1
View File
@@ -19,7 +19,7 @@
"type": "Условие",
"chance": "Шанс",
"looting_multiplier": "Множитель «Добычи»",
"inverted": "Инвертировать",
"inverse": "Инвертировать",
"entity": "Сущность",
"enchantment": "Чары",
"chances": "Шансы",
+18 -18
View File
@@ -19,7 +19,7 @@
"type": "条件",
"chance": "机率",
"looting_multiplier": "每级抢夺附魔增加的数",
"inverted": "取反",
"inverse": "取反",
"entity": "实体",
"enchantment": "附魔",
"chances": "机率",
@@ -257,15 +257,15 @@
},
"2_spaces": "2 空格缩进",
"4_spaces": "4 空格缩进",
"add_child": "添加子项目",
"add_condition": "添加条件",
"add_enchantment": "添加附魔",
"add_entry": "添加项目",
"add_function": "添加函数",
"add_modifier": "添加属性修饰器",
"add_operation": "添加操作",
"add_pool": "添加随机池",
"add_term": "添加条件",
"child_add": "添加子项目",
"condition_add": "添加条件",
"enchantment_add": "添加附魔",
"entry_add": "添加项目",
"function_add": "添加函数",
"modifier_add": "添加属性修饰器",
"operation_add": "添加操作",
"pool_add": "添加随机池",
"term_add": "添加条件",
"author": "作者 @Misode",
"copy": "复制",
"description": "Minecraft 战利品表生成器",
@@ -274,14 +274,14 @@
"luck_based": "受幸运等级影响",
"more": "更多选项",
"remove": "移除",
"remove_condition": "移除条件",
"remove_enchantment": "移除附魔",
"remove_entry": "移除项目",
"remove_function": "移除函数",
"remove_modifier": "移除属性修饰器",
"remove_operation": "移除操作",
"remove_pool": "移除随机池",
"remove_term": "移除条件",
"condition_remove": "移除条件",
"enchantment_remove": "移除附魔",
"entry_remove": "移除项目",
"function_remove": "移除函数",
"modifier_remove": "移除属性修饰器",
"operation_remove": "移除操作",
"pool_remove": "移除随机池",
"term_remove": "移除条件",
"share": "分享",
"show_source": "显示源代码",
"tabs": "Tab 缩进",
+1 -1
View File
@@ -244,7 +244,7 @@
{
"id": "inverse",
"type": "boolean",
"translate": "$condition.inverted",
"translate": "$condition.inverse",
"default": false,
"require": [
"minecraft:killed_by_player"
+18 -2
View File
@@ -48,6 +48,13 @@
"values": "entry",
"button": "header"
},
{
"id": "functions",
"type": "array",
"translate": "function",
"values": "function",
"button": "header"
},
{
"id": "conditions",
"type": "array",
@@ -101,6 +108,15 @@
"translate": "$entry.quality",
"luckBased": true
},
{
"id": "expand",
"type": "boolean",
"default": "false",
"translate": "$entry.expand",
"require": [
"minecraft:tag"
]
},
{
"id": "children",
"type": "array",
@@ -435,9 +451,9 @@
]
},
{
"id": "inverted",
"id": "inverse",
"type": "boolean",
"translate": "$condition.inverted",
"translate": "$condition.inverse",
"default": false,
"require": [
"minecraft:killed_by_player"