-
Notifications
You must be signed in to change notification settings - Fork 37
Iota lang cleanup #198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Iota lang cleanup #198
Changes from 4 commits
b583aa7
65d461b
451edee
a7b6ccb
370f969
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -24,11 +24,8 @@ | |||||
| "hexcasting.mishap.invalid_value.class.wisp": "一个咒灵", | ||||||
| "hexcasting.mishap.invalid_value.class.consumable_entity": "一个可被拆解的实体", | ||||||
| "hexcasting.mishap.invalid_value.class.wisp.casting": "一个施法咒灵", | ||||||
| "hexcasting.mishap.invalid_value.class.type.block": "一个方块类型", | ||||||
| "hexcasting.mishap.invalid_value.class.type.item": "一个物品类型", | ||||||
| "hexcasting.mishap.invalid_value.class.type.entity": "一个实体或实体类型", | ||||||
| "hexcasting.mishap.invalid_value.class.type.block.able": "一个可代表方块的物品类型", | ||||||
| "hexcasting.mishap.invalid_value.class.type.list.double": "一个由数组成的列表", | ||||||
| "hexcasting.mishap.invalid_value.class.list.double": "一个由数组成的列表", | ||||||
| "hexcasting.mishap.invalid_value.class.list.vec": "一个向量组成的列表", | ||||||
|
||||||
| "hexcasting.mishap.invalid_value.class.gate": "一个门径", | ||||||
| "hexcasting.mishap.invalid_value.class.mote": "一个物元", | ||||||
| "hexcasting.mishap.invalid_value.class.moteentity.itemitemframe": "一个物元、物品实体或物品展示框", | ||||||
|
|
@@ -45,12 +42,10 @@ | |||||
| "hexcasting.mishap.invalid_value.mote_not_size_one": "一个不包含NBT数据或大小为1的物元", | ||||||
| "hexcasting.mishap.invalid_value.gate.offset": "不超过%f格的偏移量", | ||||||
|
|
||||||
|
|
||||||
| "hexcasting.iota.hexal:iota_type": "Iota类型", | ||||||
| "hexcasting.iota.hexal:entity_type": "实体类型", | ||||||
| "hexcasting.iota.hexal:item_type": "物品类型", | ||||||
| "hexcasting.iota.hexal:gate": "门径", | ||||||
| "hexcasting.iota.hexal:gate.desc": "一个门径", | ||||||
| "hexcasting.iota.hexal:item": "物品", | ||||||
|
||||||
| "hexcasting.iota.hexal:item": "物品", | |
| "hexcasting.iota.hexal:item": "物元", |
consistency reasons, also to group up related updates into a single PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
Uh oh!
There was an error while loading. Please reload this page.