diff --git a/packages/new-design/i18n/en.json b/packages/new-design/i18n/en.json index aee9d6681a2..589b13a6531 100644 --- a/packages/new-design/i18n/en.json +++ b/packages/new-design/i18n/en.json @@ -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 measurements section of the pattern's configuration file.", + "noRequiredMeasurements": "This design has no required measurements", + "howtoAddMeasurements": "To require measurements, add them to the measurements 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:" }