mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +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 => username',
|
||||
];
|
||||
@@ -7,4 +7,5 @@ return array (
|
||||
'create_success_tip' => 'The token was created successfully, this data is displayed only once, please save it properly<br/><br/>:token',
|
||||
'last_used_at' => '最近の使用時間',
|
||||
'token' => 'summary',
|
||||
"permission_not_allowed" => "パーミッション::permission_text は許可されていません"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user