mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-18 06:37:28 +08:00
add message template
This commit is contained in:
@@ -46,6 +46,7 @@ return [
|
||||
'oauth_provider' => '身份驗證',
|
||||
'queue_monitor' => '隊列監控',
|
||||
'user_modify_logs' => '修改記錄',
|
||||
'message_templates' => '消息模板',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -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 => 用戶名',
|
||||
];
|
||||
Reference in New Issue
Block a user