fix(i18n): add missing wiki page type, settings and chat keys

This commit is contained in:
matevip 2026-05-17 17:55:36 +08:00
parent 84d809f52b
commit 0d94cb1f93
2 changed files with 10 additions and 0 deletions

View File

@ -277,6 +277,8 @@ export default {
suggestionPoem: 'Search for today\'s biggest tech news and summarize it in one sentence', suggestionPoem: 'Search for today\'s biggest tech news and summarize it in one sentence',
suggestionCode: 'Ask the writer agent to polish a draft I\'m about to send you', suggestionCode: 'Ask the writer agent to polish a draft I\'m about to send you',
suggestionWeather: 'What skills and tools do you have right now? Show me how to add more', suggestionWeather: 'What skills and tools do you have right now? Show me how to add more',
suggestionPlan1: 'Help me draft a complete project plan',
suggestionPlan2: 'Walk me through a complex task step by step',
approvalRequired: 'Approval Required', approvalRequired: 'Approval Required',
approve: 'Approve', approve: 'Approve',
deny: 'Deny', deny: 'Deny',
@ -567,6 +569,7 @@ export default {
music: 'Music Generation', music: 'Music Generation',
video: 'Video Generation', video: 'Video Generation',
model3d: '3D Generation', model3d: '3D Generation',
workspace: 'Workspace',
featureFlags: 'Feature Flags', featureFlags: 'Feature Flags',
about: 'About', about: 'About',
advanced: 'Advanced', advanced: 'Advanced',
@ -2175,6 +2178,8 @@ export default {
product: 'Products', product: 'Products',
term: 'Terms', term: 'Terms',
process: 'Processes', process: 'Processes',
system: 'System',
synthesis: 'Synthesis',
other: 'Other', other: 'Other',
}, },
graph: { graph: {

View File

@ -277,6 +277,8 @@ export default {
suggestionPoem: '帮我搜一下今天科技圈有什么大新闻,用一句话总结', suggestionPoem: '帮我搜一下今天科技圈有什么大新闻,用一句话总结',
suggestionCode: '让写手帮我润色一段文案,我先把草稿发你', suggestionCode: '让写手帮我润色一段文案,我先把草稿发你',
suggestionWeather: '你现在都装了哪些技能和工具?教我怎么给你加新本事', suggestionWeather: '你现在都装了哪些技能和工具?教我怎么给你加新本事',
suggestionPlan1: '帮我制定一个完整的项目计划',
suggestionPlan2: '分步骤帮我完成一个复杂任务',
approvalRequired: '需要审批', approvalRequired: '需要审批',
approve: '批准', approve: '批准',
deny: '拒绝', deny: '拒绝',
@ -447,6 +449,7 @@ export default {
music: '音乐生成', music: '音乐生成',
video: '视频生成', video: '视频生成',
model3d: '3D 生成', model3d: '3D 生成',
workspace: '工作空间',
featureFlags: '功能开关', featureFlags: '功能开关',
about: '关于', about: '关于',
advanced: '高级', advanced: '高级',
@ -2187,6 +2190,8 @@ export default {
product: '产品', product: '产品',
term: '术语', term: '术语',
process: '流程', process: '流程',
system: '系统',
synthesis: '综合',
other: '其他', other: '其他',
}, },
graph: { graph: {