ajout app
This commit is contained in:
42
SNIPE-IT/resources/lang/id-ID/admin/locations/table.php
Normal file
42
SNIPE-IT/resources/lang/id-ID/admin/locations/table.php
Normal file
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_locations_title' => 'Tentang Lokasi',
|
||||
'about_locations' => 'Lokasi digunakan untuk melacak informasi lokasi bagi pengguna, aset, dan item lainnya',
|
||||
'assets_rtd' => 'Aset', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||
'assets_checkedout' => 'Aset-aset yang ditetapkan',
|
||||
'id' => 'ID',
|
||||
'city' => 'Kota',
|
||||
'state' => 'Provinsi',
|
||||
'country' => 'Negara',
|
||||
'create' => 'Membuat Lokasi',
|
||||
'update' => 'Perbarui Lokasi',
|
||||
'print_assigned' => 'Cetak Semua Ditugaskan',
|
||||
'print_all_assigned' => 'Cetak Semua Ditugaskan',
|
||||
'name' => 'Nama lokasi',
|
||||
'address' => 'Alamat',
|
||||
'address2' => 'Baris Alamat 2',
|
||||
'zip' => 'Kode Pos',
|
||||
'locations' => 'Lokasi',
|
||||
'parent' => 'Induk',
|
||||
'currency' => 'Lokasi Mata Uang',
|
||||
'ldap_ou' => 'LDAP Cari OU',
|
||||
'user_name' => 'Nama Pengguna',
|
||||
'department' => 'Departemen',
|
||||
'location' => 'Lokasi',
|
||||
'asset_tag' => 'Kode Aset',
|
||||
'asset_name' => 'Nama',
|
||||
'asset_category' => 'Kategori',
|
||||
'asset_manufacturer' => 'Pabrikan',
|
||||
'asset_model' => 'Model',
|
||||
'asset_serial' => 'Serial',
|
||||
'asset_location' => 'Lokasi',
|
||||
'asset_checked_out' => 'Dipakai',
|
||||
'asset_expected_checkin' => 'Tanggal Pengembalian',
|
||||
'date' => 'Tanggal:',
|
||||
'phone' => 'Location Phone',
|
||||
'signed_by_asset_auditor' => 'Ditandatangani Oleh (Aset Auditor):',
|
||||
'signed_by_finance_auditor' => 'Ditandatangani Oleh (Auditor Keuangan):',
|
||||
'signed_by_location_manager' => 'Ditandatangani Oleh (Penanggung Jawab):',
|
||||
'signed_by' => 'Ditandatangani Oleh:',
|
||||
];
|
Reference in New Issue
Block a user