forked from aws/aws-toolkit-vscode
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.nls.json
179 lines (179 loc) · 15.9 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
{
"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.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.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.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.invokeLambda": "Invoke on AWS",
"AWS.command.configureLambda": "Configure",
"AWS.command.refreshAwsExplorer": "Refresh",
"AWS.command.samcli.detect": "Detect SAM CLI",
"AWS.command.deleteCloudFormation": "Delete CloudFormation Stack",
"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.error.during.sam.local": "An error occurred trying to run SAM Application locally: {0}",
"AWS.command.showErrorDetails": "Show error details",
"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 view functions...",
"AWS.explorerNode.addRegion.tooltip": "Click to add a region to view functions...",
"AWS.explorerNode.region.noResources": "[no resources in this region]",
"AWS.explorerNode.lambda.noFunctions": "[no functions in this region]",
"AWS.explorerNode.cloudFormation.noFunctions": "[no functions in this CloudFormation]",
"AWS.explorerNode.cloudFormation.error": "Error loading CloudFormation resources",
"AWS.explorerNode.container.noItems": "[no items]",
"AWS.explorerNode.lambda.retry": "Unable to load Lambda Functions, click here to retry",
"AWS.explorerNode.lambda.error": "Error loading Lambda resources",
"AWS.explorerNode.signIn": "Connect to AWS...",
"AWS.explorerNode.signIn.tooltip": "Connect to AWS using a credential profile",
"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.invalidProfile": "Credentials profile {0} is invalid",
"AWS.message.credentials.invalidProfile.help": "Get Help...",
"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.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.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 ({0}). 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.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 authentication code for profile {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.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} with profile: {1}",
"AWS.samcli.deploy.workflow.stackName.initiated": "Deploying SAM Application to CloudFormation Stack: {0} with profile: {1}",
"AWS.samcli.deploy.workflow.start": "Starting SAM Application deployment...",
"AWS.samcli.deploy.workflow.success": "Successfully deployed SAM Application to CloudFormation Stack: {0} with profile: {1}",
"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.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}\u00a0\u2264\u00a0version\u00a0<\u00a0{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.samcli.initWizard.location.select.folder": "Select a different folder...",
"AWS.samcli.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.samcli.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.runtime.prompt": "Select a SAM Application Runtime",
"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.samcli.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"
}