mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 00:24:07 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
21 lines
1.3 KiB
PHP
21 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'accessory_category' => '부속품 분류',
|
|
'accessory_name' => '부속품 명',
|
|
'checkout' => '부속품 반출',
|
|
'checkin' => '부속품 반입',
|
|
'create' => '부속품 생성',
|
|
'edit' => '부속품 수정',
|
|
'eula_text' => '분류 사용권 계약서',
|
|
'eula_text_help' => '이 필드는 특정 유형의 자산들에 대한 사용권 계약서들을 지정할 수 있게 해 줍니다. 당신의 모든 자산들에게 단 하나의 사용권 계약서만 가지고 있다면, 첫번째를 기본으로 사용하도록 아래의 상자에 체크할 수 있습니다.',
|
|
'require_acceptance' => '이 분류의 자산 승인을 확인하는 사용자가 필요합니다.',
|
|
'no_default_eula' => '기본 사용권 계약서가 없습니다. 설정에서 추가하세요.',
|
|
'total' => '총계',
|
|
'remaining' => '사용가능',
|
|
'update' => '부속품 갱신',
|
|
'use_default_eula' => '대체 <a href="#" data-toggle="modal" data-target="#eulaModal">기본 사용권 계약서</a>를 사용합니다.',
|
|
'use_default_eula_disabled' => '<del>대체 기본 사용권 계약서를 사용합니다.</del> 기본 사용권 계약서가 정의되지 않았습니다. 설정에서 하나를 추가해 주세요.',
|
|
|
|
];
|