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
13 lines
503 B
PHP
13 lines
503 B
PHP
<?php
|
|
|
|
return [
|
|
'about_asset_depreciations' => '자산 감가 상각이란',
|
|
'about_depreciations' => '가치가 하락하는 자산들을 직선법에 의한 감가상각 설정을 할 수 있습니다.',
|
|
'asset_depreciations' => '자산 감가 상각',
|
|
'create' => '감가 상각 생성',
|
|
'depreciation_name' => '감가 상각 명',
|
|
'number_of_months' => '개월 수',
|
|
'update' => '감가 상각 갱신',
|
|
|
|
];
|