mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
ALPHA 3.0.1b
This commit is contained in:
@@ -9,8 +9,8 @@ return [
|
||||
*/
|
||||
|
||||
'dashboard' => "Tableau de bord",
|
||||
'ecc_title' => "Espace Cadet Cadre",
|
||||
'msg_title' => "Message",
|
||||
'ecc_title' => "Espace Cadet-Cadre",
|
||||
'msg_title' => "Messages",
|
||||
'msg_list' => "Liste des messages",
|
||||
'msg_add' => "Ajouter un message",
|
||||
'msg_edit' => "Modifier un message",
|
||||
|
||||
@@ -13,10 +13,10 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Le mot de passe doit contenir au moins 6 caractère et être identique a la confirmation.',
|
||||
'reset' => 'Votre mot de passe a été réiniatisé',
|
||||
'sent' => 'We have e-mailed your password reset link!',
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'user' => "We can't find a user with that e-mail address.",
|
||||
'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éinitialisé!",
|
||||
'sent' => "Nous vous avons envoyer un lien de récupération à votre adresse email!",
|
||||
'token' => "Ce code de récupération est invalide",
|
||||
'user' => "Cette adresse email ne correspond à aucun de nos utilisateur!",
|
||||
|
||||
];
|
||||
|
||||
@@ -20,7 +20,7 @@ return [
|
||||
'alpha' => "L' :attribute doit seulement contenir des lettres.",
|
||||
'alpha_dash' => "L' :attribute peut contenir seulement des nombres, lettres et symboles.",
|
||||
'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_or_equal' => "L' :attribute doit être une date avant ou égale à :date.",
|
||||
'between' => [
|
||||
@@ -32,86 +32,86 @@ return [
|
||||
'boolean' => "L' :attribute champ doit être vrai ou faux.",
|
||||
'confirmed' => "L' :attribute confirmation ne doit pas correspondre.",
|
||||
'date' => "L' :attribute n'est pas une date valide.",
|
||||
'date_format' => "L' :attribute does not match the format :format.",
|
||||
'different' => "L' :attribute and :other must be different.",
|
||||
'digits' => "L' :attribute must be :digits digits.",
|
||||
'digits_between' => "L' :attribute must be between :min and :max digits.",
|
||||
'dimensions' => "L' :attribute has invalid image dimensions.",
|
||||
'distinct' => "L' :attribute field has a duplicate value.",
|
||||
'email' => "L' :attribute must be a valid email address.",
|
||||
'exists' => "L' selected :attribute is invalid.",
|
||||
'file' => "L' :attribute must be a file.",
|
||||
'filled' => "L' :attribute field must have a value.",
|
||||
'date_format' => "L' :attribute ne correspond pas au format :format.",
|
||||
'different' => "L' :attribute et :other doivent être différent.",
|
||||
'digits' => "L' :attribute doit être :digits des chiffres.",
|
||||
'digits_between' => "L' :attribute doit être entre :min et :max nombres.",
|
||||
'dimensions' => "L' :attribute a des dimensions d'image invalide.",
|
||||
'distinct' => "L' :attribute champ a une valeur duppliquée.",
|
||||
'email' => "L' :attribute doit être une adresse email valide.",
|
||||
'exists' => "L' :attribute sélectionner est invalide.",
|
||||
'file' => "L' :attribute doit être un fichier.",
|
||||
'filled' => "L' :attribute champ doit avoir une valeur.",
|
||||
'gt' => [
|
||||
'numeric' => "L' :attribute must be greater than :value.",
|
||||
'file' => "L' :attribute must be greater than :value kilobytes.",
|
||||
'string' => "L' :attribute must be greater than :value characters.",
|
||||
'array' => "L' :attribute must have more than :value items.",
|
||||
'numeric' => "L' :attribute doit être supérieur que :value.",
|
||||
'file' => "L' :attribute doit être supérieur que :value kilobytes.",
|
||||
'string' => "L' :attribute doit être plus grand que :value lettres.",
|
||||
'array' => "L' :attribute doit avoir plus que :value items.",
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => "L' :attribute must be greater than or equal :value.",
|
||||
'file' => "L' :attribute must be greater than or equal :value kilobytes.",
|
||||
'string' => "L' :attribute must be greater than or equal :value characters.",
|
||||
'array' => "L' :attribute must have :value items or more.",
|
||||
'numeric' => "L' :attribute doit être supérieur ou égal à :value.",
|
||||
'file' => "L' :attribute doit être supérieur ou égal à :value kilobytes.",
|
||||
'string' => "L' :attribute doit être supérieur ou égal à :value lettres.",
|
||||
'array' => "L' :attribute doit avoir :value items ou plus.",
|
||||
],
|
||||
'image' => "L' :attribute must be an image.",
|
||||
'in' => "L' selected :attribute is invalid.",
|
||||
'in_array' => "L' :attribute field does not exist in :other.",
|
||||
'integer' => "L' :attribute must be an integer.",
|
||||
'ip' => "L' :attribute must be a valid IP address.",
|
||||
'ipv4' => "L' :attribute must be a valid IPv4 address.",
|
||||
'ipv6' => "L' :attribute must be a valid IPv6 address.",
|
||||
'json' => "L' :attribute must be a valid JSON string.",
|
||||
'image' => "L' :attribute doit être une image.",
|
||||
'in' => "L' :attribute sélectionner est invalide.",
|
||||
'in_array' => "L' :attribute champ n'existe pas dans :other.",
|
||||
'integer' => "L' :attribute doit être un nombre entier.",
|
||||
'ip' => "L' :attribute doit être une adresse ip valide.",
|
||||
'ipv4' => "L' :attribute doit être une adresse IPv4 valide.",
|
||||
'ipv6' => "L' :attribute doit être une adresse IPv6 valide.",
|
||||
'json' => "L' :attribute doit être une chaine JSON valide.",
|
||||
'lt' => [
|
||||
'numeric' => "L' :attribute must be less than :value.",
|
||||
'file' => "L' :attribute must be less than :value kilobytes.",
|
||||
'string' => "L' :attribute must be less than :value characters.",
|
||||
'array' => "L' :attribute must have less than :value items.",
|
||||
'numeric' => "L' :attribute doit être moins que :value.",
|
||||
'file' => "L' :attribute doit être moins que :value kilobytes.",
|
||||
'string' => "L' :attribute doit être moins que :value lettre.",
|
||||
'array' => "L' :attribute doit avoir moins que :value items.",
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => "L' :attribute must be less than or equal :value.",
|
||||
'file' => "L' :attribute must be less than or equal :value kilobytes.",
|
||||
'string' => "L' :attribute must be less than or equal :value characters.",
|
||||
'array' => "L' :attribute must not have more than :value items.",
|
||||
'numeric' => "L' :attribute doit être inférieur ou égal à :value.",
|
||||
'file' => "L' :attribute doit être inférieur ou égal à :value kilobytes.",
|
||||
'string' => "L' :attribute doit être inférieur ou égal à :value lettres.",
|
||||
'array' => "L' :attribute ne doit pas avoir plus de :value items.",
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => "L' :attribute may not be greater than :max.",
|
||||
'file' => "L' :attribute may not be greater than :max kilobytes.",
|
||||
'string' => "L' :attribute may not be greater than :max characters.",
|
||||
'array' => "L' :attribute may not have more than :max items.",
|
||||
'numeric' => "L' :attribute ne doit pas être plus grand que :max.",
|
||||
'file' => "L' :attribute ne doit pas être plus grand que :max kilobytes.",
|
||||
'string' => "L' :attribute ne doit pas être plus grand que :max lettres.",
|
||||
'array' => "L' :attribute ne doit pas avoir plus que :max items.",
|
||||
],
|
||||
'mimes' => "L' :attribute must be a file of type: :values.",
|
||||
'mimetypes' => "L' :attribute must be a file of type: :values.",
|
||||
'mimes' => "L' :attribute doit être un fichier de type: :values.",
|
||||
'mimetypes' => "L' :attribute doit être un fichier de type: :values.",
|
||||
'min' => [
|
||||
'numeric' => "L' :attribute must be at least :min.",
|
||||
'file' => "L' :attribute must be at least :min kilobytes.",
|
||||
'string' => "L' :attribute must be at least :min characters.",
|
||||
'array' => "L' :attribute must have at least :min items.",
|
||||
'numeric' => "L' :attribute doit être d'au moins :min.",
|
||||
'file' => "L' :attribute doit être d'au moins :min kilobytes.",
|
||||
'string' => "L' :attribute doit être d'au moins :min lettres.",
|
||||
'array' => "L' :attribute doit être d'au moins :min items.",
|
||||
],
|
||||
'not_in' => "L' selected :attribute is invalid.",
|
||||
'not_regex' => "L' :attribute format is invalid.",
|
||||
'numeric' => "L' :attribute must be a number.",
|
||||
'present' => "L' :attribute field must be present.",
|
||||
'regex' => "L' :attribute format is invalid.",
|
||||
'required' => "L' :attribute field is required.",
|
||||
'required_if' => "L' :attribute field is required when :other is :value.",
|
||||
'required_unless' => "L' :attribute field is required unless :other is in :values.",
|
||||
'required_with' => "L' :attribute field is required when :values is present.",
|
||||
'required_with_all' => "L' :attribute field is required when :values is present.",
|
||||
'required_without' => "L' :attribute field is required when :values is not present.",
|
||||
'required_without_all' => "L' :attribute field is required when none of :values are present.",
|
||||
'same' => "L' :attribute and :other must match.",
|
||||
'not_in' => "L' :attribute sélectionner est invalide.",
|
||||
'not_regex' => "Le format de l' :attribute est invalide.",
|
||||
'numeric' => "L' :attribute doit être un nombre.",
|
||||
'present' => "L' :attribute champ doit être présent.",
|
||||
'regex' => "L' :attribute format est invalide.",
|
||||
'required' => "L' :attribute champ set requis.",
|
||||
'required_if' => "L' :attribute champ est requis quand :other est :value.",
|
||||
'required_unless' => "L' :attribute champ est requis sauf si :other est dans :values.",
|
||||
'required_with' => "L' :attribute champ est requis quand :values sont présentes.",
|
||||
'required_with_all' => "L' :attribute champ est requis quand :values sont présentes",
|
||||
'required_without' => "L' :attribute champ est requis quand :values ne sont pas présentes.",
|
||||
'required_without_all' => "L' :attribute champ est requis lorsqu'aucunes :values ne sont présentes.",
|
||||
'same' => "L' :attribute et :other doivent correspondre.",
|
||||
'size' => [
|
||||
'numeric' => "L' :attribute must be :size.",
|
||||
'file' => "L' :attribute must be :size kilobytes.",
|
||||
'string' => "L' :attribute must be :size characters.",
|
||||
'array' => "L' :attribute must contain :size items.",
|
||||
'numeric' => "L' :attribute doit être :size.",
|
||||
'file' => "L' :attribute doit être :size kilobytes.",
|
||||
'string' => "L' :attribute doit être :size lettres.",
|
||||
'array' => "L' :attribute doit contenir :size items.",
|
||||
],
|
||||
'string' => "L' :attribute must be a string.",
|
||||
'timezone' => "L' :attribute must be a valid zone.",
|
||||
'unique' => "L' :attribute has already been taken.",
|
||||
'uploaded' => "L' :attribute failed to upload.",
|
||||
'url' => "L' :attribute format is invalid.",
|
||||
'string' => "L' :attribute doit être une chaine.",
|
||||
'timezone' => "L' :attribute doit être une zone valide.",
|
||||
'unique' => "L' :attribute a déjà été prit.",
|
||||
'uploaded' => "L' :attribute n'a pas pu se télécharger.",
|
||||
'url' => "L' :attribute format est invalide.",
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -2,6 +2,18 @@
|
||||
|
||||
@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">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user