snipe-it/resources/lang/ta/admin/hardware/table.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

31 lines
1.2 KiB
PHP

<?php
return [
'asset_tag' => 'சொத்து டேக்',
'asset_model' => 'மாதிரி',
'book_value' => 'Current Value',
'change' => 'உள்ளே வெளியே',
'checkout_date' => 'புதுப்பிப்பு தேதி',
'checkoutto' => 'சரிபார்க்கப்பட்டது',
'current_value' => 'Current Value',
'diff' => 'வேறுபாடு',
'dl_csv' => 'CSV ஐ பதிவிறக்குக',
'eol' => ', EOL',
'id' => 'ஐடி',
'location' => 'இருப்பிடம்',
'purchase_cost' => 'செலவு',
'purchase_date' => 'வாங்கப்பட்டது',
'serial' => 'சீரியல்',
'status' => 'நிலைமை',
'title' => 'சொத்து',
'image' => 'சாதன படம்',
'days_without_acceptance' => 'ஏற்றுக்கொள்ளாத நாட்கள்',
'monthly_depreciation' => 'Monthly Depreciation',
'assigned_to' => 'Assigned To',
'requesting_user' => 'Requesting User',
'requested_date' => 'Requested Date',
'changed' => 'Changed',
'icon' => 'Icon',
];