Skip to content

Commit

Permalink
Merge pull request #4 from roadiz/l10n_develop
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
ambroisemaupate authored Sep 6, 2023
2 parents fd68f51 + a2b28e5 commit 77366f3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lib/RoadizCoreBundle/translations/core/messages.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,24 @@
<source>password_should_be_at_least_{{length}}_characters_long</source>
<target state="translated">Password should be at least {{length}} characters long</target>
</trans-unit>
<trans-unit xml:space="preserve" id="attributes.defaultRealm">
<source>attributes.defaultRealm</source>
<target state="translated">Default realm</target>
</trans-unit>
<trans-unit xml:space="preserve" id="attributes.defaultRealm.help">
<source>attributes.defaultRealm.help</source>
<target state="translated">Choose a default realm to secure any attribute value within API. This will affect only new attribute values.</target>
</trans-unit>
<trans-unit xml:space="preserve" id="attributes.defaultRealm.placeholder">
<source>attributes.defaultRealm.placeholder</source>

<target state="translated">-- No default realm --</target>
<note>Default text when no realm is attached to an attribute</note></trans-unit>
<trans-unit xml:space="preserve" id="attributeValue.realm.placeholder">
<source>attributeValue.realm.placeholder</source>

<target state="translated">-- No realm --</target>
<note>Default text when no realm is attached to an attribute-value</note></trans-unit>
</body>
</file>
</xliff>
18 changes: 18 additions & 0 deletions lib/RoadizCoreBundle/translations/core/messages.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,24 @@
<source>password_should_be_at_least_{{length}}_characters_long</source>
<target state="translated">Le mot de passe doit posséder au minimum {{length}} caractères</target>
</trans-unit>
<trans-unit xml:space="preserve" id="attributes.defaultRealm">
<source>attributes.defaultRealm</source>
<target state="translated">Domaine sécurisé par défaut</target>
</trans-unit>
<trans-unit xml:space="preserve" id="attributes.defaultRealm.help">
<source>attributes.defaultRealm.help</source>
<target state="translated">Choisissez un domaine sécurisé pour que tous les attributs créés soient protégés dans l'API. Cela n'affectera que les nouveaux attributs.</target>
</trans-unit>
<trans-unit xml:space="preserve" id="attributes.defaultRealm.placeholder">
<source>attributes.defaultRealm.placeholder</source>

<target state="translated">-- Aucun domaine sécurisé par défaut --</target>
<note>Default text when no realm is attached to an attribute</note></trans-unit>
<trans-unit xml:space="preserve" id="attributeValue.realm.placeholder">
<source>attributeValue.realm.placeholder</source>

<target state="translated">-- Aucun domaine sécurisé --</target>
<note>Default text when no realm is attached to an attribute-value</note></trans-unit>
</body>
</file>
</xliff>

0 comments on commit 77366f3

Please sign in to comment.