Skip to content

Commit

Permalink
Merge pull request misd-service-development#130 from Nek-/feature/fre…
Browse files Browse the repository at this point in the history
…nch-translations
  • Loading branch information
Nek- authored Dec 5, 2022
2 parents 81d20e9 + 4cc8e6e commit a4a98bb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
- Add Hungarian translations #129
- Add more french translations #130

## [3.8.0] - 2022-10-24

Expand Down
32 changes: 32 additions & 0 deletions src/Resources/translations/validators.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,38 @@
<source>This value is not a valid mobile number.</source>
<target>Cette valeur n'est pas un numéro de téléphone mobile valide.</target>
</trans-unit>
<trans-unit id="4">
<source>This value is not a valid pager number.</source>
<target>Cette valeur n'est pas un numéro de téléphone bipeur valide.</target>
</trans-unit>
<trans-unit id="5">
<source>This value is not a valid personal number.</source>
<target>Cette valeur n'est pas un numéro de téléphone personnel valide.</target>
</trans-unit>
<trans-unit id="6">
<source>This value is not a valid premium-rate number.</source>
<target>Cette valeur n'est pas un numéro de téléphone premium valide.</target>
</trans-unit>
<trans-unit id="7">
<source>This value is not a valid shared-cost number.</source>
<target>Cette valeur n'est pas un numéro à coût partagé valide.</target>
</trans-unit>
<trans-unit id="8">
<source>This value is not a valid toll-free number.</source>
<target>Cette valeur n'est pas un numéro vert valide.</target>
</trans-unit>
<trans-unit id="9">
<source>This value is not a valid UAN.</source>
<target>Cette valeur n'est pas un numéro de téléphone UAN valide.</target>
</trans-unit>
<trans-unit id="10">
<source>This value is not a valid VoIP number.</source>
<target>Cette valeur n'est pas un numéro de téléphone VoIP valide.</target>
</trans-unit>
<trans-unit id="11">
<source>This value is not a valid voicemail access number.</source>
<target>Cette valeur n'est pas un numéro de répondeur valide.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit a4a98bb

Please sign in to comment.