|
79 | 79 | "AWS.configuration.description.amazonq.workspaceIndexUseGPU": "Enable GPU to help index your local workspace files. Only applies to Linux and Windows.", |
80 | 80 | "AWS.configuration.description.amazonq.workspaceIndexMaxSize": "The maximum size of local workspace files to be indexed in MB", |
81 | 81 | "AWS.command.apig.copyUrl": "Copy URL", |
82 | | - "AWS.command.apig.invokeRemoteRestApi": "Invoke on AWS", |
| 82 | + "AWS.command.apig.invokeRemoteRestApi": "Invoke in the cloud", |
83 | 83 | "AWS.command.apig.invokeRemoteRestApi.cn": "Invoke on Amazon", |
| 84 | + "AWS.appBuilder.explorerTitle": "Application Builder", |
| 85 | + "AWS.appBuilder.explorerNode.noApps": "[This resource is not yet supported.]", |
| 86 | + "AWS.appBuilder.explorerNode.unavailableDeployedResource": "[Failed to retrive deployed resource.]", |
| 87 | + "AWS.command.appBuilder.openHandler": "Open Function Handler", |
84 | 88 | "AWS.command.applicationComposer.open": "Open with Infrastructure Composer", |
| 89 | + "AWS.command.appBuilder.openTemplate": "Open Template File", |
| 90 | + "AWS.command.appBuilder.deploy": "Deploy SAM Application", |
| 91 | + "AWS.command.appBuilder.build": "Build SAM Template", |
| 92 | + "AWS.command.appBuilder.searchLogs": "Search Logs", |
| 93 | + "AWS.command.refreshappBuilderExplorer": "Refresh Application Builder Explorer", |
85 | 94 | "AWS.command.applicationComposer.openDialog": "Open Template with Infrastructure Composer...", |
86 | 95 | "AWS.command.auth.addConnection": "Add New Connection", |
87 | 96 | "AWS.command.auth.showConnectionsPage": "Add New Connection", |
|
118 | 127 | "AWS.command.aboutToolkit": "About", |
119 | 128 | "AWS.command.downloadLambda": "Download...", |
120 | 129 | "AWS.command.uploadLambda": "Upload Lambda...", |
121 | | - "AWS.command.invokeLambda": "Invoke on AWS", |
| 130 | + "AWS.command.invokeLambda": "Invoke in the cloud", |
122 | 131 | "AWS.command.invokeLambda.cn": "Invoke on Amazon", |
123 | 132 | "AWS.command.refreshAwsExplorer": "Refresh Explorer", |
124 | 133 | "AWS.command.refreshCdkExplorer": "Refresh CDK Explorer", |
|
148 | 157 | "AWS.command.renderStateMachineGraph": "Render graph", |
149 | 158 | "AWS.command.copyArn": "Copy ARN", |
150 | 159 | "AWS.command.copyName": "Copy Name", |
| 160 | + "AWS.command.openAwsConsole": "Go to AWS management console", |
| 161 | + "AWS.command.openAwsConsole.cn": "Go to Amazon management console", |
151 | 162 | "AWS.command.listCommands": "Show AWS Commands...", |
152 | 163 | "AWS.command.listCommands.cn": "Show Amazon Commands...", |
153 | 164 | "AWS.command.downloadStateMachineDefinition": "Download Definition...", |
|
198 | 209 | "AWS.command.ssmDocument.openLocalDocumentJson": "Download as JSON", |
199 | 210 | "AWS.command.ssmDocument.openLocalDocumentYaml": "Download as YAML", |
200 | 211 | "AWS.command.ssmDocument.publishDocument": "Publish a Systems Manager Document", |
201 | | - "AWS.command.launchConfigForm.title": "Edit SAM Debug Configuration", |
202 | | - "AWS.command.addSamDebugConfig": "Add SAM Debug Configuration", |
| 212 | + "AWS.command.launchConfigForm.title": "Local Invoke and Debug Configuration", |
| 213 | + "AWS.command.addSamDebugConfig": "Add Local Invoke and Debug Configuration", |
203 | 214 | "AWS.command.toggleSamCodeLenses": "Toggle SAM hints in source files", |
204 | 215 | "AWS.command.apprunner.createService": "Create Service", |
205 | 216 | "AWS.command.apprunner.createServiceFromEcr": "Create App Runner Service", |
|
321 | 332 | "AWS.amazonq.featureDev.placeholder.additionalImprovements": "Describe your task or issue in detail", |
322 | 333 | "AWS.amazonq.featureDev.placeholder.feedback": "Provide feedback or comments", |
323 | 334 | "AWS.amazonq.featureDev.placeholder.describe": "Describe your task or issue in detail", |
324 | | - "AWS.amazonq.featureDev.placeholder.sessionClosed": "Open a new chat tab to continue" |
| 335 | + "AWS.toolkit.lambda.walkthrough.quickpickTitle": "Application Builder Walkthrough", |
| 336 | + "AWS.toolkit.lambda.walkthrough.title": "Get started building your application", |
| 337 | + "AWS.toolkit.lambda.walkthrough.description": "Your quick guide to build an application visually, iterate locally, and deploy to the cloud!", |
| 338 | + "AWS.toolkit.lambda.walkthrough.toolInstall.title": "Complete installation", |
| 339 | + "AWS.toolkit.lambda.walkthrough.toolInstall.description": "The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. It is required to create and interact with AWS resources. \n\n[Install AWS CLI](command:aws.toolkit.installAWSCLI)\n\n Use the Serverless Application Model (SAM) CLI to locally build, invoke, and deploy your functions. Version 1.98+ is required. \n\n[Install SAM CLI](command:aws.toolkit.installSAMCLI)\n\n Use Docker to locally emulate a Lambda environment. Docker is optional. However, if you want to invoke locally, Docker is required so Lambda can locally emulate the execution environment. \n\n[Install Docker (optional)](command:aws.toolkit.installDocker)", |
| 340 | + "AWS.toolkit.lambda.walkthrough.chooseTemplate.title": "Choose your application template", |
| 341 | + "AWS.toolkit.lambda.walkthrough.chooseTemplate.description": "Select a starter application, visually compose an application from scratch, open an existing application, or browse more application examples. \n\nInfrastructure Composer allows you to visually compose modern applications in the cloud. It will define the necessary permissions between resources when you drag a connection between them. \n\n[Initialize your project](command:aws.toolkit.lambda.initializeWalkthroughProject)", |
| 342 | + "AWS.toolkit.lambda.walkthrough.step1.title": "Iterate locally", |
| 343 | + "AWS.toolkit.lambda.walkthrough.step1.description": "Locally test and debug your code.", |
| 344 | + "AWS.toolkit.lambda.walkthrough.step2.title": "Deploy to the cloud", |
| 345 | + "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)" |
325 | 346 | } |
0 commit comments