-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #384 from core23/xlf
Migrate YML translations to XLIFF
- Loading branch information
Showing
9 changed files
with
520 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> | ||
<file source-language="en" target-language="de" datatype="plaintext" original="file.ext"> | ||
<header> | ||
<tool tool-id="symfony" tool-name="Symfony"/> | ||
</header> | ||
<body> | ||
<trans-unit id="profile.show.username"> | ||
<source>profile.show.username</source> | ||
<target>Benutzername</target> | ||
</trans-unit> | ||
<trans-unit id="profile.show.email"> | ||
<source>profile.show.email</source> | ||
<target>E-Mail</target> | ||
</trans-unit> | ||
<trans-unit id="profile.edit.submit"> | ||
<source>profile.edit.submit</source> | ||
<target>Benutzer aktualisieren</target> | ||
</trans-unit> | ||
<trans-unit id="profile.flash.updated"> | ||
<source>profile.flash.updated</source> | ||
<target>Das Benutzerprofil wurde aktualisiert.</target> | ||
</trans-unit> | ||
<trans-unit id="registration.check_email"> | ||
<source>registration.check_email</source> | ||
<target>Eine E-Mail wurde an %email% gesendet. Sie enthält einen Link, den Sie anklicken müssen, um Ihr Benutzerkonto zu bestätigen.</target> | ||
</trans-unit> | ||
<trans-unit id="registration.confirmed"> | ||
<source>registration.confirmed</source> | ||
<target>Glückwunsch %username%, Ihr Benutzerkonto ist jetzt bestätigt.</target> | ||
</trans-unit> | ||
<trans-unit id="registration.back"> | ||
<source>registration.back</source> | ||
<target>Zurück zur ursprünglichen Seite.</target> | ||
</trans-unit> | ||
<trans-unit id="registration.submit"> | ||
<source>registration.submit</source> | ||
<target>Registrieren</target> | ||
</trans-unit> | ||
<trans-unit id="registration.flash.user_created"> | ||
<source>registration.flash.user_created</source> | ||
<target>Der Benutzer wurde erfolgreich erstellt.</target> | ||
</trans-unit> | ||
<trans-unit id="registration.email.subject"> | ||
<source>registration.email.subject</source> | ||
<target>Willkommen %username%!</target> | ||
</trans-unit> | ||
<trans-unit id="registration.email.message"> | ||
<source>registration.email.message</source> | ||
<target><![CDATA[Hallo %username%! | ||
Besuchen Sie bitte folgende Seite, um Ihr Benutzerkonto zu bestätigen: %confirmationUrl% | ||
Mit besten Grüßen, | ||
das Team.]]></target> | ||
</trans-unit> | ||
<trans-unit id="registration.email.html"> | ||
<source>registration.email.html</source> | ||
<target><![CDATA[ | ||
<p>Hallo %username%!</p> | ||
<p>Besuchen Sie bitte folgende Seite, um Ihr Benutzerkonto zu bestätigen: <a href="%confirmationUrl%">%confirmationUrl%</a></p> | ||
<p>Mit besten Grüßen,</p> | ||
<p>das Team.</p> | ||
]]></target> | ||
</trans-unit> | ||
<trans-unit id="form.group_name"> | ||
<source>form.group_name</source> | ||
<target>Gruppenname</target> | ||
</trans-unit> | ||
<trans-unit id="form.username"> | ||
<source>form.username</source> | ||
<target>Benutzername</target> | ||
</trans-unit> | ||
<trans-unit id="form.email"> | ||
<source>form.email</source> | ||
<target>E-Mail-Adresse</target> | ||
</trans-unit> | ||
<trans-unit id="form.current_password"> | ||
<source>form.current_password</source> | ||
<target>Derzeitiges Passwort</target> | ||
</trans-unit> | ||
<trans-unit id="form.password"> | ||
<source>form.password</source> | ||
<target>Passwort</target> | ||
</trans-unit> | ||
<trans-unit id="form.password_confirmation"> | ||
<source>form.password_confirmation</source> | ||
<target>Passwort bestätigen</target> | ||
</trans-unit> | ||
<trans-unit id="form.new_password"> | ||
<source>form.new_password</source> | ||
<target>Neues Passwort</target> | ||
</trans-unit> | ||
<trans-unit id="form.new_password_confirmation"> | ||
<source>form.new_password_confirmation</source> | ||
<target>Neues Passwort bestätigen</target> | ||
</trans-unit> | ||
<trans-unit id="form.timezone"> | ||
<source>form.timezone</source> | ||
<target>Zeitzone</target> | ||
</trans-unit> | ||
<trans-unit id="form.locale"> | ||
<source>form.locale</source> | ||
<target>Sprache</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> | ||
<file source-language="en" target-language="en" datatype="plaintext" original="file.ext"> | ||
<header> | ||
<tool tool-id="symfony" tool-name="Symfony"/> | ||
</header> | ||
<body> | ||
<trans-unit id="profile.show.username"> | ||
<source>profile.show.username</source> | ||
<target>Username</target> | ||
</trans-unit> | ||
<trans-unit id="profile.show.email"> | ||
<source>profile.show.email</source> | ||
<target>Email</target> | ||
</trans-unit> | ||
<trans-unit id="profile.edit.submit"> | ||
<source>profile.edit.submit</source> | ||
<target>Update</target> | ||
</trans-unit> | ||
<trans-unit id="profile.flash.updated"> | ||
<source>profile.flash.updated</source> | ||
<target>The profile has been updated.</target> | ||
</trans-unit> | ||
<trans-unit id="registration.check_email"> | ||
<source>registration.check_email</source> | ||
<target>An email has been sent to %email%. It contains an activation link you must click to activate your account. | ||
</target> | ||
</trans-unit> | ||
<trans-unit id="registration.confirmed"> | ||
<source>registration.confirmed</source> | ||
<target>Congrats %username%, your account is now activated.</target> | ||
</trans-unit> | ||
<trans-unit id="registration.back"> | ||
<source>registration.back</source> | ||
<target>Back to the originating page.</target> | ||
</trans-unit> | ||
<trans-unit id="registration.submit"> | ||
<source>registration.submit</source> | ||
<target>Register</target> | ||
</trans-unit> | ||
<trans-unit id="registration.flash.user_created"> | ||
<source>registration.flash.user_created</source> | ||
<target>The user has been created successfully.</target> | ||
</trans-unit> | ||
<trans-unit id="registration.email.subject"> | ||
<source>registration.email.subject</source> | ||
<target>Welcome %username%!</target> | ||
</trans-unit> | ||
<trans-unit id="registration.email.message"> | ||
<source>registration.email.message</source> | ||
<target><![CDATA[Hello %username%! | ||
To finish activating your account - please visit %confirmationUrl% | ||
This link can only be used once to validate your account. | ||
Regards, | ||
the Team.]]></target> | ||
</trans-unit> | ||
<trans-unit id="registration.email.html"> | ||
<source>registration.email.html</source> | ||
<target><![CDATA[ | ||
<p>Hello %username%!</p> | ||
<p>To finish activating your account - please visit <a href="%confirmationUrl%">%confirmationUrl%</a></p> | ||
<p>This link can only be used once to validate your account.</p> | ||
<p>Regards,</p> | ||
<p>the Team.</p> | ||
]]></target> | ||
</trans-unit> | ||
<trans-unit id="form.group_name"> | ||
<source>form.group_name</source> | ||
<target>Group name</target> | ||
</trans-unit> | ||
<trans-unit id="form.username"> | ||
<source>form.username</source> | ||
<target>Username</target> | ||
</trans-unit> | ||
<trans-unit id="form.email"> | ||
<source>form.email</source> | ||
<target>Email</target> | ||
</trans-unit> | ||
<trans-unit id="form.current_password"> | ||
<source>form.current_password</source> | ||
<target>Current password</target> | ||
</trans-unit> | ||
<trans-unit id="form.password"> | ||
<source>form.password</source> | ||
<target>Password</target> | ||
</trans-unit> | ||
<trans-unit id="form.password_confirmation"> | ||
<source>form.password_confirmation</source> | ||
<target>Repeat password</target> | ||
</trans-unit> | ||
<trans-unit id="form.new_password"> | ||
<source>form.new_password</source> | ||
<target>New password</target> | ||
</trans-unit> | ||
<trans-unit id="form.new_password_confirmation"> | ||
<source>form.new_password_confirmation</source> | ||
<target>Repeat new password</target> | ||
</trans-unit> | ||
<trans-unit id="form.timezone"> | ||
<source>form.timezone</source> | ||
<target>Timezone</target> | ||
</trans-unit> | ||
<trans-unit id="form.locale"> | ||
<source>form.locale</source> | ||
<target>Locale</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.