-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.nls.json
10 lines (10 loc) · 2.3 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[Open a Marlin 2.x Folder](command:vscode.openFolder)\n…in the workspace.\n[❤ Support Marlin](https://github.com/sponsors/MarlinFirmware)\nIf you find Marlin useful, please consider supporting our ongoing work!\n[Close](command:workbench.action.closeSidebar \"Close the Welcome view\")",
"view.workbench.abm.intro": "Marlin Firmware 2.x is open in the workspace!\n[Show ABM Panel](command:abm.show)\n…or use one of the buttons above to Build, Upload, Clean, etc.\n[Edit Configuration.h](command:abm.edit.base \"Basic machine settings\")\n[Edit Configuration_adv.h](command:abm.edit.adv \"Additional machine settings\")\n…with the Configuration Editor.\n[❤ Support Marlin](command:abm.sponsor)\nIf you find Marlin useful, please consider supporting our ongoing work!\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[Open a Marlin 2.x Folder](command:vscode.openFolder)\n…in the workspace.\n[❤ Support Marlin](command:abm.sponsor)\nIf you find Marlin useful, please consider supporting our ongoing work!\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[Open a Marlin 2.x Folder](command:vscode.openFolder)\n…in the workspace.\n[❤ Support Marlin](command:abm.sponsor)\nIf you find Marlin useful, please consider supporting our ongoing work!\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[Open a Marlin 2.x Folder](command:vscode.openFolder)\n…in the workspace.\n[❤ Support Marlin](command:abm.sponsor)\nIf you find Marlin useful, please consider supporting our ongoing work!\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."
}