diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/ApplicationPropertyPage.xaml b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/ApplicationPropertyPage.xaml index e4fce7a468..f67f7ac40b 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/ApplicationPropertyPage.xaml +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/ApplicationPropertyPage.xaml @@ -15,6 +15,10 @@ + + @@ -288,4 +292,45 @@ DisplayName="Resource file" /> + + + + + + + (has-evaluated-value "Application" "NuGetAudit" true) + + + + + + + + + + (has-evaluated-value "Application" "NuGetAudit" true) + + + + + + + + diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.cs.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.cs.xlf index fccc725ff3..f742a0d3af 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.cs.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.cs.xlf @@ -12,6 +12,16 @@ Automaticky generovat přesměrování vazeb + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. Povolí pro tento projekt WPF. @@ -32,6 +42,16 @@ Windows Forms + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. Obecná nastavení pro aplikaci @@ -122,6 +142,26 @@ platforma + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. Určuje typ aplikace, která se má sestavit. @@ -142,6 +182,36 @@ Prostředky + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application Konzolová aplikace diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.de.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.de.xlf index fcbc1f25ed..98e98eed84 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.de.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.de.xlf @@ -12,6 +12,16 @@ Bindungsumleitungen automatisch generieren + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. Hiermit wird WPF für dieses Projekt aktiviert. @@ -32,6 +42,16 @@ Windows Forms + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. Allgemeine Einstellungen für die Anwendung. @@ -122,6 +142,26 @@ Plattform + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. Hiermit wird der Typ der zu erstellenden Anwendung angegeben. @@ -142,6 +182,36 @@ Ressourcen + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application Konsolenanwendung diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.es.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.es.xlf index fc0b4cc01e..a1ddd293db 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.es.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.es.xlf @@ -12,6 +12,16 @@ Generación automática de redirecciones de enlace + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. Habilite WPF para este proyecto. @@ -32,6 +42,16 @@ Windows Forms + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. Configuración general de la aplicación. @@ -122,6 +142,26 @@ plataforma + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. Especifica el tipo de aplicación para compilar. @@ -142,6 +182,36 @@ Recursos + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application Aplicación de consola diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.fr.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.fr.xlf index 6aee1bc912..89d9127285 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.fr.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.fr.xlf @@ -12,6 +12,16 @@ Générer automatiquement les redirections de liaison + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. Activez WPF pour ce projet. @@ -32,6 +42,16 @@ Windows Forms + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. Paramètres généraux de l'application. @@ -122,6 +142,26 @@ plateforme + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. Spécifie le type d'application à générer. @@ -142,6 +182,36 @@ Ressources + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application Application console diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.it.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.it.xlf index 2572afa6d0..c482025f4b 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.it.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.it.xlf @@ -12,6 +12,16 @@ Genera automaticamente reindirizzamenti di binding + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. Abilita WPF per questo progetto. @@ -32,6 +42,16 @@ Windows Forms + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. Impostazioni generali per l'applicazione. @@ -122,6 +142,26 @@ piattaforma + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. Specifica il tipo di applicazione da compilare. @@ -142,6 +182,36 @@ Risorse + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application Applicazione console diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.ja.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.ja.xlf index 46bc24e924..93e7800e28 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.ja.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.ja.xlf @@ -12,6 +12,16 @@ バインド リダイレクトの自動生成 + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. このプロジェクトで WPF を有効にします。 @@ -32,6 +42,16 @@ Windows フォーム + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. アプリケーションの全般設定です。 @@ -122,6 +142,26 @@ プラットフォーム + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. ビルドするアプリケーションの種類を指定します。 @@ -142,6 +182,36 @@ リソース + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application コンソール アプリケーション diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.ko.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.ko.xlf index 12b0dda639..c2078127f5 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.ko.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.ko.xlf @@ -12,6 +12,16 @@ 바인딩 리디렉션 자동 생성 + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. 이 프로젝트에 WPF를 사용하도록 설정합니다. @@ -32,6 +42,16 @@ Windows Forms + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. 애플리케이션의 일반 설정입니다. @@ -122,6 +142,26 @@ 플랫폼 + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. 빌드할 애플리케이션의 유형을 지정합니다. @@ -142,6 +182,36 @@ 리소스 + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application 콘솔 애플리케이션 diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.pl.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.pl.xlf index 4364427471..4dd96f88b4 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.pl.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.pl.xlf @@ -12,6 +12,16 @@ Automatycznie generowane przekierowania powiązań + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. Włącz funkcję WPF dla tego projektu. @@ -32,6 +42,16 @@ Windows Forms + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. Ustawienia ogólne aplikacji. @@ -122,6 +142,26 @@ platforma + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. Określa typ aplikacji do skompilowania. @@ -142,6 +182,36 @@ Zasoby + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application Aplikacja konsolowa diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.pt-BR.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.pt-BR.xlf index da61b3a1ad..31027b5923 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.pt-BR.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.pt-BR.xlf @@ -12,6 +12,16 @@ Gerar automaticamente redirecionamentos de associação + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. Habilita o WPF para este projeto. @@ -32,6 +42,16 @@ Windows Forms + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. Configurações gerais do aplicativo. @@ -122,6 +142,26 @@ plataforma + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. Especifica o tipo de aplicativo a ser compilado. @@ -142,6 +182,36 @@ Recursos + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application Aplicativo do Console diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.ru.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.ru.xlf index 0c5a6c77ea..f4d12022ce 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.ru.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.ru.xlf @@ -12,6 +12,16 @@ Автоматически создавать перенаправления привязок + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. Включите WPF для этого проекта. @@ -32,6 +42,16 @@ Windows Forms + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. Общие параметры приложения. @@ -122,6 +142,26 @@ платформа + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. Указывает тип собираемого приложения. @@ -142,6 +182,36 @@ Ресурсы + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application Консольное приложение diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.tr.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.tr.xlf index 3ab0578bf5..f81a30f3f8 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.tr.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.tr.xlf @@ -12,6 +12,16 @@ Otomatik olarak, bağlama yeniden yönlendirmeleri oluşturma + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. Bu proje için WPF'yi etkinleştirin. @@ -32,6 +42,16 @@ Windows Forms + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. Uygulamanın genel ayarları. @@ -122,6 +142,26 @@ platform + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. Derlenecek uygulamanın türünü belirtir. @@ -142,6 +182,36 @@ Kaynaklar + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application Konsol Uygulaması diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.zh-Hans.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.zh-Hans.xlf index 2111517a0b..31f532f181 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.zh-Hans.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.zh-Hans.xlf @@ -12,6 +12,16 @@ 自动生成绑定重定向 + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. 为该项目启用 WPF。 @@ -32,6 +42,16 @@ Windows 窗体 + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. 应用程序的常规设置。 @@ -122,6 +142,26 @@ 平台 + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. 指定要生成的应用程序的类型。 @@ -142,6 +182,36 @@ 资源 + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application 控制台应用程序 diff --git a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.zh-Hant.xlf b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.zh-Hant.xlf index 6092566cca..27c1189c7a 100644 --- a/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.zh-Hant.xlf +++ b/src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/Rules/PropertyPages/xlf/ApplicationPropertyPage.xaml.zh-Hant.xlf @@ -12,6 +12,16 @@ 自動產生繫結重新導向 + + Audit package dependencies for security vulnerabilities. + Audit package dependencies for security vulnerabilities. + + + + Audit NuGet dependencies + Audit NuGet dependencies + + Enable WPF for this project. 為此專案啟用 WPF。 @@ -32,6 +42,16 @@ Windows Forms + + Dependency management settings for the application. + Dependency management settings for the application. + + + + Dependencies + Dependencies + + General settings for the application. 應用程式的一般設定。 @@ -122,6 +142,26 @@ 平台 + + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + The minimum vulnerability severity level to report when a package has a known vulnerability. Known vulnerabilities with a lower severity level will not be reported.. + + + + Audit Severity Level + Audit Severity Level + + + + Specifies which packages to include in the audit. + Specifies which packages to include in the audit. + + + + Audit Mode + Audit Mode + + Specifies the type of application to build. 指定要建置的應用程式類型。 @@ -142,6 +182,36 @@ 資源 + + Critical + Critical + + + + High + High + + + + Low + Low + + + + Moderate + Moderate + + + + All dependencies (direct and transitive) + All dependencies (direct and transitive) + + + + Direct dependencies + Direct dependencies + + Console Application 主控台應用程式