2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2022-10-04 17:48:43 -07:00
|
|
|
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
|
2016-10-12 13:01:29 -07:00
|
|
|
'user_does_not_exist' => '使用者不存在',
|
|
|
|
'asset_does_not_exist' => '您正在授權的資產不存在。',
|
|
|
|
'owner_doesnt_match_asset' => '您正在授權的資產已被其他人佔用,請重新選擇。',
|
|
|
|
'assoc_users' => '此授權已分配給某個使用者,目前不能被刪除,請檢查後重試。',
|
2017-10-17 18:52:20 -07:00
|
|
|
'select_asset_or_person' => '您必須選擇資產或用戶,但不能同時選擇兩者。',
|
2021-12-13 11:28:01 -08:00
|
|
|
'not_found' => '找不到授權',
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
|
|
|
|
'create' => array(
|
2016-10-12 13:01:29 -07:00
|
|
|
'error' => '新增授權失敗,請重試。',
|
2022-01-13 21:27:29 -08:00
|
|
|
'success' => '新增授權成功。'
|
|
|
|
),
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'deletefile' => array(
|
2016-10-12 13:01:29 -07:00
|
|
|
'error' => '刪除檔案失敗,請重試。',
|
|
|
|
'success' => '刪除檔案成功。',
|
2022-01-13 21:27:29 -08:00
|
|
|
),
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'upload' => array(
|
2016-10-12 13:01:29 -07:00
|
|
|
'error' => '上傳檔案失敗,請重試。',
|
|
|
|
'success' => '上傳檔案成功。',
|
|
|
|
'nofiles' => '您尚未選擇要上傳的檔案,或上傳的檔案太大。',
|
2017-01-10 17:53:06 -08:00
|
|
|
'invalidfiles' => '一個或多個檔案太大,或者是不允許的檔案類型。允許的檔案類型有 png、 gif、 jpg、 jpeg、 doc、 docx、 pdf、 txt、 zip、 rar、 rtf、 xml 和 lic。',
|
2022-01-13 21:27:29 -08:00
|
|
|
),
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'update' => array(
|
2016-10-12 13:01:29 -07:00
|
|
|
'error' => '更新授權失敗,請重試。',
|
2022-01-13 21:27:29 -08:00
|
|
|
'success' => '更新授權成功。'
|
|
|
|
),
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'delete' => array(
|
2016-10-12 13:01:29 -07:00
|
|
|
'confirm' => '您確定要刪除此授權嗎?',
|
|
|
|
'error' => '刪除授權時發生問題,請重試。',
|
2022-01-13 21:27:29 -08:00
|
|
|
'success' => '刪除授權成功。'
|
|
|
|
),
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'checkout' => array(
|
2016-10-12 13:01:29 -07:00
|
|
|
'error' => '借出授權時發生問題,請重試。',
|
2022-01-13 21:27:29 -08:00
|
|
|
'success' => '借出授權成功。'
|
|
|
|
),
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
'checkin' => array(
|
2016-10-12 13:01:29 -07:00
|
|
|
'error' => '繳回授權時發生問題,請重試。',
|
2022-01-13 21:27:29 -08:00
|
|
|
'success' => '繳回授權成功。'
|
|
|
|
),
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
);
|