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
23 lines
2.2 KiB
PHP
23 lines
2.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_assets_title' => 'சொத்துகள் பற்றி',
|
|
'about_assets_text' => 'சொத்துகள் வரிசை எண் அல்லது சொத்து குறிச்சொல் மூலம் கண்காணிக்கப்படும் உருப்படிகளாக இருக்கின்றன. ஒரு குறிப்பிட்ட உருப்படி விஷயங்களை அடையாளம் காண்பிக்கும் அதிக மதிப்புள்ள பொருட்களாக அவை இருக்கும்.',
|
|
'archived' => 'காப்பகப்படுத்தியவை',
|
|
'asset' => 'சொத்து',
|
|
'bulk_checkout' => 'Checkout Assets',
|
|
'checkin' => 'சரிபார்ப்பு சொத்து',
|
|
'checkout' => 'சரிபார்ப்புச் சொத்து',
|
|
'clone' => 'குளோன் சொத்து',
|
|
'deployable' => 'அணியப்படுத்தக்',
|
|
'deleted' => 'இந்த சொத்து நீக்கப்பட்டது. <a href="/hardware/:asset_id/restore"> அதை மீட்டமைக்க இங்கு கிளிக் செய்க. </a>.',
|
|
'edit' => 'சொத்து திருத்து',
|
|
'model_deleted' => 'இந்த சொத்து மாடல் நீக்கப்பட்டது. நீங்கள் சொத்து மீட்டமைக்கப்படுவதற்கு முன் மாடலை நீங்கள் மீட்டெடுக்க வேண்டும். <br/> <a href="/hardware/models/:model_id/restore"> model</a> ஐ மீட்டமைக்க இங்கே கிளிக் செய்க.',
|
|
'requestable' => 'Requestable',
|
|
'requested' => 'கோரப்பட்டது',
|
|
'restore' => 'சொத்து மீட்டமை',
|
|
'pending' => 'நிலுவையில்',
|
|
'undeployable' => 'Undeployable',
|
|
'view' => 'சொத்து காண்க',
|
|
];
|