1 # Thai translation for Ruby on Rails
2 # original by Prem Sichanugrist (s@sikachu.com/sikandsak@gmail.com)
3 # activerecord keys fixed by Jittat Fakcharoenphol (jittat@gmail.com)
5 # Note: You must install i18n gem in order to use this language pack.
65 default: "%a %d %b %Y %H:%M:%S %z"
66 short: "%d %b %H:%M น."
67 long: "%d %B %Y %H:%M น."
74 two_words_connector: " และ "
75 last_word_connector: ", และ "
86 strip_insignificant_zeros: false
96 strip_insignificant_zeros: false
111 strip_insignificant_zeros: true
129 quadrillion: "พันล้านล้าน"
133 half_a_minute: "ครึ่งนาที"
134 less_than_x_seconds: "น้อยกว่า %{count} วินาที"
135 x_seconds: "%{count} วินาที"
136 less_than_x_minutes: "น้อยกว่า %{count} นาที"
137 x_minutes: "%{count} นาที"
138 about_x_hours: "ประมาณ %{count} ชั่วโมง"
139 x_days: "%{count} วัน"
140 about_x_months: "ประมาณ %{count} เดือน"
141 x_months: "%{count} เดือน"
142 about_x_years: "ประมาณ %{count} ปี"
143 over_x_years: "มากกว่า %{count} ปี"
144 almost_x_years: "เกือบ %{count} ปี"
158 create: "สร้าง%{model}"
159 update: "ปรับปรุง%{model}"
160 submit: "บันทึก%{model}"
163 format: "%{attribute} %{message}"
164 messages: &errors_messages
165 inclusion: "ไม่ได้อยู่ในรายการ"
166 exclusion: "ไม่ได้รับอนุญาตให้ใช้"
167 invalid: "ไม่ถูกต้อง"
168 confirmation: "ไม่ตรงกับการยืนยัน"
169 accepted: "ต้องถูกยอมรับ"
170 empty: "ต้องไม่เว้นว่างเอาไว้"
171 blank: "ต้องไม่เว้นว่างเอาไว้"
172 too_long: "ยาวเกินไป (ต้องไม่เกิน %{count} ตัวอักษร)"
173 too_short: "สั้นเกินไป (ต้องยาวกว่า %{count} ตัวอักษร)"
174 wrong_length: "มีความยาวไม่ถูกต้อง (ต้องมีความยาว %{count} ตัวอักษร)"
175 not_a_number: "ไม่ใช่ตัวเลข"
176 not_an_integer: "ไม่ใช่จำนวนเต็ม"
177 greater_than: "ต้องมากกว่า %{count}"
178 greater_than_or_equal_to: "ต้องมากกว่าหรือเท่ากับ %{count}"
179 equal_to: "ต้องมีค่าเท่ากับ %{count}"
180 less_than: "ต้องมีค่าน้อยกว่า %{count}"
181 less_than_or_equal_to: "ต้องมีค่าน้อยกว่าหรือเท่ากับ %{count}"
182 odd: "ต้องเป็นจำนวนคี่"
183 even: "ต้องเป็นจำนวนคู่"
184 taken: "ถูกใช้ไปแล้ว"
185 record_invalid: "ไม่ผ่านการตรวจสอบ: %{errors}"
186 template: &errors_template
187 header: "พบข้อผิดพลาด %{count} ประการ ทำให้ไม่สามารถบันทึก%{model}ได้"
188 body: "โปรดตรวจสอบข้อมูลในช่องต่อไปนี้:"
198 format: "%{attribute} %{message}"