add message template

This commit is contained in:
xiaomlove
2025-06-19 13:13:26 +07:00
parent 75c1eb0664
commit a0ff441f03
85 changed files with 479 additions and 7 deletions
+1
View File
@@ -46,6 +46,7 @@ return [
'oauth_provider' => '身份驗證',
'queue_monitor' => '隊列監控',
'user_modify_logs' => '修改記錄',
'message_templates' => '消息模板',
],
'resources' => [
'agent_allow' => [
+2
View File
@@ -46,6 +46,8 @@ return [
'created_at_end' => '創建時間結束',
'text_quote' => '引用',
'text_code' => "代碼",
'language' => '語言',
'content' => '內容',
'setting' => [
'nav_text' => '設置',
'backup' => [
@@ -0,0 +1,6 @@
<?php
return [
'content_help' => '在這裏你可以使用 BBCode 標籤代碼,以及以下佔位符',
'register_welcome' => '注冊成功歡迎信息',
'register_welcome_content_help' => ':username => 用戶名',
];