Skip to content

Commit 4bea644

Browse files
authored
fix: 调整国际化文案 (#1646)
2 parents 94e9438 + e1aac01 commit 4bea644

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/frontend/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bishengchat",
3-
"version": "v2.1.0",
3+
"version": "v2.2.0beta1",
44
"description": "",
55
"type": "module",
66
"scripts": {

src/frontend/client/src/components/Chat/ChatView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const ChatView = ({ index = 0 }: { index?: number }) => {
151151
{!inputFloat && <div className="h-[2vh]"></div>}
152152
</div>
153153
</div>
154-
{isLingsi && <Cases t={t} />}
154+
{/* {isLingsi && <Cases t={t} />} */}
155155
</div>
156156
{/* <Footer /> */}
157157
{isLingsi && selfHost && <Cases t={t} />}

src/frontend/client/src/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@
717717
"com_segment_daily_mode": "Daily",
718718
"com_segment_linsight": "Linsight",
719719
"com_linsight_input_placeholder": "Enter your task goal, then leave it to BISHENG Linsight",
720-
"com_linsight_tagline": "The LLM plans and completes complex tasks using your business playbook",
720+
"com_linsight_tagline": "The LLM uses your business playbook to plan and complete tasks.",
721721
"com_linsight_remaining_times": "Remaining tasks: {{count}}",
722722
"com_linsight_activate": "Activate",
723723
"com_tools_title": "Tools",

src/frontend/client/src/locales/ja/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
"com_segment_daily_mode": "日常モード",
672672
"com_segment_linsight": "Linsight",
673673
"com_linsight_input_placeholder": "タスク目標を入力して BISHENG Linsight にお任せください",
674-
"com_linsight_tagline": "大規模モデルと業務ガイドを組み合わせ、自律的に複雑なタスクを計画・完了",
674+
"com_linsight_tagline": "大規模モデルと業務ガイドで、複雑なタスクを自律的に実行",
675675
"com_linsight_remaining_times": "残りタスク回数:{{count}} 回",
676676
"com_linsight_activate": "有効化へ",
677677
"com_tools_title": "ツール",

0 commit comments

Comments
 (0)