snipe-it/resources/lang/zh-TW/admin/licenses/message.php

51 lines
1.7 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'does_not_exist' => '授權不存在。',
'user_does_not_exist' => '使用者不存在',
'asset_does_not_exist' => '您正在授權的資產不存在。',
'owner_doesnt_match_asset' => '您正在授權的資產已被其他人佔用,請重新選擇。',
'assoc_users' => '此授權已分配給某個使用者,目前不能被刪除,請檢查後重試。',
2016-03-25 01:18:05 -07:00
'create' => array(
'error' => '新增授權失敗,請重試。',
'success' => '新增授權成功。'
2016-03-25 01:18:05 -07:00
),
'deletefile' => array(
'error' => '刪除檔案失敗,請重試。',
'success' => '刪除檔案成功。',
2016-03-25 01:18:05 -07:00
),
'upload' => array(
'error' => '上傳檔案失敗,請重試。',
'success' => '上傳檔案成功。',
'nofiles' => '您尚未選擇要上傳的檔案,或上傳的檔案太大。',
2016-12-03 17:10:05 -08:00
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.',
2016-03-25 01:18:05 -07:00
),
'update' => array(
'error' => '更新授權失敗,請重試。',
'success' => '更新授權成功。'
2016-03-25 01:18:05 -07:00
),
'delete' => array(
'confirm' => '您確定要刪除此授權嗎?',
'error' => '刪除授權時發生問題,請重試。',
'success' => '刪除授權成功。'
2016-03-25 01:18:05 -07:00
),
'checkout' => array(
'error' => '借出授權時發生問題,請重試。',
'success' => '借出授權成功。'
2016-03-25 01:18:05 -07:00
),
'checkin' => array(
'error' => '繳回授權時發生問題,請重試。',
'success' => '繳回授權成功。'
2016-03-25 01:18:05 -07:00
),
);