From a44c1cc7ac2d1901355d5bf61e1cceb700549909 Mon Sep 17 00:00:00 2001 From: dotnet bot Date: Thu, 15 Dec 2022 19:27:52 -0800 Subject: [PATCH] Localized file check-in by OneLocBuild Task: Build definition ID 830: Build ID 2068497 --- .../MicrosoftCodeQualityAnalyzersResources.cs.xlf | 15 --------------- .../MicrosoftCodeQualityAnalyzersResources.de.xlf | 15 --------------- .../MicrosoftCodeQualityAnalyzersResources.es.xlf | 15 --------------- .../MicrosoftCodeQualityAnalyzersResources.fr.xlf | 15 --------------- .../MicrosoftCodeQualityAnalyzersResources.it.xlf | 15 --------------- .../MicrosoftCodeQualityAnalyzersResources.ja.xlf | 15 --------------- .../MicrosoftCodeQualityAnalyzersResources.ko.xlf | 15 --------------- .../MicrosoftCodeQualityAnalyzersResources.pl.xlf | 15 --------------- ...crosoftCodeQualityAnalyzersResources.pt-BR.xlf | 15 --------------- .../MicrosoftCodeQualityAnalyzersResources.ru.xlf | 15 --------------- .../MicrosoftCodeQualityAnalyzersResources.tr.xlf | 15 --------------- ...osoftCodeQualityAnalyzersResources.zh-Hans.xlf | 15 --------------- ...osoftCodeQualityAnalyzersResources.zh-Hant.xlf | 15 --------------- 13 files changed, 195 deletions(-) diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.cs.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.cs.xlf index c9aee15b30..a70fbc9a1a 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.cs.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.cs.xlf @@ -1877,21 +1877,6 @@ Člen {0} nemá přístup k datům instance a je možné ho označit jako statický. - - Review visible event handlers - Kontrola viditelných obslužných rutin událostí - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - Zjistila se veřejná nebo chráněná metoda zpracování událostí. Metody zpracování událostí by neměly být vystaveny, pokud to není nezbytně nutné. - - - - Consider making '{0}' not externally visible - Nastavte metodu {0} tak, aby nebyla externě viditelná. - - Seal methods that satisfy private interfaces Zapečetění metod, které vyhovují privátním rozhraním diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.de.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.de.xlf index 2244e98d30..c08c1acd32 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.de.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.de.xlf @@ -1877,21 +1877,6 @@ Der Member "{0}" greift nicht auf Instanzdaten zu und kann als "static" markiert werden. - - Review visible event handlers - Sichtbare Ereignishandler überprüfen - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - Es wurde eine öffentliche oder geschützte Methode zum Ereignishandling ermittelt. Methoden zum Ereignishandling dürfen nur verfügbar gemacht werden, wenn es absolut erforderlich ist. - - - - Consider making '{0}' not externally visible - Ziehen Sie in Betracht, "{0}" nicht extern sichtbar zu machen. - - Seal methods that satisfy private interfaces Methoden versiegeln, die die Bedingungen privater Schnittstellen erfüllen diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.es.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.es.xlf index 0dc2055a19..363d384a75 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.es.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.es.xlf @@ -1877,21 +1877,6 @@ El miembro "{0}" no tiene acceso a los datos de la instancia y se puede marcar como static. - - Review visible event handlers - Revisar los controladores de eventos visibles - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - Se detectó un método de control de eventos público o protegido. No se deberían exponer los métodos de control de eventos a menos que sea absolutamente necesario. - - - - Consider making '{0}' not externally visible - Podría hacer que "{0}" no fuera externamente visible. - - Seal methods that satisfy private interfaces Sellar los métodos que cumplan las interfaces privadas diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.fr.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.fr.xlf index 732709c48a..cf5a6d7a60 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.fr.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.fr.xlf @@ -1877,21 +1877,6 @@ Le membre '{0}' n'accède pas aux données d'instance et peut être marqué comme étant static - - Review visible event handlers - Passer en revue les gestionnaires d'événements visibles - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - Une méthode publique ou protégée de gestion des événements a été détectée. Les méthodes de gestion des événements ne doivent pas être exposées sauf en cas d'absolue nécessité. - - - - Consider making '{0}' not externally visible - Rendre '{0}' non visible de manière externe - - Seal methods that satisfy private interfaces Sceller les méthodes qui satisfont les interfaces privées diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.it.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.it.xlf index 0de54101a6..479ed27b77 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.it.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.it.xlf @@ -1877,21 +1877,6 @@ Il membro {0} non accede ai dati di istanza e può essere contrassegnato come static - - Review visible event handlers - Esaminare i gestori eventi visibili - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - È stato rilevato un metodo di gestione eventi public o protected. I metodi di gestione eventi devono essere esposti solo se assolutamente necessario. - - - - Consider making '{0}' not externally visible - Provare a rendere '{0}' non visibile esternamente - - Seal methods that satisfy private interfaces Impostare come sealed i metodi che soddisfano interfacce private diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.ja.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.ja.xlf index 6453935c2e..a376e27e26 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.ja.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.ja.xlf @@ -1877,21 +1877,6 @@ メンバー '{0}' はインスタンス データにアクセスしないため、static にマークできます - - Review visible event handlers - 表示するイベント ハンドラーを確認します - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - パブリックまたは保護されたイベント処理メソッドが検出されました。イベント処理メソッドは、どうしても必要な場合を除いて公開しないでください。 - - - - Consider making '{0}' not externally visible - '{0}' の外部からの参照を不可能に設定することを検討してください - - Seal methods that satisfy private interfaces プライベート インターフェイスを満たすメソッドをシールします diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.ko.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.ko.xlf index 236e52377e..308bb64755 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.ko.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.ko.xlf @@ -1877,21 +1877,6 @@ '{0}' 멤버는 인스턴스 데이터에 액세스하지 않으며 static으로 표시할 수 있습니다. - - Review visible event handlers - 표시되는 이벤트 처리기를 검토하세요. - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - public 또는 protected 이벤트 처리 메서드가 검색되었습니다. 이벤트 처리 메서드는 필요한 경우에만 표시해야 합니다. - - - - Consider making '{0}' not externally visible - '{0}'이(가) 외부에 표시되지 않도록 하세요. - - Seal methods that satisfy private interfaces private 인터페이스를 만족하는 메서드를 봉인하세요. diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.pl.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.pl.xlf index 5e32405397..fcaa9c2969 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.pl.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.pl.xlf @@ -1877,21 +1877,6 @@ Składowa „{0}” nie uzyskuje dostępu do danych wystąpienia i może zostać oznaczona jako statyczna - - Review visible event handlers - Przejrzyj widoczne procedury obsługi zdarzeń - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - Wykryto publiczną lub chronioną metodą obsługi zdarzeń. Nie należy ujawniać metod obsługi zdarzeń, o ile nie jest to absolutnie konieczne. - - - - Consider making '{0}' not externally visible - Rozważ przekształcenie elementu „{0}” w zewnętrznie niewidoczny - - Seal methods that satisfy private interfaces Pieczętuj metody, które spełniają wymagania interfejsów prywatnych diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.pt-BR.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.pt-BR.xlf index ea8db2e12c..cb02e49551 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.pt-BR.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.pt-BR.xlf @@ -1877,21 +1877,6 @@ O membro '{0}' não acessa os dados da instância e pode ser marcado como estático - - Review visible event handlers - Examinar manipuladores de eventos visíveis - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - Foi detectado um método de manipulação de eventos público ou protegido. Os métodos de manipulação de eventos não devem ser expostos, a menos que absolutamente necessário. - - - - Consider making '{0}' not externally visible - Considere tornar {0} não visível externamente - - Seal methods that satisfy private interfaces Métodos de lacre que satisfazem interfaces privadas diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.ru.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.ru.xlf index ee4ff96ba8..37ee1ede25 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.ru.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.ru.xlf @@ -1877,21 +1877,6 @@ Член "{0}" не обращается к данным экземпляров, поэтому его можно пометить как статический. - - Review visible event handlers - Проверьте видимые обработчики событий - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - Обнаружен общий или защищенный метод обработки событий. Такие методы следует предоставлять только в крайнем случае. - - - - Consider making '{0}' not externally visible - Рекомендуется сделать "{0}" недоступным извне. - - Seal methods that satisfy private interfaces Запечатайте методы, соответствующие частным интерфейсам diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.tr.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.tr.xlf index 645172460b..71d317618d 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.tr.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.tr.xlf @@ -1877,21 +1877,6 @@ '{0}' adlı üye örnek verilerine erişmiyor ve statik olarak işaretlenebilir - - Review visible event handlers - Görünür olay işleyicilerini gözden geçirin - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - Genel veya korumalı bir olay işleme yöntemi algılandı. Olay işleme yöntemleri kesinlikle gerekli olmadıkça kullanıma sunulmamalıdır. - - - - Consider making '{0}' not externally visible - '{0}' öğesini dışarıdan görünmez yapmayı deneyin - - Seal methods that satisfy private interfaces Özel arabirimleri karşılayan mühürleme yöntemleri diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hans.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hans.xlf index 9f85d6be13..8a247c7a70 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hans.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hans.xlf @@ -1877,21 +1877,6 @@ 成员“{0}”不访问实例数据,可标记为 static - - Review visible event handlers - 检查可见的事件处理程序 - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - 检测到公共或受保护的事件处理方法。除非绝对必要,否则不应公开事件处理方法。 - - - - Consider making '{0}' not externally visible - 请考虑将“{0}”设为对外部不可见 - - Seal methods that satisfy private interfaces 密封满足私有接口的方法 diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hant.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hant.xlf index 04038ca5d0..8d6276b1ff 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hant.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hant.xlf @@ -1877,21 +1877,6 @@ 成員 '{0}' 不會存取執行個體資料,因而可標記為靜態 - - Review visible event handlers - 檢閱可見的事件處理常式 - - - - A public or protected event-handling method was detected. Event-handling methods should not be exposed unless absolutely necessary. - 已偵測到公用或受保護的事件處理方法。除非絕對必要,否則不應公開事件處理方法。 - - - - Consider making '{0}' not externally visible - 請考慮對外隱藏 '{0}' - - Seal methods that satisfy private interfaces 密封滿足私用介面的方法