|
128 | 128 | errors:
|
129 | 129 | pathExists: "The {{ path }} path already exists"
|
130 | 130 | nameRequired: "The \"name\" argument is required when creating a Custom Module."
|
131 |
| - project: |
132 |
| - success: |
133 |
| - projectCreated: "Project created in {{ path }}" |
134 | 131 | template:
|
135 | 132 | debug:
|
136 | 133 | creatingPath: "Making {{ path }} if needed"
|
@@ -622,39 +619,72 @@ en:
|
622 | 619 | useEnv:
|
623 | 620 | describe: "Use environment variable config"
|
624 | 621 | prompts:
|
625 |
| - accountId: "Enter the account ID for your account (the number under the DOMAIN column at https://app.hubspot.com/myaccounts-beta ):" |
626 |
| - accountName: "Enter a unique name to reference your account:" |
627 |
| - apiKey: "Enter the API key for your account (found at https://app.hubspot.com/l/api-key):" |
628 |
| - clientId: "Enter your OAuth2 client ID:" |
629 |
| - clientSecret: "Enter your OAuth2 client secret:" |
630 |
| - errors: |
631 |
| - invalidAccountId: "You did not enter a valid account ID. Please try again." |
632 |
| - invalidAPIKey: "You did not enter a valid API key. Please try again" |
633 |
| - invalidName: "You entered an invalid name. Please try again." |
634 |
| - invalidOauthClientId: "You entered an invalid OAuth2 client ID. Please try again." |
635 |
| - invalidOauthClientIdLength: "The OAuth2 client ID must be 36 characters long. Please try again." |
636 |
| - invalidOauthClientSecret: "You entered an invalid OAuth2 client secret. Please try again." |
637 |
| - invalidOauthClientSecretLength: "The OAuth2 client secret must be 36 characters long. Please try again." |
638 |
| - invalidOauthClientSecretCopy: "Please copy the actual OAuth2 client secret rather than the asterisks that mask it." |
639 |
| - invalidPersonalAccessKey: "You did not enter a valid access key. Please try again." |
640 |
| - invalidPersonalAccessKeyCopy: "Please copy the actual access key rather than the bullets that mask it." |
641 |
| - nameRequired: "The name may not be blank. Please try again." |
642 |
| - spacesInName: "The name may not contain spaces. Please try again." |
643 |
| - folderOverwrite: "The folder with name \"{{ folderName }}\" already exists. Overwrite?" |
644 |
| - logs: |
645 |
| - openingWebBrowser: "Opening {{ url }} in your web browser" |
646 |
| - personalAccessKey: "Enter your personal access key:" |
647 |
| - personalAccessKeyBrowserOpenPrep: "When you're ready, we'll open a secure page in your default browser where you can view and copy your personal access key, which you'll need to complete the next step.\n<Press enter to open the page and generate your personal access key>" |
648 |
| - projects: |
649 |
| - enterDescription: "Enter a description for the project" |
650 |
| - enterLabel: "Enter a label for the project" |
651 |
| - selectTemplate: "Select a project template to use" |
| 622 | + personalAccessKeyPrompt: |
| 623 | + enterAccountId: "Enter the account ID for your account (the number under the DOMAIN column at https://app.hubspot.com/myaccounts-beta ): " |
| 624 | + enterClientId: "Enter your OAuth2 client ID: " |
| 625 | + enterClientSecret: "Enter your OAuth2 client secret: " |
| 626 | + enterAccountName: "Enter a unique name to reference your account: " |
| 627 | + enterApiKey: "Enter the API key for your account (found at https://app.hubspot.com/l/api-key): " |
| 628 | + enterPersonalAccessKey: "Enter your personal access key: " |
| 629 | + selectScopes: "Select access scopes (see https://developers.hubspot.com/docs/methods/oauth2/initiate-oauth-integration#scopes)" |
| 630 | + personalAccessKeyBrowserOpenPrep: "When you're ready, we'll open a secure page in your default browser where you can view and copy your personal access key, which you'll need to complete the next step.\n<Press enter to open the page and generate your personal access key>" |
| 631 | + logs: |
| 632 | + openingWebBrowser: "Opening {{ url }} in your web browser" |
| 633 | + errors: |
| 634 | + invalidAccountId: "You did not enter a valid account ID. Please try again." |
| 635 | + invalidAPIKey: "You did not enter a valid API key. Please try again" |
| 636 | + invalidName: "You entered an invalid name. Please try again." |
| 637 | + invalidOauthClientId: "You entered an invalid OAuth2 client ID. Please try again." |
| 638 | + invalidOauthClientIdLength: "The OAuth2 client ID must be 36 characters long. Please try again." |
| 639 | + invalidOauthClientSecret: "You entered an invalid OAuth2 client secret. Please try again." |
| 640 | + invalidOauthClientSecretLength: "The OAuth2 client secret must be 36 characters long. Please try again." |
| 641 | + invalidOauthClientSecretCopy: "Please copy the actual OAuth2 client secret rather than the asterisks that mask it." |
| 642 | + invalidPersonalAccessKey: "You did not enter a valid access key. Please try again." |
| 643 | + invalidPersonalAccessKeyCopy: "Please copy the actual access key rather than the bullets that mask it." |
| 644 | + nameRequired: "The name may not be blank. Please try again." |
| 645 | + spacesInName: "The name may not contain spaces. Please try again." |
| 646 | + folderOverwritePrompt: |
| 647 | + overwriteConfirm: "The folder with name \"{{ folderName }}\" already exists. Overwrite?" |
| 648 | + createTemplatePrompt: |
| 649 | + selectTemplate: "Select the type of template to create" |
| 650 | + createModulePrompt: |
| 651 | + enterLabel: "What should the module label be?" |
| 652 | + selectContentType: "What types of content will this module be used in?" |
| 653 | + confirmGlobal: "Is this a global module?" |
| 654 | + errors: |
| 655 | + invalidLabel: "You entered an invalid name. Please try again." |
| 656 | + labelRequired: "The name may not be blank. Please try again." |
| 657 | + contentTypeRequired: "Please select at least one content type for this module." |
| 658 | + createFunctionPrompt: |
| 659 | + enterFolder: "Name of the folder where your function will be created: " |
| 660 | + enterFilename: "Name of the JavaScript file for your function: " |
| 661 | + enterEndpointPath: "Path portion of the URL created for the function: " |
| 662 | + selectEndpointMethod: "Select the HTTP method for the endpoint" |
| 663 | + errors: |
| 664 | + invalid: "You entered an invalid name. Please try again." |
| 665 | + blank: "The name may not be blank. Please try again." |
| 666 | + space: "The name may not contain spaces. Please try again." |
| 667 | + createApiSamplePrompt: |
| 668 | + selectApiSampleApp: "Please, select API sample app" |
| 669 | + selectLanguage: "Please, select sample app's language" |
| 670 | + errors: |
| 671 | + apiSampleAppRequired: "Please select API sample app" |
| 672 | + languageRequired: "Please select API sample app's language" |
| 673 | + createProjectPrompt: |
| 674 | + enterName: "[--name] Give your project a name: " |
| 675 | + enterLocation: "[--location] Where should the project be created?" |
| 676 | + selectTemplate: "[--template] Start from a template?" |
| 677 | + templateOptions: |
| 678 | + noTemplate: "No template" |
| 679 | + errors: |
| 680 | + nameRequired: "A project name is required" |
| 681 | + locationRequired: "A project location is required" |
| 682 | + invalidTemplate: "[--template] Could not find template {{ template }}. Please choose an available template." |
| 683 | + secretPrompt: |
| 684 | + enterValue: "Enter a value for your secret: " |
652 | 685 | errors:
|
653 |
| - invalidDescription: "You entered an invalid description. Please try again." |
654 |
| - invalidLabel: "You entered an invalid label. Please try again." |
655 |
| - sandboxes: |
| 686 | + invalidValue: "You entered an invalid value. Please try again." |
| 687 | + sandboxesPrompt: |
656 | 688 | enterName: "Enter a name to use for the sandbox: "
|
657 | 689 | errors:
|
658 | 690 | invalidName: "You entered an invalid name. Please try again."
|
659 |
| - scopes: "Select access scopes (see https://developers.hubspot.com/docs/methods/oauth2/initiate-oauth-integration#scopes)" |
660 |
| - |
|
0 commit comments