ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View File

@ -0,0 +1,59 @@
<?php
return [
'bulk_delete' => 'Konfirmasi hapus semua aset',
'bulk_restore' => 'Confirm Bulk Restore Assets',
'bulk_delete_help' => 'Tinjau aset untuk penghapusan massal di bawah ini. Setelah dihapus, aset ini dapat dipulihkan, namun tidak akan dikaitkan lagi dengan pengguna yang saat ini mereka tentukan.',
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
'bulk_delete_warn' => 'Anda akan menghapus :asset_count assets.',
'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
'bulk_update' => 'Perbarui Aset secara massal',
'bulk_update_help' => 'Formulir ini memungkinkan Anda untuk memperbarui beberapa aset sekaligus. Hanya mengisi kolom yang Anda butuhkan untuk mengubah. Setiap bidang dibiarkan kosong tidak berubah. ',
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.',
'bulk_update_model_prefix' => 'On Models',
'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.',
'checkedout_to' => 'Checkout ke',
'checkout_date' => 'Tanggal Check out',
'checkin_date' => 'Tanggal Check in',
'checkout_to' => 'Checkout ke',
'cost' => 'Biaya pembelian',
'create' => 'Buat Aset',
'date' => 'Tanggal Pemebelian',
'depreciation' => 'Penyusutan',
'depreciates_on' => 'Penyusutan pada',
'default_location' => 'Lokasi Standar',
'default_location_phone' => 'Default Location Phone',
'eol_date' => 'Tanggal EOL',
'eol_rate' => 'Nilai EOL',
'expected_checkin' => 'Tanggal Checkin yang Diharapkan',
'expires' => 'Kadaluarsa',
'fully_depreciated' => 'Sepenuhnya disusutkan',
'help_checkout' => 'Jika Anda ingin segera menetapkan aset ini, pilih "Ready to Deploy" dari daftar status di atas. ',
'mac_address' => 'Alamat MAC',
'manufacturer' => 'Pabrikan',
'model' => 'Model',
'months' => 'bulan',
'name' => 'Nama Aset',
'notes' => 'Catatan',
'order' => 'Nomor Permintaan',
'qr' => 'Kode QR',
'requestable' => 'Pengguna dapat meminta aset ini',
'select_statustype' => 'Pilih Jenis Status',
'serial' => 'Serial',
'status' => 'Status',
'tag' => 'Tag Aset',
'update' => 'Perbarui aset',
'warranty' => 'Garansi',
'warranty_expires' => 'Garansi kadaluarsa',
'years' => 'tahun',
'asset_location' => 'Update Asset Location',
'asset_location_update_default_current' => 'Update default location AND actual location',
'asset_location_update_default' => 'Update only default location',
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information'
];

View File

@ -0,0 +1,43 @@
<?php
return [
'about_assets_title' => 'Tentang Aset',
'about_assets_text' => 'Aset adalah item yang dilacak dengan nomor seri atau tag aset. Mereka cenderung menjadi item nilai lebih tinggi di mana mengidentifikasi item tertentu yang penting.',
'archived' => 'Diarsipkan',
'asset' => 'Aset',
'bulk_checkout' => 'Pengeluaran Aset',
'bulk_checkin' => 'Checkin Assets',
'checkin' => 'Mendaftar aset',
'checkout' => 'Periksa aset',
'clone' => 'Gandakan aset',
'deployable' => 'Bisa dicairkan',
'deleted' => 'Aset ini telah dihapus.',
'delete_confirm' => 'Are you sure you want to delete this asset?',
'edit' => 'Edit Asset',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'model_invalid' => 'The Model of this Asset is invalid.',
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Permintaan',
'requested' => 'Diminta',
'not_requestable' => 'Not Requestable',
'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Kembalikan Aset',
'pending' => 'Tertunda',
'undeployable' => 'Tidak dapat disebarkan',
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
'view' => 'Lihat aset',
'csv_error' => 'You have an error in your CSV file:',
'import_text' => '<p>Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the <code>Admin &gt; General Settings</code>.</p><p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p><p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p>
',
'csv_import_match_f-l' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format',
'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format',
'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format',
'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username',
'csv_import_match_username' => 'Try to match users by <strong>username</strong>',
'error_messages' => 'Error messages:',
'success_messages' => 'Success messages:',
'alert_details' => 'Please see below for details.',
'custom_export' => 'Custom Export',
'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
'user_department' => 'User Department',
];

View File

@ -0,0 +1,90 @@
<?php
return [
'undeployable' => '<strong>Peringatan:</strong>Aset ini telah ditandai karena saat ini tidak dapat dipasangkan lagi. Jika status ini telah berubah, harap perbarui status aset.',
'does_not_exist' => 'Aset tidak ada.',
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
'assoc_users' => 'Aset ini saat ini diperiksa ke pengguna dan tidak dapat dihapus. Harap periksa dulu asetnya, lalu coba hapus lagi. ',
'create' => [
'error' => 'Aset tidak dibuat, coba lagi. :(',
'success' => 'Aset berhasil dibuat. :)',
'success_linked' => 'Asset with tag :tag was created successfully. <strong><a href=":link" style="color: white;">Click here to view</a></strong>.',
],
'update' => [
'error' => 'Aset tidak diperbarui, coba lagi',
'success' => 'Aset Berhasil diperbarui.',
'nothing_updated' => 'Tidak ada kategori yang dipilih, jadi tidak ada yang diperbarui.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.',
],
'restore' => [
'error' => 'Aset tidak dikembalikan, coba lagi',
'success' => 'Aset Berhasil dikembalikan.',
'bulk_success' => 'Aset Berhasil dikembalikan.',
'nothing_updated' => 'No assets were selected, so nothing was restored.',
],
'audit' => [
'error' => 'Audit aset tidak berhasil. Silahkan coba lagi.',
'success' => 'Audit aset berhasil dimasuki.',
],
'deletefile' => [
'error' => 'Berkas tidak terhapus. Silahkan coba lagi.',
'success' => 'File berhasil dihapus.',
],
'upload' => [
'error' => 'Berkas(s) tidak diunggah. Silahkan coba lagi.',
'success' => 'Berkas(s) berhasil diunggah.',
'nofiles' => 'Anda tidak memilih file untuk diunggah, atau file yang ingin Anda unggah terlalu besar',
'invalidfiles' => 'Satu atau lebih berkas anda terlalu besar atau jenis berkas tidak dibolehkan. Jenis berkas yang dibolehkan adalah png, gif, jpg, doc, docx, pdf, dan txt.',
],
'import' => [
'error' => 'Beberapa item tidak diimpor dengan benar.',
'errorDetail' => 'Item berikut tidak diimpor karena kesalahan.',
'success' => 'File Anda telah diimpor',
'file_delete_success' => 'File anda telah berhasil dihapus',
'file_delete_error' => 'File tidak dapat dihapus',
'file_missing' => 'The file selected is missing',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
'delete' => [
'confirm' => 'Yakin ingin menghapus aset ini?',
'error' => 'Terjadi masalah saat menghapus aset. Silahkan coba lagi.',
'nothing_updated' => 'Tidak ada aset yang dipilih, jadi tidak ada yang diperbarui.',
'success' => 'Aset berhasil dihapus.',
],
'checkout' => [
'error' => 'Aset tidak dapat diperiksa, silahkan coba lagi',
'success' => 'Aset berhasil diperiksa.',
'user_does_not_exist' => 'Pengguna tidak cocok. Silahkan coba lagi.',
'not_available' => 'Aset itu tersebut tidak tersedia untuk checkout!',
'no_assets_selected' => 'Anda harus memilih setidaknya satu aset dari daftar',
],
'checkin' => [
'error' => 'Aset tidak dicek, coba lagi',
'success' => 'Aset berhasil dicek.',
'user_does_not_exist' => 'Pengguna tidak cocok. Silahkan coba lagi.',
'already_checked_in' => 'Aset tersebut sudah diperiksa.',
],
'requests' => [
'error' => 'Aset tidak dikembalikan, coba lagi',
'success' => 'Aset Berhasil dikembalikan.',
'canceled' => 'Permintaan checkout berhasil dibatalkan',
],
];

View File

@ -0,0 +1,33 @@
<?php
return [
'asset_tag' => 'Tag Aset',
'asset_model' => 'Model',
'assigned_to' => 'Ditetapkan untuk',
'book_value' => 'Current Value',
'change' => 'Masuk/keluar',
'checkout_date' => 'Tanggal Check out',
'checkoutto' => 'Memeriksa',
'components_cost' => 'Total Components Cost',
'current_value' => 'Current Value',
'diff' => 'Diff',
'dl_csv' => 'Unduh CSV',
'eol' => 'EOL',
'id' => 'ID',
'last_checkin_date' => 'Last Checkin Date',
'location' => 'Lokasi',
'purchase_cost' => 'Biaya',
'purchase_date' => 'Dibeli',
'serial' => 'Serial',
'status' => 'Status',
'title' => 'Aset ',
'image' => 'Perangkat Gambar',
'days_without_acceptance' => 'Hari tanpa penerimaan',
'monthly_depreciation' => 'Penyusutan Bulanan',
'assigned_to' => 'Ditetapkan untuk',
'requesting_user' => 'Requesting User',
'requested_date' => 'Requested Date',
'changed' => 'Changed',
'icon' => 'Icon',
];