Skip to content

Commit 5a9817a

Browse files
committed
Fix translation issues #95
1 parent 24e5f68 commit 5a9817a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Resources/de.lproj/NetKitDE.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
<target>"{attribute}" Attribute ist nicht definiert oder leer.</target>
2727
</trans-unit>
2828
<trans-unit resname="ERR_4DNK_3">
29-
<source>Unsupported value in "permission" attribute.</source>
29+
<source>Unsupported value in "{attribute}" attribute.</source>
3030
<target>Nicht unterstützter Wert in Attribut "{attribute}".</target>
3131
</trans-unit>
3232
<trans-unit resname="ERR_4DNK_4">
33-
<source>"authorizationCode" attribute is empty.</source>
33+
<source>The authorization code was not received within the time limit (timeout error).</source>
3434
<target>'GetToken' Anfrage hat eine leere Antwort zurückgeliefert.</target>
3535
</trans-unit>
3636
<trans-unit resname="ERR_4DNK_5">
3737
<source>'GetToken' request returned an unexpected status code (received: {received} expected: {expected}).</source>
3838
<target>'GetToken' Anfrage hat einen unerwarteteten Statuscode zurückgeliefert (erhalten: {received} erwartet: {expected}).</target>
3939
</trans-unit>
4040
<trans-unit resname="ERR_4DNK_6">
41-
<source>'GetToken' request returned an empty 'authorizationCode'</source>
41+
<source>'GetToken' request returned an empty 'authorizationCode'.</source>
4242
<target>'GetToken' Anfrage hat einen leeren 'authorizationCode' zurückgeliefert</target>
4343
</trans-unit>
4444
<trans-unit resname="ERR_4DNK_7">

Resources/fr.lproj/NetKitFR.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
<target>Le paramètre '{which}' dans la fonction {function} n'est pas du type {type}.</target>
7575
</trans-unit>
7676
<trans-unit resname="OAuth2_Response_Title">
77-
<target>4D NetKit Component</target>
78-
<source>Composant 4D NetKit</source>
77+
<source>4D NetKit Component</source>
78+
<target>Composant 4D NetKit</target>
7979
</trans-unit>
8080
<trans-unit resname="OAuth2_Response_Message">
8181
<source>Verification code received</source>

0 commit comments

Comments
 (0)