Skip to content

Commit

Permalink
Update self asserted tokens translations
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeulen committed Nov 24, 2022
1 parent 871b323 commit b9bff9e
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<hr>
<h2>{{ 'ss.recovery_token_list.title'|trans }}</h2>

<p>{{ 'ss.recovery_token_list.help'|trans }}</p>

{% if recoveryTokens is not empty %}

<div class="row">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<h2>{{ pageTitle }}</h2>

<p>{{ 'ss.registration.sms.text.help_user_enter_challenge'|trans }}</p>

<ul>
<li>{{ 'ss.registration.sms.text.enter_challenge_below'|trans }}</li>
<li>{{ 'ss.registration.sms.text.retry_if_not_received'|trans }}</li>
Expand Down
80 changes: 40 additions & 40 deletions translations/messages.en_GB.xliff

Large diffs are not rendered by default.

88 changes: 44 additions & 44 deletions translations/messages.nl_NL.xliff

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion translations/validators.en_GB.xliff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2022-07-27T14:58:28Z" source-language="en" target-language="en_GB" datatype="plaintext" original="not.available">
<file date="2022-11-24T14:02:22Z" source-language="en" target-language="en_GB" datatype="plaintext" original="not.available">
<header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note>
Expand Down
2 changes: 1 addition & 1 deletion translations/validators.nl_NL.xliff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2022-07-27T14:58:24Z" source-language="en" target-language="nl_NL" datatype="plaintext" original="not.available">
<file date="2022-11-24T14:02:04Z" source-language="en" target-language="nl_NL" datatype="plaintext" original="not.available">
<header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note>
Expand Down

0 comments on commit b9bff9e

Please sign in to comment.