refactor IPC (#341)

This commit is contained in:
Lingxuan Zuo
2026-03-08 11:54:49 +08:00
committed by GitHub
Unverified
parent c03d92e9a2
commit 3d804a9f5e
52 changed files with 3121 additions and 336 deletions

View File

@@ -11,6 +11,10 @@
"gatewayWarning": "网关服务未运行,频道无法连接。",
"available": "可用频道",
"availableDesc": "连接一个新的频道",
"configured": "已配置频道",
"configuredDesc": "管理已完成配置的频道",
"configuredBadge": "已配置",
"deleteConfirm": "确定要删除此频道吗?",
"showAll": "显示全部",
"pluginBadge": "插件",
"toast": {
@@ -37,6 +41,8 @@
"viewDocs": "查看文档",
"channelName": "频道名称",
"channelNamePlaceholder": "我的 {{name}}",
"enableChannel": "启用频道",
"enableChannelDesc": "关闭后会保存配置,但不会启动该频道",
"credentialsVerified": "凭证已验证",
"validationFailed": "验证失败",
"warnings": "警告",
@@ -293,4 +299,4 @@
}
},
"viewDocs": "查看文档"
}
}