mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-02 09:27:45 -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
26 lines
1 KiB
PHP
26 lines
1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'asset_tag' => 'சொத்து டேக்',
|
|
'asset_model' => 'மாதிரி',
|
|
'book_value' => 'மதிப்பு',
|
|
'change' => 'உள்ளே வெளியே',
|
|
'checkout_date' => 'புதுப்பிப்பு தேதி',
|
|
'checkoutto' => 'சரிபார்க்கப்பட்டது',
|
|
'diff' => 'வேறுபாடு',
|
|
'dl_csv' => 'CSV ஐ பதிவிறக்குக',
|
|
'eol' => ', EOL',
|
|
'id' => 'ஐடி',
|
|
'location' => 'இருப்பிடம்',
|
|
'purchase_cost' => 'செலவு',
|
|
'purchase_date' => 'வாங்கப்பட்டது',
|
|
'serial' => 'சீரியல்',
|
|
'status' => 'நிலைமை',
|
|
'title' => 'சொத்து',
|
|
'image' => 'சாதன படம்',
|
|
'days_without_acceptance' => 'ஏற்றுக்கொள்ளாத நாட்கள்',
|
|
'monthly_depreciation' => 'Monthly Depreciation',
|
|
|
|
];
|