mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
Updated french translation [ci skip]
This commit is contained in:
@@ -17,16 +17,12 @@
|
|||||||
* NOTE: this file must be saved in UTF-8 encoding.
|
* NOTE: this file must be saved in UTF-8 encoding.
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
'No help for unknown command "{command}".' => '@@Aucune aide disponible pour la commande inconnue : "{command}".@@',
|
'{delta, plural, =1{1 day} other{# days}}' => '{delta, plural, =1{1 jour} other{# jours}}',
|
||||||
'No help for unknown sub-command "{command}".' => '@@Aucune aide disponible pour la sous-commande inconnue : "{command}".@@',
|
'{delta, plural, =1{1 hour} other{# hours}}' => '{delta, plural, =1{1 heure} other{# heures}}',
|
||||||
'Unknown command "{command}".' => '@@Commande inconnue : "{command}".@@',
|
'{delta, plural, =1{1 minute} other{# minutes}}' => '{delta, plural, =1{1 minute} other{# minutes}}',
|
||||||
'{attribute} contains wrong subnet mask.' => '@@{attribute} contient un masque de sous-réseau non valide.@@',
|
'{delta, plural, =1{1 month} other{# months}}' => 'mois',
|
||||||
'{attribute} is not in the allowed range.' => '@@{attribute} n\'est pas dans la plage autorisée.@@',
|
'{delta, plural, =1{1 second} other{# seconds}}' => '{delta, plural, =1{1 seconde} other{# secondes}}',
|
||||||
'{attribute} must be a valid IP address.' => '@@{attribute} doit être une adresse IP valide.@@',
|
'{delta, plural, =1{1 year} other{# years}}' => '{delta, plural, =1{1 année} other{# années}}',
|
||||||
'{attribute} must be an IP address with specified subnet.' => '@@{attribute} doit être une adresse IP avec un sous-réseau.@@',
|
|
||||||
'{attribute} must not be a subnet.' => '@@{attribute} ne doit pas être un sous-réseau.@@',
|
|
||||||
'{attribute} must not be an IPv4 address.' => '@@{attribute} ne doit pas être une adresse IPv4.@@',
|
|
||||||
'{attribute} must not be an IPv6 address.' => '@@{attribute} ne doit pas être une adresse IPv6.@@',
|
|
||||||
'(not set)' => '(non défini)',
|
'(not set)' => '(non défini)',
|
||||||
'An internal server error occurred.' => 'Une erreur de serveur interne s\'est produite.',
|
'An internal server error occurred.' => 'Une erreur de serveur interne s\'est produite.',
|
||||||
'Are you sure you want to delete this item?' => 'Êtes-vous sûr de vouloir supprimer cet élément ?',
|
'Are you sure you want to delete this item?' => 'Êtes-vous sûr de vouloir supprimer cet élément ?',
|
||||||
@@ -74,12 +70,16 @@ return [
|
|||||||
'the input value' => 'la valeur d\'entrée',
|
'the input value' => 'la valeur d\'entrée',
|
||||||
'{attribute} "{value}" has already been taken.' => '{attribute} « {value} » a déjà été pris.',
|
'{attribute} "{value}" has already been taken.' => '{attribute} « {value} » a déjà été pris.',
|
||||||
'{attribute} cannot be blank.' => '{attribute} ne peut être vide.',
|
'{attribute} cannot be blank.' => '{attribute} ne peut être vide.',
|
||||||
|
'{attribute} contains wrong subnet mask.' => '{attribute} contient un masque de sous-réseau non valide.',
|
||||||
'{attribute} is invalid.' => '{attribute} est invalide.',
|
'{attribute} is invalid.' => '{attribute} est invalide.',
|
||||||
'{attribute} is not a valid URL.' => '{attribute} n\'est pas une URL valide.',
|
'{attribute} is not a valid URL.' => '{attribute} n\'est pas une URL valide.',
|
||||||
'{attribute} is not a valid email address.' => '{attribute} n\'est pas une adresse email valide.',
|
'{attribute} is not a valid email address.' => '{attribute} n\'est pas une adresse email valide.',
|
||||||
|
'{attribute} is not in the allowed range.' => '{attribute} n\'est pas dans la plage autorisée.',
|
||||||
'{attribute} must be "{requiredValue}".' => '{attribute} doit êre « {requiredValue} ».',
|
'{attribute} must be "{requiredValue}".' => '{attribute} doit êre « {requiredValue} ».',
|
||||||
'{attribute} must be a number.' => '{attribute} doit être un nombre.',
|
'{attribute} must be a number.' => '{attribute} doit être un nombre.',
|
||||||
'{attribute} must be a string.' => '{attribute} doit être au format texte.',
|
'{attribute} must be a string.' => '{attribute} doit être au format texte.',
|
||||||
|
'{attribute} must be a valid IP address.' => '{attribute} doit être une adresse IP valide.',
|
||||||
|
'{attribute} must be an IP address with specified subnet.' => '{attribute} doit être une adresse IP avec un sous-réseau.',
|
||||||
'{attribute} must be an integer.' => '{attribute} doit être un entier.',
|
'{attribute} must be an integer.' => '{attribute} doit être un entier.',
|
||||||
'{attribute} must be either "{true}" or "{false}".' => '{attribute} doit être soit « {true} » soit « {false} ».',
|
'{attribute} must be either "{true}" or "{false}".' => '{attribute} doit être soit « {true} » soit « {false} ».',
|
||||||
'{attribute} must be greater than "{compareValue}".' => '{attribute} doit être supérieur à « {compareValue} ».',
|
'{attribute} must be greater than "{compareValue}".' => '{attribute} doit être supérieur à « {compareValue} ».',
|
||||||
@@ -89,6 +89,9 @@ return [
|
|||||||
'{attribute} must be no greater than {max}.' => '{attribute} ne doit pas être supérieur à {max}.',
|
'{attribute} must be no greater than {max}.' => '{attribute} ne doit pas être supérieur à {max}.',
|
||||||
'{attribute} must be no less than {min}.' => '{attribute} ne doit pas être inférieur à {min}.',
|
'{attribute} must be no less than {min}.' => '{attribute} ne doit pas être inférieur à {min}.',
|
||||||
'{attribute} must be repeated exactly.' => '{attribute} doit être identique.',
|
'{attribute} must be repeated exactly.' => '{attribute} doit être identique.',
|
||||||
|
'{attribute} must not be a subnet.' => '{attribute} ne doit pas être un sous-réseau.',
|
||||||
|
'{attribute} must not be an IPv4 address.' => '{attribute} ne doit pas être une adresse IPv4.',
|
||||||
|
'{attribute} must not be an IPv6 address.' => '{attribute} ne doit pas être une adresse IPv6.',
|
||||||
'{attribute} must not be equal to "{compareValue}".' => '{attribute} ne doit pas être égal à « {compareValue} ».',
|
'{attribute} must not be equal to "{compareValue}".' => '{attribute} ne doit pas être égal à « {compareValue} ».',
|
||||||
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} doit comporter au moins {min, number} {min, plural, one{caractère} other{caractères}}.',
|
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} doit comporter au moins {min, number} {min, plural, one{caractère} other{caractères}}.',
|
||||||
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} doit comporter au plus {max, number} {max, plural, one{caractère} other{caractères}}.',
|
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} doit comporter au plus {max, number} {max, plural, one{caractère} other{caractères}}.',
|
||||||
|
|||||||
Reference in New Issue
Block a user