-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Expand file tree
/
Copy pathnav.json
More file actions
54 lines (54 loc) · 1.41 KB
/
Copy pathnav.json
File metadata and controls
54 lines (54 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"appName": "LocalAI",
"openMenu": "打开菜单",
"closeMenu": "关闭菜单",
"primaryNavigation": "主导航",
"switchToLightMode": "切换到浅色模式",
"switchToDarkMode": "切换到深色模式",
"expandSidebar": "展开侧边栏",
"collapseSidebar": "收起侧边栏",
"changeLanguage": "更改语言",
"logout": "退出登录",
"accountSettings": "账户设置",
"account": "账户",
"accountFor": "账户:{{name}}",
"sections": {
"tools": "工具",
"enhance": "增强",
"biometrics": "生物识别",
"agents": "智能体",
"system": "系统"
},
"items": {
"home": "首页",
"installModels": "安装模型",
"chat": "聊天",
"studio": "工作室",
"talk": "通话",
"fineTune": "微调(实验性)",
"quantize": "量化(实验性)",
"audioTransform": "音频变换",
"faceRecognition": "人脸识别",
"voiceRecognition": "语音识别",
"agents": "智能体",
"skills": "技能",
"memory": "记忆库",
"mcpJobs": "MCP CI 任务",
"usage": "用量",
"users": "用户",
"backends": "后端",
"traces": "追踪",
"nodes": "节点",
"swarm": "Swarm",
"cluster": "集群",
"system": "系统",
"settings": "设置",
"api": "API"
},
"footer": {
"github": "GitHub",
"documentation": "文档",
"author": "作者",
"copyright": "© 2023-{{year}} {{author}}"
}
}