mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Update text
This commit is contained in:
parent
1e672299df
commit
6d9c84c9bd
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ const initKernel = (workspace, port, lang) => {
|
||||||
showWindow(workspaces[0].browserWindow);
|
showWindow(workspaces[0].browserWindow);
|
||||||
}
|
}
|
||||||
|
|
||||||
errorWindowId = showErrorWindow("⚠️ 工作空间已被锁定 The workspace is locked", "<div>该工作空间正在被使用。</div><div>The workspace is in use.</div>");
|
errorWindowId = showErrorWindow("⚠️ 工作空间已被锁定 The workspace is locked", "<div>该工作空间正在被使用,请尝试在任务管理器中结束 SiYuan-Kernel 进程或者重启操作系统后再启动思源。</div><div>The workspace is being used, please try to end the SiYuan-Kernel process in the task manager or restart the operating system and then start SiYuan.</div>");
|
||||||
break;
|
break;
|
||||||
case 25:
|
case 25:
|
||||||
errorWindowId = showErrorWindow("⚠️ 初始化工作空间失败 Failed to create workspace directory", "<div>初始化工作空间失败。</div><div>Failed to init workspace.</div>");
|
errorWindowId = showErrorWindow("⚠️ 初始化工作空间失败 Failed to create workspace directory", "<div>初始化工作空间失败。</div><div>Failed to init workspace.</div>");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue