Skip to content

Commit ccccad9

Browse files
author
Marvin Kuhn
committed
fix: fixed german translations
1 parent f6ff009 commit ccccad9

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

Resources/Private/Translations/de/Form/Comment.xlf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
<body>
55
<trans-unit id="name.label" xml:space="preserve">
66
<source>Name</source>
7+
<target xml:lang="de">Name</target>
78
</trans-unit>
89
<trans-unit id="email.label" xml:space="preserve">
9-
<source>E-Mail</source>
10+
<source>Email</source>
11+
<target xml:lang="de">E-Mail</target>
1012
</trans-unit>
1113
<trans-unit id="content.label" xml:space="preserve">
12-
<source>Kommentar</source>
14+
<source>Comment</source>
15+
<target xml:lang="de">Kommentar</target>
1316
</trans-unit>
1417
</body>
1518
</file>

Resources/Private/Translations/de/NodeTypes/Collection/Comments.xlf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<file original="" product-name="Breadlesscode.Commentable" source-language="en" target-language="de" datatype="plaintext">
44
<body>
55
<trans-unit id="ui.label" xml:space="preserve">
6-
<source>Kommentare</source>
6+
<source>Comments</source>
7+
<target xml:lang="de">Kommentare</target>
78
</trans-unit>
89
</body>
910
</file>

Resources/Private/Translations/de/NodeTypes/Content/Comment.xlf

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,20 @@
33
<file original="" product-name="Breadlesscode.Commentable" source-language="en" target-language="de" datatype="plaintext">
44
<body>
55
<trans-unit id="ui.label" xml:space="preserve">
6-
<source>Kommentar</source>
6+
<source>Comment</source>
7+
<target xml:lang="de">Kommentar</target>
78
</trans-unit>
89
<trans-unit id="properties.email" xml:space="preserve">
9-
<source>E-Mailadresse</source>
10+
<source>Email</source>
11+
<target xml:lang="de">E-Mailadresse</target>
1012
</trans-unit>
1113
<trans-unit id="properties.name" xml:space="preserve">
1214
<source>Name</source>
15+
<target xml:lang="de">Name</target>
1316
</trans-unit>
1417
<trans-unit id="properties.createdAt" xml:space="preserve">
15-
<source>Erstellt am</source>
18+
<source>Created at</source>
19+
<target xml:lang="de">Erstellt am</target>
1620
</trans-unit>
1721
</body>
1822
</file>

0 commit comments

Comments
 (0)