]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/th.yml
Switch to using http_accept_language as a gem
[rails.git] / vendor / rails-locales / th.yml
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)
4 #
5 # Note: You must install i18n gem in order to use this language pack.
6
7 th:
8   date:
9     formats:
10       default: "%d-%m-%Y"
11       short: "%d %b"
12       long: "%d %B %Y"
13
14     day_names:
15       - อาทิตย์
16       - จันทร์
17       - อังคาร
18       - พุธ
19       - พฤหัสบดี
20       - ศุกร์
21       - เสาร์
22     abbr_day_names: 
23       - อา
24       - จ
25       - อ
26       - พ
27       - พฤ
28       - ศ
29       - ส
30     month_names:
31       - ~
32       - มกราคม
33       - กุมภาพันธ์
34       - มีนาคม
35       - เมษายน
36       - พฤษภาคม
37       - มิถุนายน
38       - กรกฎาคม
39       - สิงหาคม
40       - กันยายน
41       - ตุลาคม
42       - พฤศจิกายน
43       - ธันวาคม
44     abbr_month_names:
45       - ~
46       - ม.ค.
47       - ก.พ.
48       - มี.ค.
49       - เม.ย.
50       - พ.ค.
51       - มิ.ย.
52       - ก.ค.
53       - ส.ค.
54       - ก.ย.
55       - ต.ค.
56       - พ.ย.
57       - ธ.ค.
58     order:
59       - :day
60       - :month
61       - :year
62
63   time:
64     formats:
65       default: "%a %d %b %Y %H:%M:%S %z"
66       short: "%d %b %H:%M น."
67       long: "%d %B %Y %H:%M น."
68     am: "ก่อนเที่ยง"
69     pm: "หลังเที่ยง"
70
71   support:
72     array:
73       words_connector: ", "
74       two_words_connector: " และ "
75       last_word_connector: ", และ "
76
77     select:
78       prompt: "โปรดเลือก"
79
80   number:
81     format:
82       separator: "."
83       delimiter: ","
84       precision: 3
85       significant: false
86       strip_insignificant_zeros: false
87
88     currency:
89       format:
90         format: "%n %u"
91         unit: "บาท"
92         separator: "."
93         delimiter: ","
94         precision: 2
95         significant: false
96         strip_insignificant_zeros: false
97
98     percentage:
99       format:
100         delimiter: ""
101
102     precision:
103       format:
104         delimiter: ""
105
106     human:
107       format:
108         delimiter: ""
109         precision: 3
110         significant: true
111         strip_insignificant_zeros: true
112       storage_units:
113         format: "%n %u"
114         units:
115           byte: "ไบต์"
116           kb: "กิโลไบต์"
117           mb: "เมกะไบต์"
118           gb: "จิกะไบต์"
119           tb: "เทระไบต์"
120
121       decimal_units:
122         format: "%n %u"
123         units:
124           unit: ""
125           thousand: "พัน"
126           million: "ล้าน"
127           billion: "พันล้าน"
128           trillion: "ล้านล้าน"
129           quadrillion: "พันล้านล้าน"
130
131   datetime:
132     distance_in_words:
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} ปี"
145     prompts:
146       year:   "ปี"
147       month:  "เดือน"
148       day:    "วัน"
149       hour:   "ชั่วโมง"
150       minute: "นาที"
151       second: "วินาที"
152
153   helpers:
154     select:
155       prompt: "โปรดเลือก"
156
157     submit:
158       create: "สร้าง%{model}"
159       update: "ปรับปรุง%{model}"
160       submit: "บันทึก%{model}"
161
162   errors:
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: "โปรดตรวจสอบข้อมูลในช่องต่อไปนี้:"
189
190   activerecord:
191     errors:
192       messages:
193         <<: *errors_messages
194       template:
195         <<: *errors_template
196
197       full_messages:
198         format: "%{attribute} %{message}"