8000 [4.3] [Validator] add missing french validator translations. by hhamon · Pull Request #30949 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[4.3] [Validator] add missing french validator translations. #30949

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

Closed
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,26 @@
<source>This value should be valid JSON.</source>
<target>Cette valeur doit être un JSON valide.</target>
</trans-unit>
<trans-unit id="87">
<source>This value should be positive.</source 720B >
<target>Cette valeur doit être strictement positive.</target>
</trans-unit>
<trans-unit id="88">
<source>This value should be either positive or zero.</source>
<target>Cette valeur doit être positive ou égale à zéro.</target>
</trans-unit>
<trans-unit id="89">
<source>This value should be negative.</source>
<target>Cette valeur doit être strictement négative.</target>
</trans-unit>
<trans-unit id="90">
<source>This value should be either negative or zero.</source>
<target>Cette valeur doit être négative ou égale à zéro.</target>
</trans-unit>
<trans-unit id="91">
<source>This collection should contain only unique elements.</source>
<target>Cette collection ne doit contenir que des éléments uniques.</target>
</trans-unit>
<trans-unit id="92">
<source>This value is not a valid timezone.</source>
<target>Cette valeur n'est pas un fuseau horaire valide.</target>
Expand Down
0