yii.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <?php
  2. /**
  3. * @link https://www.yiiframework.com/
  4. * @copyright Copyright (c) 2008 Yii Software LLC
  5. * @license https://www.yiiframework.com/license/
  6. */
  7. /**
  8. * Message translations.
  9. *
  10. * This file is automatically generated by 'yii message/extract' command.
  11. * It contains the localizable messages extracted from source code.
  12. * You may modify this file by translating the extracted messages.
  13. *
  14. * Each array element represents the translation (value) of a message (key).
  15. * If the value is empty, the message is considered as not translated.
  16. * Messages that no longer need translation will have their translations
  17. * enclosed between a pair of '@@' marks.
  18. *
  19. * Message string can be used with plural forms format. Check i18n section
  20. * of the guide for details.
  21. *
  22. * NOTE: this file must be saved in UTF-8 encoding.
  23. */
  24. return [
  25. ' and ' => ' และ ',
  26. '"{attribute}" does not support operator "{operator}".' => '"{attribute}" ไม่สนับสนุนตัวดำเนินการ "{operator}"',
  27. '(not set)' => '(ไม่ได้ตั้ง)',
  28. 'Action not found.' => 'ไม่พบแอคชั่น',
  29. 'Aliases available: {aliases}' => 'Alias ที่ใช้ได้: {aliases}',
  30. 'An internal server error occurred.' => 'เกิดข้อผิดพลาดภายในเซิร์ฟเวอร์',
  31. 'Are you sure you want to delete this item?' => 'คุณแน่ใจหรือไม่ที่จะลบรายการนี้?',
  32. 'Condition for "{attribute}" should be either a value or valid operator specification.' => 'เงื่อนไขสำหรับ "{attribute}" ควรเป็นค่าหรือข้อกำหนดเฉพาะของตัวดำเนินการที่ถูกต้อง',
  33. 'Delete' => 'ลบ',
  34. 'Error' => 'ผิดพลาด',
  35. 'File upload failed.' => 'อัพโหลดไฟล์ไม่สำเร็จ',
  36. 'Home' => 'หน้าหลัก',
  37. 'Invalid data received for parameter "{param}".' => 'ข้อมูลสำหรับค่าพารามิเตอร์ "{param}" ที่ได้รับไม่ถูกต้อง',
  38. 'Login Required' => 'ต้องเข้าสู่ระบบก่อน',
  39. 'Missing required arguments: {params}' => 'ขาดอาร์กิวเมนต์ที่จำเป็น: {params}',
  40. 'Missing required parameters: {params}' => 'ขาดพารามิเตอร์ที่จำเป็น: {params}',
  41. 'No' => 'ไม่',
  42. 'No results found.' => 'ไม่พบผลลัพธ์',
  43. 'Only files with these MIME types are allowed: {mimeTypes}.' => 'อนุญาตเฉพาะไฟล์ที่มีชนิด MIME ต่อไปนี้: {mimeTypes}',
  44. 'Only files with these extensions are allowed: {extensions}.' => 'อนุญาตเฉพาะไฟล์ที่มีนามสกุลต่อไปนี้: {extensions}',
  45. 'Operator "{operator}" must be used with a search attribute.' => 'ตัวดำเนินการ "{operator}" ต้องใช้กับแอตทริบิวต์สำหรับค้นหา',
  46. 'Operator "{operator}" requires multiple operands.' => 'ตัวดำเนินการ "{operator}" ต้องมีตัวถูกดำเนินการหลายตัว',
  47. 'Options available: {options}' => 'ตัวเลือกที่ใช้ได้: {options}',
  48. 'Page not found.' => 'ไม่พบหน้าที่ต้องการ',
  49. 'Please fix the following errors:' => 'โปรดแก้ไขข้อผิดพลาดต่อไปนี้:',
  50. 'Please upload a file.' => 'กรุณาอัพโหลดไฟล์',
  51. 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'แสดง <b>{begin, number} ถึง {end, number}</b> จาก <b>{totalCount, number}</b> รายการ',
  52. 'The combination {values} of {attributes} has already been taken.' => 'กลุ่ม {values} ของ {attributes} ถูกใช้ไปแล้ว',
  53. 'The file "{file}" is not an image.' => 'ไฟล์ "{file}" ไม่ใช่ไฟล์รูปภาพ',
  54. 'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'ไฟล์ "{file}" มีขนาดใหญ่เกินไป ไฟล์ต้องมีขนาดไม่เกิน {formattedLimit}',
  55. 'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'ไฟล์ "{file}" มีขนาดเล็กเกินไป ไฟล์ต้องมีขนาดมากกว่า {formattedLimit}',
  56. 'The format of {attribute} is invalid.' => 'รูปแบบ {attribute} ไม่ถูกต้อง',
  57. 'The format of {filter} is invalid.' => 'รูปแบบ {filter} ไม่ถูกต้อง',
  58. 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'ไฟล์รูปภาพ "{file}" มีขนาดใหญ่เกินไป ความสูงของรูปภาพต้องไม่เกิน {limit, number} พิกเซล',
  59. 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'ไฟล์รูปภาพ "{file}" มีขนาดใหญ่เกินไป ความกว้างของรูปภาพต้องไม่เกิน {limit, number} พิกเซล',
  60. 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'ไฟล์รูปภาพ "{file}" มีขนาดเล็กเกินไป ความสูงของรูปภาพต้องมากว่า {limit, number} พิกเซล',
  61. 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'ไฟล์รูปภาพ "{file}" มีขนาดเล็กเกินไป ความกว้างของรูปภาพต้องมากกว่า {limit, number} พิกเซล',
  62. 'The requested view "{name}" was not found.' => 'ไม่พบวิว "{name}" ที่เรียกใช้',
  63. 'The verification code is incorrect.' => 'รหัสยืนยันไม่ถูกต้อง',
  64. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'ทั้งหมด <b>{count, number}</b> รายการ',
  65. 'Unable to verify your data submission.' => 'ไม่สามารถตรวจสอบยืนยันข้อมูลที่คุณส่งได้',
  66. 'Unknown alias: -{name}' => 'Alias ที่ไม่รู้จัก: -{name}',
  67. 'Unknown filter attribute "{attribute}"' => 'แอตทริบิวต์ฟิลเตอร์ที่ไม่รู้จัก: "{attribute}"',
  68. 'Unknown option: --{name}' => 'ตัวเลือกที่ไม่รู้จัก: --{name}',
  69. 'Update' => 'ปรับปรุง',
  70. 'View' => 'ดู',
  71. 'Yes' => 'ใช่',
  72. 'You are not allowed to perform this action.' => 'คุณไม่ได้รับอนุญาตให้ดำเนินการนี้',
  73. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'คุณสามารถอัพโหลดไฟล์ได้ไม่เกิน {limit, number} ไฟล์',
  74. 'You should upload at least {limit, number} {limit, plural, one{file} other{files}}.' => 'คุณควรอัพโหลดไฟล์อย่างน้อย {limit, number} ไฟล์',
  75. 'in {delta, plural, =1{a day} other{# days}}' => 'ใน {delta} วัน',
  76. 'in {delta, plural, =1{a minute} other{# minutes}}' => 'ใน {delta} นาที',
  77. 'in {delta, plural, =1{a month} other{# months}}' => 'ใน {delta} เดือน',
  78. 'in {delta, plural, =1{a second} other{# seconds}}' => 'ใน {delta} วินาที',
  79. 'in {delta, plural, =1{a year} other{# years}}' => 'ใน {delta} ปี',
  80. 'in {delta, plural, =1{an hour} other{# hours}}' => 'ใน {delta} ชั่วโมง',
  81. 'just now' => 'เมื่อสักครู่',
  82. 'the input value' => 'ค่าที่ป้อน',
  83. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" ถูกใช้ไปแล้ว',
  84. '{attribute} cannot be blank.' => '{attribute}ต้องไม่ว่างเปล่า',
  85. '{attribute} contains wrong subnet mask.' => '{attribute}ไม่ใช่ซับเน็ตที่ถูกต้อง',
  86. '{attribute} is invalid.' => '{attribute}ไม่ถูกต้อง',
  87. '{attribute} is not a valid URL.' => '{attribute}ไม่ใช่รูปแบบ URL ที่ถูกต้อง',
  88. '{attribute} is not a valid email address.' => '{attribute}ไม่ใช่รูปแบบอีเมลที่ถูกต้อง',
  89. '{attribute} is not in the allowed range.' => '{attribute}ไม่ได้อยู่ในช่วงที่ได้รับอนุญาต',
  90. '{attribute} must be "{requiredValue}".' => '{attribute}ต้องการ "{requiredValue}"',
  91. '{attribute} must be a number.' => '{attribute}ต้องเป็นตัวเลขเท่านั้น',
  92. '{attribute} must be a string.' => '{attribute}ต้องเป็นตัวอักขระเท่านั้น',
  93. '{attribute} must be a valid IP address.' => '{attribute}ต้องเป็นที่อยู่ IP ที่ถูกต้อง',
  94. '{attribute} must be an IP address with specified subnet.' => '{attribute}ต้องเป็นที่อยู่ IP ตามซับเน็ตที่ระบุ',
  95. '{attribute} must be an integer.' => '{attribute}ต้องเป็นจำนวนเต็มเท่านั้น',
  96. '{attribute} must be either "{true}" or "{false}".' => '{attribute}ต้องเป็น "{true}" หรือ "{false}"',
  97. '{attribute} must be equal to "{compareValueOrAttribute}".' => '{attribute}ต้องเหมือนกับ "{compareValueOrAttribute}"',
  98. '{attribute} must be greater than "{compareValueOrAttribute}".' => '{attribute}ต้องมากกว่า "{compareValueOrAttribute}"',
  99. '{attribute} must be greater than or equal to "{compareValueOrAttribute}".' => '{attribute}ต้องมากกว่าหรือเท่ากับ "{compareValueOrAttribute}"',
  100. '{attribute} must be less than "{compareValueOrAttribute}".' => '{attribute}ต้องน้อยกว่า "{compareValueOrAttribute}"',
  101. '{attribute} must be less than or equal to "{compareValueOrAttribute}".' => '{attribute}ต้องน้อยกว่าหรือเท่ากับ "{compareValueOrAttribute}"',
  102. '{attribute} must be no greater than {max}.' => '{attribute}ต้องไม่มากกว่า {max}.',
  103. '{attribute} must be no less than {min}.' => '{attribute}ต้องไม่น้อยกว่า {min}',
  104. '{attribute} must not be a subnet.' => '{attribute}ต้องไม่เป็นซับเน็ต',
  105. '{attribute} must not be an IPv4 address.' => '{attribute}ต้องไม่เป็นที่อยู่ IPv4',
  106. '{attribute} must not be an IPv6 address.' => '{attribute}ต้องไม่เป็นที่อยู่ IPv6',
  107. '{attribute} must not be equal to "{compareValueOrAttribute}".' => '{attribute}ต้องมีค่าไม่เหมือนกับ "{compareValueOrAttribute}"',
  108. '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute}ควรประกอบด้วยอักขระอย่างน้อย {min, number} ตัว',
  109. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute}ควรประกอบด้วยอักขระไม่เกิน {max, number} ตัว',
  110. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute}ควรประกอบด้วยอักขระ {length, number} ตัว',
  111. '{compareAttribute} is invalid.' => '{compareAttribute} ไม่ถูกต้อง',
  112. '{delta, plural, =1{1 day} other{# days}}' => '{delta} วัน',
  113. '{delta, plural, =1{1 hour} other{# hours}}' => '{delta} ชั่วโมง',
  114. '{delta, plural, =1{1 minute} other{# minutes}}' => '{delta} นาที',
  115. '{delta, plural, =1{1 month} other{# months}}' => '{delta} เดือน',
  116. '{delta, plural, =1{1 second} other{# seconds}}' => '{delta} วินาที',
  117. '{delta, plural, =1{1 year} other{# years}}' => '{delta} ปี',
  118. '{delta, plural, =1{a day} other{# days}} ago' => '{delta} วันที่ผ่านมา',
  119. '{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta} นาทีที่ผ่านมา',
  120. '{delta, plural, =1{a month} other{# months}} ago' => '{delta} เดือนที่ผ่านมา',
  121. '{delta, plural, =1{a second} other{# seconds}} ago' => '{delta} วินาทีที่ผ่านมา',
  122. '{delta, plural, =1{a year} other{# years}} ago' => '{delta} ปีที่ผ่านมา',
  123. '{delta, plural, =1{an hour} other{# hours}} ago' => '{delta} ชั่วโมงที่ผ่านมา',
  124. '{nFormatted} B' => '',
  125. '{nFormatted} GB' => '',
  126. '{nFormatted} GiB' => '',
  127. '{nFormatted} KiB' => '',
  128. '{nFormatted} MB' => '',
  129. '{nFormatted} MiB' => '',
  130. '{nFormatted} PB' => '',
  131. '{nFormatted} PiB' => '',
  132. '{nFormatted} TB' => '',
  133. '{nFormatted} TiB' => '',
  134. '{nFormatted} kB' => '',
  135. '{nFormatted} {n, plural, =1{byte} other{bytes}}' => '{nFormatted} ไบต์',
  136. '{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '{nFormatted} จิบิไบต์',
  137. '{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '{nFormatted} จิกะไบต์',
  138. '{nFormatted} {n, plural, =1{kibibyte} other{kibibytes}}' => '{nFormatted} กิบิไบต์',
  139. '{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}' => '{nFormatted} กิโลไบต์',
  140. '{nFormatted} {n, plural, =1{mebibyte} other{mebibytes}}' => '{nFormatted} เมบิไบต์',
  141. '{nFormatted} {n, plural, =1{megabyte} other{megabytes}}' => '{nFormatted} เมกะไบต์',
  142. '{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '{nFormatted} เพบิไบต์',
  143. '{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '{nFormatted} เพตะไบต์',
  144. '{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '{nFormatted} เทบิไบต์',
  145. '{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} เทระไบต์',
  146. ];