|
91 | 91 | other: "Remove {{ count }} inactive accounts from the CLI config?"
|
92 | 92 | removeSuccess: "Removed {{ accountName }} from the CLI config."
|
93 | 93 | auth:
|
94 |
| - describe: "Configure authentication for a HubSpot account. Supported authentication protocols are {{ supportedProtocols }}." |
| 94 | + describe: "Configure authentication for your HubSpot account. This will update the {{ configName }} file that stores your account information." |
95 | 95 | errors:
|
96 | 96 | noConfigFileFound: "No config file was found. To create a new config file, use the \"hs init\" command."
|
97 | 97 | unsupportedAuthType: "Unsupported auth type: {{ type }}. The only supported authentication protocols are {{ supportedProtocols }}."
|
|
156 | 156 | target:
|
157 | 157 | describe: "Medium to test against"
|
158 | 158 | verbose:
|
159 |
| - describe: "View a detailed output of the lighthouse sores" |
| 159 | + describe: "View a detailed output of the lighthouse scores" |
160 | 160 | getReactModule:
|
161 | 161 | describe: "Get a specified default React module."
|
162 | 162 | selectModulePrompt: "Select a React module to download"
|
@@ -188,11 +188,11 @@ en:
|
188 | 188 | folderOverwritePrompt: "The folder with name \"{{ folderName }}\" already exists. Overwrite?"
|
189 | 189 | errors:
|
190 | 190 | nameRequired: "The \"name\" argument is required when creating an API Sample."
|
191 |
| - noSamples: "Currently there are no samples available, please, try again later." |
| 191 | + noSamples: "Currently there are no samples available. Please try again later." |
192 | 192 | info:
|
193 | 193 | sampleChosen: "You've chosen {{ sampleType }} sample written on {{ sampleLanguage }} language"
|
194 | 194 | success:
|
195 |
| - sampleCreated: "Please, follow {{ filePath }}/README.md to find out how to run the sample" |
| 195 | + sampleCreated: "Please follow {{ filePath }}/README.md to find out how to run the sample" |
196 | 196 | module:
|
197 | 197 | errors:
|
198 | 198 | nameRequired: "The \"name\" argument is required when creating a Custom Module."
|
|
443 | 443 | success:
|
444 | 444 | fetch: "Downloaded HubDB table {{ tableId }} to {{ path }}"
|
445 | 445 | init:
|
446 |
| - describe: "Initialize {{ configName }} for a HubSpot account." |
| 446 | + describe: "Configure authentication for your HubSpot account. This will create a {{ configName }} file to store your account information." |
447 | 447 | options:
|
448 | 448 | authType:
|
449 | 449 | describe: "Authentication mechanism"
|
@@ -1296,8 +1296,8 @@ en:
|
1296 | 1296 | blank: "The name may not be blank. Please try again."
|
1297 | 1297 | space: "The name may not contain spaces. Please try again."
|
1298 | 1298 | createApiSamplePrompt:
|
1299 |
| - selectApiSampleApp: "Please, select API sample app" |
1300 |
| - selectLanguage: "Please, select sample app's language" |
| 1299 | + selectApiSampleApp: "Please select API sample app" |
| 1300 | + selectLanguage: "Please select sample app's language" |
1301 | 1301 | errors:
|
1302 | 1302 | apiSampleAppRequired: "Please select API sample app"
|
1303 | 1303 | languageRequired: "Please select API sample app's language"
|
|
0 commit comments