feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'การขอยกเลิกการเปลี่ยนอีเมล',
|
||||
'heading' => 'คุณต้องการยกเลิกการขอเปลี่ยนอีเมลหรือไม่?',
|
||||
'actions' => [
|
||||
'block' => [
|
||||
'label' => 'ยกเลิกคำขอ',
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
'blocked' => [
|
||||
'title' => 'ยกเลิกคำขอเปลี่ยนอีเมลแล้ว',
|
||||
],
|
||||
],
|
||||
];
|
||||
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'การยืนยันการเปลี่ยนอีเมล',
|
||||
'heading' => 'กรุณายืนยันการเปลี่ยนอีเมลของคุณ',
|
||||
'actions' => [
|
||||
'verify' => [
|
||||
'label' => 'ยืนยันอีเมล',
|
||||
],
|
||||
],
|
||||
'notifications' => [
|
||||
'verified' => [
|
||||
'title' => 'ยืนยันอีเมลเรียบร้อยแล้ว',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user