Skip to content

Commit 7fe6f16

Browse files
authored
Merge pull request #7305 from dotnet/dev/jorobich/more-localization
Localize more strings
2 parents b8bf979 + 63582a5 commit 7fe6f16

16 files changed

+171
-163
lines changed

l10n/bundle.l10n.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"How to setup Remote Debugging": "How to setup Remote Debugging",
3+
"The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.": "The C# extension for Visual Studio Code is incompatible on {0} {1} with the VS Code Remote Extensions. To see avaliable workarounds, click on '{2}'.",
4+
"The C# extension for Visual Studio Code is incompatible on {0} {1}.": "The C# extension for Visual Studio Code is incompatible on {0} {1}.",
25
"Cannot create .NET debug configurations. No workspace folder was selected.": "Cannot create .NET debug configurations. No workspace folder was selected.",
36
"Cannot create .NET debug configurations. The server is still initializing or has exited unexpectedly.": "Cannot create .NET debug configurations. The server is still initializing or has exited unexpectedly.",
47
"Cannot create .NET debug configurations. The active C# project is not within folder '{0}'.": "Cannot create .NET debug configurations. The active C# project is not within folder '{0}'.",
@@ -125,20 +128,32 @@
125128
"View Debug Docs": "View Debug Docs",
126129
"Ignore": "Ignore",
127130
"Run and Debug: A valid browser is not installed. Please install Edge or Chrome.": "Run and Debug: A valid browser is not installed. Please install Edge or Chrome.",
131+
"OmniSharp requires a complete install of Mono (including MSBuild) to provide language services when `omnisharp.useModernNet` is disabled in Settings. Please install the latest Mono and restart.": "OmniSharp requires a complete install of Mono (including MSBuild) to provide language services when `omnisharp.useModernNet` is disabled in Settings. Please install the latest Mono and restart.",
132+
"Download Mono": "Download Mono",
133+
"Open settings": "Open settings",
128134
"dotnet.server.useOmnisharp option has changed. Please reload the window to apply the change": "dotnet.server.useOmnisharp option has changed. Please reload the window to apply the change",
129135
"Reload Window": "Reload Window",
130136
"C# configuration has changed. Would you like to relaunch the Language Server with your changes?": "C# configuration has changed. Would you like to relaunch the Language Server with your changes?",
131137
"Restart Language Server": "Restart Language Server",
138+
"project.json is no longer a supported project format for .NET Core applications.": "project.json is no longer a supported project format for .NET Core applications.",
139+
"More Detail": "More Detail",
140+
"Some projects have trouble loading. Please review the output for more details.": "Some projects have trouble loading. Please review the output for more details.",
141+
"There are unresolved dependencies. Please execute the restore command to continue.": "There are unresolved dependencies. Please execute the restore command to continue.",
142+
"Restore": "Restore",
143+
"Package {0} download from {1} failed integrity check. Some features may not work as expected. Please restart Visual Studio Code to retrigger the download": "Package {0} download from {1} failed integrity check. Some features may not work as expected. Please restart Visual Studio Code to retrigger the download",
144+
"Failed to run test: {0}": "Failed to run test: {0}",
145+
"Failed to start debugger: {0}": "Failed to start debugger: {0}",
146+
"Test run already in progress": "Test run already in progress",
132147
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.",
133148
"Choose": "Choose",
134149
"Choose and set default": "Choose and set default",
135150
"Do not load any": "Do not load any",
151+
"Detected change in telemetry settings. These will not take effect until the language server is restarted, would you like to restart?": "Detected change in telemetry settings. These will not take effect until the language server is restarted, would you like to restart?",
136152
"IntelliCode features will not be available, {0} failed to activate.": "IntelliCode features will not be available, {0} failed to activate.",
137153
"Go to output": "Go to output",
138154
"Suppress notification": "Suppress notification",
139155
"Restore {0}": "Restore {0}",
140156
"Restore already in progress": "Restore already in progress",
141-
"Restore": "Restore",
142157
"Sending request": "Sending request",
143158
"C# configuration has changed. Would you like to reload the window to apply your changes?": "C# configuration has changed. Would you like to reload the window to apply your changes?",
144159
"Nested Code Action": "Nested Code Action",
@@ -154,6 +169,9 @@
154169
"Transport attach could not obtain processes list.": "Transport attach could not obtain processes list.",
155170
"Error Message: ": "Error Message: ",
156171
"See {0} output": "See {0} output",
172+
"Text editor must be focused to fix all issues": "Text editor must be focused to fix all issues",
173+
"Fix all issues": "Fix all issues",
174+
"Select fix all action": "Select fix all action",
157175
"Failed to set extension directory": "Failed to set extension directory",
158176
"Failed to set debugadpter directory": "Failed to set debugadpter directory",
159177
"Failed to set install complete file path": "Failed to set install complete file path",

0 commit comments

Comments
 (0)