forked from MarlinFirmware/AutoBuildMarlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
10 lines (10 loc) · 2.13 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
{
"displayName": "Auto Build Marlin",
"description": "Quickly build Marlin for your MOTHERBOARD.",
"view.workbench.abm.inactive": "The workspace doesn't contain a (valid) Marlin 2.x project. To use this extension…\n\n[Open a Marlin 2.x Folder](command:vscode.openFolder)\n\n…in the workspace.\n\n[Sponsor Marlin ❤](https://github.com/sponsors/MarlinFirmware)\n\nIf you find Marlin useful, please consider sponsoring our work!\n\n[Close](command:workbench.action.closeSidebar \"Close the Welcome view\")",
"view.workbench.abm.intro": "Marlin Firmware 2.x is open in the workspace!\n\n[Show ABM Panel](command:abm.show)\n\n…or use one of the buttons above to Build, Upload, Clean, etc.\n\n[Sponsor Marlin ❤](command:abm.sponsor)\n\nIf you find Marlin useful, please consider sponsoring our work!\n\n[Close](command:workbench.action.closeSidebar \"Close the Welcome view\")",
"view.workbench.abm.err.empty": "Nothing open in the workspace. To use this extension…\n\n[Open a Marlin 2.x Folder](command:vscode.openFolder)\n\n…in the workspace.\n\n[Sponsor Marlin ❤](command:abm.sponsor)\n\nIf you find Marlin useful, please consider sponsoring our work!\n\n[Close](command:workbench.action.closeSidebar \"Close the Welcome view\")",
"view.workbench.abm.err.folder": "The currently open folder doesn't contain a (valid) Marlin 2.x project. To use this extension…\n\n[Open a Marlin 2.x Folder](command:vscode.openFolder)\n\n…in the workspace.\n\n[Sponsor Marlin ❤](command:abm.sponsor)\n\nIf you find Marlin useful, please consider sponsoring our work!\n\n[Close](command:workbench.action.closeSidebar \"Close the Welcome view\")",
"view.workbench.abm.err.workspace": "The workspace doesn't contain a (valid) Marlin 2.x project. To use this extension…\n\n[Open a Marlin 2.x Folder](command:vscode.openFolder)\n\n…in the workspace.\n\n[Sponsor Marlin ❤](command:abm.sponsor)\n\nIf you find Marlin useful, please consider sponsoring our work!\n\n[Close](command:workbench.action.closeSidebar \"Close the Welcome view\")",
"view.workbench.abm.err.parse": "Unable to parse Marlin 2.x project files. Repair the project and reload the window."
}