Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.nls.pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"configuration.dotnet.completion.showCompletionItemsFromUnimportedNamespaces": "Habilita o suporte para mostrar tipos não importados e métodos de extensão não importados em listas de conclusão. Quando confirmada, a diretiva using apropriada será adicionada no topo do arquivo atual.",
"configuration.dotnet.completion.showNameCompletionSuggestions": "Execute a conclusão automática do nome do objeto para os membros que você selecionou recentemente.",
"configuration.dotnet.completion.triggerCompletionInArgumentLists": "Mostrar automaticamente a lista de conclusão nas listas de argumentos",
"configuration.dotnet.defaultSolution.description": "The path of the default solution to be opened in the workspace when multiple solutions are available.",
"configuration.dotnet.defaultSolution.description": "O caminho da solução padrão a ser aberta no espaço de trabalho quando várias soluções estiverem disponíveis.",
"configuration.dotnet.diagnostics.reportInformationAsHint": "Habilite essa configuração para reduzir as distrações visuais no seu editor. Problemas de informações serão relatados como dicas e só ficarão visíveis quando o pop-up de ações de código estiver aberto. (Requer reinicialização da extensão)",
"configuration.dotnet.enableXamlTools": "Habilita as ferramentas XAML ao usar o Kit de Desenvolvimento C#. (Requer reinicialização da extensão)",
"configuration.dotnet.formatting.organizeImportsOnFormat": "Especifica se as diretivas “usando” devem ser agrupadas e classificadas durante a formatação do documento.",
Expand Down Expand Up @@ -77,15 +77,15 @@
"configuration.dotnet.server.crashDumpPath": "Define um caminho de pasta onde os despejos de memória serão gravados se o servidor de idioma travar. Deve ser gravável pelo usuário. (Requer reinicialização da extensão)",
"configuration.dotnet.server.environmentVariables": "Variáveis de ambiente personalizadas para passar ao processo do servidor de linguagem. Especifique como pares chave-valor, por exemplo: { \"DOTNET_GCName\": \"libclrgc.dylib\" }. (Requer reinicialização da extensão)",
"configuration.dotnet.server.extensionPaths": "Substituir o caminho para os argumentos --extension do servidor de idiomas",
"configuration.dotnet.server.path": "Specifies the absolute path to the server (LSP or O#) executable. When left empty the version pinned to the C# Extension is used. (Requires extension restart)",
"configuration.dotnet.server.path": "Especifica o caminho absoluto para o executável do servidor (LSP ou O#). Quando deixado vazio, é usada a versão vinculada à Extensão C#. (Requer reinicialização da extensão)",
"configuration.dotnet.server.sourceGeneratorExecution": "Controla quando os geradores de origem são executados. (Requer reinicialização da extensão)",
"configuration.dotnet.server.sourceGeneratorExecution.automatic": "Os geradores de origem são executados automaticamente conforme os tipos de usuário.",
"configuration.dotnet.server.sourceGeneratorExecution.balanced": "Os geradores de origem são executados após uma ação explícita do usuário, incluindo salvar, compilar ou o comando [Executar novamente geradores de origem](command:csharp.rerunSourceGenerators).",
"configuration.dotnet.server.startTimeout": "Especifica um tempo limite (em ms) para o cliente iniciar e conectar-se com êxito ao servidor de idioma.",
"configuration.dotnet.server.suppressLspErrorToasts": "Suprime a exibição de notificações do erro se o servidor encontrar um erro recuperável.",
"configuration.dotnet.server.suppressMiscellaneousFilesToasts": "Suprima a exibição de notificações de aviso do sistema se o documento ativo estiver fora do workspace aberto.",
"configuration.dotnet.server.useServerGC": "Configurar o servidor de linguagem para usar a coleta de lixo do servidor do .NET. A GC do servidor geralmente fornece melhor desempenho às custas de um maior consumo de memória. (Requer reinicialização da extensão)",
"configuration.dotnet.server.waitForDebugger": "Passes the --debug flag when launching the server to allow a debugger to be attached. (Requires extension restart)",
"configuration.dotnet.server.waitForDebugger": "Passa a opção --debug ao iniciar o servidor para permitir que um depurador seja conectado. (Requer reinicialização da extensão)",
"configuration.dotnet.symbolSearch.searchReferenceAssemblies": "Pesquisar símbolos em montagens de referência. Afeta os recursos que exigem pesquisa de símbolos, como adicionar importações.",
"configuration.dotnet.typeMembers.memberInsertionLocation": "O local de inserção de propriedades, eventos e métodos Ao implementar interface ou classe abstrata.",
"configuration.dotnet.typeMembers.memberInsertionLocation.atTheEnd": "Coloque-os no final.",
Expand All @@ -94,7 +94,7 @@
"configuration.dotnet.typeMembers.propertyGenerationBehavior.preferAutoProperties": "Preferir propriedades automáticas.",
"configuration.dotnet.typeMembers.propertyGenerationBehavior.preferThrowingProperties": "Preferir propriedades de lançamento.",
"configuration.dotnet.unitTestDebuggingOptions": "Opções a serem usadas com o depurador ao iniciar a depuração de teste de unidade. (Anteriormente `csharp.unitTestDebuggingOptions`)",
"configuration.dotnet.unitTests.runSettingsPath": "Path to the .runsettings file which should be used when running unit tests.",
"configuration.dotnet.unitTests.runSettingsPath": "Caminho para o arquivo .runsettings que deve ser usado ao executar os testes unitários.",
"configuration.omnisharp.autoStart": "Especifica se o servidor OmniSharp será iniciado automaticamente ou não. Se for falso, o OmniSharp pode ser iniciado com o comando \"Reiniciar OmniSharp'",
"configuration.omnisharp.csharp.format.enable": "Habilitar/desabilitar o formatador JSON padrão (requer reinicialização).",
"configuration.omnisharp.csharp.maxProjectFileCountForDiagnosticAnalysis": "Especifica o número máximo de arquivos para os quais os diagnósticos são relatados em todo o espaço de trabalho. Se esse limite for excedido, o diagnóstico será mostrado somente para os arquivos abertos no momento. Especifique 0 ou menos para desabilitar completamente o limite.",
Expand Down
8 changes: 4 additions & 4 deletions package.nls.zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"configuration.dotnet.completion.showCompletionItemsFromUnimportedNamespaces": "啟用在完成清單中顯示未匯入的類型和未匯入的擴充方法的支援。認可時,適當的 using 指示詞會新增到目前檔案的頂端。",
"configuration.dotnet.completion.showNameCompletionSuggestions": "為您最近選取的成員執行自動物件名稱完成。",
"configuration.dotnet.completion.triggerCompletionInArgumentLists": "自動在引數清單中顯示自動完成清單",
"configuration.dotnet.defaultSolution.description": "The path of the default solution to be opened in the workspace when multiple solutions are available.",
"configuration.dotnet.defaultSolution.description": "當工作區中有多個解決方案可用時,預設要開啟的解決方案路徑。",
"configuration.dotnet.diagnostics.reportInformationAsHint": "啟用此設定以減少您編輯器中的視覺干擾。資訊問題將以提示的形式回報,並且僅在程式碼動作快顯視窗開啟時顯示。(需要重新啟動延伸模組)",
"configuration.dotnet.enableXamlTools": "使用 C# 開發人員套件時啟用 XAML 工具。(需要重新啟動延伸模組)",
"configuration.dotnet.formatting.organizeImportsOnFormat": "指定在文件格式化期間,是否應該將 'using' 指示詞分組和排序。",
Expand Down Expand Up @@ -77,15 +77,15 @@
"configuration.dotnet.server.crashDumpPath": "設定當語言伺服器當機時要寫入當機傾印的資料夾路徑。 必須可由使用者寫入。(需要重新啟動延伸模組)",
"configuration.dotnet.server.environmentVariables": "自訂環境變數以傳遞給語言伺服器程序。以索引鍵值組形式指定,例如: { \"DOTNET_GCName\": \"libclrgc.dylib\" }。(需要重新啟動延伸模組)",
"configuration.dotnet.server.extensionPaths": "覆寫語言伺服器 --extension 引數的路徑",
"configuration.dotnet.server.path": "Specifies the absolute path to the server (LSP or O#) executable. When left empty the version pinned to the C# Extension is used. (Requires extension restart)",
"configuration.dotnet.server.path": "指定伺服器 (LSP O#) 可執行檔的絕對路徑。保留空白時,會使用釘選到 C# 延伸模組的版本。(需要重新啟動延伸模組)",
"configuration.dotnet.server.sourceGeneratorExecution": "控制來源產生器執行的時間。(需要重新啟動延伸模組)",
"configuration.dotnet.server.sourceGeneratorExecution.automatic": "來源產生器會在使用者輸入時自動執行。",
"configuration.dotnet.server.sourceGeneratorExecution.balanced": "來源產生器會在明確的使用者動作之後執行,包括儲存、建置或 [重新執行來源產生器](command:csharp.rerunSourceGenerators) 命令。",
"configuration.dotnet.server.startTimeout": "指定用戶端順利啟動並連接到語言伺服器的逾時 (毫秒)。",
"configuration.dotnet.server.suppressLspErrorToasts": "如果伺服器發生可復原的錯誤,隱藏不顯示錯誤快顯通知。",
"configuration.dotnet.server.suppressMiscellaneousFilesToasts": "如果使用中文件在開啟中工作區之外,則抑制顯示警告快顯通知。",
"configuration.dotnet.server.useServerGC": "設定語言伺服器以使用 .NET 伺服器記憶體回收。 伺服器記憶體回收通常會在記憶體耗用量較高時提供較佳的效能。(需要重新啟動延伸模組)",
"configuration.dotnet.server.waitForDebugger": "Passes the --debug flag when launching the server to allow a debugger to be attached. (Requires extension restart)",
"configuration.dotnet.server.waitForDebugger": "啟動伺服器時傳遞 --debug 旗標,以允許連結偵錯工具。(需要重新啟動延伸模組)",
"configuration.dotnet.symbolSearch.searchReferenceAssemblies": "在參考組件中搜尋符號。這會影響需要符號搜尋的功能,例如新增匯入。",
"configuration.dotnet.typeMembers.memberInsertionLocation": "實作介面或抽象類別時,屬性、事件和方法的插入位置。",
"configuration.dotnet.typeMembers.memberInsertionLocation.atTheEnd": "將它們放置在結尾。",
Expand All @@ -94,7 +94,7 @@
"configuration.dotnet.typeMembers.propertyGenerationBehavior.preferAutoProperties": "建議使用自動屬性。",
"configuration.dotnet.typeMembers.propertyGenerationBehavior.preferThrowingProperties": "建議使用擲回屬性。",
"configuration.dotnet.unitTestDebuggingOptions": "啟動單元測試偵錯時搭配偵錯工具使用的選項。(先前為 `csharp.unitTestDebuggingOptions`)",
"configuration.dotnet.unitTests.runSettingsPath": "Path to the .runsettings file which should be used when running unit tests.",
"configuration.dotnet.unitTests.runSettingsPath": "執行單元測試時應該使用的 .runsettings 檔案路徑。",
"configuration.omnisharp.autoStart": "指定 OmniSharp 伺服器是否將自動啟動。如果為 False,則可以使用 'Restart OmniSharp' 命令來啟動 OmniSharp",
"configuration.omnisharp.csharp.format.enable": "啟用/停用預設 C# 格式器 (需要重新啟動)。",
"configuration.omnisharp.csharp.maxProjectFileCountForDiagnosticAnalysis": "指定整個工作區報告診斷的檔案數上限。如果超過此限制,則將只會針對目前開啟的檔案顯示診斷。指定 0 或更少以完全停用限制。",
Expand Down
Loading