mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
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
954 B
PHP
13 lines
954 B
PHP
<?php
|
|
|
|
return [
|
|
'about_asset_depreciations' => 'சொத்து துயரங்கள் பற்றி',
|
|
'about_depreciations' => 'நேராக வரி தேய்மானத்தை அடிப்படையாகக் கொண்ட சொத்துக்களை அடமானம் செய்வதற்கு சொத்து இழப்புகளை நீங்கள் அமைக்கலாம்.',
|
|
'asset_depreciations' => 'சொத்து குறைபாடுகள்',
|
|
'create' => 'தேய்மானத்தை உருவாக்குங்கள்',
|
|
'depreciation_name' => 'தேய்மானி பெயர்',
|
|
'number_of_months' => 'மாதங்களின் எண்ணிக்கை',
|
|
'update' => 'தேய்மானம் புதுப்பிக்கவும்',
|
|
|
|
];
|