1
0
Fork 0

Update source file en.json

skip-build
This commit is contained in:
Joost De Cock 2023-07-27 14:30:16 +02:00
parent 21cff63253
commit 3f2edf3b45

View file

@ -2,26 +2,26 @@
"author": "Author",
"githubRepo": "GitHub repository",
"packageManager": "Package manager",
"patternName": "Pattern name",
"patternType": "Pattern type",
"patternCreated": "Your pattern skeleton has been created at",
"designName": "Design name",
"designType": "Design type",
"designCreated": "Your design skeleton has been created at",
"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",
"draftYourPattern": "Draft your pattern",
"testYourPattern": "Test your pattern",
"draftYourDesign": "Draft your design",
"testYourDesign": "Test your design",
"draftThing": "Draft {thing}",
"testThing": "Test {thing}",
"renderInBrowser": "Click below to render your pattern in the browser.",
"renderInBrowser": "Click below to render your design in the browser.",
"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",
"noRequiredMeasurements": "This pattern has no required measurements",
"howtoAddMeasurements": "To require measurements, add them to the <b>measurements</b> section of the pattern's configuration file.",
"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.",
"seeDocsAt": "Documentation on this topic is available at",
"clearDesignMode": "Clear design mode",
"designMode": "Design mode",
@ -30,5 +30,5 @@
"thingIsDisabled": "{thing} is disabled",
"turnOn": "Turn on",
"turnOff": "Turn off",
"validNameWarning": "Please pick a different name as this name would cause problems.\nWe (re-)use the pattern name as the NPM package name.\nPackage names must be lowercase and cannot contain special characters.\nSo please name your pattern accordingly, like:"
"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:"
}