Files
spary/src/locales/en.json
selcarpa 57f29f855b feat(nodeEdit): Add node configurator and schema field components
- Introduced the NodeConfigurator component for node configuration
- Added the SchemaField component for schema field rendering
- Changed node parameters to an object configuration model
- Added error handling and notification mechanisms
- Modified the CoreTypes definition method to avoid Proxy issues
2025-12-26 17:27:36 +08:00

59 lines
1.3 KiB
JSON

{
"app": {
"mainPage": "Home",
"title": "Spary",
"nodes": "Nodes",
"settings": "Settings",
"add": "Add",
"group": "Group",
"node": "Node"
},
"spary": {
"functionStatus": {
"on": "On",
"off": "Off"
}
},
"nodeList": {
"add": "add",
"usage": "usage: {traffic}",
"noNodes": "No nodes available"
},
"nodesFloatButton": {
"addGroup": "add group",
"addNode": "add node"
},
"addGroup": {
"title": "Add Group",
"groupName": "Group name",
"groupNameRule": "Group name must be between 1 and 15 characters.",
"subscribeUrl": "Subscribe URL",
"urlInvalid": "URL is not valid.",
"arguments": "Arguments",
"addGroupButton": "Add",
"groupExists": "Group already exists.",
"groupAdded": "Group added.",
"nodeType": "Node Type"
},
"addNode": {
"title": "Add Node",
"group": "Group",
"nodeAlias": "Node alias",
"arguments": "Arguments",
"addNodeButton": "Add",
"nodeAddedSuccess": "Node added successfully",
"nodeAddedError": "Error adding node"
},
"common": {
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"edit": "Edit",
"confirm": "Confirm",
"darkModeOn": "Dark Mode On",
"darkModeOff": "Dark Mode Off",
"language": "Language",
"english": "English",
"chinese": "Chinese"
}
}