Merge pull request #535 from boulox/system-french-trad

Add some missing french translation
This commit is contained in:
Samuel Georges 2014-08-09 12:22:41 +10:00
commit a3392ecb50
2 changed files with 61 additions and 47 deletions

View File

@ -25,6 +25,20 @@ return [
'system' => [ 'system' => [
'name' => 'Système', 'name' => 'Système',
'menu_label' => 'Système', 'menu_label' => 'Système',
'categories' => [
'cms' => 'CMS',
'misc' => 'Divers',
'logs' => 'Logs',
'mail' => 'Email',
'shop' => 'Boutique',
'team' => 'Equipe',
'users' => 'Utilisateurs',
'system' => 'Système',
'social' => 'Social',
'events' => 'Evénement',
'customers' => 'Clients',
'my_settings' => 'Mes réglages',
],
], ],
'plugin' => [ 'plugin' => [
'unnamed' => 'Plugin sans nom', 'unnamed' => 'Plugin sans nom',

View File

@ -13,61 +13,61 @@ return array(
| |
*/ */
"accepted" => "The :attribute must be accepted.", "accepted" => "Le :attribute doit être accepté.",
"active_url" => "The :attribute is not a valid URL.", "active_url" => "Le :attribute n'est pas une URL valide.",
"after" => "The :attribute must be a date after :date.", "after" => "Le :attribute doit être une date après le :date.",
"alpha" => "The :attribute may only contain letters.", "alpha" => "Le :attribute ne peut contenir que des lettres.",
"alpha_dash" => "The :attribute may only contain letters, numbers, and dashes.", "alpha_dash" => "Le :attribute ne peut contenir que des lettres, des chiffres et des tirets.",
"alpha_num" => "The :attribute may only contain letters and numbers.", "alpha_num" => "Le :attribute ne peut contenir que des lettres et des chiffres.",
"array" => "The :attribute must be an array.", "array" => "Le :attribute doit être un groupe.",
"before" => "The :attribute must be a date before :date.", "before" => "Le :attribute doit être une date avant le :date.",
"between" => array( "between" => array(
"numeric" => "The :attribute must be between :min - :max.", "numeric" => "Le :attribute doit être compris entre :min - :max.",
"file" => "The :attribute must be between :min - :max kilobytes.", "file" => "Le :attribute doit être compris entre :min - :max kilobytes.",
"string" => "The :attribute must be between :min - :max characters.", "string" => "Le :attribute doit être compris entre :min - :max caractères.",
"array" => "The :attribute must have between :min - :max items.", "array" => "Le :attribute doit être compris entre :min - :max objets.",
), ),
"confirmed" => "The :attribute confirmation does not match.", "confirmed" => "Le :attribute de confirmation ne correspond pas.",
"date" => "The :attribute is not a valid date.", "date" => "Le :attribute n'est pas une date valide.",
"date_format" => "The :attribute does not match the format :format.", "date_format" => "Le :attribute ne correspond pas au format :format.",
"different" => "The :attribute and :other must be different.", "different" => "Le :attribute et :other doivent être différents.",
"digits" => "The :attribute must be :digits digits.", "digits" => "Le :attribute doit être de :digits chiffres.",
"digits_between" => "The :attribute must be between :min and :max digits.", "digits_between" => "Le :attribute doit être compris entre :min et :max chiffres.",
"email" => "The :attribute format is invalid.", "email" => "Le format de l':attribute n'est pas valide.",
"exists" => "The selected :attribute is invalid.", "exists" => "Le :attribute sélectionné n'est pas valide.",
"image" => "The :attribute must be an image.", "image" => "Le :attribute doit être une image.",
"in" => "The selected :attribute is invalid.", "in" => "Le :attribute sélectionné n'est pas valide.",
"integer" => "The :attribute must be an integer.", "integer" => "Le :attribute doit être un entier.",
"ip" => "The :attribute must be a valid IP address.", "ip" => "Le :attribute doit être une adresse IP valide.",
"max" => array( "max" => array(
"numeric" => "The :attribute may not be greater than :max.", "numeric" => "Le :attribute ne peut pas être supérieure à :max.",
"file" => "The :attribute may not be greater than :max kilobytes.", "file" => "Le :attribute ne peut pas être supérieure à :max kilobytes.",
"string" => "The :attribute may not be greater than :max characters.", "string" => "Le :attribute ne peut pas être supérieure à :max caractères.",
"array" => "The :attribute may not have more than :max items.", "array" => "Le :attribute ne peut pas être supérieure à :max objets.",
), ),
"mimes" => "The :attribute must be a file of type: :values.", "mimes" => "Le :attribute doit être un fichier de type: :values.",
"min" => array( "min" => array(
"numeric" => "The :attribute must be at least :min.", "numeric" => "Le :attribute doit être au minimum de :min.",
"file" => "The :attribute must be at least :min kilobytes.", "file" => "Le :attribute doit être au minimum de :min kilobytes.",
"string" => "The :attribute must be at least :min characters.", "string" => "Le :attribute doit être au minimum de :min caractères.",
"array" => "The :attribute must have at least :min items.", "array" => "Le :attribute doit être au minimum de :min objets.",
), ),
"not_in" => "The selected :attribute is invalid.", "not_in" => "Le :attribute sélectionné n'est pas valide.",
"numeric" => "The :attribute must be a number.", "numeric" => "Le :attribute doit être un nombre.",
"regex" => "The :attribute format is invalid.", "regex" => "Le format de l':attribute n'est pas valide.",
"required" => "The :attribute field is required.", "required" => "Le champ: :attribute est obligatoire.",
"required_if" => "The :attribute field is required when :other is :value.", "required_if" => "Le champ: :attribute est obligatoire quand :other est :value.",
"required_with" => "The :attribute field is required when :values is present.", "required_with" => "Le champ: :attribute est obligatoire quand :values est présent.",
"required_without" => "The :attribute field is required when :values is not present.", "required_without" => "Le champ: :attribute est obligatoire quand :values est absent.",
"same" => "The :attribute and :other must match.", "same" => "Le :attribute et :other doivent correspondre.",
"size" => array( "size" => array(
"numeric" => "The :attribute must be :size.", "numeric" => "Le :attribute doit être de :size.",
"file" => "The :attribute must be :size kilobytes.", "file" => "Le :attribute doit être de :size kilobytes.",
"string" => "The :attribute must be :size characters.", "string" => "Le :attribute doit être de :size caractères.",
"array" => "The :attribute must contain :size items.", "array" => "Le :attribute doit contenir :size objets.",
), ),
"unique" => "The :attribute has already been taken.", "unique" => "Le :attribute a déjà été pris.",
"url" => "The :attribute format is invalid.", "url" => "Le format de l':attribute n'est pas valide.",
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------