ajout app
This commit is contained in:
18
SNIPE-IT/resources/lang/id-ID/admin/models/general.php
Normal file
18
SNIPE-IT/resources/lang/id-ID/admin/models/general.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_models_title' => 'Tentang Model Aset',
|
||||
'about_models_text' => 'Model Aset adalah cara untuk mengelompokkan aset identik. "MBP 2013", "IPhone 6s", dll.',
|
||||
'deleted' => 'Aset ini telah dihapus.',
|
||||
'bulk_delete' => 'Menghapus massal aset model',
|
||||
'bulk_delete_help' => 'Centang kotak di bawah untuk mengkonfirmasi penghapusan model aset yang dipilih. Model aset yang memiliki aset yang terkait dengannya tidak dapat dihapus sampai aset dikaitkan dengan model yang berbeda.',
|
||||
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
|
||||
'restore' => 'Mengembalikan Model',
|
||||
'requestable' => 'Pengguna dapat meminta model ini',
|
||||
'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',
|
||||
'add_default_values' => 'Tambah Nilai Default',
|
||||
);
|
47
SNIPE-IT/resources/lang/id-ID/admin/models/message.php
Normal file
47
SNIPE-IT/resources/lang/id-ID/admin/models/message.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted asset model',
|
||||
'does_not_exist' => 'Model tidak ada.',
|
||||
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
|
||||
'no_association_fix' => 'Ini akan merusak banyak hal dengan cara yang aneh dan mengerikan. Edit aset ini sekarang untuk menetapkannya sebagai model.',
|
||||
'assoc_users' => 'Saat ini model tersebut terhubung dengan 1 atau lebih dengan aset dan tidak dapat di hapus. Silahkan hapus aset terlebih dahulu, kemudian coba hapus kembali. ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Model gagal di buat, silahkan coba kembali.',
|
||||
'success' => 'Sukses mebuat model.',
|
||||
'duplicate_set' => 'Model aset dengan nomor nama, produsen dan model yang sama sudah ada.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Model gagal diperbarui, silahkan coba kembali',
|
||||
'success' => 'Sukses memperbarui Model.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Anda yakin untuk menghapus model aset ini?',
|
||||
'error' => 'Terdapat kesalahan pada saat penghapusan model. Silahkan coba kembali.',
|
||||
'success' => 'Model sukses terhapus.'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'Modal gagal di pulihkan, silahkan coba kembali',
|
||||
'success' => 'Sukses memulihkan model.'
|
||||
),
|
||||
|
||||
'bulkedit' => array(
|
||||
'error' => 'Tidak ada bidang yang berubah, jadi tidak ada yang diperbarui.',
|
||||
'success' => 'Model berhasil diperbarui. |:model_count model berhasil diperbarui.',
|
||||
'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
|
||||
|
||||
),
|
||||
|
||||
'bulkdelete' => array(
|
||||
'error' => 'Tidak ada model yang dipilih, jadi tidak ada yang dihapus.',
|
||||
'success' => 'Model dihapus!|:success_count model dihapus!',
|
||||
'success_partial' => ':success_count model telah dihapus, tetapi :fail_count tidak dapat dihapus karena masih memiliki aset yang terkait dengannya.'
|
||||
),
|
||||
|
||||
);
|
17
SNIPE-IT/resources/lang/id-ID/admin/models/table.php
Normal file
17
SNIPE-IT/resources/lang/id-ID/admin/models/table.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'create' => 'Membuat Model aset',
|
||||
'created_at' => 'Dibuat',
|
||||
'eol' => 'MHP',
|
||||
'modelnumber' => 'No. Model.',
|
||||
'name' => 'Nama Model Aset',
|
||||
'numassets' => 'Aset',
|
||||
'title' => 'Model Aset',
|
||||
'update' => 'Perbarui Model Aset',
|
||||
'view' => 'Tampilkan Model Aset',
|
||||
'update' => 'Perbarui Model Aset',
|
||||
'clone' => 'Duplikat Model',
|
||||
'edit' => 'Sunting Model',
|
||||
);
|
Reference in New Issue
Block a user