snipe-it/resources/lang/ta/admin/components/general.php
snipe a0b05bac8d Updated translations with new strings and new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-02-21 03:54:55 -08:00

17 lines
1,010 B
PHP

<?php
return array(
'component_name' => 'கூறு பெயர்',
'checkin' => 'செக்கோன் உபகரண',
'checkout' => 'புதுப்பிப்பு உபகரண',
'cost' => 'கொள்முதல் செலவு',
'create' => 'உபகரணத்தை உருவாக்கவும்',
'edit' => 'கூறு திருத்தவும்',
'date' => 'கொள்முதல் தேதி',
'order' => 'ஆர்டர் எண்',
'remaining' => 'மீதமுள்ள',
'total' => 'மொத்த',
'update' => 'உபகரணத்தை புதுப்பிக்கவும்',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);