Skip to content

Commit 3616fff

Browse files
authored
Inventory Bogo Sorter 翻译提交 (#5431)
* bogo * 按审核意见修改
1 parent 19e30d5 commit 3616fff

2 files changed

Lines changed: 150 additions & 0 deletions

File tree

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
key.categories.bogosorter=Inventory Bogo Sorter
2+
key.sort_config=Open Sort Config
3+
key.sort=Sort Inventory
4+
5+
bogosort.gui.title=Sort Config
6+
bogosort.gui.tab.general.name=General
7+
bogosort.gui.tab.profiles.name=Profiles
8+
bogosort.gui.tab.item_sort_rules.name=Item sort rules
9+
bogosort.gui.tab.nbt_sort_rules.name=NBT sort rules
10+
bogosort.gui.available_sort_rules=Available Sort-Rules
11+
bogosort.gui.configured_sort_rules=Configured Sort-Rules
12+
bogosort.gui.enable_refill=Enable auto hotbar refill
13+
bogosort.gui.refill_comment=Quark is installed. If this option is disabled, theirs might still be enabled. You can find the config at 'Management' -> 'Automatic Tool Restock'.
14+
bogosort.gui.refill_threshold=Auto refill damage threshold
15+
bogosort.gui.ascending=Ascending
16+
bogosort.gui.descending=Descending
17+
bogosort.gui.hotbar_scrolling=Enable hotbar column scrolling
18+
bogosort.gui.hotbar_scrolling.tooltip=Scroll though inventory column by holding ALT
19+
bogosort.gui.enabled=Enabled
20+
bogosort.gui.button.enabled=Enable sort and config buttons in GUI's
21+
bogosort.gui.button.color=Background color of sort buttons
22+
23+
bogosort.command.config_relaod.success=Reloaded sorting config
24+
25+
bogosort.sortrules.item.mod.name=Mod name
26+
bogosort.sortrules.item.id.name=Registry name
27+
bogosort.sortrules.item.meta.name=Meta value
28+
bogosort.sortrules.item.registry_order.name=Registry Order
29+
bogosort.sortrules.item.display_name.name=Display Name
30+
bogosort.sortrules.item.nbt_size.name=NBT tag size
31+
bogosort.sortrules.item.nbt_has.name=Has NBT tag
32+
bogosort.sortrules.item.nbt_rules.name=NBT rules
33+
bogosort.sortrules.item.nbt_all_values.name=All NBT values
34+
bogosort.sortrules.item.count.name=Stack size
35+
bogosort.sortrules.item.ore_dict.name=Ore dict
36+
bogosort.sortrules.item.material.name=Material
37+
bogosort.sortrules.item.ore_prefix.name=Ore prefix
38+
bogosort.sortrules.item.burn_time.name=Burn Time
39+
bogosort.sortrules.item.block_type.name=Block Type
40+
bogosort.sortrules.item.hunger.name=Hunger
41+
bogosort.sortrules.item.saturation.name=Saturation
42+
bogosort.sortrules.item.emc.name=EMC Value
43+
bogosort.sortrules.item.color.name=Color
44+
45+
bogosort.sortrules.item.mod.description=Sorts items alphabetically by its mod name
46+
bogosort.sortrules.item.id.description=Sorts items alphabetically by its registry name (without mod)
47+
bogosort.sortrules.item.meta.description=Sorts items numerically by its meta value
48+
bogosort.sortrules.item.registry_order.description=Sorts items numerically by its registry order
49+
bogosort.sortrules.item.display_name.description=Sorts items alphabetically by its displayed name
50+
bogosort.sortrules.item.nbt_size.description=Sorts items numerically by its meta value NBT tag size
51+
bogosort.sortrules.item.nbt_has.description=Sorts items based on if or if not that have a NBT tag
52+
bogosort.sortrules.item.nbt_rules.description=Sorts items based on configured NBT sort rules
53+
bogosort.sortrules.item.nbt_all_values.description=Tries to sort items by comparing all nbt tags and subtags
54+
bogosort.sortrules.item.count.description=Sorts items numerically by its stack size
55+
bogosort.sortrules.item.ore_dict.description=Sorts items numerically and/or alphabetically by its ore dicts
56+
bogosort.sortrules.item.material.description=Sorts items alphabetically by its material name (f.e. Iron, Gold, Copper...)
57+
bogosort.sortrules.item.ore_prefix.description=Sorts items by their ore prefix (f.e. ingot, nugget, plate, gear...)
58+
bogosort.sortrules.item.burn_time.description=Sorts items numerically by its fuel burn time
59+
bogosort.sortrules.item.block_type.description=Sorts items based on what type of block the item is (f.e. full block, slab, stairs ...)
60+
bogosort.sortrules.item.hunger.description=Sorts items numerically by its hunger refill value
61+
bogosort.sortrules.item.saturation.description=Sorts items numerically by its saturation refill value
62+
bogosort.sortrules.item.emc.description=Sorts items numerically by its EMC value
63+
bogosort.sortrules.item.color.description=Sorts items numerically by its color hue value
64+
65+
bogosort.sortrules.nbt.potion.name=Potions
66+
bogosort.sortrules.nbt.enchantment.name=Enchantments
67+
bogosort.sortrules.nbt.enchantment_book.name=Ench. books
68+
bogosort.sortrules.nbt.gt_circ_config.name=GT prog. circuit
69+
bogosort.sortrules.nbt.gt_item_damage.name=GT tool damage
70+
71+
bogosort.sortrules.nbt.potion.description=Sorts potions by effect and level
72+
bogosort.sortrules.nbt.enchantment.description=Sorts enchanted items by effect and level
73+
bogosort.sortrules.nbt.enchantment_book.description=Sorts enchanted books by effect and level
74+
bogosort.sortrules.nbt.gt_circ_config.description=Sorts GregTech programmable circuits by their configuration
75+
bogosort.sortrules.nbt.gt_item_damage.description=Sorts GregTech tools by their damage
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
key.categories.bogosorter=物品栏Bogo排序整理
2+
key.sort_config=打开排序配置
3+
key.sort=排序物品栏
4+
5+
bogosort.gui.title=排序配置
6+
bogosort.gui.tab.general.name=常规
7+
bogosort.gui.tab.profiles.name=配置文件
8+
bogosort.gui.tab.item_sort_rules.name=物品排序规则
9+
bogosort.gui.tab.nbt_sort_rules.name=NBT排序规则
10+
bogosort.gui.available_sort_rules=可用的排序规则
11+
bogosort.gui.configured_sort_rules=已配置的排序规则
12+
bogosort.gui.enable_refill=启用快捷栏自动替换
13+
bogosort.gui.refill_comment=检测到夸克。若禁用该选项,夸克的自动替换仍可能在起效。可在夸克的“Management” -> “Automatic Tool Restock”配置中更改。
14+
bogosort.gui.refill_threshold=自动替换耐久阈值
15+
bogosort.gui.ascending=升序
16+
bogosort.gui.descending=降序
17+
bogosort.gui.hotbar_scrolling=启用快捷栏纵列滚动
18+
bogosort.gui.hotbar_scrolling.tooltip=按住ALT键滚动选取物品栏对应列
19+
bogosort.gui.enabled=启用
20+
bogosort.gui.button.enabled=在GUI中启用排序和设置按钮
21+
bogosort.gui.button.color=排序按钮的背景颜色
22+
23+
bogosort.command.config_relaod.success=重新加载排序配置
24+
25+
bogosort.sortrules.item.mod.name=模组名称
26+
bogosort.sortrules.item.id.name=注册名称
27+
bogosort.sortrules.item.meta.name=元数据
28+
bogosort.sortrules.item.registry_order.name=注册顺序
29+
bogosort.sortrules.item.display_name.name=显示名称
30+
bogosort.sortrules.item.nbt_size.name=NBT标签大小
31+
bogosort.sortrules.item.nbt_has.name=是否具有NBT标签
32+
bogosort.sortrules.item.nbt_rules.name=NBT规则
33+
bogosort.sortrules.item.nbt_all_values.name=所有NBT值
34+
bogosort.sortrules.item.count.name=堆叠大小
35+
bogosort.sortrules.item.ore_dict.name=矿物词典
36+
bogosort.sortrules.item.material.name=材料
37+
bogosort.sortrules.item.ore_prefix.name=矿词前缀
38+
bogosort.sortrules.item.burn_time.name=燃烧时间
39+
bogosort.sortrules.item.block_type.name=方块类型
40+
bogosort.sortrules.item.hunger.name=饥饿值
41+
bogosort.sortrules.item.saturation.name=饱和度
42+
bogosort.sortrules.item.emc.name=EMC值
43+
bogosort.sortrules.item.color.name=颜色
44+
45+
bogosort.sortrules.item.mod.description=根据模组名称的字母顺序对物品排序
46+
bogosort.sortrules.item.id.description=根据注册名称的字母顺序对项目排序(不含模组名)
47+
bogosort.sortrules.item.meta.description=根据元数据对物品排序
48+
bogosort.sortrules.item.registry_order.description=根据注册顺序对物品排序
49+
bogosort.sortrules.item.display_name.description=根据物品显示名称的字母顺序对物品排序
50+
bogosort.sortrules.item.nbt_size.description=根据元数据NBT标签大小对物品排序
51+
bogosort.sortrules.item.nbt_has.description=根据是否具有NBT标签对物品排序
52+
bogosort.sortrules.item.nbt_rules.description=根据已配置的NBT排序规则对物品排序
53+
bogosort.sortrules.item.nbt_all_values.description=尝试通过比较所有NBT标签和子标签对物品排序
54+
bogosort.sortrules.item.count.description=根据堆叠大小对物品排序
55+
bogosort.sortrules.item.ore_dict.description=根据矿物词典的数量和字母顺序对物品排序
56+
bogosort.sortrules.item.material.description=根据材料名称的字母顺序对物品排序(例如铁、金、铜等)
57+
bogosort.sortrules.item.ore_prefix.description=根据矿词前缀(例如锭,块,板,齿轮等)对物品排序
58+
bogosort.sortrules.item.burn_time.description=根据燃烧时间对物品排序
59+
bogosort.sortrules.item.block_type.description=根据方块类型对物品排序(例如完整方块、台阶、楼梯等)
60+
bogosort.sortrules.item.hunger.description=根据回复的饥饿值对物品排序
61+
bogosort.sortrules.item.saturation.description=根据回复的饱和度对物品排序
62+
bogosort.sortrules.item.emc.description=根据EMC值对物品排序
63+
bogosort.sortrules.item.color.description=根据颜色色调值对物品排序
64+
65+
bogosort.sortrules.nbt.potion.name=药水
66+
bogosort.sortrules.nbt.enchantment.name=魔咒
67+
bogosort.sortrules.nbt.enchantment_book.name=附魔书
68+
bogosort.sortrules.nbt.gt_circ_config.name=格雷科技可编程电路
69+
bogosort.sortrules.nbt.gt_item_damage.name=格雷科技工具耐久
70+
71+
bogosort.sortrules.nbt.potion.description=根据效果和等级对药水排序
72+
bogosort.sortrules.nbt.enchantment.description=根据效果和等级对附魔物品排序
73+
bogosort.sortrules.nbt.enchantment_book.description=根据效果和等级对附魔书排序
74+
bogosort.sortrules.nbt.gt_circ_config.description=根据配置对格雷科技的编程电路排序
75+
bogosort.sortrules.nbt.gt_item_damage.description=根据耐久对格雷科技的工具排序

0 commit comments

Comments
 (0)