diff --git a/src/main/resources/en_US/element/string.json b/src/main/resources/en_US/element/string.json index b72eddb..f51a9c8 100644 --- a/src/main/resources/en_US/element/string.json +++ b/src/main/resources/en_US/element/string.json @@ -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" } ] } diff --git a/src/main/resources/zh_CN/element/string.json b/src/main/resources/zh_CN/element/string.json index 89f1187..f51a9c8 100644 --- a/src/main/resources/zh_CN/element/string.json +++ b/src/main/resources/zh_CN/element/string.json @@ -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": "我知道了" } ] }