diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.cs.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.cs.xlf index b7da4fa74d4..748f03398e0 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.cs.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.cs.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Přidat DesignerSerializationVisibilityAttribute do vlastnosti @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + Podporované jsou jen projekty, kde OutputType={0}. Unsupported project type - Unsupported project type + Nepodporovaný typ projektu ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException: Vlastnost projektu {0} nemůžete nastavit na {1}. ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException: Vlastnost projektu {0} nemůžete nastavit na {1}. Důvod: {2}. Unsupported property value - Unsupported property value + Nepodporovaná hodnota vlastnosti A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Vlastnost by měla určit serializaci obsahu vlastnosti pomocí metody DesignerSerializationVisibilityAttribute, DefaultValueAttribute nebo ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + Vlastnost {0} nekonfiguruje serializaci kódu pro obsah vlastnosti. Missing code serialization configuration for property content - Missing code serialization configuration for property content + Chybí konfigurace serializace kódu pro obsah vlastnosti diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.de.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.de.xlf index 2fc05fab64e..d4de38ebfe7 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.de.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.de.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Hinzufügen von DesignerSerializationVisibilityAttribute zur Eigenschaft @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + Nur Projekte mit "OutputType={0}" werden unterstützt. Unsupported project type - Unsupported project type + Nicht unterstützter Projekttyp ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException: Die Projekteigenschaft "{0}" kann nicht auf "{1}" festgelegt werden. ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException: Die Projekteigenschaft "{0}" kann nicht auf "{1}" festgelegt werden. Grund: {2}. Unsupported property value - Unsupported property value + Nicht unterstützter Eigenschaftswert A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Eine Eigenschaft sollte ihre Eigenschafteninhaltsserialisierung mit der DesignerSerializationVisibilityAttribute-, DefaultValueAttribute- oder ShouldSerializeProperty-Methode bestimmen. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + Die Eigenschaft "{0}" konfiguriert die Codeserialisierung für ihren Eigenschafteninhalt nicht. Missing code serialization configuration for property content - Missing code serialization configuration for property content + Fehlende Codeserialisierungskonfiguration für Eigenschafteninhalt diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.es.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.es.xlf index b35d9e057e6..ec2c660fbce 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.es.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.es.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Agregar DesignerSerializationVisibilityAttribute a la propiedad @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + Solo se admiten proyectos con "OutputType={0}". Unsupported project type - Unsupported project type + No se admite el tipo de proyecto ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException: la propiedad de proyecto '{0}' no se puede establecer en '{1}' ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException: la propiedad de proyecto "{0}" no se puede establecer en "{1}". Razón: {2}. Unsupported property value - Unsupported property value + No se admite el valor de la propiedad A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Una propiedad debe determinar su serialización de contenido de propiedad con el método DesignerSerializationVisibilityAttribute, DefaultValueAttribute o ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + La propiedad "{0}" no configura la serialización de código para su contenido de propiedad Missing code serialization configuration for property content - Missing code serialization configuration for property content + Falta la configuración de serialización de código para el contenido de la propiedad diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.fr.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.fr.xlf index 24dcdcf1ad0..aa282fc4831 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.fr.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.fr.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Ajouter DesignerSerializationVisibilityAttribute à une propriété @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + Seuls les projets avec «OutputType={0}» pris en charge Unsupported project type - Unsupported project type + Type de projet non pris en charge ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException : la propriété de projet «{0}» ne peut pas être définie sur «{1}» ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException : la propriété de projet « {0} » ne peut pas être définie sur « {1} ». Raison : {2}. Unsupported property value - Unsupported property value + Valeur de propriété non prise en charge A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Une propriété doit déterminer la sérialisation du contenu de sa propriété avec la méthode DesignerSerializationVisibilityAttribute, DefaultValueAttribute ou ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + La propriété « {0} » ne configure pas la sérialisation du code pour son contenu de propriété Missing code serialization configuration for property content - Missing code serialization configuration for property content + Configuration de sérialisation de code manquante pour le contenu de la propriété diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.it.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.it.xlf index 7d50d6648d8..aa29097ed88 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.it.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.it.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Aggiungi DesignerSerializationVisibilityAttribute alla proprietà @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + Sono supportati solo i progetti con 'OutputType={0}' Unsupported project type - Unsupported project type + Tipo di progetto non supportato ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException: la proprietà di progetto '{0}' non può essere impostata su '{1}' ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException: la proprietà di progetto '{0}' non può essere impostata su '{1}'. Motivo: {2}. Unsupported property value - Unsupported property value + Valore di proprietà non supportato A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Una proprietà deve determinare la serializzazione del proprio contenuto con il metodo DesignerSerializationVisibilityAttribute, DefaultValueAttribute o ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + La proprietà '{0}' non configura la serializzazione del codice per il relativo contenuto della proprietà Missing code serialization configuration for property content - Missing code serialization configuration for property content + Configurazione di serializzazione del codice mancante per il contenuto della proprietà diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.ja.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.ja.xlf index 8a882ad8d6c..72c0e22704d 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.ja.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.ja.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + DesignerSerializationVisibilityAttribute をプロパティに追加する @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + 'OutputType ={0}' のプロジェクトのみがサポートされています Unsupported project type - Unsupported project type + サポートされていないプロジェクトの種類 ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException: プロジェクト プロパティ '{0}' を '{1}' に設定することはできません ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException: プロジェクト プロパティ '{0}' を '{1}' に設定することはできません。理由: {2}。 Unsupported property value - Unsupported property value + サポートされていないプロパティの値 A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + プロパティは、DesignerSerializationVisibilityAttribute メソッド、DefaultValueAttribute メソッド、または ShouldSerializeProperty メソッドを使用してプロパティ コンテンツのシリアル化を決定する必要があります。 Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + プロパティ '{0}' は、プロパティ コンテンツのコード シリアル化を構成しません Missing code serialization configuration for property content - Missing code serialization configuration for property content + プロパティ コンテンツのコード シリアル化構成がありません diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.ko.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.ko.xlf index a5565e3958d..9a03b436177 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.ko.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.ko.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + DesignerSerializationVisibilityAttribute를 속성에 추가 @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + 'OutputType={0}'인 프로젝트만 지원됨 Unsupported project type - Unsupported project type + 지원되지 않는 프로젝트 유형 ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException: 프로젝트 속성 '{0}'을(를) '{1}'(으)로 설정할 수 없음 ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException: 프로젝트 속성 '{0}'을(를) '{1}'(으)로 설정할 수 없습니다. 이유: {2}. Unsupported property value - Unsupported property value + 지원되지 않는 속성 값 A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + 속성은 DesignerSerializationVisibilityAttribute, DefaultValueAttribute 또는 ShouldSerializeProperty 메서드를 사용하여 속성 콘텐츠 직렬화를 결정해야 합니다. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + '{0}'속성은 해당 속성 콘텐츠에 대한 코드 직렬화를 구성하지 않습니다. Missing code serialization configuration for property content - Missing code serialization configuration for property content + 속성 콘텐츠에 대한 코드 직렬화 구성이 없습니다. diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.pl.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.pl.xlf index 6329a26a159..65b99b8e6de 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.pl.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.pl.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Dodaj element DesignerSerializationVisibilityAttribute do właściwości @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + Obsługiwane są tylko projekty z parametrem „OutputType={0}” Unsupported project type - Unsupported project type + Nieobsługiwany typ projektu ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException: Właściwość projektu „{0}” nie może mieć wartości „{1}” ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException: właściwość projektu „{0}” nie może mieć wartości „{1}”. Przyczyna: {2}. Unsupported property value - Unsupported property value + Nieobsługiwana wartość właściwości A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Właściwość powinna określać serializację zawartości właściwości za pomocą metody DesignerSerializationVisibilityAttribute, DefaultValueAttribute lub ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + Właściwość „{0}” nie konfiguruje serializacji kodu dla jej zawartości właściwości Missing code serialization configuration for property content - Missing code serialization configuration for property content + Brak konfiguracji serializacji kodu dla zawartości właściwości diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.pt-BR.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.pt-BR.xlf index 0e7c307b8b0..5b9bf78c7a7 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.pt-BR.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.pt-BR.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Adicionar o DesignerSerializationVisibilityAttribute à propriedade @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + Apenas projetos com 'OutputType={0}' suportados Unsupported project type - Unsupported project type + Tipo de projeto não suportado ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException: A propriedade do projeto '{0}' não pode ser definida como '{1}' ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException: A propriedade de projeto '{0}' não pode ser definida como '{1}'. Motivo: {2}. Unsupported property value - Unsupported property value + Valor de propriedade não suportado A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Uma propriedade deve determinar a serialização do conteúdo da sua propriedade com o DesignerSerializationVisibilityAttribute, DefaultValueAttribute ou o método ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + A propriedade '{0}' não configura a serialização de código para seu conteúdo de propriedade Missing code serialization configuration for property content - Missing code serialization configuration for property content + Configuração de serialização de código ausente para o conteúdo da propriedade diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.ru.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.ru.xlf index c018b1f9397..74762892dfb 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.ru.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.ru.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Добавьте DesignerSerializationVisibilityAttribute в свойство @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + Поддерживаются только проекты с "OutputType ={0}" Unsupported project type - Unsupported project type + Тип проекта не поддерживается ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException: свойство проекта "{0}" не может иметь значение "{1}" ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException: для свойства проекта "{0}" невозможно задать значение "{1}". Причина: {2}. Unsupported property value - Unsupported property value + Значение свойства не поддерживается A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Свойство должно определять сериализацию содержимого своего свойства с помощью свойства DesignerSerializationVisibilityAttribute, DefaultValueAttribute или метода ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + Свойство "{0}" не настраивает сериализацию кода для содержимого его свойства Missing code serialization configuration for property content - Missing code serialization configuration for property content + Отсутствует конфигурация сериализации кода для содержимого свойства diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.tr.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.tr.xlf index fa738d9bc45..27dd6def001 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.tr.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.tr.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Özelliğe DesignerSerializationVisibilityAttribute ekleyin @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + Yalnızca 'OutputType={0}' çıkış türüne sahip projeler destekleniyor Unsupported project type - Unsupported project type + Desteklenmeyen proje türü ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException: '{0}' proje özelliği '{1}' olarak ayarlanamıyor ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException: '{0}' proje özelliği '{1}' olarak ayarlanamıyor. Neden: {2}. Unsupported property value - Unsupported property value + Desteklenmeyen özellik değeri A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Bir özelliğin DesignerSerializationVisibilityAttribute, DefaultValueAttribute veya ShouldSerializeProperty yöntemiyle özellik içeriği serileştirme işlemini belirlemesi gerekir. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + '{0}' özelliği, özellik içeriği için kod serileştirme işlemini yapılandırmıyor. Missing code serialization configuration for property content - Missing code serialization configuration for property content + Özellik içeriği için kod serileştirme yapılandırması eksik diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.zh-Hans.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.zh-Hans.xlf index 012f5c98de4..18f3847a2d4 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.zh-Hans.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.zh-Hans.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + 将 DesignerSerializationVisibilityAttribute 添加到属性 @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + 仅支持“OutputType={0}”的项目 Unsupported project type - Unsupported project type + 不支持的项目类型 ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException: 无法将项目属性“{0}”设置为“{1}” ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException: 无法将项目属性“{0}”设置为“{1}”。原因: {2}。 Unsupported property value - Unsupported property value + 不支持的属性值 A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + 属性应使用 DesignerSerializationVisibilityAttribute、DefaultValueAttribute 或 ShouldSerializeProperty 方法确定其属性内容序列化。 Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + 属性"{0}"没有为其属性内容配置代码序列化 Missing code serialization configuration for property content - Missing code serialization configuration for property content + 缺少属性内容的代码序列化配置 diff --git a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.zh-Hant.xlf b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.zh-Hant.xlf index 30f6ca73680..5de41b5acde 100644 --- a/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.zh-Hant.xlf +++ b/src/System.Windows.Forms.Analyzers.CSharp/src/Resources/xlf/SR.zh-Hant.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + 將 DesignerSerializationVisibilityAttribute 新增至屬性 @@ -29,42 +29,42 @@ Only projects with 'OutputType={0}' supported - Only projects with 'OutputType={0}' supported + 只支援 'OutputType={0}' 的專案 Unsupported project type - Unsupported project type + 不支援的專案類型 ArgumentException: Project property '{0}' cannot be set to '{1}' - ArgumentException: Project property '{0}' cannot be set to '{1}' + ArgumentException: 專案屬性 '{0}' 不能設定為 '{1}' ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. - ArgumentException: Project property '{0}' cannot be set to '{1}'. Reason: {2}. + ArgumentException: 專案屬性 '{0}' 不能設定為 '{1}'。原因: {2}。 Unsupported property value - Unsupported property value + 不支援的屬性值 A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + 屬性應使用 DesignerSerializationVisibilityAttribute、DefaultValueAttribute 或 ShouldSerializeProperty 方法判斷其屬性內容序列化。 Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + 屬性 '{0}' 未設定其屬性內容的程式碼序列化 Missing code serialization configuration for property content - Missing code serialization configuration for property content + 遺失屬性內容的程式碼序列化設定 diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.cs.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.cs.xlf index a83842a2112..4ac0fc56a0b 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.cs.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.cs.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Přidat DesignerSerializationVisibilityAttribute do vlastnosti diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.de.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.de.xlf index 49c8b221cfa..7abe76df012 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.de.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.de.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Hinzufügen von DesignerSerializationVisibilityAttribute zur Eigenschaft diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.es.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.es.xlf index 7380b5cd7bc..8d5878f6c44 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.es.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.es.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Agregar DesignerSerializationVisibilityAttribute a la propiedad diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.fr.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.fr.xlf index b7cf14b2a10..41aa1ba31b0 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.fr.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.fr.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Ajouter DesignerSerializationVisibilityAttribute à la propriété diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.it.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.it.xlf index c0af323b86a..0dde25829e9 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.it.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.it.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Aggiungi DesignerSerializationVisibilityAttribute alla proprietà diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.ja.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.ja.xlf index 338d0fd1fc7..ad39fab7ed6 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.ja.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.ja.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + DesignerSerializationVisibilityAttribute をプロパティに追加する diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.ko.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.ko.xlf index e1690c6d59d..3b4ba0a4683 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.ko.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.ko.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + DesignerSerializationVisibilityAttribute를 속성에 추가 diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.pl.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.pl.xlf index dad0b68d4ab..1e6d6d6bdad 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.pl.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.pl.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Dodaj element DesignerSerializationVisibilityAttribute do właściwości diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.pt-BR.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.pt-BR.xlf index 6f3842c4160..0bf12612310 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.pt-BR.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.pt-BR.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Adicionar o DesignerSerializationVisibilityAttribute à propriedade diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.ru.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.ru.xlf index 90ca9eedf16..9863901b624 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.ru.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.ru.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Добавить DesignerSerializationVisibilityAttribute в свойство diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.tr.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.tr.xlf index 9dbbad8001d..2a6a0de1c2e 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.tr.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.tr.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Özelliğe DesignerSerializationVisibilityAttribute ekleyin diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.zh-Hans.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.zh-Hans.xlf index f599260bdec..c75c64389b6 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.zh-Hans.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.CSharp/Resources/xlf/SR.zh-Hans.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + 将 DesignerSerializationVisibilityAttribute 添加到属性 diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.cs.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.cs.xlf index a83842a2112..4ac0fc56a0b 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.cs.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.cs.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Přidat DesignerSerializationVisibilityAttribute do vlastnosti diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.de.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.de.xlf index 49c8b221cfa..7abe76df012 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.de.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.de.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Hinzufügen von DesignerSerializationVisibilityAttribute zur Eigenschaft diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.es.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.es.xlf index 7380b5cd7bc..8d5878f6c44 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.es.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.es.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Agregar DesignerSerializationVisibilityAttribute a la propiedad diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.fr.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.fr.xlf index b7cf14b2a10..41aa1ba31b0 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.fr.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.fr.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Ajouter DesignerSerializationVisibilityAttribute à la propriété diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.it.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.it.xlf index c0af323b86a..0dde25829e9 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.it.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.it.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Aggiungi DesignerSerializationVisibilityAttribute alla proprietà diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.ja.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.ja.xlf index 338d0fd1fc7..ad39fab7ed6 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.ja.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.ja.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + DesignerSerializationVisibilityAttribute をプロパティに追加する diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.ko.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.ko.xlf index e1690c6d59d..3b4ba0a4683 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.ko.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.ko.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + DesignerSerializationVisibilityAttribute를 속성에 추가 diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.pl.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.pl.xlf index dad0b68d4ab..1e6d6d6bdad 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.pl.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.pl.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Dodaj element DesignerSerializationVisibilityAttribute do właściwości diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.pt-BR.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.pt-BR.xlf index 6f3842c4160..0bf12612310 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.pt-BR.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.pt-BR.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Adicionar o DesignerSerializationVisibilityAttribute à propriedade diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.ru.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.ru.xlf index 90ca9eedf16..9863901b624 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.ru.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.ru.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Добавить DesignerSerializationVisibilityAttribute в свойство diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.tr.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.tr.xlf index 9dbbad8001d..2a6a0de1c2e 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.tr.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.tr.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + Özelliğe DesignerSerializationVisibilityAttribute ekleyin diff --git a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.zh-Hans.xlf b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.zh-Hans.xlf index f599260bdec..c75c64389b6 100644 --- a/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.zh-Hans.xlf +++ b/src/System.Windows.Forms.Analyzers.CodeFixes.VisualBasic/Resources/xlf/SR.zh-Hans.xlf @@ -4,7 +4,7 @@ Add DesignerSerializationVisibilityAttribute to property - Add DesignerSerializationVisibilityAttribute to property + 将 DesignerSerializationVisibilityAttribute 添加到属性 diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.cs.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.cs.xlf index 524e3bded45..0134692fcb3 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.cs.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.cs.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Vlastnost by měla určit serializaci obsahu vlastnosti pomocí metody DesignerSerializationVisibilityAttribute, DefaultValueAttribute nebo ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + Vlastnost {0} nekonfiguruje serializaci kódu pro obsah vlastnosti. Missing code serialization configuration for property content - Missing code serialization configuration for property content + Chybí konfigurace serializace kódu pro obsah vlastnosti diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.de.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.de.xlf index be4cdfec4ab..eb042f467ca 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.de.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.de.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Eine Eigenschaft sollte ihre Eigenschafteninhaltsserialisierung mit der DesignerSerializationVisibilityAttribute-, DefaultValueAttribute- oder ShouldSerializeProperty-Methode bestimmen. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + Die Eigenschaft "{0}" konfiguriert die Codeserialisierung für ihren Eigenschafteninhalt nicht. Missing code serialization configuration for property content - Missing code serialization configuration for property content + Fehlende Codeserialisierungskonfiguration für Eigenschafteninhalt diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.es.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.es.xlf index dcfd72f230a..db8dc66d33d 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.es.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.es.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Una propiedad debe determinar su serialización de contenido de propiedad con el método DesignerSerializationVisibilityAttribute, DefaultValueAttribute o ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + La propiedad "{0}" no configura la serialización de código para su contenido de propiedad Missing code serialization configuration for property content - Missing code serialization configuration for property content + Falta la configuración de serialización de código para el contenido de la propiedad diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.fr.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.fr.xlf index 99eac544e11..d46010ee426 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.fr.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.fr.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Une propriété doit déterminer la sérialisation du contenu de sa propriété avec la méthode DesignerSerializationVisibilityAttribute, DefaultValueAttribute ou ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + La propriété « {0} » ne configure pas la sérialisation du code pour son contenu de propriété Missing code serialization configuration for property content - Missing code serialization configuration for property content + Configuration de sérialisation de code manquante pour le contenu de la propriété diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.it.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.it.xlf index b64798e47a7..8534e1d64b7 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.it.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.it.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Una proprietà deve determinare la serializzazione del proprio contenuto con il metodo DesignerSerializationVisibilityAttribute, DefaultValueAttribute o ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + La proprietà '{0}' non configura la serializzazione del codice per il relativo contenuto della proprietà Missing code serialization configuration for property content - Missing code serialization configuration for property content + Configurazione di serializzazione del codice mancante per il contenuto della proprietà diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.ja.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.ja.xlf index 7c5de5cff90..b4dfb280d36 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.ja.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.ja.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + プロパティは、DesignerSerializationVisibilityAttribute メソッド、DefaultValueAttribute メソッド、または ShouldSerializeProperty メソッドを使用してプロパティ コンテンツのシリアル化を決定する必要があります。 Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + プロパティ '{0}' は、プロパティ コンテンツのコード シリアル化を構成しません Missing code serialization configuration for property content - Missing code serialization configuration for property content + プロパティ コンテンツのコード シリアル化構成がありません diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.ko.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.ko.xlf index 71349ef0c2a..bca31adf788 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.ko.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.ko.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + 속성은 DesignerSerializationVisibilityAttribute, DefaultValueAttribute 또는 ShouldSerializeProperty 메서드를 사용하여 속성 콘텐츠 직렬화를 결정해야 합니다. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + '{0}'속성은 해당 속성 콘텐츠에 대한 코드 직렬화를 구성하지 않습니다. Missing code serialization configuration for property content - Missing code serialization configuration for property content + 속성 콘텐츠에 대한 코드 직렬화 구성이 없습니다. diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.pl.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.pl.xlf index dd2eb4d6a38..9f1d02111d9 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.pl.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.pl.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Właściwość powinna określać serializację zawartości właściwości za pomocą metody DesignerSerializationVisibilityAttribute, DefaultValueAttribute lub ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + Właściwość „{0}” nie konfiguruje serializacji kodu dla jej zawartości właściwości Missing code serialization configuration for property content - Missing code serialization configuration for property content + Brak konfiguracji serializacji kodu dla zawartości właściwości diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.pt-BR.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.pt-BR.xlf index a8ec4b7736a..7ee4da2d575 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.pt-BR.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.pt-BR.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Uma propriedade deve determinar a serialização do conteúdo da propriedade com o método DesignerSerializationVisibilityAttribute, DefaultValueAttribute ou ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + A propriedade '{0}' não configura a serialização de código para seu conteúdo de propriedade Missing code serialization configuration for property content - Missing code serialization configuration for property content + Configuração de serialização de código ausente para o conteúdo da propriedade diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.ru.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.ru.xlf index e096b18db92..432896de694 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.ru.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.ru.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Свойство должно определять сериализацию содержимого своего свойства с помощью свойства DesignerSerializationVisibilityAttribute, DefaultValueAttribute или метода ShouldSerializeProperty. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + Свойство "{0}" не настраивает сериализацию кода для содержимого его свойства Missing code serialization configuration for property content - Missing code serialization configuration for property content + Отсутствует конфигурация сериализации кода для содержимого свойства diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.tr.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.tr.xlf index 629ce04899e..981fb62bb67 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.tr.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.tr.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + Bir özelliğin DesignerSerializationVisibilityAttribute, DefaultValueAttribute veya ShouldSerializeProperty yöntemiyle özellik içeriği serileştirme işlemini belirlemesi gerekir. Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + '{0}' özelliği, özellik içeriği için kod serileştirme işlemini yapılandırmıyor. Missing code serialization configuration for property content - Missing code serialization configuration for property content + Özellik içeriği için kod serileştirme yapılandırması eksik diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.zh-Hans.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.zh-Hans.xlf index 5d73d81a966..9055c3ad7cd 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.zh-Hans.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.zh-Hans.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + 属性应使用 DesignerSerializationVisibilityAttribute、DefaultValueAttribute 或 ShouldSerializeProperty 方法确定其属性内容序列化。 Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + 属性"{0}"没有为其属性内容配置代码序列化 Missing code serialization configuration for property content - Missing code serialization configuration for property content + 缺少属性内容的代码序列化配置 diff --git a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.zh-Hant.xlf b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.zh-Hant.xlf index ebee57c24ac..03038e20315 100644 --- a/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.zh-Hant.xlf +++ b/src/System.Windows.Forms.Analyzers.VisualBasic/src/Resources/xlf/SR.zh-Hant.xlf @@ -4,17 +4,17 @@ A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. - A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method. + 屬性應使用 DesignerSerializationVisibilityAttribute、DefaultValueAttribute 或 ShouldSerializeProperty 方法判斷其屬性內容序列化。 Property '{0}' does not configure the code serialization for its property content - Property '{0}' does not configure the code serialization for its property content + 屬性 '{0}' 未設定其屬性內容的程式碼序列化 Missing code serialization configuration for property content - Missing code serialization configuration for property content + 遺失屬性內容的程式碼序列化設定 diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.cs.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.cs.xlf index 53504c96e5a..11c65058d54 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.cs.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.cs.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + Odeberte z {0} nastavení vysokého rozlišení DPI a použijte ke konfiguraci rozhraní API Application.SetHighDpiMode nebo vlastnost projektu {1}. Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + Odeberte z {0} nastavení vysokého rozlišení DPI a použijte ke konfiguraci vlastnost {1} v aplikačním frameworku. Unsupported high DPI configuration - Unsupported high DPI configuration + Nepodporovaná konfigurace vysokého rozlišení DPI diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.de.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.de.xlf index e00efde08ce..0aa9d6532c6 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.de.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.de.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + Entfernen Sie Einstellungen mit hohem DPI-Wert aus {0} und konfigurieren Sie sie über die Application.SetHighDpiMode-API oder die Projekteigenschaft "{1}". Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + Entfernen Sie Einstellungen mit hohem DPI-Wert aus {0} und konfigurieren Sie sie über die Eigenschaft "{1}" in Application Framework. Unsupported high DPI configuration - Unsupported high DPI configuration + Nicht unterstützte Konfiguration mit hohem DPI-Wert diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.es.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.es.xlf index 6dfdb4380d9..e05d003807e 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.es.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.es.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + Quitar la configuración con valores altos de PPP de {0} y configurar a través de la aplicación API SetHighDpiMode o a través de la propiedad del proyecto '{1}'. Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + Quitar la configuración con valores altos de PPP de {0} y configurar a través de la propiedad '{1}' en el marco de trabajo de la aplicación Unsupported high DPI configuration - Unsupported high DPI configuration + Configuración de PPP alta no admitida diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.fr.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.fr.xlf index 1c0851279af..dda71699cef 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.fr.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.fr.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + Supprimez les paramètres haute résolution de {0} et configurez-les via l’API Application.SetHighDpiMode ou la propriété de projet «{1}» Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + Supprimer les paramètres haute résolution de {0} et configurer via la propriété «{1}» dans Application Framework Unsupported high DPI configuration - Unsupported high DPI configuration + Configuration haute résolution non prise en charge diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.it.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.it.xlf index 6555d0e84fd..7e39109e643 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.it.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.it.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + Rimuovere le impostazioni della risoluzione elevata da {0} e configurare tramite l'API Application.SetHighDpiMode o la proprietà di progetto '{1}' Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + Rimuovere le impostazioni della risoluzione elevata da {0} e configurare tramite la proprietà '{1}' in Framework applicazione Unsupported high DPI configuration - Unsupported high DPI configuration + Configurazione per risoluzione elevata non supportata diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.ja.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.ja.xlf index fc2364f2d5c..74c62c6a959 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.ja.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.ja.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + 高 DPI 設定を {0} から削除し、Application.SetHighDpiMode API または '{1}' プロジェクト プロパティを使用して構成します Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + 高 DPI 設定を {0} から削除し、アプリケーション フレームワークの '{1}' プロパティを使用して構成します Unsupported high DPI configuration - Unsupported high DPI configuration + サポートされていない高 DPI 構成 diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.ko.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.ko.xlf index 35064e57ee1..86c4cded946 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.ko.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.ko.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + {0}에서 높은 DPI 설정을 제거하고 Application.SetHighDpiMode API 또는 '{1}' 프로젝트 속성을 통해 구성 Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + {0}에서 높은 DPI 설정을 제거하고 Application Framework의 '{1}' 속성을 통해 구성 Unsupported high DPI configuration - Unsupported high DPI configuration + 지원되지 않는 높은 DPI 구성 diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.pl.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.pl.xlf index 68e4f9ab65f..4039a92c63e 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.pl.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.pl.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + Usuń ustawienia wysokiej rozdzielczości DPI z {0}i skonfiguruj za pomocą interfejsu API Application.SetHighDpiMode lub właściwości projektu „{1}” Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + Usuń ustawienia wysokiej rozdzielczości DPI z {0}and skonfiguruj za pomocą właściwości „{1}” w programie Application Framework Unsupported high DPI configuration - Unsupported high DPI configuration + Nieobsługiwana konfiguracja wysokiej rozdzielczości DPI diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.pt-BR.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.pt-BR.xlf index 285c0002c2e..443b82cc531 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.pt-BR.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.pt-BR.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + Remova as configurações de DPI alto de {0} e configure por meio da API Application.SetHighDpiMode ou da propriedade do projeto '{1}' Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + Remova as configurações de DPI alto de {0} e configure por meio da propriedade '{1}' no Application Framework Unsupported high DPI configuration - Unsupported high DPI configuration + Configuração de alta DPI não suportada diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.ru.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.ru.xlf index 2a1b5f2fd2f..8c31c777cda 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.ru.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.ru.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + Удалить параметры высокого DPI из "{0}" и настроить через API приложения Application.SetHighDpiMode или свойство проекта "{1}" Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + Удалить параметры высокого DPI из {0} и настроить через свойство "{1}" в исполняющей среде Unsupported high DPI configuration - Unsupported high DPI configuration + Неподдерживаемая конфигурация высокого DPI diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.tr.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.tr.xlf index 2a8b4a55f7e..10b9f094449 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.tr.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.tr.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + Yüksek DPI ayarlarını {0} bileşeninden kaldırın ve Application.SetHighDpiMode API’si veya '{1}' proje özelliği aracılığıyla yapılandırın Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + Yüksek DPI ayarlarını {0} bileşeninden kaldırın ve Uygulama Çerçevesi’ndeki '{1}' özelliği aracılığıyla yapılandırın Unsupported high DPI configuration - Unsupported high DPI configuration + Desteklenmeyen yüksek DPI yapılandırması diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.zh-Hans.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.zh-Hans.xlf index ae612122627..61531e262e3 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.zh-Hans.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.zh-Hans.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + 从 {0} 中删除高 DPI 设置,并通过 Application.SetHighDpiMode API 或“{1}”项目属性进行配置 Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + 从 {0} 中删除高 DPI 设置,并通过应用程序框架中的“{1}”属性进行配置 Unsupported high DPI configuration - Unsupported high DPI configuration + 不支持的高 DPI 配置 diff --git a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.zh-Hant.xlf b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.zh-Hant.xlf index fd34c52dba4..f318db92b99 100644 --- a/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.zh-Hant.xlf +++ b/src/System.Windows.Forms.Analyzers/src/Resources/xlf/SR.zh-Hant.xlf @@ -4,17 +4,17 @@ Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property - Remove high DPI settings from {0} and configure via Application.SetHighDpiMode API or '{1}' project property + 從 {0} 移除高 DPI 設定,並透過Application.SetHighDpiMode API 或 '{1}' 專案屬性進行設定 Remove high DPI settings from {0} and configure via '{1}' property in Application Framework - Remove high DPI settings from {0} and configure via '{1}' property in Application Framework + 從 {0} 移除高 DPI 設定,並透過應用程式架構中的 '{1}' 屬性進行設定 Unsupported high DPI configuration - Unsupported high DPI configuration + 不支援的高 DPI 設定