feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'blocked' => [
|
||||
'title' => '電子郵件地址變更已阻止',
|
||||
'body' => '您已成功阻止將電子郵件地址變更為 :email 的嘗試。如果您沒有提出原始請求,請立即聯繫我們。',
|
||||
],
|
||||
|
||||
'failed' => [
|
||||
'title' => '無法阻止電子郵件地址變更',
|
||||
'body' => '很遺憾,您無法阻止電子郵件地址變更為 :email,因為它在您阻止之前已經過驗證。如果您沒有提出原始請求,請立即聯繫我們。',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'verified' => [
|
||||
'title' => '電子郵件地址已變更',
|
||||
'body' => '您的電子郵件地址已成功變更為 :email。',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user