msg.php 350 B

12345678910111213141516
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Msg' => '메시지 관리',
  5. 'msg' => '메시지 관리',
  6. ],
  7. 'fields' => [
  8. 'type' => '유형',
  9. 'user_id' => '사용자 id',
  10. 'to_user_id' => '메시지 받는 사용자 id',
  11. 'title' => '제목',
  12. 'content' => '내용',
  13. ],
  14. 'options' => [
  15. ],
  16. ];