-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathi18n.json.example
More file actions
47 lines (47 loc) · 2.06 KB
/
Copy pathi18n.json.example
File metadata and controls
47 lines (47 loc) · 2.06 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
{
"zh": {
"home": "首页",
"recent_updates": "最近更新",
"tags": "标签",
"maintenance": "维护",
"authors": "作者列表",
"api_json": "API (JSON)",
"settings": "设置",
"search_placeholder": "搜索 Wiki...",
"search_btn": "搜索",
"doc_list_title": "文档列表",
"sidebar_clear_cache": "🔄 清除缓存",
"sidebar_processing": "⏳ 处理中...",
"sidebar_clear_failed": "清除缓存失败。",
"sidebar_error": "发生错误。",
"chat_widget_btn": "🤖 Wiki AI 聊天",
"chat_header_title": "🤖 Wiki RAG AI 助手",
"chat_expand": "展开",
"chat_collapse": "折叠",
"chat_clear_history": "清除历史",
"chat_mode_label": "模式:",
"chat_include_current": "包含当前页面上下文",
"chat_welcome_msg": "你好!我是 Wiki AI 助手。请随时提问!",
"chat_input_placeholder": "请输入与 Wiki 相关的提问...",
"chat_send_btn": "发送",
"chat_reset_history": "对话历史已重置。",
"chat_thinking_fast": "🤔 正在高速检索 Markdown Wiki 文档...",
"chat_thinking_agent": "🧠 正在使用 AI Agent 进行多步分析...",
"chat_comm_error": "❌ 通信错误:无法连接到 LLM 服务。",
"chat_error_prefix": "❌ 错误: ",
"chat_source_docs": "📚 引用参考文档",
"chat_source_empty": "⚠️ 未查找到与回答相关的参考文档。",
"chat_copy_btn": "📋 复制",
"brand_title": "📖 SimpleWiki",
"shutdown_btn": "⏻ 退出",
"shutdown_confirm": "确定要关闭 SimpleWiki 服务器吗?",
"shutdown_done_title": "🛑 服务器已停止",
"shutdown_done_desc": "Wiki 服务器已成功关闭。您可以安全地关闭此浏览器标签页。",
"settings_server_title": "🛑 服务器控制",
"settings_shutdown_desc": "安全关闭正在运行的 Wiki 服务器进程。",
"settings_shutdown_btn": "🛑 停止服务器",
"export_generated_at": "生成时间",
"export_document_count": "总文档数",
"export_okf_standard": "Google OKF 兼容"
}
}