mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
026ea41dee
Signed-off-by: snipe <snipe@snipe.net>
36 lines
2 KiB
PHP
36 lines
2 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Password Reminder Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
| that are given by the password broker for a password update attempt
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
*/
|
|
|
|
'more_info_title' => 'Info Lengkap',
|
|
|
|
'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.<br><br>Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
|
|
|
|
'assets' => 'Aset adalah item yang dilacak dengan nomor seri atau tag aset. Mereka cenderung menjadi item nilai lebih tinggi di mana mengidentifikasi item tertentu yang penting.',
|
|
|
|
'categories' => 'Kategori membantu mengatur barang-barang anda. Beberapa contoh kategori seperti "Desktop", "Laptop", "Mobile Phones", "Tablet", dan sebagainya, namun Anda tetap dapat menggunakan kategori dengan cara apapun yang masuk akal bagi Anda.',
|
|
|
|
'accessories' => 'Aksesoris adalah Aset yang tidak memiliki nomor seri (atau Anda tidak peduli tentang pelacakan mereka secara unik). Misalnya, mouse komputer atau keyboard.',
|
|
|
|
'companies' => 'Cabang dapat digunakan untuk identitas atau untuk mengatur akses terhadap aset, user, dll.',
|
|
|
|
'components' => 'Komponen adalah bagian dari aset, contoh HDD, RAM, dll.',
|
|
|
|
'consumables' => 'Consumables adalah sesuatu yang dibeli yang akan digunakan dari waktu ke waktu. Misalnya, tinta printer atau kertas fotokopi.',
|
|
|
|
'depreciations' => 'Anda dapat mengatur depresiasi aset berdasarkan straight-line depreciation.',
|
|
|
|
'empty_file' => 'The importer detects that this file is empty.'
|
|
];
|