Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some missing french translations #130

Merged
merged 2 commits into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>