Skip to content

Commit 848de5f

Browse files
committed
Merge remote-tracking branch 'upstream/main' into UpdateFilename
2 parents f6dad24 + 62e362e commit 848de5f

30 files changed

+340
-53
lines changed

SUPPORT.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Support
2+
3+
## How to file issues and get help
4+
5+
This project uses GitHub Issues to track bugs and feature requests. Please search the [existing issues](https://github.com/dotnet/vscode-csharp/issues) before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new Issue.
6+
7+
For help and questions about using this project, please see the [README](https://github.com/dotnet/vscode-csharp/blob/main/README.md).
8+
9+
## Microsoft Support Policy
10+
11+
Support for this project is limited to the resources listed above.

l10n/bundle.l10n.cs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Failed to set debugadpter directory": "Nepovedlo se nastavit adresář debugadpter.",
4747
"Failed to set extension directory": "Nepovedlo se nastavit adresář rozšíření.",
4848
"Failed to set install complete file path": "Nepovedlo se nastavit úplnou cestu k souboru instalace",
49+
"Fix All Code Action": "Fix All Code Action",
4950
"For further information visit {0}": "Další informace najdete na {0}",
5051
"For further information visit {0}.": "Další informace najdete na {0}.",
5152
"For more information about the 'console' field, see {0}": "Další informace o poli „console“ najdete v tématu {0}",
@@ -72,6 +73,7 @@
7273
"Open envFile": "Otevřít soubor envFile",
7374
"Operating system \"{0}\" not supported.": "Operační systém {0} se nepodporuje.",
7475
"Perform the actions (or no action) that resulted in your Razor issue": "Proveďte činnost (nebo zopakujte nečinnost), která vedla k problémům s Razorem.",
76+
"Pick a fix all scope": "Pick a fix all scope",
7577
"Pipe transport failed to get OS and processes.": "Operaci přenosu přes kanál se nepovedlo získat operační systém a procesy.",
7678
"Please fill in this section": "Vyplňte prosím tento oddíl.",
7779
"Press {0}": "Stiskněte {0}.",

l10n/bundle.l10n.de.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Failed to set debugadpter directory": "Fehler beim Festlegen des Debugadapterverzeichnisses",
4747
"Failed to set extension directory": "Fehler beim Festlegen des Erweiterungsverzeichnisses",
4848
"Failed to set install complete file path": "Fehler beim Festlegen des Vollständigen Installationsdateipfads.",
49+
"Fix All Code Action": "Fix All Code Action",
4950
"For further information visit {0}": "Weitere Informationen finden Sie unter {0}",
5051
"For further information visit {0}.": "Weitere Informationen finden Sie unter {0}.",
5152
"For more information about the 'console' field, see {0}": "Weitere Informationen zum Feld \"Konsole\" finden Sie unter {0}",
@@ -72,6 +73,7 @@
7273
"Open envFile": "envFile öffnen",
7374
"Operating system \"{0}\" not supported.": "Das Betriebssystem \"{0}\" wird nicht unterstützt.",
7475
"Perform the actions (or no action) that resulted in your Razor issue": "Führen Sie die Aktionen (oder keine Aktion) aus, die zu Ihrem Razor-Problem geführt haben.",
76+
"Pick a fix all scope": "Pick a fix all scope",
7577
"Pipe transport failed to get OS and processes.": "Der Pipetransport konnte das Betriebssystem und die Prozesse nicht abrufen.",
7678
"Please fill in this section": "Füllen Sie diesen Abschnitt aus.",
7779
"Press {0}": "Drücken Sie {0}",
@@ -150,7 +152,7 @@
150152
"[ERROR]: C# Extension failed to install the debugger package.": "[FEHLER]: Fehler beim Installieren des Debuggerpakets durch die C#-Erweiterung.",
151153
"dotnet.server.useOmnisharp option has changed. Please reload the window to apply the change": "Die Option \"dotnet.server.useOmnisharp\" wurde geändert. Laden Sie das Fenster neu, um die Änderung anzuwenden.",
152154
"pipeArgs must be a string or a string array type": "pipeArgs muss eine Zeichenfolge oder ein Zeichenfolgenarraytyp sein.",
153-
"{0} Keyword": "{0} Keyword",
155+
"{0} Keyword": "{0}-Schlüsselwort",
154156
"{0} references": "{0} Verweise",
155157
"{0}, paste your issue contents as the body of the issue. Don't forget to fill out any details left unfilled.": "{0}, fügen Sie den Inhalt des Problems als Textkörper des Problems ein. Vergessen Sie nicht, alle nicht ausgefüllten Details auszufüllen."
156158
}

l10n/bundle.l10n.es.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Failed to set debugadpter directory": "No se pudo establecer el directorio debugadpter",
4747
"Failed to set extension directory": "No se pudo establecer el directorio de la extensión",
4848
"Failed to set install complete file path": "No se pudo establecer la ruta de acceso completa del archivo de instalación",
49+
"Fix All Code Action": "Fix All Code Action",
4950
"For further information visit {0}": "Para obtener más información, visite {0}",
5051
"For further information visit {0}.": "Para obtener más información, visite {0}.",
5152
"For more information about the 'console' field, see {0}": "Para obtener más información sobre el campo \"consola\", consulte {0}",
@@ -72,6 +73,7 @@
7273
"Open envFile": "Abrir envFile",
7374
"Operating system \"{0}\" not supported.": "No se admite el sistema operativo \"{0}\".",
7475
"Perform the actions (or no action) that resulted in your Razor issue": "Realizar las acciones (o ninguna acción) que provocaron el problema de Razor",
76+
"Pick a fix all scope": "Pick a fix all scope",
7577
"Pipe transport failed to get OS and processes.": "El transporte de canalización no pudo obtener el sistema operativo y los procesos.",
7678
"Please fill in this section": "Rellene esta sección",
7779
"Press {0}": "Presionar {0}",

l10n/bundle.l10n.fr.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Failed to set debugadpter directory": "Échec de la définition du répertoire debugadpter",
4747
"Failed to set extension directory": "Échec de la définition du répertoire d’extensions",
4848
"Failed to set install complete file path": "Échec de la définition du chemin d’accès complet à l’installation",
49+
"Fix All Code Action": "Fix All Code Action",
4950
"For further information visit {0}": "Pour plus d’informations, consultez {0}",
5051
"For further information visit {0}.": "Pour plus d’informations, consultez {0}.",
5152
"For more information about the 'console' field, see {0}": "Pour plus d’informations sur le champ « console », consultez {0}",
@@ -72,6 +73,7 @@
7273
"Open envFile": "Ouvrir envFile",
7374
"Operating system \"{0}\" not supported.": "Système d'exploitation \"{0}\" non pris en charge.",
7475
"Perform the actions (or no action) that resulted in your Razor issue": "Effectuez les actions (ou aucune action) ayant entraîné votre problème Razor",
76+
"Pick a fix all scope": "Pick a fix all scope",
7577
"Pipe transport failed to get OS and processes.": "Le transport de canal n'a pas pu obtenir le système d'exploitation et les processus.",
7678
"Please fill in this section": "Veuillez remplir cette section",
7779
"Press {0}": "Appuyez sur {0}",

l10n/bundle.l10n.it.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Failed to set debugadpter directory": "Non è stato possibile impostare la directory dell'elenco di debug",
4747
"Failed to set extension directory": "Non è stato possibile impostare la directory delle estensioni",
4848
"Failed to set install complete file path": "Non è stato possibile impostare il percorso completo del file di installazione",
49+
"Fix All Code Action": "Fix All Code Action",
4950
"For further information visit {0}": "Per ulteriori informazioni, visitare {0}",
5051
"For further information visit {0}.": "Per ulteriori informazioni, visitare {0}.",
5152
"For more information about the 'console' field, see {0}": "Per ulteriori informazioni sul campo 'console', vedere {0}",
@@ -72,6 +73,7 @@
7273
"Open envFile": "Apri envFile",
7374
"Operating system \"{0}\" not supported.": "Il sistema operativo \"{0}\" non è supportato.",
7475
"Perform the actions (or no action) that resulted in your Razor issue": "Eseguire le azioni (o nessuna azione) che hanno generato il problema Razor",
76+
"Pick a fix all scope": "Pick a fix all scope",
7577
"Pipe transport failed to get OS and processes.": "Il trasporto pipe non è riuscito a ottenere il sistema operativo e i processi.",
7678
"Please fill in this section": "Compila questa sezione",
7779
"Press {0}": "Premere {0}",

l10n/bundle.l10n.ja.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Failed to set debugadpter directory": "debugadpter ディレクトリを設定できませんでした",
4747
"Failed to set extension directory": "拡張機能ディレクトリを設定できませんでした",
4848
"Failed to set install complete file path": "インストール完了ファイル パスを設定できませんでした",
49+
"Fix All Code Action": "Fix All Code Action",
4950
"For further information visit {0}": "詳細については、{0} を参照してください",
5051
"For further information visit {0}.": "詳細については、{0} を参照してください。",
5152
"For more information about the 'console' field, see {0}": "'console' フィールドの詳細については、{0} を参照してください",
@@ -72,6 +73,7 @@
7273
"Open envFile": "envFile を開く",
7374
"Operating system \"{0}\" not supported.": "オペレーティング システム \"{0}\" はサポートされていません。",
7475
"Perform the actions (or no action) that resulted in your Razor issue": "Razor の問題の原因となったアクションを実行します (またはアクションを実行しません)",
76+
"Pick a fix all scope": "Pick a fix all scope",
7577
"Pipe transport failed to get OS and processes.": "パイプ トランスポートで OS とプロセスを取得できませんでした。",
7678
"Please fill in this section": "このセクションに入力してください",
7779
"Press {0}": "{0} を押す",

l10n/bundle.l10n.ko.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Failed to set debugadpter directory": "debugadpter 디렉터리를 설정하지 못했습니다.",
4747
"Failed to set extension directory": "확장 디렉터리를 설정하지 못했습니다.",
4848
"Failed to set install complete file path": "설치 완료 파일 경로를 설정하지 못했습니다.",
49+
"Fix All Code Action": "Fix All Code Action",
4950
"For further information visit {0}": "자세한 내용은 {0}을(를) 방문하세요.",
5051
"For further information visit {0}.": "자세한 내용은 {0}을(를) 방문하세요.",
5152
"For more information about the 'console' field, see {0}": "'콘솔' 필드에 대한 자세한 내용은 {0}을(를) 참조하세요.",
@@ -72,6 +73,7 @@
7273
"Open envFile": "환경 파일 열기",
7374
"Operating system \"{0}\" not supported.": "운영 체제 \"{0}\"은(는) 지원되지 않습니다.",
7475
"Perform the actions (or no action) that resulted in your Razor issue": "Razor 문제의 원인이 된 작업 수행(또는 아무 작업도 수행하지 않음)",
76+
"Pick a fix all scope": "Pick a fix all scope",
7577
"Pipe transport failed to get OS and processes.": "파이프 전송이 OS 및 프로세스를 가져오지 못했습니다.",
7678
"Please fill in this section": "이 섹션을 작성하세요.",
7779
"Press {0}": "{0} 누르기",

l10n/bundle.l10n.pl.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Failed to set debugadpter directory": "Nie można ustawić katalogu debugadpter",
4747
"Failed to set extension directory": "Nie można ustawić katalogu rozszerzenia",
4848
"Failed to set install complete file path": "Nie można ustawić pełnej ścieżki pliku instalacji",
49+
"Fix All Code Action": "Fix All Code Action",
4950
"For further information visit {0}": "Aby uzyskać więcej informacji, odwiedź witrynę {0}",
5051
"For further information visit {0}.": "Aby uzyskać więcej informacji, odwiedź witrynę {0}.",
5152
"For more information about the 'console' field, see {0}": "Aby uzyskać więcej informacji o polu „console”, zobacz {0}",
@@ -72,6 +73,7 @@
7273
"Open envFile": "Otwórz plik envFile",
7374
"Operating system \"{0}\" not supported.": "System operacyjny „{0}” nie jest obsługiwany.",
7475
"Perform the actions (or no action) that resulted in your Razor issue": "Wykonaj akcje (lub brak akcji), które spowodowały problem z aparatem Razor",
76+
"Pick a fix all scope": "Pick a fix all scope",
7577
"Pipe transport failed to get OS and processes.": "Transport potokowy nie może pobrać systemu operacyjnego i procesów.",
7678
"Please fill in this section": "Wypełnij tę sekcję",
7779
"Press {0}": "Naciśnij {0}",

l10n/bundle.l10n.pt-br.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"Failed to set debugadpter directory": "Falha ao definir o diretório de depuração",
4747
"Failed to set extension directory": "Falha ao configurar o diretório da extensão",
4848
"Failed to set install complete file path": "Falha ao configurar o caminho do arquivo para concluir a instalação",
49+
"Fix All Code Action": "Fix All Code Action",
4950
"For further information visit {0}": "Para obter mais informações, acesse {0}",
5051
"For further information visit {0}.": "Para obter mais informações, visite {0}.",
5152
"For more information about the 'console' field, see {0}": "Para obter mais informações sobre o campo \"console\", confira {0}",
@@ -72,6 +73,7 @@
7273
"Open envFile": "Abrir o envFile",
7374
"Operating system \"{0}\" not supported.": "Não há suporte para o sistema operacional \"{0}\".",
7475
"Perform the actions (or no action) that resulted in your Razor issue": "Execute as ações (ou nenhuma ação) que resultaram no problema do seu Razor",
76+
"Pick a fix all scope": "Pick a fix all scope",
7577
"Pipe transport failed to get OS and processes.": "O transporte de pipe falhou ao obter o SO e os processos.",
7678
"Please fill in this section": "Preencha esta seção",
7779
"Press {0}": "Pressione {0}",

0 commit comments

Comments
 (0)