mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57:22 +08:00
add message template
This commit is contained in:
@@ -44,6 +44,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