9468acedfa
Signed-off-by: snipe <snipe@snipe.net>
20 lines
1.4 KiB
PHP
20 lines
1.4 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about' => 'About Status Types',
|
|
'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' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, <a href="https://snipe-it.readme.io/docs/overview#status-labels" target="_blank">see the documentation <i class="fa fa-external-link"></i></a>.',
|
|
'name' => 'நிலைமை பெயர்',
|
|
'pending' => 'நிலுவையில்',
|
|
'status_type' => 'நிலை வகை',
|
|
'show_in_nav' => 'பக்க nav இல் காட்டு',
|
|
'title' => 'நிலை லேபிள்கள்',
|
|
'undeployable' => 'Undeployable',
|
|
'update' => 'Status Label ஐப் புதுப்பிக்கவும்',
|
|
);
|