新增 XSLPrintDot 项目,包含打印服务的核心功能和相关配置。实现打印机查询、打印任务处理、远程转发功能,并支持多平台设备ID获取。优化打印数据准备逻辑,增强系统的可维护性和扩展性,同时更新工作区配置以支持新项目。
This commit is contained in:
25
XSLPrintDot/locales/zh.json
Normal file
25
XSLPrintDot/locales/zh.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"menu": {
|
||||
"title": "菜单",
|
||||
"settings": "设置",
|
||||
"logs": "系统日志",
|
||||
"help": "帮助",
|
||||
"quit": "退出"
|
||||
},
|
||||
"tray": {
|
||||
"show": "显示主窗口",
|
||||
"quit": "退出",
|
||||
"title": "XSL-PrintDot",
|
||||
"tooltip": "XSL-PrintDot"
|
||||
},
|
||||
"window": {
|
||||
"logs": "系统日志",
|
||||
"help": "帮助 - 使用指南",
|
||||
"settings": "设置",
|
||||
"main": "XSL-PrintDot"
|
||||
},
|
||||
"notification": {
|
||||
"title": "XSL-PrintDot",
|
||||
"connected": "客户端已连接: %s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user