feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Êtes-vous sûr de vouloir faire cela ?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Annuler',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Confirmer',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Soumettre',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user