2016-03-25 01:18:05 -07:00
< ? php
2021-06-10 13:15:52 -07:00
return [
2016-03-25 01:18:05 -07:00
2024-07-19 09:47:22 -07:00
'undeployable' => '<strong>Warning: </strong> This asset has been marked as currently undeployable. If this status has changed, please update the asset status.' ,
2018-03-22 20:01:45 -07:00
'does_not_exist' => 'Aset tidak ada.' ,
2024-05-16 13:57:19 -07:00
'does_not_exist_var' => 'Asset with tag :asset_tag not found.' ,
'no_tag' => 'No asset tag provided.' ,
2022-01-13 21:27:29 -08:00
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.' ,
2018-03-22 20:01:45 -07:00
'assoc_users' => 'Aset ini saat ini diperiksa ke pengguna dan tidak dapat dihapus. Harap periksa dulu asetnya, lalu coba hapus lagi. ' ,
2024-05-16 13:57:19 -07:00
'warning_audit_date_mismatch' => 'This asset\'s next audit date (:next_audit_date) is before the last audit date (:last_audit_date). Please update the next audit date.' ,
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'create' => [
2018-03-22 20:01:45 -07:00
'error' => 'Aset tidak dibuat, coba lagi. :(' ,
2021-06-10 13:15:52 -07:00
'success' => 'Aset berhasil dibuat. :)' ,
2023-11-27 06:43:16 -08:00
'success_linked' => 'Asset with tag :tag was created successfully. <strong><a href=":link" style="color: white;">Click here to view</a></strong>.' ,
2021-06-10 13:15:52 -07:00
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'update' => [
2018-03-22 20:01:45 -07:00
'error' => 'Aset tidak diperbarui, coba lagi' ,
'success' => 'Aset Berhasil diperbarui.' ,
2024-05-16 13:57:19 -07:00
'encrypted_warning' => 'Asset updated successfully, but encrypted custom fields were not due to permissions' ,
2018-03-22 20:01:45 -07:00
'nothing_updated' => 'Tidak ada kategori yang dipilih, jadi tidak ada yang diperbarui.' ,
2022-05-24 15:07:14 -07:00
'no_assets_selected' => 'No assets were selected, so nothing was updated.' ,
2024-03-08 06:01:34 -08:00
'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.' ,
2021-06-10 13:15:52 -07:00
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'restore' => [
2018-03-22 20:01:45 -07:00
'error' => 'Aset tidak dikembalikan, coba lagi' ,
2021-06-10 13:15:52 -07:00
'success' => 'Aset Berhasil dikembalikan.' ,
2023-12-19 09:23:16 -08:00
'bulk_success' => 'Aset Berhasil dikembalikan.' ,
2023-04-06 19:21:43 -07:00
'nothing_updated' => 'No assets were selected, so nothing was restored.' ,
2021-06-10 13:15:52 -07:00
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'audit' => [
2024-05-16 13:57:19 -07:00
'error' => 'Asset audit unsuccessful: :error ' ,
2021-06-10 13:15:52 -07:00
'success' => 'Audit aset berhasil dimasuki.' ,
],
2017-09-06 18:05:32 -07:00
2022-01-13 21:27:29 -08:00
2021-06-10 13:15:52 -07:00
'deletefile' => [
2018-03-22 20:01:45 -07:00
'error' => 'Berkas tidak terhapus. Silahkan coba lagi.' ,
'success' => 'File berhasil dihapus.' ,
2021-06-10 13:15:52 -07:00
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'upload' => [
2018-03-22 20:01:45 -07:00
'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.' ,
2021-06-10 13:15:52 -07:00
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'import' => [
2024-07-19 09:47:22 -07:00
'import_button' => 'Process Import' ,
2018-03-22 20:01:45 -07:00
'error' => 'Beberapa item tidak diimpor dengan benar.' ,
'errorDetail' => 'Item berikut tidak diimpor karena kesalahan.' ,
2021-06-10 13:15:52 -07:00
'success' => 'File Anda telah diimpor' ,
'file_delete_success' => 'File anda telah berhasil dihapus' ,
'file_delete_error' => 'File tidak dapat dihapus' ,
2023-10-02 06:23:22 -07:00
'file_missing' => 'The file selected is missing' ,
2023-02-21 03:54:55 -08:00
'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' ,
2021-06-10 13:15:52 -07:00
],
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
2021-06-10 13:15:52 -07:00
'delete' => [
2018-03-22 20:01:45 -07:00
'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.' ,
2021-06-10 13:15:52 -07:00
'success' => 'Aset berhasil dihapus.' ,
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'checkout' => [
2018-03-22 20:01:45 -07:00
'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!' ,
2021-06-10 13:15:52 -07:00
'no_assets_selected' => 'Anda harus memilih setidaknya satu aset dari daftar' ,
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'checkin' => [
2018-03-22 20:01:45 -07:00
'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.' ,
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'requests' => [
2018-03-22 20:01:45 -07:00
'error' => 'Aset tidak dikembalikan, coba lagi' ,
'success' => 'Aset Berhasil dikembalikan.' ,
2021-06-10 13:15:52 -07:00
'canceled' => 'Permintaan checkout berhasil dibatalkan' ,
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
];