-
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.
Merge pull request #38 from bim-g/v2
[UPD] update translation for vnumber
- Loading branch information
Showing
13 changed files
with
167 additions
and
82 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
], | ||
"autoload": { | ||
"psr-4": { | ||
"Wepesi\\app\\":"src/" | ||
"Wepesi\\App\\":"src/" | ||
} | ||
}, | ||
"require": { | ||
|
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,18 @@ | ||
<?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 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` should be a number"=>"`%s` devrait être un nombre.", | ||
"`%s` is unknow"=>"`%s` n'est pas definit", | ||
"`%s` should be a date."=>"`%s` devrait être une date.", | ||
"`%s` should be greater than now"=>"`%s` devrait être plus grand que maintenant", | ||
"`%s` should be a string"=>"`%s` doit est une chaine de caractere", | ||
]; |
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
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
Oops, something went wrong.