diff --git a/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locales/server/zh-cn.json b/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locales/server/zh-cn.json index c9a52a01..6ca0e657 100644 --- a/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locales/server/zh-cn.json +++ b/Libraries/SPTarkov.Server.Assets/SPT_Data/database/locales/server/zh-cn.json @@ -62,6 +62,14 @@ "chat-unable_to_register_command_already_registered": "无法注册已注册命令: %s", "client_request": "[客户端请求] %s", "client_request_ip": "[客户端请求] {{ip}}{{url}}", + "websocket_request": "[WebSocket 请求] %s", + "websocket_request_ip": "[WebSocket 请求] {{ip}} {{url}}", + "custom-quest-service_quest_id_already_exists": "使用 id:{{questId}} 的任务已经存在。 ", + "custom-quest-service_no_languages_for_quest": "Id 为 {{questId}} 的自定义任务没有加载任何语言", + "custom-quest-service_no_entries_for_language": "语言键 {{languageKey}} 尚未添加任何本地化条目,这是有意为之吗?", + "custom-quest-service_could_not_find_language_key": "在添加自定义任务时在全局本地化文件中无法找到对应的语言键:{{languageKey}}。可能是打错字了或者是游戏不支持该语言。", + "custom-quest-service_locale_data_null": "语言 {{languageKey}} 本地化数据为空", + "custom-quest-service_invalid_side": "任务 id:{{questId}} 中,由于阵营锁定,Savage 并非有效的阵营。", "customisation-item_already_purchased": "服装物品{{itemId}} {{itemName}}已购买", "customisation-suit_lacks_upd_or_stack_property": "服装 tpl: %s 缺少一个upd对象 或stackobjectcount属性", "customisation-unable_to_find_clothing_item_in_inventory": "物品栏中找不到id:%s的服装物品", @@ -84,9 +92,9 @@ "fence-unable_to_find_offer_by_id": "无法找到id为%s的报价", "fence-unable_to_get_ammo_penetration_value": "未找到弹药: %s的穿透值,无法检查其是否超过穿透限制,假定为false", "fence-unable_to_find_root_item_to_add": "无法向黑商添加道具,找不到对应的根道具", - "fixer-clothing_item_found": "存档中发现的服装物品:%s不存在于SPT内。你将会遇到错误,这可能是由于使用了服装模组,并在移除该模组时你的人物还在装备该服饰。千万不要使用这个存档。打开SPT\\SPT_Data\\configs\\core.json,编辑 'removeModItemsFromProfile' 为 true。这会允许服务端编辑你的存档,且有望移除服装缺失。", - "fixer-mod_item_found": "存档中发现物品:%s不存在于物品数据库中。你将会遇到错误,这可能是由于使用了物品模组且在移除模组时没有删除物品栏里的模组物品。千万不要使用这个存档。打开 SPT\\SPT_Data\\configs\\core.json,编辑'removeModItemsFromProfile'为true。这会允许服务端编辑你的存档且有望移除无效物品。", - "fixer-trader_found": "存档中发现的商人:%s不存在于SPT内。你将会遇到错误,这可能是由于使用了商人模组,并在移除该模组时还没有删除该商人发的消息。千万不要使用这个存档。打开SPT\\SPT_Data\\configs\\core.json,编辑 'removeModItemsFromProfile' 为 true。这会允许服务端编辑你的存档,且有望移除无效消息。", + "fixer-clothing_item_found": "存档中发现的服装物品:%s不存在于SPT内。你将会遇到错误,这可能是由于使用了服装模组,并在移除该模组时你的人物还在装备该服饰。千万不要使用这个存档。打开SPT_Data\\Server\\configs\\core.json,编辑 'removeModItemsFromProfile' 为 true。这会允许服务端编辑你的存档,且有望移除服装缺失。", + "fixer-mod_item_found": "存档中发现物品:%s不存在于物品数据库中。你将会遇到错误,这可能是由于使用了物品模组且在移除模组时没有删除物品栏里的模组物品。千万不要使用这个存档。打开 SPT_Data\\Server\\configs\\core.json,编辑'removeModItemsFromProfile'为true。这会允许服务端编辑你的存档且有望移除无效物品。", + "fixer-trader_found": "存档中发现的商人:%s不存在于SPT内。你将会遇到错误,这可能是由于使用了商人模组,并在移除该模组时还没有删除该商人发的消息。千万不要使用这个存档。打开SPT_Data\\Server\\configs\\core.json,编辑 'removeModItemsFromProfile' 为 true。这会允许服务端编辑你的存档,且有望移除无效消息。", "fixer-updated_pockets": "更新 'pocket' 物品至有三个特殊槽位的新的 18876 版本", "gameevent-bot_not_found": "addEventGearToScavs() - 数据库中找不到%s种类的bot,正在跳过", "gameevent-no_gear_data": "seasonalevents.json中没有%s事件的装备数据", @@ -215,6 +223,8 @@ "modloader-main_property_not_js": "模组 %s package.json的main属性必须时一个.js文件", "modloader-main_property_points_to_nothing": "模组 %s package.json的main属性指向了一个不存在的文件", "modloader-missing_dependency": "模组 {{mod}} 需要安装 {{modDependency}}。", + "modloader-self_dependency": "模组 {{mod}} 依赖项为自身,请将其从依赖项列表中移除", + "modloader-self_incompatibility": "模组 {{mod}} 与自身冲突,请将其从冲突列表中移除", "modloader-missing_package_json": "模组(%s)缺少package.json", "modloader-missing_package_json_property": "模组{{modName}} package.json需要{{prop}}属性", "modloader-missing_sptversion_field": "模组 %s 缺少sptVersion字段,很可能由于版本过期且不兼容当前版本的SPT", @@ -652,8 +662,10 @@ "repair-unable_to_find_item_repair_cost": "无法找到物品:%s的修理费用", "repair-unable_to_find_trader_details_by_id": "无法找到商人: %s 的修理数据", "repeatable-accepted_repeatable_quest_not_found_in_active_quests": "接受了activeQuests数组中找不到的重复任务:%s。请报告这个bug", + "repeatable-completion_config_no_template": "无法找到 PMC 等级为 {{pmcLevel}} 级的完成配置", "repeatable-completion_quest_whitelist_too_small_or_blacklist_too_restrictive": "生成完成任务:没有剩下物品。白名单太小或黑名单限制太大", "repeatable-difficulty_was_nan": "重复奖励生成:难度是NaN。正在设置成1。", + "repeatable-exploration_config_no_template": "无法找到 PMC 等级为 {{pmcLevel}} 级的探索配置", "repeatable-no_reward_item_found_in_price_range": "重复奖励生成:价格区间{{minPrice}}至{{roublesBudget}}中未找到物品", "repeatable-quest_handover_failed_condition_already_satisfied": "任务提交错误:条件已经满足?任务id:{{questId}},条件:{{conditionId}}, profileCounter:{{profileCounter}}, value:{{value}}", "repeatable-quest_handover_failed_condition_invalid": "任务提交错误:条件未找到或者值不正确。qid(任务):{{body.qid}},条件:{{body.conditionId}}",