Skip to content
Closed
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions src/Microsoft.DotNet.AsmDiff/xlf/Resources.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<body>
<trans-unit id="MarkdownAPIListTitle">
<source># API List of {0}</source>
<target state="new"># API Liste von {0}</target>
<target state="new"># API List of {0}</target>
<note />
</trans-unit>
<trans-unit id="MarkdownDiffDescription">
<source>API listing follows standard diff formatting.
Lines preceded by a '+' are additions and a '-' indicates removal.</source>
<target state="new">Die Änderungen sind im standard diff-Format aufgezählt.
Die API-Zeilen, die mit einem '+' beginnen wurden hinzugefügt und die mit einem '-' wurden entfernt.</target>
<target state="new">API listing follows standard diff formatting.
Lines preceded by a '+' are additions and a '-' indicates removal.</target>
<note />
</trans-unit>
<trans-unit id="MarkdownTitle">
<source># API Difference {0} vs {1}</source>
<target state="new"># API Änderungen von {0} zu {1}</target>
<target state="new"># API Difference {0} vs {1}</target>
<note />
</trans-unit>
</body>
Expand Down