snipe-it/resources/lang/en-ID/admin/users/table.php
2018-02-20 14:41:12 -08:00

39 lines
1.6 KiB
PHP

<?php
return array(
'activated' => 'Aktif',
'allow' => 'Izinkan',
'checkedout' => 'Aset',
'created_at' => 'Dibuat',
'createuser' => 'Membuat pengguna',
'deny' => 'Tolak',
'email' => 'Surel',
'employee_num' => 'Employee No.',
'first_name' => 'Nama depan',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.',
'id' => 'Id',
'inherit' => 'Inherit',
'job' => 'Judul pekerjaan',
'last_login' => 'Masuk terakhir',
'last_name' => 'Nama Belakang',
'location' => 'Lokasi',
'lock_passwords' => 'Rincian masuk tidak dapat diubah pada instalasi ini.',
'manager' => 'Manajer',
'managed_locations' => 'Managed Locations',
'name' => 'Nama',
'notes' => 'Catatan',
'password_confirm' => 'Konfirmasi kata sandi',
'password' => 'Kata Sandi',
'phone' => 'Telepon',
'show_current' => 'Tampilkan pengguna saat ini',
'show_deleted' => 'Tampilkan pengguna yang dihapus',
'title' => 'Judul',
'to_restore_them' => 'untuk mengembalikan mereka.',
'updateuser' => 'Update User',
'username' => 'Nama pengguna',
'user_deleted_text' => 'Pengguna ini sudah ditandai sebagai sudah terhapus.',
'username_note' => '(This is used for Active Directory binding only, not for login.)',
'cloneuser' => 'Clone User',
'viewusers' => 'Tampilkan pengguna',
);