ALPHA 3.0.1b

This commit is contained in:
TheGamecraft
2018-07-13 21:14:00 -04:00
parent 5d3a9fa902
commit 9681e73fe1
4 changed files with 86 additions and 74 deletions

View File

@@ -9,8 +9,8 @@ return [
*/ */
'dashboard' => "Tableau de bord", 'dashboard' => "Tableau de bord",
'ecc_title' => "Espace Cadet Cadre", 'ecc_title' => "Espace Cadet-Cadre",
'msg_title' => "Message", 'msg_title' => "Messages",
'msg_list' => "Liste des messages", 'msg_list' => "Liste des messages",
'msg_add' => "Ajouter un message", 'msg_add' => "Ajouter un message",
'msg_edit' => "Modifier un message", 'msg_edit' => "Modifier un message",

View File

@@ -13,10 +13,10 @@ return [
| |
*/ */
'password' => 'Le mot de passe doit contenir au moins 6 caractère et être identique a la confirmation.', 'password' => "Le mot de passe doit contenir au moins 6 caractères et être identique à la confirmation.",
'reset' => 'Votre mot de passe a été réiniatisé', 'reset' => "Votre mot de passe a été réinitialisé!",
'sent' => 'We have e-mailed your password reset link!', 'sent' => "Nous vous avons envoyer un lien de récupération à votre adresse email!",
'token' => 'This password reset token is invalid.', 'token' => "Ce code de récupération est invalide",
'user' => "We can't find a user with that e-mail address.", 'user' => "Cette adresse email ne correspond à aucun de nos utilisateur!",
]; ];

View File

@@ -20,7 +20,7 @@ return [
'alpha' => "L' :attribute doit seulement contenir des lettres.", 'alpha' => "L' :attribute doit seulement contenir des lettres.",
'alpha_dash' => "L' :attribute peut contenir seulement des nombres, lettres et symboles.", 'alpha_dash' => "L' :attribute peut contenir seulement des nombres, lettres et symboles.",
'alpha_num' => "L' :attribute peut seulement contenir des nombres et des lettres.", 'alpha_num' => "L' :attribute peut seulement contenir des nombres et des lettres.",
'array' => "L' :attribute must be an array.", 'array' => "L' :attribute doit être un tableau.",
'before' => "L' :attribute doit être une date avant :date.", 'before' => "L' :attribute doit être une date avant :date.",
'before_or_equal' => "L' :attribute doit être une date avant ou égale à :date.", 'before_or_equal' => "L' :attribute doit être une date avant ou égale à :date.",
'between' => [ 'between' => [
@@ -32,86 +32,86 @@ return [
'boolean' => "L' :attribute champ doit être vrai ou faux.", 'boolean' => "L' :attribute champ doit être vrai ou faux.",
'confirmed' => "L' :attribute confirmation ne doit pas correspondre.", 'confirmed' => "L' :attribute confirmation ne doit pas correspondre.",
'date' => "L' :attribute n'est pas une date valide.", 'date' => "L' :attribute n'est pas une date valide.",
'date_format' => "L' :attribute does not match the format :format.", 'date_format' => "L' :attribute ne correspond pas au format :format.",
'different' => "L' :attribute and :other must be different.", 'different' => "L' :attribute et :other doivent être différent.",
'digits' => "L' :attribute must be :digits digits.", 'digits' => "L' :attribute doit être :digits des chiffres.",
'digits_between' => "L' :attribute must be between :min and :max digits.", 'digits_between' => "L' :attribute doit être entre :min et :max nombres.",
'dimensions' => "L' :attribute has invalid image dimensions.", 'dimensions' => "L' :attribute a des dimensions d'image invalide.",
'distinct' => "L' :attribute field has a duplicate value.", 'distinct' => "L' :attribute champ a une valeur duppliquée.",
'email' => "L' :attribute must be a valid email address.", 'email' => "L' :attribute doit être une adresse email valide.",
'exists' => "L' selected :attribute is invalid.", 'exists' => "L' :attribute sélectionner est invalide.",
'file' => "L' :attribute must be a file.", 'file' => "L' :attribute doit être un fichier.",
'filled' => "L' :attribute field must have a value.", 'filled' => "L' :attribute champ doit avoir une valeur.",
'gt' => [ 'gt' => [
'numeric' => "L' :attribute must be greater than :value.", 'numeric' => "L' :attribute doit être supérieur que :value.",
'file' => "L' :attribute must be greater than :value kilobytes.", 'file' => "L' :attribute doit être supérieur que :value kilobytes.",
'string' => "L' :attribute must be greater than :value characters.", 'string' => "L' :attribute doit être plus grand que :value lettres.",
'array' => "L' :attribute must have more than :value items.", 'array' => "L' :attribute doit avoir plus que :value items.",
], ],
'gte' => [ 'gte' => [
'numeric' => "L' :attribute must be greater than or equal :value.", 'numeric' => "L' :attribute doit être supérieur ou égal à :value.",
'file' => "L' :attribute must be greater than or equal :value kilobytes.", 'file' => "L' :attribute doit être supérieur ou égal à :value kilobytes.",
'string' => "L' :attribute must be greater than or equal :value characters.", 'string' => "L' :attribute doit être supérieur ou égal à :value lettres.",
'array' => "L' :attribute must have :value items or more.", 'array' => "L' :attribute doit avoir :value items ou plus.",
], ],
'image' => "L' :attribute must be an image.", 'image' => "L' :attribute doit être une image.",
'in' => "L' selected :attribute is invalid.", 'in' => "L' :attribute sélectionner est invalide.",
'in_array' => "L' :attribute field does not exist in :other.", 'in_array' => "L' :attribute champ n'existe pas dans :other.",
'integer' => "L' :attribute must be an integer.", 'integer' => "L' :attribute doit être un nombre entier.",
'ip' => "L' :attribute must be a valid IP address.", 'ip' => "L' :attribute doit être une adresse ip valide.",
'ipv4' => "L' :attribute must be a valid IPv4 address.", 'ipv4' => "L' :attribute doit être une adresse IPv4 valide.",
'ipv6' => "L' :attribute must be a valid IPv6 address.", 'ipv6' => "L' :attribute doit être une adresse IPv6 valide.",
'json' => "L' :attribute must be a valid JSON string.", 'json' => "L' :attribute doit être une chaine JSON valide.",
'lt' => [ 'lt' => [
'numeric' => "L' :attribute must be less than :value.", 'numeric' => "L' :attribute doit être moins que :value.",
'file' => "L' :attribute must be less than :value kilobytes.", 'file' => "L' :attribute doit être moins que :value kilobytes.",
'string' => "L' :attribute must be less than :value characters.", 'string' => "L' :attribute doit être moins que :value lettre.",
'array' => "L' :attribute must have less than :value items.", 'array' => "L' :attribute doit avoir moins que :value items.",
], ],
'lte' => [ 'lte' => [
'numeric' => "L' :attribute must be less than or equal :value.", 'numeric' => "L' :attribute doit être inférieur ou égal à :value.",
'file' => "L' :attribute must be less than or equal :value kilobytes.", 'file' => "L' :attribute doit être inférieur ou égal à :value kilobytes.",
'string' => "L' :attribute must be less than or equal :value characters.", 'string' => "L' :attribute doit être inférieur ou égal à :value lettres.",
'array' => "L' :attribute must not have more than :value items.", 'array' => "L' :attribute ne doit pas avoir plus de :value items.",
], ],
'max' => [ 'max' => [
'numeric' => "L' :attribute may not be greater than :max.", 'numeric' => "L' :attribute ne doit pas être plus grand que :max.",
'file' => "L' :attribute may not be greater than :max kilobytes.", 'file' => "L' :attribute ne doit pas être plus grand que :max kilobytes.",
'string' => "L' :attribute may not be greater than :max characters.", 'string' => "L' :attribute ne doit pas être plus grand que :max lettres.",
'array' => "L' :attribute may not have more than :max items.", 'array' => "L' :attribute ne doit pas avoir plus que :max items.",
], ],
'mimes' => "L' :attribute must be a file of type: :values.", 'mimes' => "L' :attribute doit être un fichier de type: :values.",
'mimetypes' => "L' :attribute must be a file of type: :values.", 'mimetypes' => "L' :attribute doit être un fichier de type: :values.",
'min' => [ 'min' => [
'numeric' => "L' :attribute must be at least :min.", 'numeric' => "L' :attribute doit être d'au moins :min.",
'file' => "L' :attribute must be at least :min kilobytes.", 'file' => "L' :attribute doit être d'au moins :min kilobytes.",
'string' => "L' :attribute must be at least :min characters.", 'string' => "L' :attribute doit être d'au moins :min lettres.",
'array' => "L' :attribute must have at least :min items.", 'array' => "L' :attribute doit être d'au moins :min items.",
], ],
'not_in' => "L' selected :attribute is invalid.", 'not_in' => "L' :attribute sélectionner est invalide.",
'not_regex' => "L' :attribute format is invalid.", 'not_regex' => "Le format de l' :attribute est invalide.",
'numeric' => "L' :attribute must be a number.", 'numeric' => "L' :attribute doit être un nombre.",
'present' => "L' :attribute field must be present.", 'present' => "L' :attribute champ doit être présent.",
'regex' => "L' :attribute format is invalid.", 'regex' => "L' :attribute format est invalide.",
'required' => "L' :attribute field is required.", 'required' => "L' :attribute champ set requis.",
'required_if' => "L' :attribute field is required when :other is :value.", 'required_if' => "L' :attribute champ est requis quand :other est :value.",
'required_unless' => "L' :attribute field is required unless :other is in :values.", 'required_unless' => "L' :attribute champ est requis sauf si :other est dans :values.",
'required_with' => "L' :attribute field is required when :values is present.", 'required_with' => "L' :attribute champ est requis quand :values sont présentes.",
'required_with_all' => "L' :attribute field is required when :values is present.", 'required_with_all' => "L' :attribute champ est requis quand :values sont présentes",
'required_without' => "L' :attribute field is required when :values is not present.", 'required_without' => "L' :attribute champ est requis quand :values ne sont pas présentes.",
'required_without_all' => "L' :attribute field is required when none of :values are present.", 'required_without_all' => "L' :attribute champ est requis lorsqu'aucunes :values ne sont présentes.",
'same' => "L' :attribute and :other must match.", 'same' => "L' :attribute et :other doivent correspondre.",
'size' => [ 'size' => [
'numeric' => "L' :attribute must be :size.", 'numeric' => "L' :attribute doit être :size.",
'file' => "L' :attribute must be :size kilobytes.", 'file' => "L' :attribute doit être :size kilobytes.",
'string' => "L' :attribute must be :size characters.", 'string' => "L' :attribute doit être :size lettres.",
'array' => "L' :attribute must contain :size items.", 'array' => "L' :attribute doit contenir :size items.",
], ],
'string' => "L' :attribute must be a string.", 'string' => "L' :attribute doit être une chaine.",
'timezone' => "L' :attribute must be a valid zone.", 'timezone' => "L' :attribute doit être une zone valide.",
'unique' => "L' :attribute has already been taken.", 'unique' => "L' :attribute a déjà été prit.",
'uploaded' => "L' :attribute failed to upload.", 'uploaded' => "L' :attribute n'a pas pu se télécharger.",
'url' => "L' :attribute format is invalid.", 'url' => "L' :attribute format est invalide.",
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View File

@@ -2,6 +2,18 @@
@section('content') @section('content')
<div class="card-header">
<strong class="card-title"><i class="fa fa-star" aria-hidden="true" style="color: gold"></i> ALPHA 3.0.1b<small><span class="badge badge-success float-right mt-1">STABLE</span> <span class="badge badge-warning float-right mt-1">ALPHA</span></small></strong>
</div>
<div class="card-body">
<p>
Correction de bug
<ul style="margin-left: 28px;list-style-type: none;">
<li><i class="fa fa-bug" aria-hidden="true" style="color: green"></i> Traduction complète des fichiers de langues</li>
</ul>
</p>
<small><span class="badge badge-primary float-right mt-1">2018-07-13 18:06</span></small>
</div>
<div class="card-header"> <div class="card-header">
<strong class="card-title"><i class="fa fa-star" aria-hidden="true" style="color: gold"></i> ALPHA 3.0.1a<small><span class="badge badge-success float-right mt-1">STABLE</span> <span class="badge badge-warning float-right mt-1">ALPHA</span></small></strong> <strong class="card-title"><i class="fa fa-star" aria-hidden="true" style="color: gold"></i> ALPHA 3.0.1a<small><span class="badge badge-success float-right mt-1">STABLE</span> <span class="badge badge-warning float-right mt-1">ALPHA</span></small></strong>
</div> </div>