MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / statusText

Function statusText

deployments/desktop/static/desktop.js:1201–1235  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

1199 }
1200
1201 function statusText(message) {
1202 if (state.locale !== "en") return message;
1203 return {
1204 "初始化": "Initializing",
1205 "刷新用户": "Refreshing users",
1206 "切换用户": "Switching user",
1207 "拉取论文": "Pulling papers",
1208 "选择精读论文": "Selecting paper",
1209 "提交反馈": "Submitting feedback",
1210 "生成报告": "Generating report",
1211 "加载报告": "Loading reports",
1212 "刷新报告": "Refreshing reports",
1213 "筛选报告": "Filtering reports",
1214 "搜索报告": "Searching reports",
1215 "打开报告": "Opening report",
1216 "复制路径": "Copying path",
1217 "加载 Wiki": "Loading Wiki",
1218 "更新 Wiki": "Updating Wiki",
1219 "搜索 Wiki": "Searching Wiki",
1220 "保存 Wiki": "Saving Wiki",
1221 "生成回答": "Generating answer",
1222 "新建对话": "Starting chat",
1223 "清空历史": "Clearing history",
1224 "打开历史对话": "Opening chat",
1225 "打开引用": "Opening reference",
1226 "加载设置": "Loading settings",
1227 "保存设置": "Saving settings",
1228 "测试 LLM": "Testing LLM",
1229 "测试 Embedding": "Testing embedding",
1230 "保存画像": "Saving profile",
1231 "导出 Markdown": "Exporting Markdown",
1232 "导出 ZIP": "Exporting ZIP",
1233 "已更新": "Updated"
1234 }[message] || message;
1235 }
1236
1237 function setText(selector, value) {
1238 const element = document.querySelector(selector);

Callers 1

setStatusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected