forked from aws/aws-toolkit-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
254 lines (254 loc) · 22.6 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
{
"AWS.title": "AWS",
"AWS.title.createCredentialProfile": "Create a new AWS credential profile",
"AWS.title.creatingCredentialProfile": "Saving new credential profile {0}",
"AWS.title.selectCredentialProfile": "Select an AWS credential profile",
"AWS.cdk.explorerTitle": "AWS CDK Explorer (Preview)",
"Aws.cdk.explorerNode.noApps": "[No CDK Apps found in Workspaces]",
"Aws.cdk.explorerNode.app.noConstructTree": "[Unable to load construct tree for this App. Run `cdk synth`]",
"Aws.cdk.explorerNode.app.noStacks": "[No stacks in this App]",
"AWS.channel.aws.toolkit": "AWS Toolkit",
"AWS.channel.aws.toolkit.activation.error": "Error Activating AWS Toolkit",
"AWS.codelens.lambda.invoke": "Run Locally",
"AWS.codelens.lambda.invoke.debug": "Debug Locally",
"AWS.configuration.title": "AWS Configuration",
"AWS.configuration.profileDescription": "The name of the credential profile to obtain credentials from.",
"AWS.configuration.description.cdk.explorer.enabled": "Enable the AWS CDK Explorer",
"AWS.configuration.description.logLevel": "The AWS Toolkit's log level (changes reflected on restart)",
"AWS.configuration.description.onDefaultRegionMissing": "Action to take when a Profile's default region is hidden in the Explorer. Possible values:\n* `add` - shows region in the explorer\n* `ignore` - does nothing with the region\n* `prompt` - (default) asks the user what they would like to do.",
"AWS.configuration.sam.template.depth": "The maximum subfolder depth within a workspace that the Toolkit will search for SAM Template files",
"AWS.configuration.description.samcli.debug.attach.retry.maximum": "If the Toolkit is unable to attach a debugger, this is the number of times to retry before giving up.",
"AWS.configuration.description.samcli.debug.attach.timeout": "Maximum amount of time to wait for debugger to connect to a SAM Local debug run (in milliseconds)",
"AWS.configuration.description.samcli.location": "Location of SAM CLI. SAM CLI is used to create, build, package, and deploy Serverless Applications. [Learn More](https://aws.amazon.com/serverless/sam/)",
"AWS.configuration.description.telemetry": "Enable the AWS Toolkit to send usage data to AWS. `\"Use the same setting as VS Code\"` respects the value specified in \"`telemetry.enableTelemetry`\"",
"AWS.telemetry.notificationMessage": "Please help improve the AWS Toolkit by enabling it to send usage data to AWS. You can always change your mind later by going to the \"AWS Configuration\" section in your user settings.",
"AWS.telemetry.notificationYes": "Enable",
"AWS.telemetry.notificationNo": "Disable",
"AWS.command.github": "View Source on Github",
"AWS.command.help": "View Documentation",
"AWS.command.login": "Connect to AWS",
"AWS.command.logout": "Sign out",
"AWS.command.reportIssue": "Report an Issue",
"AWS.command.createNewSamApp": "Create new SAM Application",
"AWS.command.credential.profile.create": "Create Credentials Profile",
"AWS.command.showRegion": "Show region in the Explorer",
"AWS.command.hideRegion": "Hide region from the Explorer",
"AWS.command.deleteLambda": "Delete",
"AWS.command.deleteLambda.confirm": "Are you sure you want to delete lambda function '{0}'?",
"AWS.command.deleteLambda.error": "There was an error deleting lambda function '{0}'",
"AWS.command.deploySamApplication": "Deploy SAM Application",
"AWS.command.aboutToolkit": "About AWS Toolkit",
"AWS.command.invokeLambda": "Invoke on AWS",
"AWS.command.configureLambda": "Configure",
"AWS.command.refreshAwsExplorer": "Refresh AWS Explorer",
"AWS.command.refreshCdkExplorer": "Refresh CDK Explorer",
"AWS.command.cdk.provideFeedback": "Provide Feedback",
"AWS.command.cdk.help": "View Documentation",
"AWS.command.samcli.detect": "Detect SAM CLI",
"AWS.command.deleteCloudFormation": "Delete CloudFormation Stack",
"AWS.command.viewSchemaItem": "View Schema",
"AWS.command.searchSchema": "Search Schemas",
"AWS.command.searchSchemaPerRegistry": "Search Schemas in Registry",
"AWS.command.downloadSchemaItemCode": "Download Code Bindings",
"AWS.command.viewLogs": "View AWS Toolkit Logs",
"AWS.command.quickStart": "View Quick Start",
"AWS.command.quickStart.title": "AWS Toolkit - Quick Start",
"AWS.command.quickStart.error": "There was an error retrieving the Quick Start page",
"AWS.credentials.statusbar.no.credentials": "(not connected)",
"AWS.credentials.statusbar.text": "AWS Credentials: {0}",
"AWS.credentials.statusbar.tooltip": "The current credentials used by the AWS Toolkit.\n\nClick this status bar item to use different credentials.",
"AWS.error.during.sam.local": "An error occurred trying to run SAM Application locally: {0}",
"AWS.command.showErrorDetails": "Show error details",
"AWS.error.endpoint.load.failure": "The AWS Toolkit was unable to load endpoints data. Toolkit functionality may be impacted until VS Code is restarted.",
"AWS.error.mfa.userCancelled": "User cancelled entering authentication code",
"AWS.error.no.error.code": "No error code",
"AWS.error.sam.local.package_json_not_found": "Unable to find package.json related to {0}",
"AWS.error.check.logs": "Check the logs for more information by running the \"{0}\" command from the Command Palette.",
"AWS.explorerNode.addRegion": "Add a region to AWS Explorer...",
"AWS.explorerNode.addRegion.tooltip": "Click here to add a region to AWS Explorer.",
"AWS.explorerNode.lambda.noFunctions": "[No Functions found]",
"AWS.explorerNode.cloudFormation.noFunctions": "[Stack has no Lambda Functions]",
"AWS.explorerNode.cloudformation.noStacks": "[No Stacks found]",
"AWS.explorerNode.cloudFormation.error": "Error loading CloudFormation resources",
"AWS.explorerNode.container.noItems": "[no items]",
"AWS.explorerNode.error.retry": "Unable to get child nodes, click here to retry",
"AWS.explorerNode.lambda.error": "Error loading Lambda resources",
"AWS.explorerNode.schemas.error": "Error loading Schemas resources",
"AWS.explorerNode.schemas.noRegistry": "[No Schema Registries]",
"AWS.explorerNode.registry.error": "Error loading registry schema items",
"AWS.explorerNode.registry.noSchemas": "[No Registry Schemas]",
"AWS.explorerNode.registry.registryName.Not.Found": "Registry name not found",
"AWS.explorerNode.signIn": "Connect to AWS...",
"AWS.explorerNode.signIn.tooltip": "Click here to select credentials for the AWS Toolkit",
"AWS.lambda.explorerTitle": "Explorer",
"AWS.lambda.configure.error.fieldtype": "Your templates.json file has an issue. {0} was detected as {1} instead of one of the following: [{2}]. Please change or remove this field, and try again.",
"AWS.lambda.debug.node.launchConfig.name": "Lambda: Debug {0} locally",
"AWS.lambda.debug.node.attachConfig.name": "Lambda: Attach to {0} locally",
"AWS.lambda.debug.node.invokeTask.label": "Lambda: Invoke {0} locally",
"AWS.log.fileLocation": "Error logs for this session are permanently stored in {0}",
"AWS.log.invalidLevel": "Invalid log level: {0}",
"AWS.message.loading": "Loading...",
"AWS.message.credentials.error": "There was an issue trying to use credentials profile {0}: {1}",
"AWS.message.credentials.invalid": "Invalid Credentials {0}, see logs for more information.",
"AWS.message.credentials.invalid.help": "Get Help...",
"AWS.message.credentials.invalid.logs": "View Logs...",
"AWS.message.enterProfileName": "Enter the name of the credential profile to use",
"AWS.message.info.cloudFormation.delete": "Deleted CloudFormation Stack {0}",
"AWS.message.error.cloudFormation.delete": "An error occurred while deleting CloudFormation Stack {0}. Please check the stack events on the AWS Console",
"AWS.message.error.cloudFormation.unsupported": "Unable to delete a CloudFormation Stack. No stack provided.",
"AWS.message.error.schemas.viewSchema.could_not_open": "Could not fetch and display schema {0} contents",
"AWS.message.error.schemas.downloadCodeBindings.failed_to_download": "Unable to download schema code",
"AWS.message.error.schemas.downloadCodeBindings.failed_to_generate": "Unable to generate schema code",
"AWS.message.error.schemas.downloadCodeBindings.failed_to_extract_collision": "Unable to place schema code in workspace because there is already a file {0} in the folder hierarchy",
"AWS.message.error.schemas.downloadCodeBindings.invalid_code_generation_status": "Invalid Code generation status {0}",
"AWS.message.error.schemas.downloadCodeBindings.timout": "Failed to download code for schema {0} before timeout. Please try again later",
"AWS.message.info.schemas.downloadCodeBindings.start": "Downloading code for schema {0}...",
"AWS.message.info.schemas.downloadCodeBindings.generate": "{0}: Generating code (this may take a few seconds the first time)...",
"AWS.message.info.schemas.downloadCodeBindings.extracting": "{0}: Extracting/copying code...",
"AWS.message.info.schemas.downloadCodeBindings.downloading": "{0}: Downloading code...",
"AWS.message.info.schemas.downloadCodeBindings.finished": "Downloaded code for schema {0}!",
"AWS.schemas.downloadCodeBindings.initWizard.language.prompt": "Select a code binding language",
"AWS.schemas.downloadCodeBindings.initWizard.version.prompt": "Select a version for schema {0} :",
"AWS.schemas.downloadCodeBindings.initWizard.location.prompt": "Select a workspace folder to download code binding",
"AWS.schemas.downloadCodeBindings.initWizard.location.select.folder.detail": "Code bindings will be downloaded to selected folder.",
"AWS.schemas.search.title": "EventBridge Schemas Search",
"AWS.schemas.search.no_registries": "No Schema Registries",
"AWS.schemas.search.header.text.singleRegistry": "Search \"{0}\" registry",
"AWS.schemas.search.header.text.allRegistries": "Search across all registries",
"AWS.schemas.search.input.placeholder": "Search for schema keyword...",
"AWS.schemas.search.version.prefix": "Search matched version:",
"AWS.schemas.search.no_results": "No schemas found",
"AWS.schemas.search.searching": "Searching for schemas...",
"AWS.schemas.search.loading": "Loading...",
"AWS.schemas.search.select": "Select a schema",
"AWS.message.error.schemas.search.failed_to_search_registry": "Unable to search registry {0}",
"AWS.message.error.schemas.search.failed_to_load_resources": "Error loading Schemas resources",
"AWS.message.selectRegion": "Select an AWS region",
"AWS.message.selectProfile": "Select an AWS credential profile",
"AWS.message.statusBar.loading.cloudFormation": "Loading CloudFormations...",
"AWS.message.statusBar.loading.lambda": "Loading Lambdas...",
"AWS.message.statusBar.loading.registries": "Loading Registry Items...",
"AWS.message.statusBar.loading.schemaItems": "Loading Schema Items...",
"AWS.message.statusBar.searching.schemas": "Searching Schemas...",
"AWS.message.prompt.defaultRegionHidden": "This profile's default region ({0}) is currently hidden. Would you like to show it in the Explorer?",
"AWS.message.prompt.defaultRegionHidden.add": "Yes",
"AWS.message.prompt.defaultRegionHidden.alwaysAdd": "Yes, and don't ask again",
"AWS.message.prompt.defaultRegionHidden.ignore": "No",
"AWS.message.prompt.defaultRegionHidden.alwaysIgnore": "No, and don't ask again",
"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.",
"AWS.message.prompt.cloudFormation.delete": "Are you sure you want to delete {0}?",
"AWS.message.prompt.credentials.create": "You do not appear to have any AWS Credentials defined. Would you like to set one up now?",
"AWS.message.prompt.credentials.definition.help": "Would you like some information related to defining credentials?",
"AWS.message.prompt.credentials.definition.tryAgain": "The credentials do not appear to be valid. Check the AWS Toolkit Logs for details. Would you like to try again?",
"AWS.message.prompt.selectLocalLambda.placeholder": "Select a lambda function",
"AWS.message.prompt.quickStart.toastMessage": "You are now using the AWS Toolkit for Visual Studio Code, version {0}",
"AWS.message.prompt.region.hide.title": "Select a region to hide from the AWS Explorer",
"AWS.message.prompt.region.show.title": "Select a region to show in the AWS Explorer",
"AWS.message.prompt.copyButtonLabel": "Copy",
"AWS.message.toolkitInfo": "OS: {0} {1} {2}\nVisual Studio Code Version: {3}\nAWS Toolkit for Visual Studio Code Version: {4}\n",
"AWS.output.building.sam.application": "Building SAM Application...",
"AWS.output.building.sam.application.complete": "Build complete.",
"AWS.output.sam.local.attaching": "Attaching debugger to SAM Application...",
"AWS.output.sam.local.attach.success": "Debugger attached",
"AWS.output.sam.local.attach.failure": "Unable to attach Debugger. Check the Terminal tab for output. If it took longer than expected to successfully start, you may still attach to it.",
"AWS.output.sam.local.attach.retry.limit.exceeded": "Retry limit reached while trying to attach the debugger.",
"AWS.output.sam.local.error": "Error: {0}",
"AWS.output.sam.local.start": "Preparing to run {0} locally...",
"AWS.output.sam.local.waiting": "Waiting for SAM Application to start before attaching debugger...",
"AWS.output.starting.sam.app.locally": "Starting the SAM Application locally (see Terminal for output)",
"AWS.prompt.mfa.enterCode.placeholder": "Enter Authentication Code Here",
"AWS.prompt.mfa.enterCode.prompt": "Enter code for MFA device {0}",
"AWS.prompt.mfa.enterCode.title": "MFA Challenge for {0}",
"AWS.placeHolder.inputAccessKey": "Input the AWS Access Key to be stored in the profile",
"AWS.placeHolder.inputSecretKey": "Input the AWS Secret Key",
"AWS.placeHolder.newProfileName": "Choose a unique name for the new profile",
"AWS.placeHolder.selectProfile": "Select a credential profile",
"AWS.profile.recentlyUsed": "recently used",
"AWS.running.command": "Running command: {0}",
"AWS.sam.local.invoke.python.server.not.available": "Unable to communicate with the Python Debug Adapter. The debugger might not successfully attach to your SAM Application.",
"AWS.samcli.detect.settings.updated": "Settings updated.",
"AWS.samcli.detect.settings.not.updated": "No settings changes necessary.",
"AWS.samcli.deploy.general.error": "An error occurred while deploying a SAM Application. {0}",
"AWS.samcli.deploy.workflow.init": "Building SAM Application...",
"AWS.samcli.deploy.workflow.packaging": "Packaging SAM Application to S3 Bucket: {0}",
"AWS.samcli.deploy.workflow.stackName.initiated": "Deploying SAM Application to CloudFormation Stack: {0}",
"AWS.samcli.deploy.workflow.start": "Starting SAM Application deployment...",
"AWS.samcli.deploy.workflow.success": "Successfully deployed SAM Application to CloudFormation Stack: {0}",
"AWS.samcli.deploy.workflow.success.general": "SAM Application deployment succeeded.",
"AWS.samcli.deploy.workflow.error": "Failed to deploy SAM application.",
"AWS.samcli.deploy.parameters.mandatoryPrompt.message": "The template {0} contains parameters without default values. In order to deploy, you must provide values for these parameters. Configure them now?",
"AWS.samcli.deploy.parameters.mandatoryPrompt.responseConfigure": "Configure",
"AWS.samcli.deploy.parameters.mandatoryPrompt.responseCancel": "Cancel",
"AWS.samcli.deploy.parameters.optionalPrompt.message": "The template {0} contains parameters. Would you like to override the default values for these parameters?",
"AWS.samcli.deploy.parameters.optionalPrompt.responseYes": "Yes",
"AWS.samcli.deploy.parameters.optionalPrompt.responseNo": "No",
"AWS.samcli.deploy.region.prompt": "Which AWS Region would you like to deploy to?",
"AWS.samcli.deploy.s3Bucket.region": "S3 bucket must be in selected region: {0}",
"AWS.samcli.deploy.s3Bucket.prompt": "Enter the AWS S3 bucket to which your code should be deployed",
"AWS.samcli.deploy.s3Bucket.error": "S3 bucket cannot be empty",
"AWS.samcli.deploy.stackName.prompt": "Enter the name to use for the deployed stack",
"AWS.samcli.deploy.s3Bucket.error.length": "S3 bucket name must be between 3 and 63 characters long",
"AWS.samcli.deploy.s3Bucket.error.invalidCharacters": "S3 bucket name may only contain lower-case characters, numbers, periods, and dashes",
"AWS.samcli.deploy.s3Bucket.error.ipAddress": "S3 bucket name may not be formatted as an IP address (198.51.100.24)",
"AWS.samcli.deploy.s3Bucket.error.endsWithDash": "S3 bucket name may not end with a dash",
"AWS.samcli.deploy.s3Bucket.error.consecutivePeriods": "S3 bucket name may not have consecutive periods",
"AWS.samcli.deploy.s3Bucket.error.dashAdjacentPeriods": "S3 bucket name may not contain a period adjacent to a dash",
"AWS.samcli.deploy.s3Bucket.error.labelFirstCharacter": "Each label in an S3 bucket name must begin with a number or a lower-case character",
"AWS.samcli.deploy.stackName.error.invalidCharacters": "A stack name may contain only alphanumeric characters (case sensitive) and hyphens",
"AWS.samcli.deploy.stackName.error.firstCharacter": "A stack name must begin with an alphabetic character",
"AWS.samcli.deploy.stackName.error.length": "A stack name must not be longer than 128 characters",
"AWS.samcli.deploy.statusbar.message": "$(cloud-upload) Deploying SAM Application to {0}...",
"AWS.samcli.deploy.template.prompt": "Which SAM Template would you like to deploy to AWS?",
"AWS.samcli.configured.location": "Configured SAM CLI Location: {0}",
"AWS.samcli.error.notFound": "Unable to find the SAM CLI, which is required to create new Serverless Applications and debug them locally. If you have already installed the SAM CLI, update your User Settings by locating it.",
"AWS.samcli.error.notFound.brief": "Could not get SAM CLI location",
"AWS.samcli.error.invalid_schema_support_version": "Installed SAM executable does not support templates that require Event Schema selection. Required minimum version {0}, but found {1}",
"AWS.samcli.local.invoke.ended": "Local invoke of SAM Application has ended.",
"AWS.samcli.local.invoke.error": "Error encountered running local SAM Application",
"AWS.samcli.local.invoke.port.not.open": "The debug port doesn't appear to be open. The debugger might not succeed when attaching to your SAM Application.",
"AWS.samcli.local.invoke.runtime.unsupported": "Unsupported {0} runtime: {1}",
"AWS.samcli.local.invoke.debugger.install": "Installing .NET Core Debugger to {0}...",
"AWS.samcli.local.invoke.debugger.install.failed": "Error installing .NET Core Debugger: {0}",
"AWS.samcli.local.invoke.debugger.timeout": "The SAM process did not make the debugger available within the time limit",
"AWS.samcli.notification.not.found": "Unable to find SAM CLI. It is required in order to work with Serverless Applications locally.",
"AWS.samcli.notification.unexpected.validation.issue": "An unexpected issue occured while validating SAM CLI: {0}",
"AWS.samcli.notification.version.invalid": "Your SAM CLI version {0} does not meet requirements ({1} ≤ version < {2}). {3}",
"AWS.samcli.notification.version.valid": "Your SAM CLI version {0} is valid.",
"AWS.samcli.recommend.update.toolkit": "Please check the Marketplace for an updated Toolkit.",
"AWS.samcli.recommend.update.samcli": "Please update your SAM CLI.",
"AWS.samcli.userChoice.browse": "Locate SAM CLI...",
"AWS.samcli.userChoice.visit.install.url": "Get SAM CLI",
"AWS.samcli.userChoice.update.awstoolkit.url": "Visit Marketplace",
"AWS.samcli.initWizard.general.error": "An error occurred while creating a new SAM Application. {0}",
"AWS.samcli.initWizard.location.prompt": "Select a workspace folder for your new project",
"AWS.initWizard.location.select.folder": "Select a different folder...",
"AWS.initWizard.location.select.folder.empty.workspace": "There are no workspace folders open. Select a folder...",
"AWS.samcli.initWizard.location.select.folder.detail": "The folder you select will be added to your VS Code workspace.",
"AWS.samcli.initWizard.name.prompt": "Enter a name for your new application",
"AWS.initWizard.name.browse.openLabel": "Open",
"AWS.samcli.initWizard.name.error.empty": "Application name cannot be empty",
"AWS.samcli.initWizard.name.error.pathSep": "The path separator ({0}) is not allowed in application names",
"AWS.samcli.initWizard.schemas.aws_credentials_missing": "You need to be connected to AWS to select {0}.",
"AWS.samcli.initWizard.runtime.prompt": "Select a SAM Application Runtime",
"AWS.samcli.initWizard.template.prompt": "Select a SAM Application Template",
"AWS.samcli.initWizard.template.helloWorld.name": "AWS SAM Hello World",
"AWS.samcli.initWizard.template.eventBridge_helloWorld.name": "AWS SAM EventBridge Hello World",
"AWS.samcli.initWizard.template.eventBridge_starterApp.name": "AWS SAM EventBridge App from Scratch",
"AWS.samcli.initWizard.template.helloWorld.description": "A basic SAM app",
"AWS.samcli.initWizard.template.eventBridge_helloWorld.description": "Invokes a Lambda for every EC2 instance state change in your account",
"AWS.samcli.initWizard.template.eventBridge_starterApp.description": "Invokes a Lambda based on a dynamic event trigger for an EventBridge Schema of your choice",
"AWS.samcli.initWizard.schemas.region.prompt": "Select an EventBridge Schemas Region",
"AWS.samcli.initWizard.schemas.registry.prompt": "Select a Registry",
"AWS.samcli.initWizard.schemas.registry.failed_to_load_resources": "Error loading registries.",
"AWS.samcli.initWizard.schemas.schema.prompt": "Select a Schema",
"AWS.samcli.initWizard.schemas.notFound": "No schemas found in registry {0}.",
"AWS.samcli.initWizard.schemas.failed_to_load_resources": "Error loading schemas in registry {0}.",
"AWS.samcli.initWizard.source.error.notFound": "Project created successfully, but main source code file not found: {0}",
"AWS.samcli.initWizard.source.error.notInWorkspace": "Could not open file '{0}'. If this file exists on disk, try adding it to your workspace.",
"AWS.wizard.selectedPreviously": "Selected Previously",
"AWS.generic.response.no": "No",
"AWS.generic.response.yes": "Yes",
"AWS.template.error.showErrorDetails.title": "Error details for",
"AWS.template.error.showErrorDetails.errorCode": "Error code",
"AWS.template.error.showErrorDetails.errorMessage": "Error message"
}