Files
spary/src/locales/zh.json
selcarpa e4f67f0f76 feat(core): Added core startup and debugging features
- Introduced the tauri-plugin-os, tauri-plugin-shell, and tauri-plugin-process plugins
- Added the coreStart function to execute shell commands to start the core
- Added the coreLog page and MainConsole component for debugging output
- Introduced vue-web-terminal to implement a terminal interface
- Removed the old Exe and Group modules and related code
2025-10-24 09:36:10 +08:00

58 lines
1.3 KiB
JSON

{
"app": {
"mainPage": "主页",
"title": "Spary",
"nodes": "节点",
"settings": "设置",
"add": "添加",
"group": "组",
"node": "节点",
"debug": "调试"
},
"spary": {
"functionStatus": {
"on": "开",
"off": "关"
}
},
"nodeList": {
"add": "添加",
"usage": "使用量: {traffic}",
"noNodes": "没有可用节点"
},
"nodesFloatButton": {
"addGroup": "添加组",
"addNode": "添加节点"
},
"addGroup": {
"title": "添加组",
"groupName": "组名称",
"groupNameRule": "组名称必须在1到15个字符之间。",
"subscribeUrl": "订阅链接",
"urlInvalid": "URL无效。",
"arguments": "参数",
"addGroupButton": "添加",
"groupExists": "组已存在。",
"groupAdded": "组已添加。"
},
"addNode": {
"title": "添加节点",
"group": "组",
"nodeAlias": "节点别名",
"arguments": "参数",
"addNodeButton": "添加",
"nodeAddedSuccess": "节点添加成功"
},
"common": {
"save": "保存",
"cancel": "取消",
"delete": "删除",
"edit": "编辑",
"confirm": "确认",
"darkModeOn": "深色模式开",
"darkModeOff": "深色模式关",
"language": "语言",
"english": "英语",
"chinese": "中文"
}
}