Browse Source

Merge pull request #10049 from machour/update-fr-translation

Updated french translation [ci skip]
tags/3.0.0-alpha1
Alexander Makarov 9 years ago
parent
commit
29de5d3791
  1. 23
      framework/messages/fr/yii.php

23
framework/messages/fr/yii.php

@ -17,16 +17,12 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'No help for unknown command "{command}".' => '@@Aucune aide disponible pour la commande inconnue : "{command}".@@',
'No help for unknown sub-command "{command}".' => '@@Aucune aide disponible pour la sous-commande inconnue : "{command}".@@',
'Unknown command "{command}".' => '@@Commande inconnue : "{command}".@@',
'{attribute} contains wrong subnet mask.' => '@@{attribute} contient un masque de sous-réseau non valide.@@',
'{attribute} is not in the allowed range.' => '@@{attribute} n\'est pas dans la plage autorisée.@@',
'{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 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.@@',
'{delta, plural, =1{1 day} other{# days}}' => '{delta, plural, =1{1 jour} other{# jours}}',
'{delta, plural, =1{1 hour} other{# hours}}' => '{delta, plural, =1{1 heure} other{# heures}}',
'{delta, plural, =1{1 minute} other{# minutes}}' => '{delta, plural, =1{1 minute} other{# minutes}}',
'{delta, plural, =1{1 month} other{# months}}' => 'mois',
'{delta, plural, =1{1 second} other{# seconds}}' => '{delta, plural, =1{1 seconde} other{# secondes}}',
'{delta, plural, =1{1 year} other{# years}}' => '{delta, plural, =1{1 année} other{# années}}',
'(not set)' => '(non défini)',
'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 ?',
@ -74,12 +70,16 @@ return [
'the input value' => 'la valeur d\'entrée',
'{attribute} "{value}" has already been taken.' => '{attribute} « {value} » a déjà été pris.',
'{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 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 in the allowed range.' => '{attribute} n\'est pas dans la plage autorisée.',
'{attribute} must be "{requiredValue}".' => '{attribute} doit êre « {requiredValue} ».',
'{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 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 either "{true}" or "{false}".' => '{attribute} doit être soit « {true} » soit « {false} ».',
'{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 less than {min}.' => '{attribute} ne doit pas être inférieur à {min}.',
'{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} 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}}.',

Loading…
Cancel
Save