mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08: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
21 lines
2.3 KiB
PHP
21 lines
2.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'accessory_category' => 'துணை வகை',
|
|
'accessory_name' => 'துணை பெயர்',
|
|
'checkout' => 'புதுப்பித்துக்கொள்ளும் சேவை',
|
|
'checkin' => 'Checkin Accessory',
|
|
'create' => 'அசெஸரி உருவாக்கவும்',
|
|
'edit' => 'துணை திருத்தும்',
|
|
'eula_text' => 'பகுப்பு EULA',
|
|
'eula_text_help' => 'குறிப்பிட்ட வகை சொத்துக்களை உங்கள் EULA களை தனிப்பயனாக்க இந்தத் துறை உங்களை அனுமதிக்கிறது. உங்களுடைய அனைத்து சொத்துக்களுக்கும் ஒரே ஒரு EULA மட்டுமே இருந்தால், முதன்மை இயல்புநிலையைப் பயன்படுத்த கீழே உள்ள பெட்டியை நீங்கள் பார்க்கலாம்.',
|
|
'require_acceptance' => 'இந்த பிரிவில் உள்ள சொத்துக்களை ஏற்றுக்கொள்வதை உறுதிப்படுத்த பயனர்கள் தேவை.',
|
|
'no_default_eula' => 'முதன்மை இயல்புநிலை EULA இல்லை. அமைப்புகளில் ஒன்றைச் சேர்.',
|
|
'total' => 'மொத்த',
|
|
'remaining' => 'பலனளிக்கவில்லை',
|
|
'update' => 'புதுப்பித்தல் துணை',
|
|
'use_default_eula' => 'பதிலாக <a href="#" data-toggle="modal" data-target="#eulaModal">primary இயல்புநிலை EULA</a> ஐப் பயன்படுத்துக.',
|
|
'use_default_eula_disabled' => '<del> முதன்மை இயல்புநிலை EULA ஐப் பயன்படுத்தவும் .</del> முதன்மை இயல்புநிலை EULA அமைக்கப்படவில்லை. அமைப்புகளில் ஒன்றைச் சேர்க்கவும்.',
|
|
|
|
];
|