vi.js 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /*!
  2. * FileInput Vietnamese 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. *
  9. * NOTE: this file must be saved in UTF-8 encoding.
  10. */
  11. (function ($) {
  12. "use strict";
  13. $.fn.fileinputLocales['vi'] = {
  14. sizeUnits: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'],
  15. bitRateUnits: ['B/s', 'KB/s', 'MB/s', 'GB/s', 'TB/s', 'PB/s', 'EB/s', 'ZB/s', 'YB/s'],
  16. fileSingle: 'tập tin',
  17. filePlural: 'các tập tin',
  18. browseLabel: 'Duyệt …',
  19. removeLabel: 'Gỡ bỏ',
  20. removeTitle: 'Bỏ tập tin đã chọn',
  21. cancelLabel: 'Hủy',
  22. cancelTitle: 'Hủy upload',
  23. pauseLabel: 'Pause',
  24. pauseTitle: 'Pause ongoing upload',
  25. uploadLabel: 'Upload',
  26. uploadTitle: 'Upload tập tin đã chọn',
  27. msgNo: 'Không',
  28. msgNoFilesSelected: 'Không tập tin nào được chọn',
  29. msgPaused: 'Paused',
  30. msgCancelled: 'Đã hủy',
  31. msgPlaceholder: 'Select {files} ...',
  32. msgZoomModalHeading: 'Chi tiết xem trước',
  33. msgFileRequired: 'You must select a file to upload.',
  34. msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
  35. msgSizeTooLarge: 'Tập tin "{name}" (<b>{size} KB</b>) vượt quá kích thước giới hạn cho phép <b>{maxSize} KB</b>.',
  36. msgFilesTooLess: 'Bạn phải chọn ít nhất <b>{n}</b> {files} để upload.',
  37. msgFilesTooMany: 'Số lượng tập tin upload <b>({n})</b> vượt quá giới hạn cho phép là <b>{m}</b>.',
  38. msgTotalFilesTooMany: 'You can upload a maximum of <b>{m}</b> files (<b>{n}</b> files detected).',
  39. msgFileNotFound: 'Không tìm thấy tập tin "{name}"!',
  40. msgFileSecured: 'Các hạn chế về bảo mật không cho phép đọc tập tin "{name}".',
  41. msgFileNotReadable: 'Không đọc được tập tin "{name}".',
  42. msgFilePreviewAborted: 'Đã dừng xem trước tập tin "{name}".',
  43. msgFilePreviewError: 'Đã xảy ra lỗi khi đọc tập tin "{name}".',
  44. msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
  45. msgInvalidFileType: 'Tập tin "{name}" không hợp lệ. Chỉ hỗ trợ loại tập tin "{types}".',
  46. msgInvalidFileExtension: 'Phần mở rộng của tập tin "{name}" không hợp lệ. Chỉ hỗ trợ phần mở rộng "{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: 'Đã dừng upload',
  58. msgUploadThreshold: 'Đang xử lý &hellip;',
  59. msgUploadBegin: 'Initializing &hellip;',
  60. msgUploadEnd: 'Done',
  61. msgUploadResume: 'Resuming upload &hellip;',
  62. msgUploadEmpty: 'No valid data available for upload.',
  63. msgUploadError: 'Upload Error',
  64. msgDeleteError: 'Delete Error',
  65. msgProgressError: 'Error',
  66. msgValidationError: 'Lỗi xác nhận',
  67. msgLoading: 'Đang nạp {index} tập tin trong số {files} &hellip;',
  68. msgProgress: 'Đang nạp {index} tập tin trong số {files} - {name} - {percent}% hoàn thành.',
  69. msgSelected: '{n} {files} được chọn',
  70. msgFoldersNotAllowed: 'Chỉ kéo thả tập tin! Đã bỏ qua {n} thư mục.',
  71. msgImageWidthSmall: 'Chiều rộng của hình ảnh "{name}" phải tối thiểu là {size} px.',
  72. msgImageHeightSmall: 'Chiều cao của hình ảnh "{name}" phải tối thiểu là {size} px.',
  73. msgImageWidthLarge: 'Chiều rộng của hình ảnh "{name}" không được quá {size} px.',
  74. msgImageHeightLarge: 'Chiều cao của hình ảnh "{name}" không được quá {size} px.',
  75. msgImageResizeError: 'Không lấy được kích thước của hình ảnh để resize.',
  76. msgImageResizeException: 'Resize hình ảnh bị lỗi.<pre>{errors}</pre>',
  77. msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
  78. msgAjaxProgressError: '{operation} failed',
  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: 'Kéo thả tập tin vào đây &hellip;',
  90. dropZoneClickTitle: '<br>(hoặc click để chọn {files})',
  91. fileActionSettings: {
  92. removeTitle: 'Gỡ bỏ',
  93. uploadTitle: 'Upload tập tin',
  94. uploadRetryTitle: 'Retry upload',
  95. downloadTitle: 'Download file',
  96. zoomTitle: 'Phóng lớn',
  97. dragTitle: 'Di chuyển / Sắp xếp lại',
  98. indicatorNewTitle: 'Chưa được upload',
  99. indicatorSuccessTitle: 'Đã upload',
  100. indicatorErrorTitle: 'Upload bị lỗi',
  101. indicatorPausedTitle: 'Upload Paused',
  102. indicatorLoadingTitle: 'Đang upload &hellip;'
  103. },
  104. previewZoomButtonTitles: {
  105. prev: 'Xem tập tin phía trước',
  106. next: 'Xem tập tin tiếp theo',
  107. toggleheader: 'Ẩn/hiện tiêu đề',
  108. fullscreen: 'Bật/tắt toàn màn hình',
  109. borderless: 'Bật/tắt chế độ không viền',
  110. close: 'Đóng'
  111. }
  112. };
  113. })(window.jQuery);