global.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. return [
  3. 'fields' => [
  4. 'id' => '신분증',
  5. 'name' => '이름',
  6. 'username' => '사용자 이름',
  7. 'email' => '메일박스',
  8. 'http_path' => 'HTTP 경로',
  9. 'password' => '암호',
  10. 'password_confirmation' => '암호 확인',
  11. 'created_at' => '생성 시간',
  12. 'updated_at' => '업데이트 시간',
  13. 'permissions' => '권한',
  14. 'slug' => '식별',
  15. 'user' => '사용자',
  16. 'order' => '정렬',
  17. 'ip' => '지적 재산권',
  18. 'method' => '방법',
  19. 'uri' => '우리',
  20. 'roles' => '역할',
  21. 'path' => '경로',
  22. 'input' => '입력',
  23. 'type' => '입력',
  24. ],
  25. 'labels' => [
  26. 'list' => '목록',
  27. 'edit' => '편집',
  28. 'detail' => '상세',
  29. 'create' => '작성',
  30. 'root' => '최상위',
  31. 'scaffold' => '코드 생성기',
  32. ],
  33. 'options' => [
  34. //
  35. ],
  36. ];