|
181 | 181 | "AWS.command.ecr.createRepository": "Create Repository...", |
182 | 182 | "AWS.command.ecr.deleteRepository": "Delete Repository...", |
183 | 183 | "AWS.command.ecr.deleteTag": "Delete Tag...", |
| 184 | + "AWS.ecs.enableEcsExec": "Enable Command Execution", |
| 185 | + "AWS.ecs.disableEcsExec": "Disable Command Execution", |
| 186 | + "AWS.ecs.runCommandInContainer": "Run command in container", |
| 187 | + "AWS.ecs.runCommandInContainer.error": "Failed to execute command in container.", |
| 188 | + "AWS.command.ecs.runCommandInContainer.warnBeforeExecute": "Command may modify the running container {0}. Are you sure?", |
| 189 | + "AWS.command.ecs.runCommandInContainer.noPluginFound": "This feature requires the SSM Session Manager plugin (session-manager-plugin) to be installed and available on your $PATH", |
| 190 | + "AWS.command.ecs.runCommandInContainer.noTasks": "There are no running tasks for the service: {0}", |
| 191 | + "AWS.command.ecs.runCommandInContainer.prompt": "Enter the command to run in container: {0}", |
| 192 | + "AWS.command.ecs.runCommandInContainer.placeHolder": "Command to run", |
| 193 | + "AWS.command.ecs.runCommandInContainer.warning.enableExecuteFlag": "Enabling command execution will change the state of resources in your AWS account, including but not limited to stopping and restarting the service.\nAltering the state of resources while the Execute Command is enabled can lead to unpredictable results.\n Continue?", |
| 194 | + "AWS.command.ecs.runCommandInContainer.warning.disableExecuteFlag": "Disabling command execution will change the state of resources in your AWS account, including but not limited to stopping and restarting the service.\n Continue?", |
| 195 | + "AWS.command.ecs.enableEcsExec.alreadyEnabled": "ECS Exec is already enabled for this service", |
| 196 | + "AWS.command.ecs.disableEcsExec.alreadyDisabled": "ECS Exec is already disabled for this service", |
| 197 | + "AWS.command.ecs.runCommandInContainer.warnDeploymentInProgress": "Service is currently deploying (ACTIVE={0}, IN_PROGRESS={1})", |
| 198 | + "AWS.command.ecs.runCommandInContainer.chooseTask": "Choose a task", |
184 | 199 | "AWS.command.samcli.detect": "Detect SAM CLI", |
185 | 200 | "AWS.command.deleteCloudFormation": "Delete CloudFormation Stack", |
186 | 201 | "AWS.command.viewSchemaItem": "View Schema", |
|
271 | 286 | "AWS.explorerNode.ecr.error": "Error loading ECR resources", |
272 | 287 | "AWS.explorerNode.ecr.noRepositories": "[No repositories found]", |
273 | 288 | "AWS.explorerNode.ecr.noTags": "[No tags found]", |
| 289 | + "AWS.explorerNode.ecs.noClusters": "[No Clusters found]", |
| 290 | + "AWS.explorerNode.ecs.noServices": "[No Services found]", |
| 291 | + "AWS.explorerNode.ecs.noContainers": "[No Containers found]", |
274 | 292 | "AWS.explorerNode.lambda.error": "Error loading Lambda resources", |
275 | 293 | "AWS.explorerNode.loadMoreChildren": "Load More...", |
276 | 294 | "AWS.explorerNode.loadMoreChildren.error": "Error loading more resources", |
|
382 | 400 | "AWS.message.browseMoreFiles": "Browse more files...", |
383 | 401 | "AWS.message.selectBucket": "Select an S3 bucket to upload to", |
384 | 402 | "AWS.message.selectRegion": "Select an {0} region", |
385 | | - "AWS.message.prompt.defaultRegionHidden.alwaysAdd": "Yes, and don't ask again", |
| 403 | + "AWS.message.statusBar.loading.cloudFormation": "Loading CloudFormations...", |
| 404 | + "AWS.message.statusBar.loading.logGroups": "Loading Log Groups...", |
| 405 | + "AWS.message.statusBar.loading.lambda": "Loading Lambdas...", |
| 406 | + "AWS.message.statusBar.loading.registries": "Loading Registry Items...", |
| 407 | + "AWS.message.statusBar.loading.schemaItems": "Loading Schema Items...", |
| 408 | + "AWS.message.statusBar.searching.schemas": "Searching Schemas...", |
| 409 | + "AWS.message.prompt.yesDontAskAgain": "Yes, and don't ask again", |
| 410 | + "AWS.message.prompt.defaultRegionHidden": "This profile's default region ({0}) is currently hidden. Would you like to show it in the Explorer?", |
386 | 411 | "AWS.message.prompt.defaultRegionHidden.alwaysIgnore": "No, and don't ask again", |
387 | 412 | "AWS.message.prompt.defaultRegionHidden.suppressed": "You will no longer be asked what to do when the current profile's default region is hidden from the Explorer. This behavior can be changed by modifying the '{0}' setting.", |
388 | 413 | "AWS.message.prompt.cloudFormation.delete": "Are you sure you want to delete {0}?", |
|
0 commit comments