Skip to content

Commit

Permalink
add german translations for records and form interface
Browse files Browse the repository at this point in the history
  • Loading branch information
akiessling committed Apr 29, 2024
1 parent 1fabde0 commit 5e97495
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 14 deletions.
24 changes: 24 additions & 0 deletions Resources/Private/Language/de.locallang.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="de" datatype="plaintext" original="EXT:form_dynamic_recipient/Resources/Private/Language/locallang.xlf" date="2024-04-29T13:54:26Z" product-name="form_dynamic_recipient">
<header/>
<body>
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient" resname="tx_formdynamicrecipient_domain_model_recipient">
<source>Recipient</source>
<target>Empfänger</target>
</trans-unit>
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient.recipient_label" resname="tx_formdynamicrecipient_domain_model_recipient.recipient_label">
<source>Recipient Label</source>
<target>Empfänger Bezeichnung</target>
</trans-unit>
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient.recipient_email" resname="tx_formdynamicrecipient_domain_model_recipient.recipient_email">
<source>Recipient Email</source>
<target>Empfänger E-Mail</target>
</trans-unit>
<trans-unit id="validation.error.1517428129" resname="validation.error.1517428129">
<source>Invalid value for recipient detected.</source>
<target>Ungültiger Empfänger wurde gewählt.</target>
</trans-unit>
</body>
</file>
</xliff>
20 changes: 20 additions & 0 deletions Resources/Private/Language/de.locallang_db.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="de" datatype="plaintext" original="EXT:form_dynamic_recipient/Resources/Private/Language/locallang_db.xlf" date="2024-04-29T13:55:06Z" product-name="form_dynamic_recipient">
<header/>
<body>
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient" resname="tx_formdynamicrecipient_domain_model_recipient">
<source>Recipient</source>
<target>Empfänger</target>
</trans-unit>
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient.recipient_label" resname="tx_formdynamicrecipient_domain_model_recipient.recipient_label">
<source>Recipient Label</source>
<target>Empfänger Bezeichnung</target>
</trans-unit>
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient.recipient_email" resname="tx_formdynamicrecipient_domain_model_recipient.recipient_email">
<source>Recipient Email</source>
<target>Empfänger E-Mail</target>
</trans-unit>
</body>
</file>
</xliff>
14 changes: 7 additions & 7 deletions Resources/Private/Language/locallang.xlf
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="messages" date="2018-01-29T20:41:44Z" product-name="form_dynamic_recipient">
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="EXT:form_dynamic_recipient/Resources/Private/Language/locallang.xlf" date="2024-04-29T13:54:26Z" product-name="form_dynamic_recipient">
<header/>
<body>
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient">
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient" resname="tx_formdynamicrecipient_domain_model_recipient">
<source>Recipient</source>
</trans-unit>
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient.recipient_label">
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient.recipient_label" resname="tx_formdynamicrecipient_domain_model_recipient.recipient_label">
<source>Recipient Label</source>
</trans-unit>
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient.recipient_email">
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient.recipient_email" resname="tx_formdynamicrecipient_domain_model_recipient.recipient_email">
<source>Recipient Email</source>
</trans-unit>
<trans-unit id="validation.error.1517428129">
<trans-unit id="validation.error.1517428129" resname="validation.error.1517428129">
<source>Invalid value for recipient detected.</source>
</trans-unit>
</body>
Expand Down
14 changes: 7 additions & 7 deletions Resources/Private/Language/locallang_db.xlf
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="messages" date="2018-01-29T20:41:44Z" product-name="form_dynamic_recipient">
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="EXT:form_dynamic_recipient/Resources/Private/Language/locallang_db.xlf" date="2024-04-29T13:55:06Z" product-name="form_dynamic_recipient">
<header/>
<body>
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient">
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient" resname="tx_formdynamicrecipient_domain_model_recipient">
<source>Recipient</source>
</trans-unit>
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient.recipient_label">
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient.recipient_label" resname="tx_formdynamicrecipient_domain_model_recipient.recipient_label">
<source>Recipient Label</source>
</trans-unit>
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient.recipient_email">
<trans-unit id="tx_formdynamicrecipient_domain_model_recipient.recipient_email" resname="tx_formdynamicrecipient_domain_model_recipient.recipient_email">
<source>Recipient Email</source>
</trans-unit>
</body>
</file>
</xliff>
</xliff>

0 comments on commit 5e97495

Please sign in to comment.