mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
26 lines
1.4 KiB
PHP
26 lines
1.4 KiB
PHP
<?php
|
|
|
|
|
|
return array(
|
|
|
|
'assets_user' => 'Aset pada :name',
|
|
'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.',
|
|
'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.',
|
|
'current_assets' => 'Aset ini untuk pengguna ini',
|
|
'clone' => 'Klon pengguna',
|
|
'contact_user' => 'Kontak :name',
|
|
'edit' => 'Sunting Pengguna',
|
|
'filetype_info' => 'Jenis berkas diizinkan adalah png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, dan rar.',
|
|
'history_user' => 'Riwayat untuk :name',
|
|
'info' => 'Info',
|
|
'restore_user' => 'Click here to restore them.',
|
|
'last_login' => 'Terakhir masuk',
|
|
'ldap_config_text' => 'Konfigurasi LDAP terdapat di Admin > Pengaturan. Jika lokasi di pilih, maka akan di impor untuk semua pengguna.',
|
|
'software_user' => 'Perangkat lunak pada :name',
|
|
'view_user' => 'Lihat pengguna: name',
|
|
'usercsv' => 'Berkas CSV',
|
|
'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ',
|
|
'two_factor_enrolled' => '2FA Device Enrolled ',
|
|
'two_factor_active' => '2FA Active ',
|
|
);
|