This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.nls.json
45 lines (40 loc) · 3.54 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
{
"vscode-tye.activityBar.microsoft-tye.title": "Tye",
"vscode-tye.commands.refreshEntry.title": "Refresh",
"vscode-tye.commands.debugAll.title": "Attach",
"vscode-tye.commands.browseService.title": "Browse",
"vscode-tye.commands.attachService.title": "Attach",
"vscode-tye.commands.attachReplica.title": "Attach",
"vscode-tye.commands.launchTyeDashboard.title": "Open Dashboard in Browser",
"vscode-tye.commands.scaffolding.initTye.title": "Initialize Tye",
"vscode-tye.commands.scaffolding.scaffoldTyeTasks.title": "Scaffold Tye Tasks",
"vscode-tye.commands.showLogs.title": "Logs",
"vscode-tye.commands.shutdownApplication.title": "Shutdown",
"vscode-tye.commands.help.getStarted.title": "Get Started",
"vscode-tye.commands.help.installTye.title": "Install Tye",
"vscode-tye.commands.help.readDocumentation.title": "Read Documentation",
"vscode-tye.commands.help.reportIssue.title": "Report Issue",
"vscode-tye.commands.help.reviewIssues.title": "Review Issues",
"vscode-tye.configuration.paths.tyePath.description": "The full path to the Tye binary.",
"vscode-tye.debuggers.tye.properties.applicationName.description": "The name of the Tye application whose services to debug.",
"vscode-tye.debuggers.tye.properties.services.description": "The subset of services to debug else, if unspecified, all services are debuggged.",
"vscode-tye.debuggers.tye.properties.watch.description": "Watches for code changes for all projects and reconnects the debugger.",
"vscode-tye.tasks.tye-run.properties.applicationName.description": "The name of the Tye application being run.",
"vscode-tye.tasks.tye-run.properties.build.description": "Build project files before running.",
"vscode-tye.tasks.tye-run.properties.dashboard.description": "Launch dashboard on run.",
"vscode-tye.tasks.tye-run.properties.debug.description": "Wait for debugger attach to specific service.",
"vscode-tye.tasks.tye-run.properties.docker.description": "Run projects as Docker containers.",
"vscode-tye.tasks.tye-run.properties.dtrace.description": "Write distributed traces to the specified tracing provider.",
"vscode-tye.tasks.tye-run.properties.framework.description": "The target framwork hint to use for all cross-targeting projects with multiple TFMs. This value must be a valid target framework for each individual cross-targeting project.",
"vscode-tye.tasks.tye-run.properties.logs.description": "Write structured application logs to the specified log provider.",
"vscode-tye.tasks.tye-run.properties.metrics.description": "Write metrics to the specified metrics provider.",
"vscode-tye.tasks.tye-run.properties.path.description": "A file or directory, and can be a .yaml, .sln, or project file.",
"vscode-tye.tasks.tye-run.properties.port.description": "The port to run control plane on.",
"vscode-tye.tasks.tye-run.properties.tags.description": "Filter the group of running services by tag.",
"vscode-tye.tasks.tye-run.properties.verbosity.description": "Output verbosity.",
"vscode-tye.tasks.tye-run.properties.watch.description": "Watches for code changes for all projects.",
"vscode-tye.views.help.name": "Help and Feedback",
"vscode-tye.views.services.contents.notInstalled": "A compatible version of Tye has not been found. You may need to install a more recent version.\n[Install Latest Tye](command:vscode-tye.commands.help.installTye)",
"vscode-tye.views.services.contents.notRunning": "No Tye applications are running.",
"vscode-tye.views.services.name": "Tye Applications"
}