mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
fix(i18n): add missing wiki page type, settings and chat keys
This commit is contained in:
parent
84d809f52b
commit
0d94cb1f93
@ -277,6 +277,8 @@ export default {
|
||||
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',
|
||||
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',
|
||||
approve: 'Approve',
|
||||
deny: 'Deny',
|
||||
@ -567,6 +569,7 @@ export default {
|
||||
music: 'Music Generation',
|
||||
video: 'Video Generation',
|
||||
model3d: '3D Generation',
|
||||
workspace: 'Workspace',
|
||||
featureFlags: 'Feature Flags',
|
||||
about: 'About',
|
||||
advanced: 'Advanced',
|
||||
@ -2175,6 +2178,8 @@ export default {
|
||||
product: 'Products',
|
||||
term: 'Terms',
|
||||
process: 'Processes',
|
||||
system: 'System',
|
||||
synthesis: 'Synthesis',
|
||||
other: 'Other',
|
||||
},
|
||||
graph: {
|
||||
|
||||
@ -277,6 +277,8 @@ export default {
|
||||
suggestionPoem: '帮我搜一下今天科技圈有什么大新闻,用一句话总结',
|
||||
suggestionCode: '让写手帮我润色一段文案,我先把草稿发你',
|
||||
suggestionWeather: '你现在都装了哪些技能和工具?教我怎么给你加新本事',
|
||||
suggestionPlan1: '帮我制定一个完整的项目计划',
|
||||
suggestionPlan2: '分步骤帮我完成一个复杂任务',
|
||||
approvalRequired: '需要审批',
|
||||
approve: '批准',
|
||||
deny: '拒绝',
|
||||
@ -447,6 +449,7 @@ export default {
|
||||
music: '音乐生成',
|
||||
video: '视频生成',
|
||||
model3d: '3D 生成',
|
||||
workspace: '工作空间',
|
||||
featureFlags: '功能开关',
|
||||
about: '关于',
|
||||
advanced: '高级',
|
||||
@ -2187,6 +2190,8 @@ export default {
|
||||
product: '产品',
|
||||
term: '术语',
|
||||
process: '流程',
|
||||
system: '系统',
|
||||
synthesis: '综合',
|
||||
other: '其他',
|
||||
},
|
||||
graph: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user