feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Ziur zaude hau egin nahi duzula?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Utzi',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Berretsi',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Bidali',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user