remove localized AI Pick strings from HAR

Keep AI Pick and card explanation strings only in the base resource bundle so the HAR does not maintain locale-specific copies that belong to the host application.
This commit is contained in:
clz
2026-07-27 19:51:54 +08:00
parent f57a0c3ebb
commit 0e5a82c518
2 changed files with 0 additions and 56 deletions
@@ -3,34 +3,6 @@
{
"name": "page_show",
"value": "page from package"
},
{
"name": "ai_pick_title",
"value": "AI Picks"
},
{
"name": "ai_pick_loading",
"value": "Loading"
},
{
"name": "ai_pick_no_contract",
"value": "No matching contracts"
},
{
"name": "ai_pick_main_contract",
"value": "M"
},
{
"name": "ai_pick_custom_strategy",
"value": "Create a strategy"
},
{
"name": "ai_pick_custom_tag",
"value": "Custom"
},
{
"name": "card_explain_confirm",
"value": "Got it"
}
]
}
@@ -3,34 +3,6 @@
{
"name": "page_show",
"value": "page from package"
},
{
"name": "ai_pick_title",
"value": "AI选期"
},
{
"name": "ai_pick_loading",
"value": "数据加载中"
},
{
"name": "ai_pick_no_contract",
"value": "没有符合的合约"
},
{
"name": "ai_pick_main_contract",
"value": "主"
},
{
"name": "ai_pick_custom_strategy",
"value": "一句话定制策略"
},
{
"name": "ai_pick_custom_tag",
"value": "自编"
},
{
"name": "card_explain_confirm",
"value": "我知道了"
}
]
}