mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -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
20 lines
1.8 KiB
PHP
20 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about' => 'தகுதி லேபிள்களைப் பற்றி',
|
|
'archived' => 'காப்பகப்படுத்தியவை',
|
|
'create' => 'நிலை லேபிள் உருவாக்கவும்',
|
|
'color' => 'விளக்கப்படம் நிறம்',
|
|
'default_label' => 'Default Label',
|
|
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
|
|
'deployable' => 'அணியப்படுத்தக்',
|
|
'info' => 'நிலைமை லேபிள்கள் உங்கள் சொத்துக்கள் இருக்கும் பல்வேறு மாநிலங்களை விவரிக்க பயன்படுத்தப்படுகின்றன. அவை சரிசெய்யப்பட்டு, இழந்த / திருடப்பட்டவையாக இருக்கலாம். நீங்கள் வரிசைப்படுத்தக்கூடிய, நிலுவையிலுள்ள மற்றும் காப்பகப்படுத்தப்பட்ட சொத்துகளுக்கான புதிய நிலை லேபிள்களை உருவாக்கலாம்.',
|
|
'name' => 'நிலைமை பெயர்',
|
|
'pending' => 'நிலுவையில்',
|
|
'status_type' => 'நிலை வகை',
|
|
'show_in_nav' => 'பக்க nav இல் காட்டு',
|
|
'title' => 'நிலை லேபிள்கள்',
|
|
'undeployable' => 'Undeployable',
|
|
'update' => 'Status Label ஐப் புதுப்பிக்கவும்',
|
|
];
|