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 [
'notifications' => [
'blocked' => [
'title' => '電子郵件地址變更已阻止',
'body' => '您已成功阻止將電子郵件地址變更為 :email 的嘗試。如果您沒有提出原始請求,請立即聯繫我們。',
],
'failed' => [
'title' => '無法阻止電子郵件地址變更',
'body' => '很遺憾,您無法阻止電子郵件地址變更為 :email,因為它在您阻止之前已經過驗證。如果您沒有提出原始請求,請立即聯繫我們。',
],
],
];
@@ -0,0 +1,14 @@
<?php
return [
'notifications' => [
'verified' => [
'title' => '電子郵件地址已變更',
'body' => '您的電子郵件地址已成功變更為 :email。',
],
],
];