diff --git a/src/main/resources/assets/cgm/lang/zh_cn.json b/src/main/resources/assets/cgm/lang/zh_cn.json index 360fd4d56..043ffa59e 100644 --- a/src/main/resources/assets/cgm/lang/zh_cn.json +++ b/src/main/resources/assets/cgm/lang/zh_cn.json @@ -83,6 +83,7 @@ "container.cgm.attachments": "修改配件", "container.cgm.attachments.window_help": "点按以移动和旋转", "slot.cgm.attachment.not_applicable": "§c不适用", + "slot.cgm.attachment.incompatible": "这看起来并不适合...", "slot.cgm.attachment.scope": "瞄准镜", "slot.cgm.attachment.barrel": "枪管", "slot.cgm.attachment.stock": "枪托", @@ -137,10 +138,13 @@ "cgm.button.reload": "装填弹药 / 卸载弹药", "cgm.button.attachments": "修改配件", "cgm.button.steadyAim": "稳定瞄准", - "cgm.category.workbench.title": "Assembling", + "cgm.category.workbench.title": "组装", "cgm.category.workbench.materials": "Materials", "cgm.action.aim": "Aim", "cgm.action.shoot": "Shoot", - "cgm.action.reload": "Reload", - "cgm.action.steady_aim": "Steady Aim" -} \ No newline at end of file + "cgm.action.reload": "重新装弹", + "cgm.action.steady_aim": "稳步瞄准", + "cgm.button.config.tooltip": "设置选项", + "cgm.chat.open_curseforge_page": "打开 CurseForge 页面", + "cgm.chat.install_configured": "安装%s便于访问设置选项" +}