-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UPD] update translation for vnumber
- Loading branch information
Showing
5 changed files
with
100 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
<?php | ||
$language=[ | ||
"`%s` should have minimum of `%s` caracters"=>"`%s` doit avoir un minimum de `%s` caracteres", | ||
"`%s` should have maximum of `%s` caracters"=>"`%s` doit avoir un maximum de `%s` caracteres", | ||
"`%s` should have minimum of `%s` characters"=>"`%s` doit avoir un minimum de `%s` caractèress", | ||
"`%s` should have maximum of `%s` characters"=>"`%s` doit avoir un maximum de `%s` caractèress", | ||
"`%s` this should be an email"=>"`%s` doit etre un email", | ||
"`%s` this should be a link(url)"=>"`%s` doit avoir un lien(url) ", | ||
"`%s` should match %s"=>"`%s` doit correpondre a `%s`", | ||
"`%s` is required"=>"`%s` est obligatoire", | ||
"`%s` should be a string"=>"`%s` doit est une chaine de caractere", | ||
"`%s` should be a string"=>"`%s` doit est une chaine de caractères", | ||
"`%s` should be greater than `%s`"=>"`%s` devrait être supérieur à `%s`", | ||
"`%s` should be less than `%s`"=>"`%s` devrait être inférieur à `%s`", | ||
"`%s` should be a positive number"=>"`%s` devrait être un nombre positif", | ||
"`%s` is unknow"=>"`%s` devrait être inférieur à `%s`", | ||
"`%s` should be less than `%s`"=>"`%s` devrait être inférieur à `%s`", | ||
"`%s` should be less than `%s`"=>"`%s` devrait être inférieur à `%s`", | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters