Aecho Liu 0694fae8a7 Create zh-TW.js
Debug by production.log
2014-08-08 14:11:58 +08:00

38 lines
1.7 KiB
JavaScript
Raw 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.

// Traditional Chinese, translated by aecho1028@gmail.com.
plupload.addI18n({
'Select files' : '選取檔案',
'Add files to the upload queue and click the start button.' : '新增檔案到上傳佇列,然後請點擊開始按鈕。',
'Filename' : '檔案名稱',
'Status' : '狀態',
'Size' : '檔案大小',
'Add Files' : '新增檔案',
'Stop Upload' : '停止上傳',
'Start Upload' : '開始上傳',
'Add files' : '新增檔案',
'Add files.' : '新增檔案',
'Stop current upload' : '停止現在的上傳',
'Start uploading queue' : '開始上傳',
'Stop upload' : '停止上傳',
'Start upload' : '開始上傳',
'己上傳 %d/%d 檔案': 'アップロード中 %d/%d ファイル',
'N/A' : 'N/A',
'Drag files here.' : '將檔案拖拉到這邊',
'File extension error.': '副檔名錯誤',
'File size error.': '檔案大小錯誤',
'File count error.': '檔案筆數錯誤',
'Init error.': '初始化錯誤',
'HTTP Error.': 'HTTP錯誤',
'Security error.': '安全性錯誤',
'Generic error.': '錯誤',
'IO error.': 'IO錯誤',
'File: %s': '檔案: %s',
'Close': '關閉',
'%d files queued': '%d 檔案佇列中',
'Using runtime: ': 'Using runtime: ',
'File: %f, size: %s, max file size: %m': '檔案: %f, 大小: %s, 最大檔案大小: %m',
'Upload element accepts only %d file(s) at a time. Extra files were stripped.': '一次只能上傳 %d 個檔案。多餘的檔案將會被捨棄。',
'Upload URL might be wrong or doesn\'t exist': '上傳的URL可能不正確或是不存在。',
'Error: File too large: ': '錯誤: 檔案太大了: ',
'Error: Invalid file extension: ': '錯誤: 副檔名不正確: '
});