From a2499a5d3b7d6168a01cb8843939d8b2b22b3faf Mon Sep 17 00:00:00 2001 From: MrKBear Date: Sun, 10 Apr 2022 17:51:55 +0800 Subject: [PATCH] Fix add behavior popup i18n Error --- source/Localization/ZH-CN.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Localization/ZH-CN.ts b/source/Localization/ZH-CN.ts index aa73473..3908339 100644 --- a/source/Localization/ZH-CN.ts +++ b/source/Localization/ZH-CN.ts @@ -62,8 +62,8 @@ const ZH_CN = { "Popup.Setting.Title": "首选项设置", "Popup.Add.Behavior.Title": "添加行为", "Popup.Add.Behavior.Action.Add": "添加全部选中行为", - "Popup.Add.Behavior.Select.Counter": "找不到名为 \"{name}\" 的行为", - "Popup.Add.Behavior.Select.Nodata": "Could not find behavior named \"{name}\"", + "Popup.Add.Behavior.Select.Counter": "已选择 {count} 个行为", + "Popup.Add.Behavior.Select.Nodata": "找不到名为 \"{name}\" 的行为", "Popup.Behavior.Info.Title": "行为详情: {behavior}", "Popup.Behavior.Info.Confirm": "好的, 我知道了", "Build.In.Label.Name.All.Group": "全部群",