Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
58f7aa8
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 13, 2026
4dff709
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 13, 2026
9bb6919
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 13, 2026
a8523b2
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 16, 2026
311f360
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 17, 2026
40878e8
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 17, 2026
e55a41b
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 20, 2026
5c08f2e
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 24, 2026
1b36189
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 24, 2026
927d409
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 24, 2026
b12b710
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 27, 2026
6f91b7f
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 27, 2026
9168599
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Jul 27, 2026
fb599bd
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Aug 1, 2026
16d47d7
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Aug 3, 2026
341bbf5
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Aug 4, 2026
3e92ec5
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Aug 4, 2026
58139db
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Aug 4, 2026
aedea93
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Aug 4, 2026
e7e889f
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Aug 4, 2026
e9fee51
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
dotnet-bot Aug 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,21 @@
<target state="translated">LibraryImportAttribute vyžaduje nebezpečný kód.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierDescriptionLibraryImport">
<source>Under the updated memory safety rules, calling into native code is a safety contract that the compiler cannot verify. Mark the method 'unsafe' to require callers to audit the call, or 'safe' after auditing the interop boundary. This matches the requirement the language places on 'extern' members.</source>
<target state="translated">Podle aktualizovaných pravidel bezpečnosti paměti představuje volání nativního kódu bezpečnostní závazek, který kompilátor nedokáže ověřit. Označte metodu jako 'unsafe', aby volající museli volání zkontrolovat, nebo jako 'safe' po kontrole hranice interoperability. Odpovídá to požadavku jazyka na členy 'extern'.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierMessageLibraryImport">
<source>Method '{0}' with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">Metoda {0} s atributem 'LibraryImportAttribute' musí být označená jako 'safe' nebo 'unsafe'</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierTitleLibraryImport">
<source>Method with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">Metoda s atributem 'LibraryImportAttribute' musí být označená jako 'safe' nebo 'unsafe'</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeMustBeExpectedTypeDescription">
<source>The return type the two method must be the expected type.</source>
<target state="translated">Návratový typ, který obě metody musí být očekávaného typu.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,21 @@
<target state="translated">LibraryImportAttribute erfordert unsicheren Code.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierDescriptionLibraryImport">
<source>Under the updated memory safety rules, calling into native code is a safety contract that the compiler cannot verify. Mark the method 'unsafe' to require callers to audit the call, or 'safe' after auditing the interop boundary. This matches the requirement the language places on 'extern' members.</source>
<target state="translated">Nach den aktualisierten Speicher­sicherheitsregeln ist das Aufrufen von nativem Code ein Sicherheitsvertrag, den der Compiler nicht überprüfen kann. Markieren Sie die Methode als „unsafe“, damit Aufrufende den Aufruf prüfen müssen, oder als „safe“, nachdem die Interop-Grenze geprüft wurde. Das entspricht der Anforderung, die die Sprache an „extern“-Member stellt.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierMessageLibraryImport">
<source>Method '{0}' with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">Die Methode „{0}“ mit „LibraryImportAttribute“ muss als „safe“ oder „unsafe“ markiert werden.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierTitleLibraryImport">
<source>Method with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">Die Methode mit „LibraryImportAttribute“ muss als „safe“ oder „unsafe“ markiert werden.</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeMustBeExpectedTypeDescription">
<source>The return type the two method must be the expected type.</source>
<target state="translated">Der Rückgabetyp, den die beiden Methoden aufweisen müssen, muss der erwartete Typ sein.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,21 @@
<target state="translated">LibraryImportAttribute requiere código no seguro.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierDescriptionLibraryImport">
<source>Under the updated memory safety rules, calling into native code is a safety contract that the compiler cannot verify. Mark the method 'unsafe' to require callers to audit the call, or 'safe' after auditing the interop boundary. This matches the requirement the language places on 'extern' members.</source>
<target state="translated">Según las reglas actualizadas de seguridad de memoria, llamar a código nativo es un contrato de seguridad que el compilador no puede verificar. Marque el método "unsafe" para requerir que los llamadores auditen la llamada o "safe" después de auditar el límite de interoperabilidad. Esto coincide con el requisito que el idioma coloca en los miembros "extern".</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierMessageLibraryImport">
<source>Method '{0}' with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">El método "{0}" con "LibraryImportAttribute" debe marcarse como "safe" o "unsafe"</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierTitleLibraryImport">
<source>Method with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">El método con "LibraryImportAttribute" debe marcarse como "safe" o "unsafe"</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeMustBeExpectedTypeDescription">
<source>The return type the two method must be the expected type.</source>
<target state="translated">El tipo de valor devuelto por el que ambos métodos deben ser del tipo esperado.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,21 @@
<target state="translated">LibraryImportAttribute requiert du code non sécurisé.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierDescriptionLibraryImport">
<source>Under the updated memory safety rules, calling into native code is a safety contract that the compiler cannot verify. Mark the method 'unsafe' to require callers to audit the call, or 'safe' after auditing the interop boundary. This matches the requirement the language places on 'extern' members.</source>
<target state="translated">Selon les règles mises à jour de sécurité de la mémoire, l’appel au code natif est un contrat de sécurité que le compilateur ne peut pas vérifier. Marquez la méthode comme « unsafe » pour obliger les appelants à auditer l’appel ou comme « safe » après avoir audité la frontière d’interopérabilité. Cela correspond à l’exigence que le langage impose aux membres « extern ».</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierMessageLibraryImport">
<source>Method '{0}' with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">La méthode « {0} » avec « LibraryImportAttribute » doit être marquée comme « safe » ou « unsafe »</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierTitleLibraryImport">
<source>Method with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">La méthode avec « LibraryImportAttribute » doit être marquée comme « safe » ou « unsafe »</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeMustBeExpectedTypeDescription">
<source>The return type the two method must be the expected type.</source>
<target state="translated">Le type de retour de la méthode deux doit être le type attendu.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,21 @@
<target state="translated">LibraryImportAttribute richiede un codice non sicuro.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierDescriptionLibraryImport">
<source>Under the updated memory safety rules, calling into native code is a safety contract that the compiler cannot verify. Mark the method 'unsafe' to require callers to audit the call, or 'safe' after auditing the interop boundary. This matches the requirement the language places on 'extern' members.</source>
<target state="translated">In base alle regole di sicurezza della memoria aggiornate, le chiamate a codice nativo costituiscono un contratto di sicurezza che il compilatore non può verificare. Contrassegnare il metodo come ''unsafe'' per richiedere ai chiamanti di controllare la chiamata o ''safe'' dopo aver controllato il limite di interoperabilità. Questo corrisponde al requisito imposto dal linguaggio ai membri ''extern''.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierMessageLibraryImport">
<source>Method '{0}' with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">Il metodo ''{0}'' con ''LibraryImportAttribute'' deve essere contrassegnato come ''safe'' o ''unsafe''</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierTitleLibraryImport">
<source>Method with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">Il metodo con ''LibraryImportAttribute'' deve essere contrassegnato come ''safe'' o ''unsafe''</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeMustBeExpectedTypeDescription">
<source>The return type the two method must be the expected type.</source>
<target state="translated">Tipo restituito il due metodo deve essere il tipo previsto.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,21 @@
<target state="translated">LibraryImportAttribute には安全でないコードが必要です。</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierDescriptionLibraryImport">
<source>Under the updated memory safety rules, calling into native code is a safety contract that the compiler cannot verify. Mark the method 'unsafe' to require callers to audit the call, or 'safe' after auditing the interop boundary. This matches the requirement the language places on 'extern' members.</source>
<target state="translated">更新されたメモリの安全規則では、ネイティブ コードへの呼び出しは、コンパイラが検証できない安全コントラクトです。呼び出し元に呼び出しの監査を求めるには、メソッドに 'unsafe' を指定します。相互運用境界を監査した後は、'safe' を指定します。これは、言語が 'extern' メンバーに課している要件と一致します。</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierMessageLibraryImport">
<source>Method '{0}' with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">'LibraryImportAttribute' を持つメソッド '{0}' は、'safe' または 'unsafe' としてマークする必要があります</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierTitleLibraryImport">
<source>Method with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">'LibraryImportAttribute' を持つメソッドは、'safe' または 'unsafe' としてマークする必要があります</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeMustBeExpectedTypeDescription">
<source>The return type the two method must be the expected type.</source>
<target state="translated">戻り値の型は、2 つのメソッドが期待する型である必要があります。</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,21 @@
<target state="translated">LibraryImportAttribute에는 안전하지 않은 코드가 필요합니다.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierDescriptionLibraryImport">
<source>Under the updated memory safety rules, calling into native code is a safety contract that the compiler cannot verify. Mark the method 'unsafe' to require callers to audit the call, or 'safe' after auditing the interop boundary. This matches the requirement the language places on 'extern' members.</source>
<target state="translated">업데이트된 메모리 안전 규칙에 따라 네이티브 코드 호출은 컴파일러가 확인할 수 없는 안전 계약입니다. 호출자가 호출을 감사하도록 요구하도록 메서드를 'unsafe'로 표시하거나 interop 경계를 감사한 후 'safe'로 표시합니다. 이는 언어가 'extern' 멤버에 부과하는 요구 사항과 일치합니다.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierMessageLibraryImport">
<source>Method '{0}' with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">'LibraryImportAttribute'가 있는 '{0}' 메서드는 'safe' 또는 'unsafe'로 표시되어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierTitleLibraryImport">
<source>Method with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">'LibraryImportAttribute'가 있는 메서드는 'safe' 또는 'unsafe'로 표시되어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeMustBeExpectedTypeDescription">
<source>The return type the two method must be the expected type.</source>
<target state="translated">두 메서드가 필요한 형식이어야 하는 반환 형식입니다.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,21 @@
<target state="translated">Element LibraryImportAttribute wymaga niebezpiecznego kodu.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierDescriptionLibraryImport">
<source>Under the updated memory safety rules, calling into native code is a safety contract that the compiler cannot verify. Mark the method 'unsafe' to require callers to audit the call, or 'safe' after auditing the interop boundary. This matches the requirement the language places on 'extern' members.</source>
<target state="translated">Zgodnie ze zaktualizowanymi regułami bezpieczeństwa pamięci wywołanie kodu natywnego jest kontraktem bezpieczeństwa, który kompilator nie może zweryfikować. Oznacz metodę jako niebezpieczną, aby wymagać od obiektów wywołujących inspekcji wywołania, lub jako „bezpieczną” po inspekcji granicy międzyoperacyjnej. Jest to zgodne z wymaganiem, które język umieszcza na elementach członkowskich „extern”.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierMessageLibraryImport">
<source>Method '{0}' with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">Metoda „{0}” z atrybutem „”LibraryImportAttribute” musi być oznaczona jako „safe” lub „unsafe”</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierTitleLibraryImport">
<source>Method with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">Metoda z atrybutem "LibraryImportAttribute" musi być oznaczona jako „safe” lub „unsafe”</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeMustBeExpectedTypeDescription">
<source>The return type the two method must be the expected type.</source>
<target state="translated">Zwracany typ obu tych metod musi być oczekiwanym typem.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,21 @@
<target state="translated">LibraryImportAttribute requer código não seguro.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierDescriptionLibraryImport">
<source>Under the updated memory safety rules, calling into native code is a safety contract that the compiler cannot verify. Mark the method 'unsafe' to require callers to audit the call, or 'safe' after auditing the interop boundary. This matches the requirement the language places on 'extern' members.</source>
<target state="translated">De acordo com as regras atualizadas de segurança de memória, chamar código nativo é um contrato de segurança que o compilador não consegue verificar. Marque o método como ''unsafe'' para exigir que quem o chamar revise a chamada, ou como ''safe'' depois de revisar a fronteira de interop. Isso corresponde ao requisito que a linguagem impõe aos membros ''extern''.</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierMessageLibraryImport">
<source>Method '{0}' with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">O método ''{0}'' com ''LibraryImportAttribute'' deve ser marcado como ''seguro'' ou ''não seguro''</target>
<note />
</trans-unit>
<trans-unit id="RequiresExplicitSafetyModifierTitleLibraryImport">
<source>Method with 'LibraryImportAttribute' must be marked 'safe' or 'unsafe'</source>
<target state="translated">O método com ''LibraryImportAttribute'' deve ser marcado como ''seguro'' ou ''não seguro''</target>
<note />
</trans-unit>
<trans-unit id="ReturnTypeMustBeExpectedTypeDescription">
<source>The return type the two method must be the expected type.</source>
<target state="translated">O tipo de retorno do método dois deve ser o tipo esperado.</target>
Expand Down
Loading
Loading