|
22 | 22 | "AWS.configuration.description.resources.enabledResources": "AWS resources to display in the 'Resources' portion of the explorer.", |
23 | 23 | "AWS.configuration.description.featureDevelopment.allowRunningCodeAndTests": "Allow /dev to run code and test commands", |
24 | 24 | "AWS.configuration.description.experiments": "Try experimental features and give feedback. Note that experimental features may be removed at any time.\n * `jsonResourceModification` - Enables basic create, update, and delete support for cloud resources via the JSON Resources explorer component.", |
| 25 | + "AWS.stepFunctions.publishStateMachine.error.invalidYAML": "Cannot publish invalid YAML file", |
| 26 | + "AWS.stepFunctions.publishStateMachine.info.creating": "Creating state machine '{0}' in {1}...", |
| 27 | + "AWS.stepFunctions.publishStateMachine.info.createSuccess": "Created state machine '{0}'", |
| 28 | + "AWS.stepFunctions.publishStateMachine.error.createFailure": "Failed to create state machine: {0}", |
| 29 | + "AWS.stepFunctions.publishStateMachine.info.updating": "Updating state machine '{0}' in {1}...", |
| 30 | + "AWS.stepFunctions.publishStateMachine.info.updateSuccess": "Updated state machine '{0}'", |
| 31 | + "AWS.stepFunctions.publishStateMachine.error.updateFailure": "Failed to update state machine: {0}", |
| 32 | + "AWS.stepFunctions.executeStateMachine.info.executing": "Starting execution of '{0}' in {1}...", |
| 33 | + "AWS.stepFunctions.executeStateMachine.info.started": "Execution started", |
| 34 | + "AWS.stepFunctions.executeStateMachine.error.failedToStart": "There was an error starting execution for '{0}', check AWS Toolkit logs for more information.", |
25 | 35 | "AWS.stepFunctions.asl.format.enable.desc": "Enables the default formatter used with Amazon States Language files", |
26 | 36 | "AWS.stepFunctions.asl.maxItemsComputed.desc": "The maximum number of outline symbols and folding regions computed (limited for performance reasons).", |
| 37 | + "AWS.stepFunctions.workflowStudio.actions.progressMessage": "Opening asl file in Workflow Studio", |
| 38 | + "AWS.stepFunctions.workflowStudio.actions.saveSuccessMessage": "{0} has been saved", |
| 39 | + "AWS.stepFunctions.workflowStudio.actions.InvalidJSONContent": "The Workflow Studio editor was not opened because the JSON in the file is invalid. To access Workflow Studio, please fix the JSON and manually reopen the integration.", |
| 40 | + "AWS.stepFunctions.workflowStudio.actions.InvalidYAMLContent": "The Workflow Studio editor was not opened because the YAML in the file is invalid. To access Workflow Studio, please fix the YAML and manually reopen the integration.", |
| 41 | + "AWS.stepFunctions.workflowStudio.actions.webviewFetchFailed": "Failed to load Workflow Studio editor. Please check your network connection and try again.", |
27 | 42 | "AWS.configuration.description.awssam.debug.api": "API Gateway configuration", |
28 | 43 | "AWS.configuration.description.awssam.debug.api.clientCertId": "The API Gateway client certificate ID", |
29 | 44 | "AWS.configuration.description.awssam.debug.api.headers": "Additional HTTP headers", |
|
167 | 182 | "AWS.command.viewSchemaItem": "View Schema", |
168 | 183 | "AWS.command.searchSchema": "Search Schemas", |
169 | 184 | "AWS.command.executeStateMachine": "Start Execution...", |
170 | | - "AWS.command.renderStateMachineGraph": "Render graph", |
171 | 185 | "AWS.command.copyArn": "Copy ARN", |
172 | 186 | "AWS.command.copyName": "Copy Name", |
173 | 187 | "AWS.command.openAwsConsole": "Go to AWS management console", |
|
209 | 223 | "AWS.command.s3.uploadFileToParent": "Upload to Parent...", |
210 | 224 | "AWS.command.stepFunctions.createStateMachineFromTemplate": "Create a new Step Functions state machine", |
211 | 225 | "AWS.command.stepFunctions.publishStateMachine": "Publish state machine to Step Functions", |
212 | | - "AWS.command.stepFunctions.previewStateMachine": "Render state machine graph", |
| 226 | + "AWS.command.stepFunctions.openWithWorkflowStudio": "Open with Workflow Studio", |
213 | 227 | "AWS.command.cdk.previewStateMachine": "Render state machine graph from CDK application", |
214 | 228 | "AWS.command.copyLogResource": "Copy Log Stream or Group", |
215 | 229 | "AWS.command.saveCurrentLogDataContent": "Save Log to File", |
|
309 | 323 | "AWS.codewhisperer.customization.notification.new_customizations.learn_more": "Learn More", |
310 | 324 | "AWS.amazonq.title": "Amazon Q", |
311 | 325 | "AWS.amazonq.chat": "Chat", |
| 326 | + "AWS.amazonq.context.folders.title": "Folders", |
| 327 | + "AWS.amazonq.context.folders.description": "Add all files in a folder to context", |
| 328 | + "AWS.amazonq.context.files.title": "Files", |
| 329 | + "AWS.amazonq.context.files.description": "Add a file to context", |
| 330 | + "AWS.amazonq.context.prompts.title": "Prompts", |
| 331 | + "AWS.amazonq.context.prompts.description": "Add a saved prompt to context", |
| 332 | + "AWS.amazonq.savedPrompts.title": "Prompt name", |
| 333 | + "AWS.amazonq.savedPrompts.create": "Create", |
| 334 | + "AWS.amazonq.savedPrompts.action": "Create a new prompt", |
| 335 | + "AWS.amazonq.savedPrompts.placeholder": "Enter prompt name", |
| 336 | + "AWS.amazonq.savedPrompts.description": "Use this prompt by typing '@' followed by the prompt name.", |
312 | 337 | "AWS.amazonq.chat.workspacecontext.enable.message": "Amazon Q: Workspace index is now enabled. You can disable it from Amazon Q settings.", |
313 | 338 | "AWS.amazonq.security": "Code Issues", |
314 | 339 | "AWS.amazonq.login": "Login", |
|
437 | 462 | "AWS.toolkit.lambda.walkthrough.step1.description": "Locally test and debug your code.", |
438 | 463 | "AWS.toolkit.lambda.walkthrough.step2.title": "Deploy to the cloud", |
439 | 464 | "AWS.toolkit.lambda.walkthrough.step2.description": "Test your application in the cloud from within VS Code. \n\nNote: The AWS CLI and the SAM CLI require AWS Credentials to interact with the cloud. For information on setting up your credentials, see [Authentication and access credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html). \n\n[Configure credentials](command:aws.toolkit.lambda.walkthrough.credential)", |
440 | | - "AWS.toolkit.lambda.serverlessLand.quickpickTitle": "Create Lambda Application from template" |
| 465 | + "AWS.toolkit.lambda.serverlessLand.quickpickTitle": "Create application with Serverless template" |
441 | 466 | } |
0 commit comments