mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 09:04:09 -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
28 lines
1.1 KiB
PHP
28 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_suppliers_title' => '공급자란',
|
|
'about_suppliers_text' => '공급자는 품목의 원천을 추적할 때 사용된다',
|
|
'address' => '공급자 주소',
|
|
'assets' => '자산',
|
|
'city' => '시',
|
|
'contact' => '연락처 명',
|
|
'country' => '국가명',
|
|
'create' => '공급자 생성',
|
|
'email' => '이메일 주소',
|
|
'fax' => '팩스',
|
|
'id' => '아이디',
|
|
'licenses' => '라이선스',
|
|
'name' => '공급자 명',
|
|
'notes' => '비고',
|
|
'phone' => '전화번호',
|
|
'state' => '주',
|
|
'suppliers' => '공급자',
|
|
'update' => '공급자 갱신',
|
|
'url' => '웹사이트 주소',
|
|
'view' => '공급자 보기',
|
|
'view_assets_for' => '자산 보기',
|
|
'zip' => '우편번호',
|
|
|
|
];
|