-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.nls.json
121 lines (111 loc) · 11.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
{
"vscode-dapr.applications.browse.title": "Open Application in Browser",
"vscode-dapr.applications.debug.title": "Debug Application",
"vscode-dapr.applications.invoke-get.title": "Invoke (GET) Application Method",
"vscode-dapr.applications.invoke-post.title": "Invoke (POST) Application Method",
"vscode-dapr.applications.publish-message.title": "Publish Message to Application",
"vscode-dapr.applications.publish-all-message.title": "Publish Message to All Applications",
"vscode-dapr.applications.stop-app.title": "Stop Application",
"vscode-dapr.applications.view-app-logs.title": "View Application Logs",
"vscode-dapr.applications.view-dapr-logs.title": "View Dapr Logs",
"vscode-dapr.configuration.paths.daprPath.description": "The full path to the dapr binary.",
"vscode-dapr.configuration.paths.daprdPath.description": "The full path to the daprd binary.",
"vscode-dapr.debuggers.dapr.properties.excludeApps.description": "If specified, all applications but these (by ID) from the run file will be debugged.",
"vscode-dapr.debuggers.dapr.properties.includeApps.description": "If specified, only these applications (by ID) from the run file will be debugged.",
"vscode-dapr.debuggers.dapr.properties.runFile.description": "Path to the run template file for the list of apps to run.",
"vscode-dapr.help.readDocumentation.title": "Read Documentation",
"vscode-dapr.help.getStarted.title": "Get Started",
"vscode-dapr.help.installDapr.title": "Install Dapr",
"vscode-dapr.help.reportIssue.title": "Report Issue",
"vscode-dapr.help.reviewIssues.title": "Review Issues",
"vscode-dapr.runs.debug.title": "Debug Run",
"vscode-dapr.runs.start.title": "Start Run",
"vscode-dapr.runs.stop.title": "Stop Run",
"vscode-dapr.tasks.scaffoldDaprComponents.title": "Scaffold Dapr Components",
"vscode-dapr.tasks.scaffoldDaprTasks.title": "Scaffold Dapr Tasks",
"vscode-dapr.tasks.openDaprDashboard.title": "Open Dapr Dashboard",
"vscode-dapr.views.applications.name": "Applications",
"vscode-dapr.views.applications.contents.notInitialized": "A compatible version of the Dapr runtime has not been found. You may need to install a more recent version.\n[Install Latest Dapr](command:vscode-dapr.help.installDapr)",
"vscode-dapr.views.applications.contents.notInstalled": "A compatible version of the Dapr CLI has not been found. You may need to install a more recent version.\n[Install Latest Dapr](command:vscode-dapr.help.installDapr)",
"vscode-dapr.views.applications.contents.notRunning": "No Dapr applications are running.",
"vscode-dapr.views.help.name": "Help and Feedback",
"vscode-dapr.views.appDetails.title": "Application Details",
"vscode-dapr.views.componentDetails.title": "Component Details",
"vscode-dapr.views.details.title": "Details",
"vscode-dapr.view-containers.dapr-explorer.title": "Dapr",
"vscode-dapr.tasks.dapr.properties.appChannelAddress.description": "The network address the application listens on (defaults \"127.0.0.1\").",
"vscode-dapr.tasks.dapr.properties.appHealthCheckPath.description": "Path used for health checks; HTTP only.",
"vscode-dapr.tasks.dapr.properties.appHealthProbeInterval.description": "Interval to probe for the health of the app in seconds.",
"vscode-dapr.tasks.dapr.properties.appHealthProbeTimeout.description": "Timeout for app health probes in milliseconds.",
"vscode-dapr.tasks.dapr.properties.appHealthThreshold.description": "Number of consecutive failures for the app to be considered unhealthy.",
"vscode-dapr.tasks.dapr.properties.appId.description": "An ID for your application, used for service discovery.",
"vscode-dapr.tasks.dapr.properties.appMaxConcurrency.description": "Controls the concurrency level of the application.",
"vscode-dapr.tasks.dapr.properties.appPort.description": "The port your application is listening on.",
"vscode-dapr.tasks.dapr.properties.appProtocol.description": "Tells Dapr to use HTTP or gRPC to talk to the application.",
"vscode-dapr.tasks.dapr.properties.appSsl.description": "Enable HTTPS when Dapr invokes the application.",
"vscode-dapr.tasks.dapr.properties.args.description": "Additional arguments passed to the Dapr command.",
"vscode-dapr.tasks.dapr.properties.command.description": "The command and arguments used to start your application.",
"vscode-dapr.tasks.dapr.properties.componentsPath.description": "(Deprecated in v1.10.) The path for components directory (default \"<user>/.dapr/components\").",
"vscode-dapr.tasks.dapr.properties.config.description": "The path to the Dapr configuration file.",
"vscode-dapr.tasks.dapr.properties.cwd.description": "The directory in which to start Dapr.",
"vscode-dapr.tasks.dapr.properties.enableApiLogging.description": "Log API calls at INFO verbosity. Valid values are: true or false.",
"vscode-dapr.tasks.dapr.properties.enableHealthCheck.description": "Enable health checks for the application using the protocol defined with app-protocol.",
"vscode-dapr.tasks.dapr.properties.enableProfiling.description": "Whether to enable pprof profiling via an HTTP endpoint.",
"vscode-dapr.tasks.dapr.properties.grpcPort.description": "The gRPC port for Dapr to listen on.",
"vscode-dapr.tasks.dapr.properties.httpMaxRequestSize.description": "Max size of request body in MB.",
"vscode-dapr.tasks.dapr.properties.httpPort.description": "The HTTP port for Dapr to listen on.",
"vscode-dapr.tasks.dapr.properties.httpReadBufferSize.description": "HTTP header read buffer in KB.",
"vscode-dapr.tasks.dapr.properties.internalGrpcPort.description": "The gRPC port for the Dapr Internal API to listen on.",
"vscode-dapr.tasks.dapr.properties.listenAddresses.description": "One or more addresses for the Dapr API to listen on, CSV limited.",
"vscode-dapr.tasks.dapr.properties.logLevel.description": "Sets the log verbosity.",
"vscode-dapr.tasks.dapr.properties.metricsPort.description": "The port of metrics on dapr.",
"vscode-dapr.tasks.dapr.properties.options.description": "Task execution options.",
"vscode-dapr.tasks.dapr.properties.options.env.description": "Task execution environment variables.",
"vscode-dapr.tasks.dapr.properties.placementHostAddress.description": "The host on which the placement service resides.",
"vscode-dapr.tasks.dapr.properties.profilePort.description": "The port for the profile server to listen on.",
"vscode-dapr.tasks.dapr.properties.resourcesPath.description": "(Deprecated in v1.11.) The path for resources directory (default \"<user>/.dapr/components\").",
"vscode-dapr.tasks.dapr.properties.resourcesPaths.description": "The paths for resources directory (default \"<user>/.dapr/components\").",
"vscode-dapr.tasks.dapr.properties.runFile.description": "Path to the run template file for the list of apps to run.",
"vscode-dapr.tasks.dapr.properties.unixDomainSocket.description": "Path to a unix domain socket dir. If specified, Dapr API servers will use Unix Domain Sockets.",
"vscode-dapr.tasks.daprd.properties.allowedOrigins.description": "Allowed HTTP origins.",
"vscode-dapr.tasks.daprd.properties.appChannelAddress.description": "The network address the application listens on (defaults \"127.0.0.1\").",
"vscode-dapr.tasks.daprd.properties.appHealthCheckPath.description": "Path used for health checks; HTTP only.",
"vscode-dapr.tasks.daprd.properties.appHealthProbeInterval.description": "Interval to probe for the health of the app in seconds.",
"vscode-dapr.tasks.daprd.properties.appHealthProbeTimeout.description": "Timeout for app health probes in milliseconds.",
"vscode-dapr.tasks.daprd.properties.appHealthThreshold.description": "Number of consecutive failures for the app to be considered unhealthy.",
"vscode-dapr.tasks.daprd.properties.appId.description": "An ID for your application, used for service discovery.",
"vscode-dapr.tasks.daprd.properties.appMaxConcurrency.description": "Controls the concurrency level when forwarding requests to user code.",
"vscode-dapr.tasks.daprd.properties.appPort.description": "The port the application is listening on.",
"vscode-dapr.tasks.daprd.properties.appProtocol.description": "Protocol for the application.",
"vscode-dapr.tasks.daprd.properties.appSsl.description": "Sets the URI scheme of the app to https and attempts an SSL connection.",
"vscode-dapr.tasks.daprd.properties.args.description": "Additional arguments passed to the Dapr command.",
"vscode-dapr.tasks.daprd.properties.componentsPath.description": "(Deprecated in v1.10.) Path for the components directory. (Standalone mode only.)",
"vscode-dapr.tasks.daprd.properties.config.description": "Path to the configuration file, or the name of a configuration object.",
"vscode-dapr.tasks.daprd.properties.controlPlaneAddress.description": "Address for the Dapr control plane.",
"vscode-dapr.tasks.daprd.properties.enableApiLogging.description": "Log API calls at INFO verbosity. Valid values are: true or false.",
"vscode-dapr.tasks.daprd.properties.enableHealthCheck.description": "Enable health checks for the application using the protocol defined with app-protocol.",
"vscode-dapr.tasks.daprd.properties.enableMetrics.description": "Enable prometheus metrics.",
"vscode-dapr.tasks.daprd.properties.enableMtls.description": "Enables automatic mTLS for daprd to daprd communication channels.",
"vscode-dapr.tasks.daprd.properties.enableProfiling.description": "Whether to enable profiling.",
"vscode-dapr.tasks.daprd.properties.grpcPort.description": "The gRPC port for Dapr to listen on.",
"vscode-dapr.tasks.daprd.properties.httpMaxRequestSize.description": "Max size of request body in MB.",
"vscode-dapr.tasks.daprd.properties.httpPort.description": "The HTTP port for Dapr to listen on.",
"vscode-dapr.tasks.daprd.properties.httpReadBufferSize.description": "HTTP header read buffer in KB.",
"vscode-dapr.tasks.daprd.properties.internalGrpcPort.description": "The gRPC port for the Dapr Internal API to listen on.",
"vscode-dapr.tasks.daprd.properties.kubeConfig.description": "The absolute path to the kubeconfig file (default '/Users/<user>/.kube/config').",
"vscode-dapr.tasks.daprd.properties.listenAddresses.description": "One or more addresses for the Dapr API to listen on, CSV limited.",
"vscode-dapr.tasks.daprd.properties.logAsJson.description": "Print log as JSON.",
"vscode-dapr.tasks.daprd.properties.logLevel.description": "Sets the log verbosity.",
"vscode-dapr.tasks.daprd.properties.metricsPort.description": "The port for the metrics server.",
"vscode-dapr.tasks.daprd.properties.mode.description": "Runtime mode for Dapr.",
"vscode-dapr.tasks.daprd.properties.options.description": "Task execution options.",
"vscode-dapr.tasks.daprd.properties.options.env.description": "Task execution environment variables.",
"vscode-dapr.tasks.daprd.properties.placementHostAddress.description": "Address for the Dapr placement service.",
"vscode-dapr.tasks.daprd.properties.profilePort.description": "The port for the profile server.",
"vscode-dapr.tasks.daprd.properties.publicPort.description": "Public port for Dapr Health and Metadata to listen on.",
"vscode-dapr.tasks.daprd.properties.resourcesPath.description": "(Deprecated in v1.11.) Path for resources directory. If empty, resources will not be loaded. Self-hosted mode only.",
"vscode-dapr.tasks.daprd.properties.resourcesPaths.description": "Paths for resources directory. If empty, resources will not be loaded. Self-hosted mode only.",
"vscode-dapr.tasks.daprd.properties.sentryAddress.description": "Address for the Sentry CA service.",
"vscode-dapr.tasks.daprd.properties.unixDomainSocket.description": "Path to a unix domain socket dir. If specified, Dapr API servers will use Unix Domain Sockets.",
"vscode-dapr.tasks.daprd-down.properties.appId.description": "An ID for your application, used for service discovery."
}