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)
7 # Used in number_with_delimiter()
8 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
10 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
12 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
14 # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
17 # Used in number_to_currency()
20 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
23 # These three are to override number.format and are optional
28 # Used in number_to_percentage()
31 # These three are to override number.format and are optional
36 # Used in number_to_precision()
39 # These three are to override number.format and are optional
44 # Used in number_to_human_size()
47 # These three are to override number.format and are optional
52 # Storage units output formatting.
53 # %u is the storage unit, %n is the number (default: 2 MB)
64 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
67 half_a_minute: "ครึ่งนาที"
69 one: "น้อยกว่า 1 วินาที"
70 other: "น้อยกว่า {{count}} วินาที"
73 other: "{{count}} วินาที"
75 one: "น้อยกว่า 1 นาที"
76 other: "น้อยกว่า {{count}} นาที"
79 other: "{{count}} นาที"
81 one: "ประมาณ 1 ชั่วโมง"
82 other: "ประมาณ {{count}} ชั่วโมง"
85 other: "{{count}} วัน"
88 other: "ประมาณ {{count}} เดือน"
91 other: "{{count}} เดือน"
94 other: "ประมาณ {{count}} ปี"
97 other: "มากกว่า {{count}} ปี"
110 one: "ไม่สามารถบันทึก {{model}} ได้เนื่องจากเกิดข้อผิดพลาด"
111 other: "ไม่สามารถบันทึก {{model}} ได้เนื่องจากเกิด {{count}} ข้อผิดพลาด"
112 # The variable :count is also available
113 body: "โปรดตรวจสอบข้อมูลในช่องต่อไปนี้:"
115 # The values :model, :attribute and :value are always available for interpolation
116 # The value :count is available when applicable. Can be used for pluralization.
118 inclusion: "ไม่ได้อยู่ในลิสต์"
119 exclusion: "ถูกจองเอาไว้แล้ว"
120 invalid: "ไม่ถูกต้อง"
121 confirmation: "ไม่ตรงกับการยืนยัน"
122 accepted: "ต้องถูกยอมรับ"
123 empty: "ต้องไม่เว้นว่างเอาไว้"
124 blank: "ต้องไม่เว้นว่างเอาไว้"
125 too_long: "ยาวเกินไป (ต้องไม่เกิน {{count}} ตัวอักษร)"
126 too_short: "สั้นเกินไป (ต้องยาวกว่า {{count}} ตัวอักษร)"
127 wrong_length: "มีความยาวไม่ถูกต้อง (ต้องมีความยาว {{count}} ตัวอักษร)"
128 taken: "ถูกใช้ไปแล้ว"
129 not_a_number: "ไม่ใช่ตัวเลข"
130 greater_than: "ต้องมากกว่า {{count}}"
131 greater_than_or_equal_to: "ต้องมากกว่าหรือเท่ากับ {{count}}"
132 equal_to: "ต้องมีค่าเท่ากับ {{count}}"
133 less_than: "ต้องมีค่าน้อยกว่า {{count}}"
134 less_than_or_equal_to: "ต้องมีค่าน้อยกว่าหรือเท่ากับ {{count}}"
135 odd: "ต้องเป็นจำนวนคี่"
136 even: "ต้องเป็นจำนวนคู่"
137 record_invalid: "ไม่ผ่านการตรวจสอบ: {{errors}}"
138 # Append your own errors here or at the model/attributes scope.
140 # You can define own errors for models or model attributes.
141 # The values :model, :attribute and :value are always available for interpolation.
146 # blank: "This is a custom blank message for {{model}}: {{attribute}}"
149 # blank: "This is a custom blank message for User login"
150 # Will define custom blank validation message for User model and
151 # custom blank validation message for login attribute of User model.
154 # Translate model names. Used in Model.human_name().
158 # will translate User model name to "Dude"
160 # Translate model attribute names. Used in Model.human_attribute_name(attribute).
165 # will translate User attribute "login" as "Handle"
169 # Use the strftime parameters for formats.
170 # When no format has been given, it uses default.
171 # You can provide other formats here if you like!
176 day_names: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัสบดี", "ศุกร์", "เสาร์"]
177 abbr_day_names: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส"]
179 # Don't forget the nil at the beginning; there's no such thing as a 0th month
180 month_names: [~, "มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม"]
181 abbr_month_names: [~, "ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค."]
182 # Used in date_select and datime_select.
183 order: [ :day, :month, :year ]
187 default: "%a %d %b %Y %H:%M:%S %z"
188 short: "%d %b %H:%M น."
189 long: "%d %B %Y %H:%M น."
193 # Used in array.to_sentence.
196 words_connector: ", "
197 two_words_connector: " และ "
198 last_word_connector: ", และ "
200 # default value for :prompt => true in FormOptionsHelper