|
1 | 1 | { |
2 | 2 | "AWS.title": "AWS", |
3 | 3 | "AWS.title.cn": "Amazon", |
| 4 | + "AWS.productName": "AWS Toolkit", |
| 5 | + "AWS.productName.cn": "Amazon Toolkit", |
4 | 6 | "AWS.vscode.shortName": "VS Code", |
5 | 7 | "AWS.vscode.longName": "Visual Studio Code", |
6 | 8 | "AWS.vscode.commandPalette": "Command Palette", |
|
32 | 34 | "AWS.codelens.failToInitialize": "Failed to activate template registry. {0} will not appear on SAM template files.", |
33 | 35 | "AWS.codelens.failToInitializeCode": "Failed to activate Lambda handler {0}", |
34 | 36 | "AWS.codelens.lambda.configEditor": "Edit Debug Configuration", |
35 | | - "AWS.configuration.title": "AWS Configuration", |
36 | 37 | "AWS.configuration.profileDescription": "The name of the credential profile to obtain credentials from.", |
37 | 38 | "AWS.configuration.description.logLevel": "The AWS Toolkit's log level (changes reflected on restart)", |
38 | 39 | "AWS.configuration.description.logLevel.cn": "The Amazon Toolkit's log level (changes reflected on restart)", |
|
599 | 600 | "AWS.picker.dynamic.noItemsFound.label": "[No items found]", |
600 | 601 | "AWS.picker.dynamic.errorNode.label": "There was an error retrieving more items.", |
601 | 602 | "AWS.walkthrough.gettingStarted.title": "Get Started with AWS", |
602 | | - "AWS.walkthrough.gettingStarted.description": "These walkthroughs help you set up the AWS Toolkit for Visual Studio Code.", |
| 603 | + "AWS.walkthrough.gettingStarted.description": "These walkthroughs help you set up the AWS Toolkit.", |
| 604 | + "AWS.walkthrough.gettingStarted.description.cn": "These walkthroughs help you set up the Amazon Toolkit.", |
603 | 605 | "AWS.walkthrough.gettingStarted.connect": "Connect to AWS", |
604 | 606 | "AWS.walkthrough.gettingStarted.changeRegions": "Change AWS Regions", |
605 | 607 | "AWS.walkthrough.gettingStarted.setupToolchain": "Configure your toolchain" |
|
0 commit comments