Commit 14b9bb66 authored by Nicolas Widart's avatar Nicolas Widart

Adding more general translations

parent 2162e5f0
......@@ -9,8 +9,13 @@ return [
'created at' => 'Created at',
'actions' => 'Actions',
],
'tab' => [
'english' => 'English',
'french' => 'French',
],
'button' => [
'cancel' => 'Cancel',
'create' => 'Create',
'update' => 'Update',
'delete' => 'Delete',
],
......
......@@ -11,10 +11,15 @@ return [
],
'button' => [
'cancel' => 'Annuler',
'create' => 'Créer',
'update' => 'Mise à jour',
'delete' => 'Suprimer',
],
'breadcrumb' => [
'home' => 'Accueil'
],
'tab' => [
'english' => 'Anglais',
'french' => 'Français',
]
];
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment