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' => 'Diarsipkan',
|
|
'create' => 'Membuat label status',
|
|
'color' => 'Warna Bagan',
|
|
'default_label' => 'Label standar',
|
|
'default_label_help' => 'Ini digunakan untuk memastikan label status yang paling sering digunakan muncul di bagian atas kotak pilih saat membuat / mengedit aset.',
|
|
'deployable' => 'Dapat digunakan',
|
|
'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' => 'Nama Status',
|
|
'pending' => 'Tunda',
|
|
'status_type' => 'Tipe Status',
|
|
'show_in_nav' => 'Tampilkan di navigasi samping',
|
|
'title' => 'Label Status',
|
|
'undeployable' => 'Tidak dapat digunakan',
|
|
'update' => 'Perbarui label status',
|
|
);
|