digital-ide/l10n/bundle.l10n.json
2025-04-11 00:05:09 +08:00

65 lines
4.1 KiB
JSON

{
"info.test.hello": "Hello",
"info.welcome.title": "Thanks for using Digital-IDE ❤️. Your star will be our best motivation! 😊",
"info.welcome.star": "Star",
"info.welcome.refuse": "Refuse",
"info.progress.register-command": "Register Command",
"info.progress.active-lsp-server": "Activate LSP Server",
"info.progress.initialization": "Initialization",
"info.progress.build-module-tree": "Build Module Tree",
"info.progress.download-digital-lsp": "Download Digital LSP",
"info.progress.choose-best-download-source": "Choose Best Download Source",
"info.progress.extract-digital-lsp": "Extract Digital LSP",
"error.lsp.download-digital-lsp": "Failed to download digital lsp server, please check your network and reload vscode. You can also visit the following site to download manually: https://github.com/Digital-EDA/Digital-IDE/releases/tag/",
"error.filelist.save-file": "Failed to save file",
"warning.ppy.already-exist": "property.json already exists!",
"info.monitor.update-hdlparam": "Update HdlParam",
"info.monitor.update-pl": "Update PL",
"info.vcd-viewer.save": "Save",
"info.vcd-viewer.save-as-view": "Save as View File",
"info.vcd-viewer.vcd-view-file": "vcd View File",
"info.vcd-viewer.all-file": "All Files",
"info.vcd-viewer.load.button": "Load",
"info.vcd-viewer.load.title": "Load View File",
"error.vcd-viewer.bad-view-file": "View file is corrupted",
"error.vcd-viewer.unexist-direct-vcd-file": "The vcd file pointed to by the view file does not exist",
"info.welcome.join-qq-group": "Click the link to join the QQ group",
"info.level.test": "This is a simple example",
"info.progress.build-ip-module-tree": "Build IP Module Tree",
"info.treeview.ip-no-active.message": "The current IP is not activated, please generate the complete IP core using the Xilinx toolchain from the XCI file",
"info.progress.initialize-configure": "Initialize Project Configuration",
"info.pl.xilinx.launch.pick-project-placeholder": "Please select the project to open",
"error.common.not-valid-hdl-file": "Not in the system's parsing list, please check if arch.hardware.src in your property.json configuration file is set correctly. The current parsing path is:",
"info.pl.gui.open-successfully": "GUI started successfully",
"info.pl.gui.report-title": "Starting GUI ...",
"info.pl.exit.title": "Exiting ...",
"info.pl.add-files.title": "Adding the following files to the project",
"info.pl.del-files.title": "Deleting the following files from the project",
"info.pl.launch.launch-info": "Successfully launched Vivado TCL script interpreter",
"info.pl.launch.progress.launch-tcl.title": "Starting Vivado TCL script interpreter",
"warn.command.transform-old-ppy.unknown-hardwarelib-state": "Unable to convert HardwareLIB.state, reason: unknown state enumeration:",
"info.hdl-doc.markdown.basic-info": "Basic Information",
"info.dide-doc.dependency": "Dependency",
"info.dide-doc.ports": "Ports",
"info.dide-doc.parameters": "Parameters",
"info.dide-doc.source": "Source Address",
"info.dide-doc.basic-info.parameter": "Parameter",
"info.dide-doc.basic-info.port": "Port",
"info.dide-doc.basic-info.top-module": "Top Module",
"info.dide-doc.entity": "Entity",
"info.dide-doc.module": "Module",
"info.dide-doc.port-name": "Name",
"info.dide-doc.direction": "Direction",
"info.dide-doc.range": "Bit Width",
"info.dide-doc.description": "Description",
"info.dide-doc.param-name": "Name",
"info.dide-doc.parameter-init": "Default Value",
"info.dide-doc.module-name": "Name",
"info.dide-doc.no-parameter-info": "No parameter information",
"info.dide-doc.no-port-info": "No port information",
"info.dide-doc.no-dep-info": "No dependency information",
"info.dide-doc.source.cannot-find": "Cannot find",
"info.command.instantiation.pick-title": "Select a Module",
"warn.command.clean.prjPath-is-workspace": "arch.prjPath is the same as the workspace path, the clean will delete the project, please check your arch.prjPath!",
"info.launch.launch-digital-lsp": "启动 Digital LSP 语言服务器"
}