Skip to content

Commit 126c9fe

Browse files
authored
Inventory Bogo Sorter 翻译更新 (#5741)
* update * 更新
1 parent 45d4695 commit 126c9fe

2 files changed

Lines changed: 58 additions & 10 deletions

File tree

projects/1.12.2/assets/inventory-bogosorter/bogosorter/lang/en_us.lang

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
key.categories.bogosorter=Inventory Bogo Sorter
2-
key.sort_config=Open Sort Config
3-
key.sort=Sort Inventory
1+
bogosort.key.categories=Inventory Bogo Sorter
2+
bogosort.key.sort_config=Open Sort Config
3+
bogosort.key.sort=Sort Inventory
4+
bogosort.key.lock_slot=Lock player slot in GUI
5+
6+
bogosort.key.move_all=Move all
7+
bogosort.key.move_all_same=Move all similar
8+
bogosort.key.move_single=Move single
9+
bogosort.key.move_single_empty=Move Single to empty
10+
bogosort.key.throw_all_same=Throw all similar
11+
bogosort.key.throw_all=Throw all
412

513
bogosort.gui.title=Sort Config
614
bogosort.gui.tab.general.name=General
@@ -12,13 +20,29 @@ bogosort.gui.configured_sort_rules=Configured Sort-Rules
1220
bogosort.gui.enable_refill=Enable auto hotbar refill
1321
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'.
1422
bogosort.gui.refill_threshold=Auto refill damage threshold
23+
bogosort.gui.refill_threshold.tooltip=Tools with durability of this value or below in your hand will be replaced with a similar tool from your inventory if one can be found. Set to 0 to disable this feature.
1524
bogosort.gui.ascending=Ascending
1625
bogosort.gui.descending=Descending
1726
bogosort.gui.hotbar_scrolling=Enable hotbar column scrolling
1827
bogosort.gui.hotbar_scrolling.tooltip=Scroll though inventory column by holding ALT
1928
bogosort.gui.enabled=Enabled
2029
bogosort.gui.button.enabled=Enable sort and config buttons in GUI's
2130
bogosort.gui.button.color=Background color of sort buttons
31+
bogosort.gui.hotbar_sorting.enabled=Enable sorting of player hotbar slots
32+
bogosort.gui.slot_lock.title=Slot Locking
33+
bogosort.gui.slot_lock.desc=Player slots can be locked to prevent any interaction by player with them. This includes sorting. Slots can be locked by hovering over a slot in any GUI and pressing %s (configurable).
34+
bogosort.gui.slot_lock.icon_scale=Icon scale
35+
bogosort.gui.slot_lock.icon_color=Icon color
36+
bogosort.gui.slot_lock.icon_align=Icon alignment
37+
bogosort.gui.slot_lock.icon_preview=Preview
38+
bogosort.gui.slot_lock.reset_style=Reset style
39+
bogosort.gui.slot_lock.unlock_all=Unlock all slots
40+
bogosort.gui.slot_lock.only_block_sort=Only block sorting
41+
bogosort.gui.slot_lock.only_block_sort.desc=If this is enabled, locked slots can be interacted with as if they are not locked, but sorting will still ignore locked slots.
42+
bogosort.gui.corner.tl=Top left
43+
bogosort.gui.corner.tr=Top right
44+
bogosort.gui.corner.bl=Bottom left
45+
bogosort.gui.corner.br=Bottom right
2246

2347
bogosort.command.config_relaod.success=Reloaded sorting config
2448

projects/1.12.2/assets/inventory-bogosorter/bogosorter/lang/zh_cn.lang

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
key.categories.bogosorter=物品栏Bogo排序整理
2-
key.sort_config=打开排序配置
3-
key.sort=排序物品栏
1+
bogosort.key.categories=物品栏Bogo排序整理
2+
bogosort.key.sort_config=打开排序配置
3+
bogosort.key.sort=排序物品栏
4+
bogosort.key.lock_slot=在GUI中锁定玩家槽位
5+
6+
bogosort.key.move_all=移动所有
7+
bogosort.key.move_all_same=移动所有相似项
8+
bogosort.key.move_single=移动单个
9+
bogosort.key.move_single_empty=移动单个至空槽位
10+
bogosort.key.throw_all_same=丢出所有相似项
11+
bogosort.key.throw_all=丢出所有
412

513
bogosort.gui.title=排序配置
614
bogosort.gui.tab.general.name=常规
@@ -10,15 +18,31 @@ bogosort.gui.tab.nbt_sort_rules.name=NBT排序规则
1018
bogosort.gui.available_sort_rules=可用的排序规则
1119
bogosort.gui.configured_sort_rules=已配置的排序规则
1220
bogosort.gui.enable_refill=启用快捷栏自动替换
13-
bogosort.gui.refill_comment=检测到夸克。若禁用该选项,夸克的自动替换仍可能在起效。可在夸克的“Management” -> “Automatic Tool Restock”配置中更改。
14-
bogosort.gui.refill_threshold=自动替换耐久阈值
21+
bogosort.gui.refill_comment=检测到夸克模组。若禁用该选项,夸克的自动替换功能仍可能在起效。可在夸克的"Management" -> "Automatic Tool Restock"配置中更改。
22+
bogosort.gui.refill_threshold=自动替换耐久度阈值
23+
bogosort.gui.refill_threshold.tooltip=手持工具的耐久度低于或等于此值时,将被自动替换为物品栏中找到的相似工具。设置为0可禁用此功能。
1524
bogosort.gui.ascending=升序
1625
bogosort.gui.descending=降序
1726
bogosort.gui.hotbar_scrolling=启用快捷栏纵列滚动
1827
bogosort.gui.hotbar_scrolling.tooltip=按住ALT键滚动选取物品栏对应列
1928
bogosort.gui.enabled=启用
2029
bogosort.gui.button.enabled=在GUI中启用排序和设置按钮
2130
bogosort.gui.button.color=排序按钮的背景颜色
31+
bogosort.gui.hotbar_sorting.enabled=启用对玩家快捷栏槽位的排序
32+
bogosort.gui.slot_lock.title=槽位锁定
33+
bogosort.gui.slot_lock.desc=可以对玩家槽位进行锁定,以防止玩家与之进行任何交互操作(包括排序)。可以通过在任意GUI中,将鼠标悬停在槽位上并按%s(可配置)来锁定槽位。
34+
bogosort.gui.slot_lock.icon_scale=图标缩放
35+
bogosort.gui.slot_lock.icon_color=图标颜色
36+
bogosort.gui.slot_lock.icon_align=图标对齐
37+
bogosort.gui.slot_lock.icon_preview=预览
38+
bogosort.gui.slot_lock.reset_style=重置样式
39+
bogosort.gui.slot_lock.unlock_all=解锁所有槽位
40+
bogosort.gui.slot_lock.only_block_sort=仅阻止排序
41+
bogosort.gui.slot_lock.only_block_sort.desc=若启用该选项,玩家与锁定槽位的交互操作不会被阻止,但排序功能仍会忽略锁定的槽位。
42+
bogosort.gui.corner.tl=左上角
43+
bogosort.gui.corner.tr=右上角
44+
bogosort.gui.corner.bl=左下角
45+
bogosort.gui.corner.br=右下角
2246

2347
bogosort.command.config_relaod.success=重新加载排序配置
2448

@@ -66,10 +90,10 @@ bogosort.sortrules.nbt.potion.name=药水
6690
bogosort.sortrules.nbt.enchantment.name=魔咒
6791
bogosort.sortrules.nbt.enchantment_book.name=附魔书
6892
bogosort.sortrules.nbt.gt_circ_config.name=格雷科技可编程电路
69-
bogosort.sortrules.nbt.gt_item_damage.name=格雷科技工具耐久
93+
bogosort.sortrules.nbt.gt_item_damage.name=格雷科技工具损坏值
7094

7195
bogosort.sortrules.nbt.potion.description=根据效果和等级对药水排序
7296
bogosort.sortrules.nbt.enchantment.description=根据效果和等级对附魔物品排序
7397
bogosort.sortrules.nbt.enchantment_book.description=根据效果和等级对附魔书排序
7498
bogosort.sortrules.nbt.gt_circ_config.description=根据配置对格雷科技的编程电路排序
75-
bogosort.sortrules.nbt.gt_item_damage.description=根据耐久对格雷科技的工具排序
99+
bogosort.sortrules.nbt.gt_item_damage.description=根据损坏值对格雷科技的工具排序

0 commit comments

Comments
 (0)