feat(LRL App): init V0
This commit is contained in:
12
lang/fr/contacts.php
Normal file
12
lang/fr/contacts.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'fields' => [
|
||||
'contact' => 'un contact',
|
||||
'contacts' => 'Contacts',
|
||||
],
|
||||
'responses' => [
|
||||
'success' => 'Votre message a été envoyé avec succès. Nous vous recontacterons dans les plus brefs délais.',
|
||||
'error' => 'Une erreur est survenue lors de l\'envoi du message',
|
||||
]
|
||||
];
|
||||
12
lang/fr/member_groups.php
Normal file
12
lang/fr/member_groups.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'fields' => [
|
||||
'group' => 'Groupe',
|
||||
'groups' => 'Groupes',
|
||||
'name' => 'Nom',
|
||||
'description' => 'Description',
|
||||
'created_at' => 'Créé le',
|
||||
'updated_at' => 'Mis à jour le'
|
||||
],
|
||||
];
|
||||
36
lang/fr/members.php
Normal file
36
lang/fr/members.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'fields' => [
|
||||
'member' => 'un adhérent',
|
||||
'members' => 'Adhérents',
|
||||
'keycloak_id' => 'ID Keycloak',
|
||||
'status' => 'Statut',
|
||||
'draft' => 'Brouillon',
|
||||
'valid' => 'Valide',
|
||||
'pending' => 'En attente',
|
||||
'cancelled' => 'Résilié',
|
||||
'excluded' => 'Exclu',
|
||||
'active' => 'Actif',
|
||||
'inactive' => 'Inactif',
|
||||
'nature' => 'Nature',
|
||||
'physical' => 'Physique',
|
||||
'legal' => 'Morale',
|
||||
'group_id' => 'Groupe',
|
||||
'lastname' => 'Nom',
|
||||
'firstname' => 'Prénom',
|
||||
'email' => 'Adresse e-mail',
|
||||
'company' => 'Entreprise',
|
||||
'date_of_birth' => 'Date de naissance',
|
||||
'address' => 'Adresse',
|
||||
'zipcode' => 'Code postal',
|
||||
'city' => 'Ville',
|
||||
'country' => 'Pays',
|
||||
'phone1' => 'Téléphone fixe',
|
||||
'phone2' => 'Téléphone portable',
|
||||
'public_membership' => 'Adhésion publique',
|
||||
'created_at' => 'Créé le',
|
||||
'updated_at' => 'Mis à jour le',
|
||||
'deleted_at' => 'Supprimé le',
|
||||
],
|
||||
];
|
||||
30
lang/fr/membership.php
Normal file
30
lang/fr/membership.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'fields' => [
|
||||
'membership' => 'Adhésion',
|
||||
'memberships' => 'Adhésions',
|
||||
'member' => 'Adhérent',
|
||||
'members' => 'Adhérents',
|
||||
'member_id' => 'Adhérent',
|
||||
'select_member' => 'Selectionnez un adhérent ...',
|
||||
'select_author' => 'Sélectionnez un auteur ...',
|
||||
'admin_id' => 'Créée par',
|
||||
'status' => 'Statut',
|
||||
'pending' => 'En attente',
|
||||
'active' => 'Active',
|
||||
'expired' => 'Expirée',
|
||||
'package_id' => 'Package',
|
||||
'select_package' => 'Selectionnez un package ...',
|
||||
'start_date' => 'Date de début',
|
||||
'end_date' => 'Date de fin',
|
||||
'amount' => 'Montant',
|
||||
'payment_status' => 'Statut de paiement',
|
||||
'paid' => 'Payé',
|
||||
'unpaid' => 'Impayé',
|
||||
'partial' => 'Paiement partiel',
|
||||
'created_at' => 'Créée le',
|
||||
'updated_at' => 'Mise à jour le',
|
||||
],
|
||||
|
||||
];
|
||||
12
lang/fr/packages.php
Normal file
12
lang/fr/packages.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'fields' => [
|
||||
'package' => 'Package',
|
||||
'packages' => 'Packages',
|
||||
'identifier' => 'Identifiant',
|
||||
'name' => 'Nom',
|
||||
'description' => 'Description',
|
||||
'is_active' => 'Actif',
|
||||
]
|
||||
];
|
||||
13
lang/fr/services.php
Normal file
13
lang/fr/services.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'fields' => [
|
||||
'service' => 'Service',
|
||||
'services' => 'Services',
|
||||
'identifier' => 'Identifiant',
|
||||
'name' => 'Nom',
|
||||
'description' => 'Description',
|
||||
'url' => 'URL',
|
||||
'icon' => 'Icon',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user