mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
16 lines
766 B
PHP
16 lines
766 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_models_title' => 'About Asset Models',
|
|
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
|
|
'deleted' => 'Model ini telah dihapus. <a href="/hardware/models/:model_id/restore">Click di sini untuk memulihkan</a>.',
|
|
'restore' => 'Mengembalikan Model',
|
|
'requestable' => 'Users may request this model',
|
|
'show_mac_address' => 'Tampilkan alamat MAC di aset untuk model ini',
|
|
'view_deleted' => 'Lihat yang Dihapus',
|
|
'view_models' => 'Lihat Model',
|
|
'fieldset' => 'Fieldset',
|
|
'no_custom_field' => 'Field yang tidak bisa di rubah',
|
|
|
|
);
|