9468acedfa
Signed-off-by: snipe <snipe@snipe.net>
20 lines
1.1 KiB
PHP
20 lines
1.1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about' => 'About Status Types',
|
|
'archived' => 'arkiverede',
|
|
'create' => 'Opret status label',
|
|
'color' => 'Diagramfarve',
|
|
'default_label' => 'Default etiket',
|
|
'default_label_help' => 'Dette anvendes for at sikre at din mest anvendte statusetiket ses øverst i valgene når du opretter/retter aktiver.',
|
|
'deployable' => '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' => 'Status navn',
|
|
'pending' => 'Verserende',
|
|
'status_type' => 'Status Type',
|
|
'show_in_nav' => 'Vis i side nav',
|
|
'title' => 'Status labels',
|
|
'undeployable' => 'Undeployable',
|
|
'update' => 'Opdater status label',
|
|
);
|