Commit 2162e5f0 authored by Nicolas Widart's avatar Nicolas Widart

Adding general translation keys

parent 836f2419
<?php
return [
'modal' => [
'title' => 'Confirmation',
'confirmation-message' => 'Are you sure you want to delete this record?'
],
'table' => [
'created at' => 'Created at',
'actions' => 'Actions',
],
'button' => [
'cancel' => 'Cancel',
'update' => 'Update',
'delete' => 'Delete',
],
'breadcrumb' => [
'home' => 'Home'
]
];
\ No newline at end of file
<?php
return [
'modal' => [
'title' => 'Confirmation',
'confirmation-message' => 'Etes vous sur de vouloir supprimer cette resource?'
],
'table' => [
'created at' => 'Crée à',
'actions' => 'Actions',
],
'button' => [
'cancel' => 'Annuler',
'update' => 'Mise à jour',
'delete' => 'Suprimer',
],
'breadcrumb' => [
'home' => 'Accueil'
]
];
\ 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