2023-07-02 19:07:17 +02:00
{
"author" : "Author" ,
"githubRepo" : "GitHub repository" ,
"packageManager" : "Package manager" ,
2023-07-26 09:04:41 +02:00
"designName" : "Design name" ,
"designType" : "Design type" ,
"designCreated" : "Your design skeleton has been created at" ,
2023-07-02 19:07:17 +02:00
"runTheseCommands" : "To get started, run this command" ,
"startRollup" : "In one terminal, start the rollup bundler in watch mode" ,
"startWebpack" : "It will enter the 'example' folder, and start the development environment." ,
"devDocsAvailableAt" : "Developer documentation is available at" ,
"talkToUs" : "For questions, feedback or suggestions, join our Discord server" ,
2023-07-26 09:04:41 +02:00
"draftYourDesign" : "Draft your design" ,
"testYourDesign" : "Test your design" ,
2023-07-02 19:07:17 +02:00
"draftThing" : "Draft {thing}" ,
"testThing" : "Test {thing}" ,
2023-07-26 09:04:41 +02:00
"renderInBrowser" : "Click below to render your design in the browser." ,
2023-07-02 19:07:17 +02:00
"weWillReRender" : "When you make changes, we will re-render for you." ,
"youCan" : "You can" ,
"enterMeasurements" : "Enter measurements by hand" ,
"preloadMeasurements" : "Preload a set of measurements" ,
"size" : "Size" ,
2023-07-26 09:04:41 +02:00
"noRequiredMeasurements" : "This design has no required measurements" ,
"howtoAddMeasurements" : "To require measurements, add them to the <b>measurements</b> section of the design's configuration file." ,
2023-07-02 19:07:17 +02:00
"seeDocsAt" : "Documentation on this topic is available at" ,
"clearDesignMode" : "Clear design mode" ,
"designMode" : "Design mode" ,
"exportMode" : "Export mode" ,
"thingIsEnabled" : "{thing} is enabled" ,
"thingIsDisabled" : "{thing} is disabled" ,
"turnOn" : "Turn on" ,
"turnOff" : "Turn off" ,
2023-07-26 09:04:41 +02:00
"validNameWarning" : "Please pick a different name as this name would cause problems.\nWe (re-)use the design name as the NPM package name.\nPackage names must be lowercase and cannot contain special characters.\nSo please name your design accordingly, like:"
2023-07-02 19:07:17 +02:00
}