zh-TW.js 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /*!
  2. * FileInput Chinese Traditional Translations
  3. *
  4. * This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or
  5. * any HTML markup tags in the messages must not be converted or translated.
  6. *
  7. * @see http://github.com/kartik-v/bootstrap-fileinput
  8. * @author kangqf <kangqingfei@gmail.com>
  9. *
  10. * NOTE: this file must be saved in UTF-8 encoding.
  11. */
  12. (function ($) {
  13. "use strict";
  14. $.fn.fileinputLocales['zh-TW'] = {
  15. fileSingle: '單一檔案',
  16. filePlural: '複選檔案',
  17. browseLabel: '瀏覽 &hellip;',
  18. removeLabel: '移除',
  19. removeTitle: '清除選取檔案',
  20. cancelLabel: '取消',
  21. cancelTitle: '取消上傳中檔案',
  22. pauseLabel: 'Pause',
  23. pauseTitle: 'Pause ongoing upload',
  24. uploadLabel: '上傳',
  25. uploadTitle: '上傳選取檔案',
  26. msgNo: '沒有',
  27. msgNoFilesSelected: '未選擇檔案',
  28. msgPaused: 'Paused',
  29. msgCancelled: '取消',
  30. zoomTitle: '詳細資料',
  31. msgPlaceholder: '選擇 {files} ...',
  32. msgZoomModalHeading: '內容預覽',
  33. msgFileRequired: '必須選擇壹個文件上傳.',
  34. msgSizeTooSmall: '檔案 "{name}" (<b>{size} KB</b>) 必須大於限定大小 <b>{minSize} KB</b>.',
  35. msgSizeTooLarge: '檔案 "{name}" (<b>{size} KB</b>) 大小超過上限 <b>{maxSize} KB</b>.',
  36. msgFilesTooLess: '最少必須選擇 <b>{n}</b> {files} 來上傳. ',
  37. msgFilesTooMany: '上傳的檔案數量 <b>({n})</b> 超過最大檔案上傳限制 <b>{m}</b>.',
  38. msgTotalFilesTooMany: 'You can upload a maximum of <b>{m}</b> files (<b>{n}</b> files detected).',
  39. msgFileNotFound: '檔案 "{name}" 未發現!',
  40. msgFileSecured: '安全限制,禁止讀取檔案 "{name}".',
  41. msgFileNotReadable: '文件 "{name}" 不可讀取.',
  42. msgFilePreviewAborted: '檔案 "{name}" 預覽中止.',
  43. msgFilePreviewError: '讀取 "{name}" 發生錯誤.',
  44. msgInvalidFileName: '附檔名 "{name}" 包含非法字符.',
  45. msgInvalidFileType: '檔案類型錯誤 "{name}". 只能使用 "{types}" 類型的檔案.',
  46. msgInvalidFileExtension: '附檔名錯誤 "{name}". 只能使用 "{extensions}" 的檔案.',
  47. msgFileTypes: {
  48. 'image': 'image',
  49. 'html': 'HTML',
  50. 'text': 'text',
  51. 'video': 'video',
  52. 'audio': 'audio',
  53. 'flash': 'flash',
  54. 'pdf': 'PDF',
  55. 'object': 'object'
  56. },
  57. msgUploadAborted: '該文件上傳被中止',
  58. msgUploadThreshold: '處理中 &hellip;',
  59. msgUploadBegin: '正在初始化 &hellip;',
  60. msgUploadEnd: '完成',
  61. msgUploadResume: 'Resuming upload &hellip;',
  62. msgUploadEmpty: '無效的文件上傳.',
  63. msgUploadError: 'Upload Error',
  64. msgDeleteError: 'Delete Error',
  65. msgProgressError: '上傳錯誤',
  66. msgValidationError: '驗證錯誤',
  67. msgLoading: '載入第 {index} 個檔案,共 {files} &hellip;',
  68. msgProgress: '載入第 {index} 個檔案,共 {files} - {name} - {percent}% 成功.',
  69. msgSelected: '{n} {files} 選取',
  70. msgFoldersNotAllowed: '只支援單檔拖曳! 無法使用 {n} 拖拽的資料夹.',
  71. msgImageWidthSmall: '圖檔寬度"{name}"必須至少為{size}像素(px).',
  72. msgImageHeightSmall: '圖檔高度"{name}"必須至少為{size}像素(px).',
  73. msgImageWidthLarge: '圖檔寬度"{name}"不能超過{size}像素(px).',
  74. msgImageHeightLarge: '圖檔高度"{name}"不能超過{size}像素(px).',
  75. msgImageResizeError: '無法獲取的圖像尺寸調整。',
  76. msgImageResizeException: '錯誤而調整圖像大小。<pre>{errors}</pre>',
  77. msgAjaxError: '{operation} 發生錯誤. 請重試!',
  78. msgAjaxProgressError: '{operation} 失敗',
  79. msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
  80. msgResumableUploadRetriesExceeded: 'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
  81. msgPendingTime: '{time} remaining',
  82. msgCalculatingTime: 'calculating time remaining',
  83. ajaxOperations: {
  84. deleteThumb: 'file delete',
  85. uploadThumb: 'file upload',
  86. uploadBatch: 'batch file upload',
  87. uploadExtra: 'form data upload'
  88. },
  89. dropZoneTitle: '拖曳檔案至此 &hellip;',
  90. dropZoneClickTitle: '<br>(或點擊{files}按鈕選擇文件)',
  91. fileActionSettings: {
  92. removeTitle: '刪除檔案',
  93. uploadTitle: '上傳檔案',
  94. uploadRetryTitle: '重試',
  95. downloadTitle: '下載檔案',
  96. zoomTitle: '詳細資料',
  97. dragTitle: '移動 / 重置',
  98. indicatorNewTitle: '尚未上傳',
  99. indicatorSuccessTitle: '上傳成功',
  100. indicatorErrorTitle: '上傳失敗',
  101. indicatorPausedTitle: 'Upload Paused',
  102. indicatorLoadingTitle: '上傳中 &hellip;'
  103. },
  104. previewZoomButtonTitles: {
  105. prev: '預覽上壹個文件',
  106. next: '預覽下壹個文件',
  107. toggleheader: '縮放',
  108. fullscreen: '全屏',
  109. borderless: '無邊界模式',
  110. close: '關閉當前預覽'
  111. }
  112. };
  113. })(window.jQuery);