mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
14 lines
323 B
PHP
14 lines
323 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'index' => [
|
||
'page_title' => 'Message list',
|
||
],
|
||
'show' => [
|
||
'page_title' => 'Message detail',
|
||
],
|
||
'field_value_change_message_body' => ':field is changed from :old to :new by :operator. Reason::reason.',
|
||
'field_value_change_message_subject' => ':field changed',
|
||
];
|