mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
20 lines
980 B
PHP
20 lines
980 B
PHP
<?php
|
|
|
|
return array(
|
|
'about' => 'Over status labels',
|
|
'archived' => 'Gearchiveerd',
|
|
'create' => 'Maak een Status Label',
|
|
'color' => 'Diagram kleur',
|
|
'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' => 'Uitrolbaar',
|
|
'info' => 'Status labels worden gebruikt om de status van je producten te beschrijven. Ze kunnen worden gerepareerd, verloren/gestolen, etc. Je kan nieuwe status labels maken voor uitrolbaar, inbehandeling en gearchiveerde producten.',
|
|
'name' => 'Statusnaam',
|
|
'pending' => 'In behandeling',
|
|
'status_type' => 'Statustype',
|
|
'show_in_nav' => 'Weergeven in navigatiebalk aan de zijkant',
|
|
'title' => 'Statuslabels',
|
|
'undeployable' => 'Niet uitrolbaar',
|
|
'update' => 'Update Status Label',
|
|
);
|