feat: add routes, lang, tests, stubs, docs, and docker configurations

This commit is contained in:
2026-05-21 16:05:16 +07:00
parent fad70d096b
commit 28a06315b8
3385 changed files with 177070 additions and 0 deletions
@@ -0,0 +1,19 @@
<?php
return [
'label' => 'ปิดการใช้งานการยืนยันตัวตนหลายขั้นตอน',
'modal' => [
'heading' => 'ปิดการใช้งานการยืนยันตัวตนหลายขั้นตอน',
'description' => 'คุณแน่ใจหรือไม่ว่าต้องการปิดการใช้งานการยืนยันตัวตนหลายขั้นตอนสำหรับบัญชีนี้?',
'actions' => [
'disable' => [
'label' => 'ปิดการใช้งาน',
],
],
],
'notifications' => [
'disabled' => [
'title' => 'ปิดการใช้งานการยืนยันตัวตนหลายขั้นตอนแล้ว',
],
],
];
@@ -0,0 +1,19 @@
<?php
return [
'label' => 'สร้างรหัสกู้คืนใหม่',
'modal' => [
'heading' => 'สร้างรหัสกู้คืนใหม่',
'description' => 'เมื่อคุณสร้างรหัสกู้คืนใหม่ รหัสกู้คืนเดิมจะใช้งานไม่ได้อีกต่อไป',
'actions' => [
'regenerate' => [
'label' => 'สร้างใหม่',
],
],
],
'notifications' => [
'regenerated' => [
'title' => 'สร้างรหัสกู้คืนใหม่เรียบร้อยแล้ว',
],
],
];
@@ -0,0 +1,24 @@
<?php
return [
'label' => 'ตั้งค่าแอปยืนยันตัวตน',
'modal' => [
'heading' => 'ตั้งค่าแอปยืนยันตัวตน',
'description' => 'สแกนคิวอาร์โค้ดด้านล่างด้วยแอปยืนยันตัวตนของคุณ (เช่น Google Authenticator) เพื่อเริ่มใช้งาน',
'form' => [
'code' => [
'label' => 'รหัสยืนยัน',
],
],
'actions' => [
'set_up' => [
'label' => 'ยืนยัน',
],
],
],
'notifications' => [
'set_up' => [
'title' => 'ตั้งค่าแอปยืนยันตัวตนเรียบร้อยแล้ว',
],
],
];
@@ -0,0 +1,6 @@
<?php
return [
'label' => 'แอปยืนยันตัวตน',
'description' => 'ใช้แอปยืนยันตัวตนเพื่อรับรหัสยืนยัน',
];