This commit is contained in:
hailin 2025-04-20 23:10:52 +08:00
parent f06e1855cd
commit 60f29171f6
4 changed files with 71 additions and 19 deletions

View File

@ -35,7 +35,7 @@ export const ChatHelp: FC<ChatHelpProps> = ({}) => {
<div className="flex space-x-2">
<Link
className="cursor-pointer hover:opacity-50"
href="https://twitter.com/ChatbotUI"
href="https://x.com/JellyDropsLLC"
target="_blank"
rel="noopener noreferrer"
>
@ -44,7 +44,7 @@ export const ChatHelp: FC<ChatHelpProps> = ({}) => {
<Link
className="cursor-pointer hover:opacity-50"
href="https://github.com/mckaywrigley/chatbot-ui"
href="https://github.com/JellyDropsLLC"
target="_blank"
rel="noopener noreferrer"
>
@ -69,7 +69,7 @@ export const ChatHelp: FC<ChatHelpProps> = ({}) => {
<DropdownMenuSeparator />
<DropdownMenuItem className="flex justify-between">
<div>Show Help</div>
<div>{t("help.showHelp")}</div>
<div className="flex opacity-60">
<div className="min-w-[30px] rounded border-DEFAULT p-1 text-center">
@ -84,7 +84,7 @@ export const ChatHelp: FC<ChatHelpProps> = ({}) => {
</DropdownMenuItem>
<DropdownMenuItem className="flex justify-between">
<div>Show Workspaces</div>
<div>{t("help.showWorkspaces")}</div>
<div className="flex opacity-60">
<div className="min-w-[30px] rounded border-DEFAULT p-1 text-center">
@ -99,7 +99,7 @@ export const ChatHelp: FC<ChatHelpProps> = ({}) => {
</DropdownMenuItem>
<DropdownMenuItem className="flex w-[300px] justify-between">
<div>New Chat</div>
<div>{t("help.newChat")}</div>
<div className="flex opacity-60">
<div className="min-w-[30px] rounded border-DEFAULT p-1 text-center">
@ -114,7 +114,7 @@ export const ChatHelp: FC<ChatHelpProps> = ({}) => {
</DropdownMenuItem>
<DropdownMenuItem className="flex justify-between">
<div>Focus Chat</div>
<div>{t("help.focusChat")}</div>
<div className="flex opacity-60">
<div className="min-w-[30px] rounded border-DEFAULT p-1 text-center">
@ -129,7 +129,7 @@ export const ChatHelp: FC<ChatHelpProps> = ({}) => {
</DropdownMenuItem>
<DropdownMenuItem className="flex justify-between">
<div>Toggle Files</div>
<div>{t("help.toggleFiles")}</div>
<div className="flex opacity-60">
<div className="min-w-[30px] rounded border-DEFAULT p-1 text-center">
@ -144,7 +144,7 @@ export const ChatHelp: FC<ChatHelpProps> = ({}) => {
</DropdownMenuItem>
<DropdownMenuItem className="flex justify-between">
<div>Toggle Retrieval</div>
<div>{t("help.toggleRetrieval")}</div>
<div className="flex opacity-60">
<div className="min-w-[30px] rounded border-DEFAULT p-1 text-center">
@ -159,7 +159,7 @@ export const ChatHelp: FC<ChatHelpProps> = ({}) => {
</DropdownMenuItem>
<DropdownMenuItem className="flex justify-between">
<div>Open Settings</div>
<div>{t("help.openSettings")}</div>
<div className="flex opacity-60">
<div className="min-w-[30px] rounded border-DEFAULT p-1 text-center">
@ -174,7 +174,7 @@ export const ChatHelp: FC<ChatHelpProps> = ({}) => {
</DropdownMenuItem>
<DropdownMenuItem className="flex justify-between">
<div>Open Quick Settings</div>
<div>{t("help.openQuickSettings")}</div>
<div className="flex opacity-60">
<div className="min-w-[30px] rounded border-DEFAULT p-1 text-center">
@ -189,7 +189,7 @@ export const ChatHelp: FC<ChatHelpProps> = ({}) => {
</DropdownMenuItem>
<DropdownMenuItem className="flex justify-between">
<div>Toggle Sidebar</div>
<div>{t("help.toggleSidebar")}</div>
<div className="flex opacity-60">
<div className="min-w-[30px] rounded border-DEFAULT p-1 text-center">

View File

@ -216,8 +216,26 @@
"models": "models"
},
"modelProvider": {
"custom": "CUSTOM"
"modelProvider": {
"custom": "CUSTOM"
},
"help": {
"showHelp": "Show Help",
"showWorkspaces": "Show Workspaces",
"newChat": "New Chat",
"focusChat": "Focus Chat",
"toggleFiles": "Toggle Files",
"toggleRetrieval": "Toggle Retrieval",
"openSettings": "Open Settings",
"openQuickSettings": "Open Quick Settings",
"toggleSidebar": "Toggle Sidebar",
"updates": "Updates",
"markAsRead": "Mark as Read",
"markAllAsRead": "Mark All as Read",
"demo": "Demo",
"youAreAllCaughtUp": "You are all caught up!",
"showRecentUpdates": "Show recent updates"
}
}

View File

@ -201,8 +201,7 @@
"toolNamePlaceholder": "ツール名...",
"toolDescriptionPlaceholder": "ツールの説明...",
"customHeadersLabel": "カスタムヘッダー",
"schemaLabel": "スキーマ"
"schemaLabel": "スキーマ"
},
"contentType": {
@ -218,7 +217,24 @@
"modelProvider": {
"custom": "カスタム"
}
},
}
"help": {
"showHelp": "ヘルプを表示",
"showWorkspaces": "ワークスペースを表示",
"newChat": "新しいチャット",
"focusChat": "チャットに集中",
"toggleFiles": "ファイルを切り替え",
"toggleRetrieval": "検索を切り替え",
"openSettings": "設定を開く",
"openQuickSettings": "クイック設定を開く",
"toggleSidebar": "サイドバーを切り替え",
"updates": "更新情報",
"markAsRead": "既読にする",
"markAllAsRead": "すべて既読にする",
"demo": "デモ",
"youAreAllCaughtUp": "すべて確認済みです!",
"showRecentUpdates": "最近の更新を表示"
}
}

View File

@ -215,8 +215,26 @@
"models": "模型"
},
"modelProvider": {
"custom": "自定义"
"modelProvider": {
"custom": "自定义"
},
"help": {
"showHelp": "显示帮助",
"showWorkspaces": "显示工作区",
"newChat": "新建对话",
"focusChat": "聚焦当前对话",
"toggleFiles": "切换文件面板",
"toggleRetrieval": "切换检索模式",
"openSettings": "打开设置",
"openQuickSettings": "快速设置",
"toggleSidebar": "切换侧边栏",
"updates": "更新",
"markAsRead": "标记为已读",
"markAllAsRead": "全部标记为已读",
"demo": "演示",
"youAreAllCaughtUp": "你已阅读所有内容!",
"showRecentUpdates": "显示最近更新"
}
}