diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.cs.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.cs.xlf index 3e883a8cdb..a0852b3978 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.cs.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.cs.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + Popisovač DiagnosticDescriptor přiřazený k poli se používá k hlášení diagnostiky ukončení kompilace, ale konstruktor DiagnosticDescriptor použitý k jeho inicializaci nepředává požadovanou vlastní značku CompilationEnd. Podrobnosti najdete v dokumentaci k WellKnownDiagnosticTags.CompilationEnd. Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + Přidat vlastní značku CompilationEnd do popisovače diagnostiky, který se používá k inicializaci pole {0}, protože slouží k nahlášení diagnostiky ukončení kompilace Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + Přidat vlastní značku CompilationEnd do popisovače diagnostiky ukončení kompilace @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + Neignorovat hodnoty vrácené metodami u neměnných objektů diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.de.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.de.xlf index 36ae214914..6ab4b31ec5 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.de.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.de.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + "DiagnosticDescriptor", der dem Feld zugewiesen ist, wird verwendet, um eine Kompilierungsendediagnose zu melden, aber der zum Initialisieren verwendete DiagnosticDescriptor-Konstruktor übergibt nicht das erforderliche benutzerdefinierte Tag "CompilationEnd". Weitere Informationen finden Sie in der Dokumentation zu "WellKnownDiagnosticTags.CompilationEnd". Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + Dem Diagnosedeskriptor das benutzerdefinierte Tag "CompilationEnd" hinzufügen, das zum Initialisieren des Felds "{0}" verwendet wird, da es zum Melden einer Kompilierungsenddiagnose verwendet wird Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + Benutzerdefiniertes Tag "CompilationEnd" zum Diagnosedeskriptor für Kompilierungsende hinzufügen @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + Keine von Methoden zu unveränderlichen Objekten zurückgegebenen Werte ignorieren diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.es.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.es.xlf index bd36d87640..22be164f26 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.es.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.es.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + El "DiagnosticDescriptor" asignado al campo se utiliza para informar de un diagnóstico de fin de compilación, pero el constructor "DiagnosticDescriptor" utilizado para inicializarlo no pasa la etiqueta personalizada requerida "CompilationEnd". Consulte la documentación de "WellKnownDiagnosticTags.CompilationEnd" para obtener más información. Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + Agregar la etiqueta personalizada "CompilationEnd" al descriptor de diagnóstico usado para inicializar el campo "{0}" como se usa para notificar un diagnóstico final de compilación Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + Agregar la etiqueta personalizada "CompilationEnd" al descriptor de diagnóstico de fin de compilación @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + No omitir los valores devueltos por métodos en objetos inmutables diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.fr.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.fr.xlf index 0fb23a2b50..56632bc6d9 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.fr.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.fr.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + 'DiagnosticDescriptor' affecté au champ est utilisé pour signaler un diagnostic de fin de compilation, mais le constructeur 'DiagnosticDescriptor' utilisé pour l’initialiser ne passe pas la balise personnalisée requise « CompilationEnd ». Pour plus d’informations, consultez la documentation de « WellKnownDiagnosticTags.CompilationEnd ». Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + Ajouter la balise personnalisée « CompilationEnd » au descripteur de diagnostic utilisé pour initialiser le champ «{0}», car il est utilisé pour signaler un diagnostic de fin de compilation Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + Ajouter la balise personnalisée « CompilationEnd » au descripteur de diagnostic de fin de compilation @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + Ne pas ignorer les valeurs retournées par les méthodes sur les objets immuables diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.it.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.it.xlf index 1ba21fc1bd..99718fe985 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.it.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.it.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + 'DiagnosticDescriptor' assegnato al campo viene usato per segnalare una diagnostica di fine compilazione, ma il costruttore 'DiagnosticDescriptor' utilizzato per inizializzarlo non passa il tag personalizzato richiesto "CompilationEnd". Per informazioni dettagliate, vedere la documentazione di 'WellKnownDiagnosticTags.CompilationEnd'. Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + Aggiungere il tag personalizzato "CompilationEnd" al descrittore di diagnostica usato per inizializzare il campo '{0}' in quanto viene usato per segnalare una diagnostica di fine compilazione Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + Aggiungere il tag personalizzato "CompilationEnd" al descrittore di diagnostica di fine della compilazione @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + Non ignorare i valori restituiti dai metodi su oggetti non modificabili diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.ja.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.ja.xlf index cb1a8ed0a6..b727619c3d 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.ja.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.ja.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + フィールドに割り当てられた 'DiagnosticDescriptor' は、コンパイル終了の診断を報告するために使用されますが、それを初期化するために使用される 'DiagnosticDescriptor' コンストラクターは、必要なカスタム タグ「CompilationEnd」を渡しません。詳細については、「WellKnownDiagnosticTags.CompilationEnd」のドキュメントを参照してください。 Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + フィールド '{0}' の初期化に使用される診断記述子に「CompilationEnd」カスタム タグを追加します。これは、コンパイル終了の診断を報告するために使用されるためです Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + コンパイル終了診断記述子に「CompilationEnd」カスタム タグを追加する @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + 不変オブジェクトのメソッドによって返される値を無視しないでください diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.ko.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.ko.xlf index 6ed14f0f2b..8bcf46423e 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.ko.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.ko.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + 필드에 할당된 'DiagnosticDescriptor'는 컴파일 종료 진단을 보고하는 데 사용되지만 이를 초기화하는 데 사용되는 'DiagnosticDescriptor' 생성자는 필요한 사용자 지정 태그 "CompilationEnd"를 전달하지 않습니다. 자세한 내용은 'WellKnownDiagnosticTags.CompilationEnd'에 대한 설명서를 참조하세요. Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + 컴파일 종료 진단을 보고하는 데 사용되므로 필드 '{0}'을(를) 초기화하는 데 사용되는 진단 설명자에 "CompilationEnd" 사용자 지정 태그를 추가합니다. Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + 컴파일 종료 진단 설명자에 "CompilationEnd" 사용자 지정 태그를 추가합니다. @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + 변경할 수 없는 개체의 메서드에서 반환된 값을 무시하지 마세요. diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.pl.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.pl.xlf index ddd40cb5ae..cd479bb4ff 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.pl.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.pl.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + Element „DiagnosticDescriptor” przypisany do pola jest używany do raportowania diagnostyki zakończenia kompilacji, ale konstruktor „DiagnosticDescriptor” użyty do zainicjowania go nie przekazuje wymaganego niestandardowego tagu „CompilationEnd”. Zobacz dokumentację elementu „WellKnownDiagnosticTags.CompilationEnd”, aby uzyskać szczegółowe informacje. Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + Dodaj niestandardowy tag „CompilationEnd” do deskryptora diagnostycznego używanego do inicjowania pola „{0}”, ponieważ jest on używany do raportowania diagnostyki zakończenia kompilacji Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + Dodaj niestandardowy tag „CompilationEnd” do deskryptora diagnostycznego zakończenia kompilacji @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + Nie ignoruj wartości zwracanych przez metody w obiektach niezmiennych diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.pt-BR.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.pt-BR.xlf index 3184662c2a..8e3d9a10db 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.pt-BR.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.pt-BR.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + O "DiagnosticDescriptor" atribuído ao campo é usado para relatar um diagnóstico final de compilação, mas o construtor "DiagnosticDescriptor" usado para inicializá-lo não passa na marca personalizada necessária "CompilationEnd". Confira a documentação de "WellKnownDiagnosticTags.CompilationEnd" para obter detalhes. Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + Adicionar a marca personalizada "CompilationEnd" ao descritor de diagnóstico usado para inicializar o campo "{0}" como ele é usado para relatar um diagnóstico final de compilação Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + Adicionar a marca personalizada "CompilationEnd" ao descritor de diagnóstico final de compilação @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + Não ignore valores retornados por métodos em objetos imutáveis. diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.ru.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.ru.xlf index 3399e7863a..baeeb5ead3 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.ru.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.ru.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + Дескриптор "DiagnosticDescriptor", назначенный полю, используется для передачи диагностических данных окончания компиляции, но конструктор "DiagnosticDescriptor" не передал необходимый настраиваемый тег "CompilationEnd". Дополнительные сведения см. в документации по "WellKnownDiagnosticTags.CompilationEnd". Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + Добавить настраиваемый тег "CompilationEnd" к дескриптору диагностики, используемому для инициализации поля "{0}", поскольку он передает диагностические данные окончания компиляции Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + Добавить настраиваемый тег "CompilationEnd" к дескриптору диагностики окончания компиляции @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + Не игнорировать значения, возвращаемые методами для неизменяемых объектов diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.tr.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.tr.xlf index f39117fc98..4863753cb9 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.tr.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.tr.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + Alana atanan 'DiagnosticDescriptor', bir derleme bitiş tanılamasını rapor etmek için kullanılır ancak bunu başlatmak için kullanılan 'DiagnosticDescriptor' oluşturucusu, gerekli "CompilationEnd" özel etiketinde geçmez. Ayrıntılar için 'WellKnownDiagnosticTags.CompilationEnd' belgesine bakın. Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + Derleme sonu tanılamasını rapor etmek için kullanıldığından, '{0}' alanını başlatmak için kullanılan tanılama tanımlayıcısına "CompilationEnd" özel etiketi ekleyin Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + Derleme sonu tanılama tanımlayıcısına "CompilationEnd" özel etiketi ekleme @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + Sabit nesnelerdeki yöntemler tarafından döndürülen değerleri yok saymama diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.zh-Hans.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.zh-Hans.xlf index efae00cf4b..52398b5b69 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.zh-Hans.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.zh-Hans.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + 分配给字段的 "DiagnosticDescriptor" 用于报告编译结束诊断,但用于初始化它的 "DiagnosticDescriptor" 构造函数未传入所需的自定义标记 "CompilationEnd"。有关详细信息,请参阅 "WellKnownDiagnosticTags.CompilationEnd" 的文档。 Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + 将 "CompilationEnd" 自定义标记添加到用于初始化字段 "{0}" 的诊断描述符,因为它用于报告编译结束诊断 Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + 将 "CompilationEnd" 自定义标记添加到编译结束诊断描述符 @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + 不要忽略通过不可变对象上的方法返回的值 diff --git a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.zh-Hant.xlf b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.zh-Hant.xlf index f621965c64..9f05a1e845 100644 --- a/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.zh-Hant.xlf +++ b/src/Microsoft.CodeAnalysis.Analyzers/Core/xlf/CodeAnalysisDiagnosticsResources.zh-Hant.xlf @@ -4,17 +4,17 @@ 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. - 'DiagnosticDescriptor' assigned to field is used to report a compilation end diagnostic, but the 'DiagnosticDescriptor' constructor used to initialize it does not pass in the required custom tag "CompilationEnd". See documentation for 'WellKnownDiagnosticTags.CompilationEnd' for details. + 指派給欄位的 'DiagnosticDescriptor' 可用來報告編譯結束診斷,但用於初始化的 'DiagnosticDescriptor' 建構函式未傳遞到必要的自訂標籤 "CompilationEnd"。如需詳細資料,請參閱 'WellKnownDiagnosticTags.CompilationEnd' 文件。 Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic - Add "CompilationEnd" custom tag to the diagnostic descriptor used to initialize field '{0}' as it is used to report a compilation end diagnostic + 將 "CompilationEnd" 自訂標記新增至用於初始化欄位 '{0}' 的診斷描述項,因為它用來報告編譯結束診斷 Add "CompilationEnd" custom tag to compilation end diagnostic descriptor - Add "CompilationEnd" custom tag to compilation end diagnostic descriptor + 將 "CompilationEnd" 自訂標記新增至編譯結束診斷描述項 @@ -587,7 +587,7 @@ Do not ignore values returned by methods on immutable objects - Do not ignore values returned by methods on immutable objects + 請勿略過不可變物件上方法所傳回的值 diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf index 63cd76a199..e6ff2c982b 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + Použití konkrétních typů zabraňuje režii virtuálního volání nebo volání rozhraní a umožňuje vkládání. Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + Pokud chcete zlepšit výkon, změňte typ pole {0} z {1} na {2}. Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + Pokud chcete zlepšit výkon, změňte typ proměnné {0} z {1} na {2}. Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + Pokud chcete zlepšit výkon, změňte návratový typ metody {0} z {1} na {2}. Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + Pokud chcete zlepšit výkon, změňte typ parametru {0} z {1} na {2}. Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + Pokud je to možné, používejte konkrétní typy pro zvýšení výkonu. diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf index b21afe4203..3f43854185 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + Die Verwendung von konkreten Typen vermeidet den Mehraufwand für virtuelle Aufrufe oder Schnittstellenaufrufe und ermöglicht das Inlining. Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + Ändern Sie den Typ des Felds "{0}" von "{1}" in "{2}", um die Leistung zu verbessern. Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + Ändern Sie den Typ der Variablen "{0}" von "{1}" in "{2}", um die Leistung zu verbessern. Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + Ändern Sie den Rückgabetyp der Methode "{0}" von "{1}" in "{2}", um die Leistung zu verbessern. Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + Ändern Sie den Typ des Parameters "{0}" von "{1}" in "{2}", um die Leistung zu verbessern. Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + Verwenden Sie nach Möglichkeit konkrete Typen, um die Leistung zu verbessern. diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf index 8eff9a74c8..ef43bf6356 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + El uso de tipos concretos evita la sobrecarga de llamadas virtuales o de interfaz y habilita la inserción. Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + Cambiar el tipo de campo '{0}' de '{1}' a '{2}' para mejorar el rendimiento Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + Cambiar el tipo de variable '{0}' de '{1}' a '{2}' para mejorar el rendimiento Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + Cambiar el tipo de valor devuelto del método '{0}' de '{1}' a '{2}' para mejorar el rendimiento Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + Cambiar el tipo de parámetro '{0}' de '{1}' a '{2}' para mejorar el rendimiento Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + Usar tipos concretos cuando sea posible para mejorar el rendimiento diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf index 4e90f3277d..8c6a1af19b 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + L’utilisation de types concrets évite la surcharge des appels virtuels ou d’interface et active l’inlining. Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + Modifier le type de champ « {0} » de « {1} » en « {2} » pour améliorer les performances Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + Modifier le type de variable « {0} » de « {1} » en « {2} » pour améliorer les performances Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + Modifier le type de retour de méthode « {0} » de « {1} » en « {2} » pour améliorer les performances Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + Modifier le type de paramètre « {0} » de « {1} » en « {2} » pour améliorer les performances Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + Utiliser des types concrets si possible pour améliorer les performances diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf index 46929cf5fa..7fd7be09e7 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + L'uso di tipi concreti evita il sovraccarico delle chiamate virtuali o di interfaccia e abilita l'inlining. Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + Modificare il tipo di campo '{0}' da '{1}' a '{2}' per migliorare le prestazioni Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + Modificare il tipo di variabile '{0}' da '{1}' a '{2}' per migliorare le prestazioni Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + Modificare il tipo restituito del metodo '{0}' da '{1}' a '{2}' per migliorare le prestazioni Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + Modificare il tipo di parametro '{0}' da '{1}' a '{2}' per migliorare le prestazioni Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + Usare tipi concreti quando possibile per migliorare le prestazioni diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf index 7f89a82497..3c247c71a0 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + 具象型を使用すると、仮想呼び出しまたはインターフェイス呼び出しのオーバーヘッドが回避され、インライン化が有効になります。 Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + パフォーマンスを向上させるために、フィールド '{0}' の型を '{1}' から '{2}' に変更します Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + パフォーマンスを向上させるために、変数 '{0}' の型を '{1}' から '{2}' に変更します Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + パフォーマンスを向上させるために、メソッド '{0}' の戻り値の型を '{1}' から '{2}' に変更します Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + パフォーマンスを向上させるために、パラメーター '{0}' の型を '{1}' から '{2}' に変更します Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + 可能な場合は具象型を使用してパフォーマンスを向上させる diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf index 9df812706f..05c4a1acfb 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + 구체적인 형식을 사용하면 가상 또는 인터페이스 호출 오버헤드를 방지하고 인라인을 사용할 수 있습니다. Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + 성능 향상을 위해 '{0}' 필드 형식을 '{1}'에서 '{2}'(으)로 변경하세요. Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + 성능 향상을 위해 '{0}' 변수 형식을 '{1}'에서 '{2}'(으)로 변경하세요. Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + 성능 향상을 위해 '{0}' 메서드 반환 형식을 '{1}'에서 '{2}'(으)로 변경하세요. Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + 성능 향상을 위해 '{0}' 매개 변수 형식을 '{1}'에서 '{2}'(으)로 변경하세요. Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + 성능 향상을 위해 가능한 경우 구체적인 형식 사용하세요. diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf index 1b4fafd31d..4bcdb95650 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + Użycie konkretnych typów pozwala uniknąć narzutu wywołań wirtualnych lub interfejsu i umożliwia podkreślenie. Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + Zmień typ pola „{0}” z „{1}” na „{2}”, aby zwiększyć wydajność Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + Zmień typ zmiennej „{0}” z „{1}” na „{2}”, aby zwiększyć wydajność Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + Zmień zwracany typ metody „{0}” z „{1}” na „{2}”, aby zwiększyć wydajność Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + Zmień typ parametru „{0}” z „{1}” na „{2}”, aby zwiększyć wydajność Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + Używaj konkretnych typów, aby zwiększyć wydajność – gdy jest to możliwe diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf index 9fa1bdee82..4d4378a30f 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + O uso de tipos concretos evita sobrecarga de chamada virtual ou de interface e permite inlining. Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + Altere o tipo de campo '{0}' de '{1}' para '{2}' para melhorar o desempenho Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + Altere o tipo de variável '{0}' de '{1}' para '{2}' para melhorar o desempenho Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + Altere o tipo de retorno do método '{0}' de '{1}' para '{2}' para melhorar o desempenho Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + Altere o tipo de parâmetro '{0}' de '{1}' para '{2}' para melhorar o desempenho Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + Usar tipos concretos quando possível para melhorar o desempenho diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf index 2b621bea6f..0e36e36d41 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + Somut türlerin kullanımı, sanal veya arabirim çağrısı ek yükünü önler ve satır içine alma sağlar. Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + Daha iyi performans için '{1}' olan '{0}' alan türünü '{2}' olarak değiştirin Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + Daha iyi performans için '{1}' olan '{0}' değişken türünü '{2}' olarak değiştirin Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + Daha performans için '{1}' olan '{0}' metot türünü '{2}' olarak değiştirin Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + Daha iyi performans için '{1}' olan '{0}' parametre türünü '{2}' olarak değiştirin Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + Daha iyi performans için mümkün olduğunda somut türler kullanın diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf index 2b3c8b3806..ce726ca18f 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf @@ -2664,32 +2664,32 @@ Using concrete types avoids virtual or interface call overhead and enables inlining. - Using concrete types avoids virtual or interface call overhead and enables inlining. + 使用具象類型可以避免虛擬或介面呼叫額外負荷,並啟用內嵌。 Change type of field '{0}' from '{1}' to '{2}' for improved performance - Change type of field '{0}' from '{1}' to '{2}' for improved performance + 將欄位 '{0}' 的類型從 '{1}' 變更為 '{2}' 以提高效能 Change type of variable '{0}' from '{1}' to '{2}' for improved performance - Change type of variable '{0}' from '{1}' to '{2}' for improved performance + 將變數 '{0}' 的類型從 '{1}' 變更為 '{2}' 以提高效能 Change return type of method '{0}' from '{1}' to '{2}' for improved performance - Change return type of method '{0}' from '{1}' to '{2}' for improved performance + 將方法 '{0}' 的傳回型別從 '{1}' 變更為 '{2}' 以提高效能 Change type of parameter '{0}' from '{1}' to '{2}' for improved performance - Change type of parameter '{0}' from '{1}' to '{2}' for improved performance + 將參數 '{0}' 的類型從 '{1}' 變更為 '{2}' 以提高效能 Use concrete types when possible for improved performance - Use concrete types when possible for improved performance + 盡可能使用具象類型以提高效能