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.' ,
2016-10-12 13:01:29 -07:00
'does_not_exist' => '資產不存在' ,
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.' ,
2023-08-15 05:21:35 -07:00
'does_not_exist_or_not_requestable' => '該資產不存在或無法申請。' ,
2016-10-12 13:01:29 -07:00
'assoc_users' => '此資產目前已借給某個使用者,不能被刪除,請檢查資產狀態,然後再嘗試刪除。' ,
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' => [
2016-10-12 13:01:29 -07:00
'error' => '新增資產失敗,請重試。' ,
2021-06-10 13:15:52 -07:00
'success' => '新增資產成功。' ,
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' => [
2016-10-12 13:01:29 -07:00
'error' => '更新資產失敗,請重試。' ,
'success' => '更新資產成功。' ,
2024-05-16 13:57:19 -07:00
'encrypted_warning' => 'Asset updated successfully, but encrypted custom fields were not due to permissions' ,
2016-10-12 13:01:29 -07:00
'nothing_updated' => '沒有欄位被選擇,因此沒有更新任何內容。' ,
2022-10-04 17:48:43 -07:00
'no_assets_selected' => '沒有資產被選取,因此沒有更新任何內容。' ,
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' => [
2016-10-12 13:01:29 -07:00
'error' => '恢復資產失敗,請重試。' ,
2021-06-10 13:15:52 -07:00
'success' => '恢復資產成功。' ,
2023-08-15 05:21:35 -07:00
'bulk_success' => '資產成功還原。' ,
'nothing_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
'audit' => [
2024-05-16 13:57:19 -07:00
'error' => 'Asset audit unsuccessful: :error ' ,
2021-06-10 13:15:52 -07:00
'success' => '資產稽核成功登錄。' ,
],
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' => [
2016-10-12 13:01:29 -07:00
'error' => '刪除檔案失敗,請重試。' ,
'success' => '刪除檔案成功。' ,
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' => [
2016-10-12 13:01:29 -07:00
'error' => '上傳檔案失敗,請重試。' ,
'success' => '上傳檔案成功。' ,
'nofiles' => '您尚未選擇要上傳的檔案,或上傳的檔案太大。' ,
'invalidfiles' => '一個或多個檔案太大或屬於不被允許的檔案類型。允許上傳的檔案類型: png, gif, jpg, doc, docx, pdf, 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' ,
2016-10-12 13:01:29 -07:00
'error' => '某些項目沒有被正確匯入。' ,
'errorDetail' => '以下項目由於錯誤未被匯入。' ,
2021-06-10 13:15:52 -07:00
'success' => '您的檔案已被匯入。' ,
'file_delete_success' => '您的檔案已成功刪除。' ,
'file_delete_error' => '您的檔案無法被刪除。' ,
2023-10-02 06:23:22 -07:00
'file_missing' => 'The file selected is missing' ,
2024-08-20 10:18:17 -07:00
'file_already_deleted' => 'The file selected was already deleted' ,
2023-08-15 05:21:35 -07:00
'header_row_has_malformed_characters' => '標頭列中的一個或多個屬性包含異常的 UTF-8 字元' ,
'content_row_has_malformed_characters' => '內容的第一列中的一個或多個屬性包含異常的 UTF-8 字元' ,
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' => [
2016-10-12 13:01:29 -07:00
'confirm' => '您確定要刪除此資產嗎?' ,
'error' => '刪除資產時發生問題,請重試。' ,
2017-08-25 07:32:57 -07:00
'nothing_updated' => '沒有資產被選擇,因此沒有更新任何內容。' ,
2021-06-10 13:15:52 -07:00
'success' => '刪除資產成功。' ,
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'checkout' => [
2016-10-12 13:01:29 -07:00
'error' => '借出資產失敗,請重試。' ,
'success' => '借出資產成功。' ,
'user_does_not_exist' => '無效使用者,請重試。' ,
2017-11-04 00:45:50 -07:00
'not_available' => '此資產無法借出' ,
2021-06-10 13:15:52 -07:00
'no_assets_selected' => '你必須至少選擇一項資產。' ,
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'checkin' => [
2016-10-12 13:01:29 -07:00
'error' => '繳回資產失敗,請重試。' ,
'success' => '繳回資產成功。' ,
'user_does_not_exist' => '無效使用者,請重試。' ,
'already_checked_in' => '資產已繳回。' ,
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' => [
2016-10-12 13:01:29 -07:00
'error' => '申請資產失敗,請重試。' ,
'success' => '申請資產成功。' ,
2021-06-10 13:15:52 -07:00
'canceled' => '借出申請已取消。' ,
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
];