Update source file en.json
skip-build
This commit is contained in:
parent
21cff63253
commit
3f2edf3b45
1 changed files with 9 additions and 9 deletions
|
@ -2,26 +2,26 @@
|
||||||
"author": "Author",
|
"author": "Author",
|
||||||
"githubRepo": "GitHub repository",
|
"githubRepo": "GitHub repository",
|
||||||
"packageManager": "Package manager",
|
"packageManager": "Package manager",
|
||||||
"patternName": "Pattern name",
|
"designName": "Design name",
|
||||||
"patternType": "Pattern type",
|
"designType": "Design type",
|
||||||
"patternCreated": "Your pattern skeleton has been created at",
|
"designCreated": "Your design skeleton has been created at",
|
||||||
"runTheseCommands": "To get started, run this command",
|
"runTheseCommands": "To get started, run this command",
|
||||||
"startRollup": "In one terminal, start the rollup bundler in watch mode",
|
"startRollup": "In one terminal, start the rollup bundler in watch mode",
|
||||||
"startWebpack": "It will enter the 'example' folder, and start the development environment.",
|
"startWebpack": "It will enter the 'example' folder, and start the development environment.",
|
||||||
"devDocsAvailableAt": "Developer documentation is available at",
|
"devDocsAvailableAt": "Developer documentation is available at",
|
||||||
"talkToUs": "For questions, feedback or suggestions, join our Discord server",
|
"talkToUs": "For questions, feedback or suggestions, join our Discord server",
|
||||||
"draftYourPattern": "Draft your pattern",
|
"draftYourDesign": "Draft your design",
|
||||||
"testYourPattern": "Test your pattern",
|
"testYourDesign": "Test your design",
|
||||||
"draftThing": "Draft {thing}",
|
"draftThing": "Draft {thing}",
|
||||||
"testThing": "Test {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.",
|
"weWillReRender": "When you make changes, we will re-render for you.",
|
||||||
"youCan": "You can",
|
"youCan": "You can",
|
||||||
"enterMeasurements": "Enter measurements by hand",
|
"enterMeasurements": "Enter measurements by hand",
|
||||||
"preloadMeasurements": "Preload a set of measurements",
|
"preloadMeasurements": "Preload a set of measurements",
|
||||||
"size": "Size",
|
"size": "Size",
|
||||||
"noRequiredMeasurements": "This pattern has no required measurements",
|
"noRequiredMeasurements": "This design has no required measurements",
|
||||||
"howtoAddMeasurements": "To require measurements, add them to the <b>measurements</b> section of the pattern's configuration file.",
|
"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",
|
"seeDocsAt": "Documentation on this topic is available at",
|
||||||
"clearDesignMode": "Clear design mode",
|
"clearDesignMode": "Clear design mode",
|
||||||
"designMode": "Design mode",
|
"designMode": "Design mode",
|
||||||
|
@ -30,5 +30,5 @@
|
||||||
"thingIsDisabled": "{thing} is disabled",
|
"thingIsDisabled": "{thing} is disabled",
|
||||||
"turnOn": "Turn on",
|
"turnOn": "Turn on",
|
||||||
"turnOff": "Turn off",
|
"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:"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue