generated from TerminalMC/Framework
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from SnowCutieOwO/patch-1
Create zh_cn.json
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
common/src/main/resources/assets/clientsort/lang/zh_cn.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"screen.${mod_id}.default": "一键整理", | ||
"screen.${mod_id}.options": "一键整理 设置", | ||
|
||
"message.${mod_id}.install_cloth": "请安装 Cloth Config API 来获取更多模组选项.", | ||
"message.${mod_id}.go_modrinth": "在 Modrinth 上浏览本模组", | ||
|
||
"${mod_id}.key_group": "一键整理", | ||
"key.${mod_id}.sort": "整理背包", | ||
|
||
"option.${mod_id}.general": "通用", | ||
"option.${mod_id}.interaction_rate_server": "联机模式交互速率", | ||
"option.${mod_id}.interaction_rate_client": "单机模式交互速率", | ||
"option.${mod_id}.interaction_rate.tooltip": "降低值可更快整理, 若遇到发包速率问题, 请将该值增加", | ||
"option.${mod_id}.hotbar_mode": "快捷栏模式", | ||
"option.${mod_id}.sorting": "整理", | ||
"option.${mod_id}.sort_mode": "整理模式", | ||
"option.${mod_id}.shift_sort_mode": "Shift 键整理模式", | ||
"option.${mod_id}.ctrl_sort_mode": "Ctrl 键整理模式", | ||
"option.${mod_id}.alt_sort_mode": "Alt 键整理模式", | ||
"option.${mod_id}.optimized_creative_sorting": "优化创造模式排序", | ||
|
||
"hotbar_mode.${mod_id}.merge": "合并", | ||
"hotbar_mode.${mod_id}.merge.tooltip": "快捷栏会被视作背包的一部分", | ||
"hotbar_mode.${mod_id}.split": "分离", | ||
"hotbar_mode.${mod_id}.split.tooltip": "快捷栏会被视作单独的存储空间", | ||
"hotbar_mode.${mod_id}.off": "关闭", | ||
"hotbar_mode.${mod_id}.off.tooltip": "不整理快捷栏内容", | ||
|
||
"sort_order.${mod_id}.none": "无", | ||
"sort_order.${mod_id}.alphabet": "字母", | ||
"sort_order.${mod_id}.creative": "创造", | ||
"sort_order.${mod_id}.quantity": "数量", | ||
"sort_order.${mod_id}.raw_id": "原 ID", | ||
|
||
"option.${mod_id}.error.low": "过低", | ||
"option.${mod_id}.error.high": "过高" | ||
} |