9468acedfa
Signed-off-by: snipe <snipe@snipe.net>
20 lines
1.2 KiB
PHP
20 lines
1.2 KiB
PHP
<?php
|
||
|
||
return array(
|
||
'about' => 'About Status Types',
|
||
'archived' => 'Zarchiwizowane',
|
||
'create' => 'Stwórz Status',
|
||
'color' => 'Paleta kolorów',
|
||
'default_label' => 'Domyślna etykieta',
|
||
'default_label_help' => 'Jest to używane w celu zapewnienia, że najczęściej używane etykiety statusu pojawiają się u góry pola wyboru podczas tworzenia / edycji zasobów.',
|
||
'deployable' => 'Gotowe do wdrożenia',
|
||
'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' => 'Nazwa Statusu',
|
||
'pending' => 'Oczekujący',
|
||
'status_type' => 'Typ Statusu',
|
||
'show_in_nav' => 'Pokaż w bocznym oknie nawigacji',
|
||
'title' => 'Status',
|
||
'undeployable' => 'Niemożliwe do wdrożenia',
|
||
'update' => 'Zaktualizuj Status',
|
||
);
|