th.js 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /*!
  2. * FileInput Thai 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['th'] = {
  14. fileSingle: 'ไฟล์',
  15. filePlural: 'ไฟล์',
  16. browseLabel: 'เลือกดู …',
  17. removeLabel: 'ลบทิ้ง',
  18. removeTitle: 'ลบไฟล์ที่เลือกทิ้ง',
  19. cancelLabel: 'ยกเลิก',
  20. cancelTitle: 'ยกเลิกการอัพโหลด',
  21. pauseLabel: 'Pause',
  22. pauseTitle: 'Pause ongoing upload',
  23. uploadLabel: 'อัพโหลด',
  24. uploadTitle: 'อัพโหลดไฟล์ที่เลือก',
  25. msgNo: 'ไม่',
  26. msgNoFilesSelected: '',
  27. msgPaused: 'Paused',
  28. msgCancelled: 'ยกเลิก',
  29. msgPlaceholder: 'Select {files}...',
  30. msgZoomModalHeading: 'ตัวอย่างละเอียด',
  31. msgFileRequired: 'You must select a file to upload.',
  32. msgSizeTooSmall: 'File "{name}" (<b>{size} KB</b>) is too small and must be larger than <b>{minSize} KB</b>.',
  33. msgSizeTooLarge: 'ไฟล์ "{name}" (<b>{size} KB</b>) มีขนาดเกินที่ระบบอนุญาตที่ <b>{maxSize} KB</b>, กรุณาลองใหม่อีกครั้ง!',
  34. msgFilesTooLess: 'คุณต้องเลือกไฟล์จำนวนอย่างน้อย <b>{n}</b> {files} เพื่ออัพโหลด, กรุณาลองใหม่อีกครั้ง!',
  35. msgFilesTooMany: 'ไฟล์ที่คุณเลือกมีจำนวน <b>({n})</b> ซึ่งเกินกว่าที่ระบบอนุญาตที่ <b>{m}</b>, กรุณาลองใหม่อีกครั้ง!',
  36. msgFileNotFound: 'ไม่พบไฟล์ "{name}" !',
  37. msgFileSecured: 'ระบบความปลอดภัยไม่อนุญาตให้อ่านไฟล์ "{name}".',
  38. msgFileNotReadable: 'ไม่สามารถอ่านไฟล์ "{name}" ได้',
  39. msgFilePreviewAborted: 'ไฟล์ "{name}" ไม่อนุญาตให้ดูตัวอย่าง',
  40. msgFilePreviewError: 'พบปัญหาในการดูตัวอย่างไฟล์ "{name}".',
  41. msgInvalidFileName: 'Invalid or unsupported characters in file name "{name}".',
  42. msgInvalidFileType: 'ไฟล์ "{name}" เป็นประเภทไฟล์ที่ไม่ถูกต้อง, อนุญาตเฉพาะไฟล์ประเภท "{types}"',
  43. msgInvalidFileExtension: 'ไฟล์ "{name}" เป็น extension ที่ไมถูกต้อง, อนุญาตเฉพาะไฟล์ extension "{extensions}"',
  44. msgFileTypes: {
  45. 'image': 'image',
  46. 'html': 'HTML',
  47. 'text': 'text',
  48. 'video': 'video',
  49. 'audio': 'audio',
  50. 'flash': 'flash',
  51. 'pdf': 'PDF',
  52. 'object': 'object'
  53. },
  54. msgUploadAborted: 'อัปโหลดไฟล์ถูกยกเลิก',
  55. msgUploadThreshold: 'Processing...',
  56. msgUploadBegin: 'Initializing...',
  57. msgUploadEnd: 'Done',
  58. msgUploadResume: 'Resuming upload...',
  59. msgUploadEmpty: 'No valid data available for upload.',
  60. msgUploadError: 'Error',
  61. msgValidationError: 'ข้อผิดพลาดในการตรวจสอบ',
  62. msgLoading: 'กำลังโหลดไฟล์ {index} จาก {files} &hellip;',
  63. msgProgress: 'กำลังโหลดไฟล์ {index} จาก {files} - {name} - {percent}%',
  64. msgSelected: '{n} {files} ถูกเลือก',
  65. msgFoldersNotAllowed: 'Drag & drop เฉพาะไฟล์เท่านั้น! ข้าม dropped folder จำนวน {n}',
  66. msgImageWidthSmall: 'ความกว้างของภาพไฟล์ "{name}" ต้องมีอย่างน้อย {size} px.',
  67. msgImageHeightSmall: 'ความสูงของภาพไฟล์ "{name}" ต้องมีอย่างน้อย {size} px.',
  68. msgImageWidthLarge: 'ความกว้างของภาพไฟล์ "{name}" ไม่เกิน {size} พิกเซล.',
  69. msgImageHeightLarge: 'ความสูงของไฟล์ภาพ "{name}" ไม่เกิน {size} พิกเซล.',
  70. msgImageResizeError: 'ไม่สามารถรับขนาดภาพเพื่อปรับขนาด',
  71. msgImageResizeException: 'ข้อผิดพลาดขณะปรับขนาดภาพ<pre>{errors}</pre>',
  72. msgAjaxError: 'Something went wrong with the {operation} operation. Please try again later!',
  73. msgAjaxProgressError: '{operation} failed',
  74. msgDuplicateFile: 'File "{name}" of same size "{size} KB" has already been selected earlier. Skipping duplicate selection.',
  75. msgResumableUploadRetriesExceeded: 'Upload aborted beyond <b>{max}</b> retries for file <b>{file}</b>! Error Details: <pre>{error}</pre>',
  76. msgPendingTime: '{time} remaining',
  77. msgCalculatingTime: 'calculating time remaining',
  78. ajaxOperations: {
  79. deleteThumb: 'file delete',
  80. uploadThumb: 'file upload',
  81. uploadBatch: 'batch file upload',
  82. uploadExtra: 'form data upload'
  83. },
  84. dropZoneTitle: 'Drag & drop ไฟล์ตรงนี้ &hellip;',
  85. dropZoneClickTitle: '<br>(or click to select {files})',
  86. fileActionSettings: {
  87. removeTitle: 'ลบไฟล์',
  88. uploadTitle: 'อัปโหลดไฟล์',
  89. uploadRetryTitle: 'Retry upload',
  90. downloadTitle: 'Download file',
  91. zoomTitle: 'ดูรายละเอียด',
  92. dragTitle: 'Move / Rearrange',
  93. indicatorNewTitle: 'ยังไม่ได้อัปโหลด',
  94. indicatorSuccessTitle: 'อัพโหลด',
  95. indicatorErrorTitle: 'อัปโหลดข้อผิดพลาด',
  96. indicatorLoadingTitle: 'อัพโหลด ...'
  97. },
  98. previewZoomButtonTitles: {
  99. prev: 'View previous file',
  100. next: 'View next file',
  101. toggleheader: 'Toggle header',
  102. fullscreen: 'Toggle full screen',
  103. borderless: 'Toggle borderless mode',
  104. close: 'Close detailed preview'
  105. }
  106. };
  107. })(window.jQuery);