diff --git a/README.md b/README.md index 01fb4995..8a55b5cc 100644 --- a/README.md +++ b/README.md @@ -7,43 +7,40 @@ PHP 8.0

-Help Desk is a Laravel based project, that let you manage your support tickets and communicate with your customers, with a beautiful and simple to use platform. +Help Desk is a Laravel based project, that let you manage your support tickets and communicate with your customers, with +a beautiful and simple to use platform. Help Desk is based on the latest version of Laravel and any other Open Source packages and technologies. ![Help Desk](github-contents/banner.jpg) - ## Online demo You can check our online demo here: [Online demo](http://helpdesk.devaslan.com/) -Use the following accounts to access demo: - -*Administrator* - -- Email: darkvador@gmail.com -- Password: secret - -*Customer* - -- Email: janedoe@gmail.com -- Password: secret - -*Employee* - -- Email: johndoe@gmail.com -- Password: secret - +> **Use the following accounts to access demo:** +> +> *Important: The save / delete users functions are disabled only in demo instance* +> +> **Administrator** +> - Email: darkvador@gmail.com +> - Password: secret +> +> **Customer** +> - Email: janedoe@gmail.com +> - Password: secret +> +> **Employee** +> - Email: johndoe@gmail.com +> - Password: secret ## Documentation You can find a full documentation here: [Documentation](http://helpdesk.devaslan.com/docs/) - ## Credits -- [All Contributors](https://github.com/heloufir/filament-workflow-manager/graphs/contributors) +- [All Contributors](https://github.com/devaslanphp/help-desk/graphs/contributors) ## License diff --git a/lang/fr.json b/lang/fr.json index e5b5a69b..87d75846 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -191,5 +191,22 @@ "Your account details has been updated": "Les détails de votre compte ont été mis à jour", "Your comment has been successfully added to the ticket": "Votre commentaire a bien été ajouté au ticket", "Your password is now updated": "Votre mot de passe est maintenant à jour", - "Default language": "Langue par défaut" + "Default language": "Langue par défaut", + "Created": "Créé", + "In progress": "En cours", + "Done": "Fait", + "Validated": "Validé", + "Rejected": "Rejeté", + "Lowest": "Très basse", + "Low": "Basse", + "Normal": "Normale", + "High": "Haute", + "Highest": "Très haute", + "Improvement": "Amélioration", + "New feature": "Nouvelle fonctionnalité", + "Task": "Tâche", + "Bug": "Bug", + "Administrator": "Administrateur", + "Employee": "Employé", + "Customer": "Client" } diff --git a/resources/views/livewire/my-profile.blade.php b/resources/views/livewire/my-profile.blade.php index 3f2ff68f..54d2f240 100644 --- a/resources/views/livewire/my-profile.blade.php +++ b/resources/views/livewire/my-profile.blade.php @@ -12,7 +12,7 @@ -
+
diff --git a/resources/views/livewire/projects.blade.php b/resources/views/livewire/projects.blade.php index 067e3517..0b4ebc1e 100644 --- a/resources/views/livewire/projects.blade.php +++ b/resources/views/livewire/projects.blade.php @@ -24,7 +24,7 @@
@foreach(auth()->user()->favoriteProjects as $project) -
+
{{ $project->name }}