Skip to content

Commit 808448c

Browse files
authored
Merge pull request #6440 from dotnet/localization/f3e20f169645584007ac005d1ccf84a0df667344
Localization result based on f3e20f1
2 parents f3e20f1 + 645022d commit 808448c

13 files changed

+325
-0
lines changed

package.nls.cs.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
{
2+
"command.csharp.attachToProcess": "Attach to a .NET 5+ or .NET Core process",
3+
"command.csharp.downloadDebugger": "Download .NET Core Debugger",
4+
"command.csharp.listProcess": "List process for attach",
5+
"command.csharp.listRemoteDockerProcess": "List processes on Docker connection",
6+
"command.csharp.listRemoteProcess": "List processes on remote connection for attach",
7+
"command.csharp.reportIssue": "Report an issue",
8+
"command.csharp.showDecompilationTerms": "Show the decompiler terms agreement",
9+
"command.dotnet.generateAssets.currentProject": "Generate Assets for Build and Debug",
10+
"command.dotnet.openSolution": "Open Solution",
11+
"command.dotnet.restartServer": "Restart Language Server",
12+
"command.dotnet.restore.all": "Restore All Projects",
13+
"command.dotnet.restore.project": "Restore Project",
14+
"command.dotnet.test.debugTestsInContext": "Debug Tests in Context",
15+
"command.dotnet.test.runTestsInContext": "Run Tests in Context",
16+
"command.extension.showRazorCSharpWindow": "Show Razor CSharp",
17+
"command.extension.showRazorHtmlWindow": "Show Razor Html",
18+
"command.o.fixAll.document": "Fix all occurrences of a code issue within document",
19+
"command.o.fixAll.project": "Fix all occurrences of a code issue within project",
20+
"command.o.fixAll.solution": "Fix all occurrences of a code issue within solution",
21+
"command.o.pickProjectAndStart": "Select Project",
22+
"command.o.reanalyze.allProjects": "Analyze all projects",
23+
"command.o.reanalyze.currentProject": "Analyze current project",
24+
"command.o.restart": "Restart OmniSharp",
25+
"command.razor.reportIssue": "Report a Razor issue",
226
"configuration.csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": "Zobrazit tipy pro implicitní vytvoření objektu",
327
"configuration.csharp.inlayHints.enableInlayHintsForImplicitVariableTypes": "Zobrazit nápovědy pro proměnné s odvozenými typy",
428
"configuration.csharp.inlayHints.enableInlayHintsForIndexerParameters": "Zobrazit tipy pro indexery",
@@ -37,6 +61,7 @@
3761
"configuration.dotnet.navigation.navigateToDecompiledSources": "Povolit navigaci na dekompilované zdroje.",
3862
"configuration.dotnet.preferCSharpExtension": "Forces projects to load with the C# extension only. This can be useful when using legacy project types that are not supported by C# Dev Kit. (Requires window reload)",
3963
"configuration.dotnet.quickInfo.showRemarksInQuickInfo": "Zobrazit informace o poznámkách při zobrazení symbolu.",
64+
"configuration.dotnet.server.crashDumpPath": "Sets a folder path where crash dumps are written to if the language server crashes. Must be writeable by the user.",
4065
"configuration.dotnet.server.extensionPaths": "Přepsat pro cestu k jazykovému serveru -- argumenty rozšíření",
4166
"configuration.dotnet.server.path": "Určuje absolutní cestu ke spustitelnému souboru serveru (LSP nebo O#). Ponechání prázdné vede k použití verze připnuté k rozšíření C#. (Dříve omnisharp.path)",
4267
"configuration.dotnet.server.startTimeout": "Specifies a timeout (in ms) for the client to successfully start and connect to the language server.",

package.nls.de.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
{
2+
"command.csharp.attachToProcess": "Attach to a .NET 5+ or .NET Core process",
3+
"command.csharp.downloadDebugger": "Download .NET Core Debugger",
4+
"command.csharp.listProcess": "List process for attach",
5+
"command.csharp.listRemoteDockerProcess": "List processes on Docker connection",
6+
"command.csharp.listRemoteProcess": "List processes on remote connection for attach",
7+
"command.csharp.reportIssue": "Report an issue",
8+
"command.csharp.showDecompilationTerms": "Show the decompiler terms agreement",
9+
"command.dotnet.generateAssets.currentProject": "Generate Assets for Build and Debug",
10+
"command.dotnet.openSolution": "Open Solution",
11+
"command.dotnet.restartServer": "Restart Language Server",
12+
"command.dotnet.restore.all": "Restore All Projects",
13+
"command.dotnet.restore.project": "Restore Project",
14+
"command.dotnet.test.debugTestsInContext": "Debug Tests in Context",
15+
"command.dotnet.test.runTestsInContext": "Run Tests in Context",
16+
"command.extension.showRazorCSharpWindow": "Show Razor CSharp",
17+
"command.extension.showRazorHtmlWindow": "Show Razor Html",
18+
"command.o.fixAll.document": "Fix all occurrences of a code issue within document",
19+
"command.o.fixAll.project": "Fix all occurrences of a code issue within project",
20+
"command.o.fixAll.solution": "Fix all occurrences of a code issue within solution",
21+
"command.o.pickProjectAndStart": "Select Project",
22+
"command.o.reanalyze.allProjects": "Analyze all projects",
23+
"command.o.reanalyze.currentProject": "Analyze current project",
24+
"command.o.restart": "Restart OmniSharp",
25+
"command.razor.reportIssue": "Report a Razor issue",
226
"configuration.csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": "Hinweise für die implizite Objekterstellung anzeigen",
327
"configuration.csharp.inlayHints.enableInlayHintsForImplicitVariableTypes": "Hinweise für Variablen mit abgeleiteten Typen anzeigen",
428
"configuration.csharp.inlayHints.enableInlayHintsForIndexerParameters": "Hinweise für Indexer anzeigen",
@@ -37,6 +61,7 @@
3761
"configuration.dotnet.navigation.navigateToDecompiledSources": "Aktivieren der Navigation zu dekompilierten Quellen.",
3862
"configuration.dotnet.preferCSharpExtension": "Forces projects to load with the C# extension only. This can be useful when using legacy project types that are not supported by C# Dev Kit. (Requires window reload)",
3963
"configuration.dotnet.quickInfo.showRemarksInQuickInfo": "Beschreibungsinformationen beim Anzeigen des Symbols anzeigen.",
64+
"configuration.dotnet.server.crashDumpPath": "Sets a folder path where crash dumps are written to if the language server crashes. Must be writeable by the user.",
4065
"configuration.dotnet.server.extensionPaths": "Außerkraftsetzung für Pfad zu Sprachserver --extension-Argumenten",
4166
"configuration.dotnet.server.path": "Gibt den absoluten Pfad zur ausführbaren Serverdatei (LSP oder O#) an. Wenn sie leer gelassen wird, wird die an die C#-Erweiterung angeheftete Version verwendet. (Zuvor \"omnisharp.path\")",
4267
"configuration.dotnet.server.startTimeout": "Specifies a timeout (in ms) for the client to successfully start and connect to the language server.",

package.nls.es.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
{
2+
"command.csharp.attachToProcess": "Attach to a .NET 5+ or .NET Core process",
3+
"command.csharp.downloadDebugger": "Download .NET Core Debugger",
4+
"command.csharp.listProcess": "List process for attach",
5+
"command.csharp.listRemoteDockerProcess": "List processes on Docker connection",
6+
"command.csharp.listRemoteProcess": "List processes on remote connection for attach",
7+
"command.csharp.reportIssue": "Report an issue",
8+
"command.csharp.showDecompilationTerms": "Show the decompiler terms agreement",
9+
"command.dotnet.generateAssets.currentProject": "Generate Assets for Build and Debug",
10+
"command.dotnet.openSolution": "Open Solution",
11+
"command.dotnet.restartServer": "Restart Language Server",
12+
"command.dotnet.restore.all": "Restore All Projects",
13+
"command.dotnet.restore.project": "Restore Project",
14+
"command.dotnet.test.debugTestsInContext": "Debug Tests in Context",
15+
"command.dotnet.test.runTestsInContext": "Run Tests in Context",
16+
"command.extension.showRazorCSharpWindow": "Show Razor CSharp",
17+
"command.extension.showRazorHtmlWindow": "Show Razor Html",
18+
"command.o.fixAll.document": "Fix all occurrences of a code issue within document",
19+
"command.o.fixAll.project": "Fix all occurrences of a code issue within project",
20+
"command.o.fixAll.solution": "Fix all occurrences of a code issue within solution",
21+
"command.o.pickProjectAndStart": "Select Project",
22+
"command.o.reanalyze.allProjects": "Analyze all projects",
23+
"command.o.reanalyze.currentProject": "Analyze current project",
24+
"command.o.restart": "Restart OmniSharp",
25+
"command.razor.reportIssue": "Report a Razor issue",
226
"configuration.csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": "Mostrar sugerencias para la creación implícita de objetos",
327
"configuration.csharp.inlayHints.enableInlayHintsForImplicitVariableTypes": "Mostrar sugerencias para las variables con tipos inferidos",
428
"configuration.csharp.inlayHints.enableInlayHintsForIndexerParameters": "Mostrar sugerencias para indizadores",
@@ -37,6 +61,7 @@
3761
"configuration.dotnet.navigation.navigateToDecompiledSources": "Habilitar la navegación a fuentes descompiladas.",
3862
"configuration.dotnet.preferCSharpExtension": "Forces projects to load with the C# extension only. This can be useful when using legacy project types that are not supported by C# Dev Kit. (Requires window reload)",
3963
"configuration.dotnet.quickInfo.showRemarksInQuickInfo": "Mostrar información de comentarios cuando se muestra el símbolo.",
64+
"configuration.dotnet.server.crashDumpPath": "Sets a folder path where crash dumps are written to if the language server crashes. Must be writeable by the user.",
4065
"configuration.dotnet.server.extensionPaths": "Invalidación de la ruta de acceso a los argumentos --extension del servidor de lenguaje",
4166
"configuration.dotnet.server.path": "Especifica la ruta absoluta al ejecutable del servidor (LSP u O#). Cuando se deja vacío, se utiliza la versión anclada a la extensión C#. (Anteriormente \"omnisharp.path\")",
4267
"configuration.dotnet.server.startTimeout": "Specifies a timeout (in ms) for the client to successfully start and connect to the language server.",

package.nls.fr.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
{
2+
"command.csharp.attachToProcess": "Attach to a .NET 5+ or .NET Core process",
3+
"command.csharp.downloadDebugger": "Download .NET Core Debugger",
4+
"command.csharp.listProcess": "List process for attach",
5+
"command.csharp.listRemoteDockerProcess": "List processes on Docker connection",
6+
"command.csharp.listRemoteProcess": "List processes on remote connection for attach",
7+
"command.csharp.reportIssue": "Report an issue",
8+
"command.csharp.showDecompilationTerms": "Show the decompiler terms agreement",
9+
"command.dotnet.generateAssets.currentProject": "Generate Assets for Build and Debug",
10+
"command.dotnet.openSolution": "Open Solution",
11+
"command.dotnet.restartServer": "Restart Language Server",
12+
"command.dotnet.restore.all": "Restore All Projects",
13+
"command.dotnet.restore.project": "Restore Project",
14+
"command.dotnet.test.debugTestsInContext": "Debug Tests in Context",
15+
"command.dotnet.test.runTestsInContext": "Run Tests in Context",
16+
"command.extension.showRazorCSharpWindow": "Show Razor CSharp",
17+
"command.extension.showRazorHtmlWindow": "Show Razor Html",
18+
"command.o.fixAll.document": "Fix all occurrences of a code issue within document",
19+
"command.o.fixAll.project": "Fix all occurrences of a code issue within project",
20+
"command.o.fixAll.solution": "Fix all occurrences of a code issue within solution",
21+
"command.o.pickProjectAndStart": "Select Project",
22+
"command.o.reanalyze.allProjects": "Analyze all projects",
23+
"command.o.reanalyze.currentProject": "Analyze current project",
24+
"command.o.restart": "Restart OmniSharp",
25+
"command.razor.reportIssue": "Report a Razor issue",
226
"configuration.csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": "Afficher les indicateurs pour la création d'objet implicite",
327
"configuration.csharp.inlayHints.enableInlayHintsForImplicitVariableTypes": "Afficher les indicateurs pour les variables ayant des types déduits",
428
"configuration.csharp.inlayHints.enableInlayHintsForIndexerParameters": "Afficher les indicateurs pour les indexeurs",
@@ -37,6 +61,7 @@
3761
"configuration.dotnet.navigation.navigateToDecompiledSources": "Activez la navigation vers les sources décompliées.",
3862
"configuration.dotnet.preferCSharpExtension": "Forces projects to load with the C# extension only. This can be useful when using legacy project types that are not supported by C# Dev Kit. (Requires window reload)",
3963
"configuration.dotnet.quickInfo.showRemarksInQuickInfo": "Afficher les informations sur les remarques lors de l’affichage du symbole.",
64+
"configuration.dotnet.server.crashDumpPath": "Sets a folder path where crash dumps are written to if the language server crashes. Must be writeable by the user.",
4065
"configuration.dotnet.server.extensionPaths": "Remplacer le chemin d’accès au serveur de langage --extension arguments",
4166
"configuration.dotnet.server.path": "Spécifie le chemin absolu du fichier exécutable du serveur (LSP ou O#). Lorsqu’elle est laissée vide, la version épinglée à l’extension C# est utilisée. (Précédemment `omnisharp.path`)",
4267
"configuration.dotnet.server.startTimeout": "Specifies a timeout (in ms) for the client to successfully start and connect to the language server.",

package.nls.it.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
{
2+
"command.csharp.attachToProcess": "Attach to a .NET 5+ or .NET Core process",
3+
"command.csharp.downloadDebugger": "Download .NET Core Debugger",
4+
"command.csharp.listProcess": "List process for attach",
5+
"command.csharp.listRemoteDockerProcess": "List processes on Docker connection",
6+
"command.csharp.listRemoteProcess": "List processes on remote connection for attach",
7+
"command.csharp.reportIssue": "Report an issue",
8+
"command.csharp.showDecompilationTerms": "Show the decompiler terms agreement",
9+
"command.dotnet.generateAssets.currentProject": "Generate Assets for Build and Debug",
10+
"command.dotnet.openSolution": "Open Solution",
11+
"command.dotnet.restartServer": "Restart Language Server",
12+
"command.dotnet.restore.all": "Restore All Projects",
13+
"command.dotnet.restore.project": "Restore Project",
14+
"command.dotnet.test.debugTestsInContext": "Debug Tests in Context",
15+
"command.dotnet.test.runTestsInContext": "Run Tests in Context",
16+
"command.extension.showRazorCSharpWindow": "Show Razor CSharp",
17+
"command.extension.showRazorHtmlWindow": "Show Razor Html",
18+
"command.o.fixAll.document": "Fix all occurrences of a code issue within document",
19+
"command.o.fixAll.project": "Fix all occurrences of a code issue within project",
20+
"command.o.fixAll.solution": "Fix all occurrences of a code issue within solution",
21+
"command.o.pickProjectAndStart": "Select Project",
22+
"command.o.reanalyze.allProjects": "Analyze all projects",
23+
"command.o.reanalyze.currentProject": "Analyze current project",
24+
"command.o.restart": "Restart OmniSharp",
25+
"command.razor.reportIssue": "Report a Razor issue",
226
"configuration.csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": "Mostra i suggerimenti per la creazione implicita di oggetti",
327
"configuration.csharp.inlayHints.enableInlayHintsForImplicitVariableTypes": "Mostra suggerimenti per variabili con tipi dedotti",
428
"configuration.csharp.inlayHints.enableInlayHintsForIndexerParameters": "Mostra suggerimenti per i valori letterali",
@@ -37,6 +61,7 @@
3761
"configuration.dotnet.navigation.navigateToDecompiledSources": "Abilita la navigazione verso origini decompilate.",
3862
"configuration.dotnet.preferCSharpExtension": "Forces projects to load with the C# extension only. This can be useful when using legacy project types that are not supported by C# Dev Kit. (Requires window reload)",
3963
"configuration.dotnet.quickInfo.showRemarksInQuickInfo": "Mostra le informazioni sulle note quando viene visualizzato il simbolo.",
64+
"configuration.dotnet.server.crashDumpPath": "Sets a folder path where crash dumps are written to if the language server crashes. Must be writeable by the user.",
4065
"configuration.dotnet.server.extensionPaths": "Eseguire l’override per il percorso del server di linguaggio --argomenti estensione",
4166
"configuration.dotnet.server.path": "Specifica il percorso assoluto dell'eseguibile del server (LSP od O#). Se lasciato vuoto, viene usata la versione aggiunta all'estensione C#. (In precedenza “omnisharp.path”)",
4267
"configuration.dotnet.server.startTimeout": "Specifies a timeout (in ms) for the client to successfully start and connect to the language server.",

package.nls.ja.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
{
2+
"command.csharp.attachToProcess": "Attach to a .NET 5+ or .NET Core process",
3+
"command.csharp.downloadDebugger": "Download .NET Core Debugger",
4+
"command.csharp.listProcess": "List process for attach",
5+
"command.csharp.listRemoteDockerProcess": "List processes on Docker connection",
6+
"command.csharp.listRemoteProcess": "List processes on remote connection for attach",
7+
"command.csharp.reportIssue": "Report an issue",
8+
"command.csharp.showDecompilationTerms": "Show the decompiler terms agreement",
9+
"command.dotnet.generateAssets.currentProject": "Generate Assets for Build and Debug",
10+
"command.dotnet.openSolution": "Open Solution",
11+
"command.dotnet.restartServer": "Restart Language Server",
12+
"command.dotnet.restore.all": "Restore All Projects",
13+
"command.dotnet.restore.project": "Restore Project",
14+
"command.dotnet.test.debugTestsInContext": "Debug Tests in Context",
15+
"command.dotnet.test.runTestsInContext": "Run Tests in Context",
16+
"command.extension.showRazorCSharpWindow": "Show Razor CSharp",
17+
"command.extension.showRazorHtmlWindow": "Show Razor Html",
18+
"command.o.fixAll.document": "Fix all occurrences of a code issue within document",
19+
"command.o.fixAll.project": "Fix all occurrences of a code issue within project",
20+
"command.o.fixAll.solution": "Fix all occurrences of a code issue within solution",
21+
"command.o.pickProjectAndStart": "Select Project",
22+
"command.o.reanalyze.allProjects": "Analyze all projects",
23+
"command.o.reanalyze.currentProject": "Analyze current project",
24+
"command.o.restart": "Restart OmniSharp",
25+
"command.razor.reportIssue": "Report a Razor issue",
226
"configuration.csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": "暗黙的なオブジェクト作成のヒントを表示します",
327
"configuration.csharp.inlayHints.enableInlayHintsForImplicitVariableTypes": "推論された型の変数のヒントを表示する",
428
"configuration.csharp.inlayHints.enableInlayHintsForIndexerParameters": "インデクサーのヒントを表示する",
@@ -37,6 +61,7 @@
3761
"configuration.dotnet.navigation.navigateToDecompiledSources": "逆コンパイルされたソースへのナビゲーションを有効にします。",
3862
"configuration.dotnet.preferCSharpExtension": "Forces projects to load with the C# extension only. This can be useful when using legacy project types that are not supported by C# Dev Kit. (Requires window reload)",
3963
"configuration.dotnet.quickInfo.showRemarksInQuickInfo": "シンボルを表示するときに注釈情報を表示します。",
64+
"configuration.dotnet.server.crashDumpPath": "Sets a folder path where crash dumps are written to if the language server crashes. Must be writeable by the user.",
4065
"configuration.dotnet.server.extensionPaths": "言語サーバーへのパスのオーバーライド --拡張引数",
4166
"configuration.dotnet.server.path": "サーバー (LSP または O#) 実行可能ファイルに絶対パスを指定します。空のままにすると、C# 拡張機能にピン留めされたバージョンが使用されます。(以前の `omnisharp.path`)",
4267
"configuration.dotnet.server.startTimeout": "Specifies a timeout (in ms) for the client to successfully start and connect to the language server.",

0 commit comments

Comments
 (0)