Files
nexusphp/lang/cht/lang_bitbucket-upload.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

37 lines
1.7 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_bitbucketupload = array
(
'std_upload_failed' => "上傳失敗",
'std_nothing_received' => "沒有接收到文件!",
'std_file_too_large' => "對不起,文件過大無法上傳。",
'std_bad_file_name' => "文件名錯誤。",
'std_file_with_the_name' => "對不起,該文件<b>",
'std_already_exists' => "</b>已經存在。",
'std_error' => "錯誤",
'std_invalid_image_format' => "擴展名無效:<b>只允許gifjpg或png</b>",
'std_image_processing_failed' => "圖片處理失敗",
'std_sorry_the_uploaded' => "對不起,上傳的文件",
'std_failed_processing' => "處理失敗。請用圖片編輯軟體處理後再上傳。謝謝!",
'std_success' => "成功",
'std_use_following_url' => "使用以下URL訪問檔案",
'std_upload_another_file' => "上傳其他文件",
'std_image' => "圖片",
'std_need_not_rescaling' => "不需要縮小",
'std_rescaled_from' => "",
'std_to' => "縮小到",
'std_profile_updated' => "<br />注意:你的頭像已經被更新!",
'head_avatar_upload' => "頭像上傳",
'text_avatar_upload' => "頭像上傳",
'text_upload_directory_unwritable' => "注意:上傳路徑不可寫。請將該情況報告給管理員!",
'text_disclaimer' => "<b>聲明</b><br />不要上傳未授權或非法的圖片。<br />上傳的圖片被認為是公開的圖片,因此不要上傳你不想讓陌生人觀看的圖片。<br />若圖片高度超過",
'text_disclaimer_two' => "象素或寬度超過",
'text_disclaimer_three' => "象素則會被按寬高比縮小。<br />檔案大小不能超過",
'text_disclaimer_four' => " Bytes。",
'row_file' => "文件",
'checkbox_avatar_shared' => "共用頭像(其他用戶可以選擇使用我的頭像)。",
'submit_upload' => "上傳",
);
?>