mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-03 18:07:41 -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.9 KiB
PHP
23 lines
2.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'asset_categories' => 'சொத்து வகைகள்',
|
|
'category_name' => 'வகை பெயர்',
|
|
'checkin_email' => 'Send email to user on checkin/checkout.',
|
|
'checkin_email_notification' => 'This user will be sent an email on checkin/checkout.',
|
|
'clone' => 'குளோன் வகை',
|
|
'create' => 'பகுப்பு உருவாக்கவும்',
|
|
'edit' => 'திருத்து பகுப்பு',
|
|
'eula_text' => 'பகுப்பு EULA',
|
|
'eula_text_help' => 'குறிப்பிட்ட வகை சொத்துக்களை உங்கள் EULA களை தனிப்பயனாக்க இந்தத் துறை உங்களை அனுமதிக்கிறது. உங்களுடைய அனைத்து சொத்துக்களுக்கும் ஒரே ஒரு EULA மட்டுமே இருந்தால், முதன்மை இயல்புநிலையைப் பயன்படுத்த கீழே உள்ள பெட்டியை நீங்கள் பார்க்கலாம்.',
|
|
'name' => 'வகை பெயர்',
|
|
'require_acceptance' => 'இந்த பிரிவில் உள்ள சொத்துக்களை ஏற்றுக்கொள்வதை உறுதிப்படுத்த பயனர்கள் தேவை.',
|
|
'required_acceptance' => 'இந்த உருப்படியை ஏற்றுக்கொள்வதை உறுதிப்படுத்துவதற்கான இணைப்புடன் இந்த பயனர் மின்னஞ்சல் அனுப்பப்படும்.',
|
|
'required_eula' => 'இந்த பயனர் EULA இன் ஒரு நகலை மின்னஞ்சல் செய்யப்படும்',
|
|
'no_default_eula' => 'முதன்மை இயல்புநிலை EULA இல்லை. அமைப்புகளில் ஒன்றைச் சேர்.',
|
|
'update' => 'பகுப்பு புதுப்பிக்கவும்',
|
|
'use_default_eula' => 'பதிலாக <a href="#" data-toggle="modal" data-target="#eulaModal">primary இயல்புநிலை EULA</a> ஐப் பயன்படுத்துக.',
|
|
'use_default_eula_disabled' => '<del> முதன்மை இயல்புநிலை EULA ஐப் பயன்படுத்தவும் .</del> முதன்மை இயல்புநிலை EULA அமைக்கப்படவில்லை. அமைப்புகளில் ஒன்றைச் சேர்க்கவும்.',
|
|
|
|
];
|