feat: 替换国际化中所有有关df的内容
This commit is contained in:
parent
e5f89c3d37
commit
7fd4b76e94
|
|
@ -58,11 +58,11 @@ export const enUS: Translations = {
|
|||
welcome: {
|
||||
greeting: "Hello, again!",
|
||||
description:
|
||||
"Welcome to 🦌 DeerFlow, an open source super agent. With built-in and custom skills, DeerFlow helps you search on the web, analyze data, and generate artifacts like slides, web pages and do almost anything.",
|
||||
"Welcome to 🦌 XClaw, an open source super agent. With built-in and custom skills, XClaw helps you search on the web, analyze data, and generate artifacts like slides, web pages and do almost anything.",
|
||||
|
||||
createYourOwnSkill: "Create Your Own Skill",
|
||||
createYourOwnSkillDescription:
|
||||
"Create your own skill to release the power of DeerFlow. With customized skills,\nDeerFlow can help you search on the web, analyze data, and generate\n artifacts like slides, web pages and do almost anything.",
|
||||
"Create your own skill to release the power of XClaw. With customized skills,\nXClaw can help you search on the web, analyze data, and generate\n artifacts like slides, web pages and do almost anything.",
|
||||
},
|
||||
|
||||
// Clipboard
|
||||
|
|
@ -230,13 +230,13 @@ export const enUS: Translations = {
|
|||
|
||||
// Workspace
|
||||
workspace: {
|
||||
officialWebsite: "DeerFlow's official website",
|
||||
githubTooltip: "DeerFlow on Github",
|
||||
officialWebsite: "XClaw's official website",
|
||||
githubTooltip: "XClaw on Github",
|
||||
settingsAndMore: "Settings and more",
|
||||
visitGithub: "DeerFlow on GitHub",
|
||||
visitGithub: "XClaw on GitHub",
|
||||
reportIssue: "Report a issue",
|
||||
contactUs: "Contact us",
|
||||
about: "About DeerFlow",
|
||||
about: "About XClaw",
|
||||
},
|
||||
|
||||
// Conversation
|
||||
|
|
@ -252,7 +252,7 @@ export const enUS: Translations = {
|
|||
|
||||
// Page titles (document title)
|
||||
pages: {
|
||||
appName: "DeerFlow",
|
||||
appName: "XClaw",
|
||||
chats: "Chats",
|
||||
newChat: "New chat",
|
||||
untitled: "Untitled",
|
||||
|
|
@ -280,7 +280,7 @@ export const enUS: Translations = {
|
|||
writeTodos: "Update to-do list",
|
||||
expandContent: "Expand",
|
||||
collapseContent: "Collapse",
|
||||
skillInstallTooltip: "Install skill and make it available to DeerFlow",
|
||||
skillInstallTooltip: "Install skill and make it available to XClaw",
|
||||
},
|
||||
|
||||
// Subtasks
|
||||
|
|
@ -313,7 +313,7 @@ export const enUS: Translations = {
|
|||
actions: "Actions",
|
||||
keyboardShortcuts: "Keyboard Shortcuts",
|
||||
keyboardShortcutsDescription:
|
||||
"Navigate DeerFlow faster with keyboard shortcuts.",
|
||||
"Navigate XClaw faster with keyboard shortcuts.",
|
||||
openCommandPalette: "Open Command Palette",
|
||||
toggleSidebar: "Toggle Sidebar",
|
||||
},
|
||||
|
|
@ -321,7 +321,7 @@ export const enUS: Translations = {
|
|||
// Settings
|
||||
settings: {
|
||||
title: "Settings",
|
||||
description: "Adjust how DeerFlow looks and behaves for you.",
|
||||
description: "Adjust how XClaw looks and behaves for you.",
|
||||
sections: {
|
||||
appearance: "Appearance",
|
||||
memory: "Memory",
|
||||
|
|
@ -333,7 +333,7 @@ export const enUS: Translations = {
|
|||
memory: {
|
||||
title: "Memory",
|
||||
description:
|
||||
"DeerFlow automatically learns from your conversations in the background. These memories help DeerFlow understand you better and deliver a more personalized experience.",
|
||||
"XClaw automatically learns from your conversations in the background. These memories help XClaw understand you better and deliver a more personalized experience.",
|
||||
empty: "No memory data to display.",
|
||||
rawJson: "Raw JSON",
|
||||
markdown: {
|
||||
|
|
@ -389,18 +389,18 @@ export const enUS: Translations = {
|
|||
createSkill: "Create skill",
|
||||
emptyTitle: "No agent skill yet",
|
||||
emptyDescription:
|
||||
"Put your agent skill folders under the `/skills/custom` folder under the root folder of DeerFlow.",
|
||||
"Put your agent skill folders under the `/skills/custom` folder under the root folder of XClaw.",
|
||||
emptyButton: "Create Your First Skill",
|
||||
},
|
||||
notification: {
|
||||
title: "Notification",
|
||||
description:
|
||||
"DeerFlow only sends a completion notification when the window is not active. This is especially useful for long-running tasks so you can switch to other work and get notified when done.",
|
||||
"XClaw only sends a completion notification when the window is not active. This is especially useful for long-running tasks so you can switch to other work and get notified when done.",
|
||||
requestPermission: "Request notification permission",
|
||||
deniedHint:
|
||||
"Notification permission was denied. You can enable it in your browser's site settings to receive completion alerts.",
|
||||
testButton: "Send test notification",
|
||||
testTitle: "DeerFlow",
|
||||
testTitle: "XClaw",
|
||||
testBody: "This is a test notification.",
|
||||
notSupported: "Your browser does not support notifications.",
|
||||
disableNotification: "Disable notification",
|
||||
|
|
|
|||
|
|
@ -60,11 +60,11 @@ export const zhCN: Translations = {
|
|||
welcome: {
|
||||
greeting: "轻办公 · XClaw",
|
||||
description:
|
||||
"欢迎使用 🦌 DeerFlow,一个完全开源的超级智能体。通过内置和自定义的 Skills,\nDeerFlow 可以帮你搜索网络、分析数据,还能为你生成幻灯片、\n图片、视频、播客及网页等,几乎可以做任何事情。",
|
||||
"欢迎使用 🦌 XClaw,一个完全开源的超级智能体。通过内置和自定义的 Skills,\nXClaw 可以帮你搜索网络、分析数据,还能为你生成幻灯片、\n图片、视频、播客及网页等,几乎可以做任何事情。",
|
||||
|
||||
createYourOwnSkill: "创建你自己的 Agent SKill",
|
||||
createYourOwnSkillDescription:
|
||||
"创建你的 Agent Skill 来释放 DeerFlow 的潜力。通过自定义技能,DeerFlow\n可以帮你搜索网络、分析数据,还能为你生成幻灯片、\n网页等作品,几乎可以做任何事情。",
|
||||
"创建你的 Agent Skill 来释放 XClaw 的潜力。通过自定义技能,XClaw\n可以帮你搜索网络、分析数据,还能为你生成幻灯片、\n网页等作品,几乎可以做任何事情。",
|
||||
},
|
||||
|
||||
// Clipboard
|
||||
|
|
@ -219,13 +219,13 @@ export const zhCN: Translations = {
|
|||
|
||||
// Workspace
|
||||
workspace: {
|
||||
officialWebsite: "访问 DeerFlow 官方网站",
|
||||
githubTooltip: "访问 DeerFlow 的 Github 仓库",
|
||||
officialWebsite: "访问 XClaw 官方网站",
|
||||
githubTooltip: "访问 XClaw 的 Github 仓库",
|
||||
settingsAndMore: "设置和更多",
|
||||
visitGithub: "在 Github 上查看 DeerFlow",
|
||||
visitGithub: "在 Github 上查看 XClaw",
|
||||
reportIssue: "报告问题",
|
||||
contactUs: "联系我们",
|
||||
about: "关于 DeerFlow",
|
||||
about: "关于 XClaw",
|
||||
},
|
||||
|
||||
// Conversation
|
||||
|
|
@ -241,7 +241,7 @@ export const zhCN: Translations = {
|
|||
|
||||
// Page titles (document title)
|
||||
pages: {
|
||||
appName: "DeerFlow",
|
||||
appName: "XClaw",
|
||||
chats: "对话",
|
||||
newChat: "新对话",
|
||||
untitled: "未命名",
|
||||
|
|
@ -268,7 +268,7 @@ export const zhCN: Translations = {
|
|||
writeTodos: "更新 To-do 列表",
|
||||
expandContent: "展开",
|
||||
collapseContent: "收起",
|
||||
skillInstallTooltip: "安装技能并使其可在 DeerFlow 中使用",
|
||||
skillInstallTooltip: "安装技能并使其可在 XClaw 中使用",
|
||||
},
|
||||
|
||||
uploads: {
|
||||
|
|
@ -299,7 +299,7 @@ export const zhCN: Translations = {
|
|||
noResults: "未找到结果。",
|
||||
actions: "操作",
|
||||
keyboardShortcuts: "键盘快捷键",
|
||||
keyboardShortcutsDescription: "使用键盘快捷键更快地操作 DeerFlow。",
|
||||
keyboardShortcutsDescription: "使用键盘快捷键更快地操作 XClaw。",
|
||||
openCommandPalette: "打开命令面板",
|
||||
toggleSidebar: "切换侧边栏",
|
||||
},
|
||||
|
|
@ -307,7 +307,7 @@ export const zhCN: Translations = {
|
|||
// Settings
|
||||
settings: {
|
||||
title: "设置",
|
||||
description: "根据你的偏好调整 DeerFlow 的界面和行为。",
|
||||
description: "根据你的偏好调整 XClaw 的界面和行为。",
|
||||
sections: {
|
||||
appearance: "外观",
|
||||
memory: "记忆",
|
||||
|
|
@ -319,7 +319,7 @@ export const zhCN: Translations = {
|
|||
memory: {
|
||||
title: "记忆",
|
||||
description:
|
||||
"DeerFlow 会在后台不断从你的对话中自动学习。这些记忆能帮助 DeerFlow 更好地理解你,并提供更个性化的体验。",
|
||||
"XClaw 会在后台不断从你的对话中自动学习。这些记忆能帮助 XClaw 更好地理解你,并提供更个性化的体验。",
|
||||
empty: "暂无可展示的记忆数据。",
|
||||
rawJson: "原始 JSON",
|
||||
markdown: {
|
||||
|
|
@ -373,18 +373,18 @@ export const zhCN: Translations = {
|
|||
createSkill: "新建技能",
|
||||
emptyTitle: "还没有技能",
|
||||
emptyDescription:
|
||||
"将你的 Agent Skill 文件夹放在 DeerFlow 根目录下的 `/skills/custom` 文件夹中。",
|
||||
"将你的 Agent Skill 文件夹放在 XClaw 根目录下的 `/skills/custom` 文件夹中。",
|
||||
emptyButton: "创建你的第一个技能",
|
||||
},
|
||||
notification: {
|
||||
title: "通知",
|
||||
description:
|
||||
"DeerFlow 只会在窗口不活跃时发送完成通知,特别适合长时间任务:你可以先去做别的事,完成后会收到提醒。",
|
||||
"XClaw 只会在窗口不活跃时发送完成通知,特别适合长时间任务:你可以先去做别的事,完成后会收到提醒。",
|
||||
requestPermission: "请求通知权限",
|
||||
deniedHint:
|
||||
"通知权限已被拒绝。可在浏览器的网站设置中重新开启,以接收完成提醒。",
|
||||
testButton: "发送测试通知",
|
||||
testTitle: "DeerFlow",
|
||||
testTitle: "XClaw",
|
||||
testBody: "这是一条测试通知。",
|
||||
notSupported: "当前浏览器不支持通知功能。",
|
||||
disableNotification: "关闭通知",
|
||||
|
|
|
|||
Loading…
Reference in New Issue