Skip to content

Commit

Permalink
minor #36192 [Validator] Add french "at least" constraint translation…
Browse files Browse the repository at this point in the history
…s (mtarld)

This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #36192).

Discussion
----------

[Validator] Add french "at least" constraint translations

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| License       | MIT

Completion of PR #36165 by adding french translation for "at least" constraint.

Commits
-------

f885822 Add french "at least" constraint translations
  • Loading branch information
xabbuh committed Mar 25, 2020
2 parents 438d9e5 + f885822 commit a29ee7c
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -374,6 +374,14 @@
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>Le nombre d'éléments de cette collection doit être un multiple de {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="97">
<source>This value should satisfy at least one of the following constraints:</source>
<target>Cette valeur doit satisfaire à au moins une des contraintes suivantes :</target>
</trans-unit>
<trans-unit id="98">
<source>Each element of this collection should satisfy its own set of constraints.</source>
<target>Chaque élément de cette collection doit satisfaire à son propre jeu de contraintes.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit a29ee7c

Please sign in to comment.