rails/locale/th.yml in rails-i18n-4.0.3 vs rails/locale/th.yml in rails-i18n-4.0.4

- old
+ new

@@ -1,5 +1,6 @@ +--- th: date: abbr_day_names: - อา - จ @@ -7,11 +8,11 @@ - พ - พฤ - ศ - ส abbr_month_names: - - + - - ม.ค. - ก.พ. - มี.ค. - เม.ย. - พ.ค. @@ -29,15 +30,15 @@ - พุธ - พฤหัสบดี - ศุกร์ - เสาร์ formats: - default: ! '%d-%m-%Y' - long: ! '%d %B %Y' - short: ! '%d %b' + default: "%d-%m-%Y" + long: "%d %B %Y" + short: "%d %b" month_names: - - + - - มกราคม - กุมภาพันธ์ - มีนาคม - เมษายน - พฤษภาคม @@ -60,23 +61,23 @@ almost_x_years: เกือบ %{count} ปี half_a_minute: ครึ่งนาที less_than_x_minutes: น้อยกว่า %{count} นาที less_than_x_seconds: น้อยกว่า %{count} วินาที over_x_years: มากกว่า %{count} ปี - x_days: ! '%{count} วัน' - x_minutes: ! '%{count} นาที' - x_months: ! '%{count} เดือน' - x_seconds: ! '%{count} วินาที' + x_days: "%{count} วัน" + x_minutes: "%{count} นาที" + x_months: "%{count} เดือน" + x_seconds: "%{count} วินาที" prompts: day: วัน hour: ชั่วโมง minute: นาที month: เดือน second: วินาที year: ปี errors: - format: ! '%{attribute} %{message}' + format: "%{attribute} %{message}" messages: accepted: ต้องถูกยอมรับ blank: ต้องไม่เว้นว่างเอาไว้ confirmation: ไม่ตรงกับการยืนยัน empty: ต้องไม่เว้นว่างเอาไว้ @@ -90,17 +91,17 @@ less_than: ต้องมีค่าน้อยกว่า %{count} less_than_or_equal_to: ต้องมีค่าน้อยกว่าหรือเท่ากับ %{count} not_a_number: ไม่ใช่ตัวเลข not_an_integer: ไม่ใช่จำนวนเต็ม odd: ต้องเป็นจำนวนคี่ - record_invalid: ! 'ไม่ผ่านการตรวจสอบ: %{errors}' + record_invalid: 'ไม่ผ่านการตรวจสอบ: %{errors}' taken: ถูกใช้ไปแล้ว too_long: ยาวเกินไป (ต้องไม่เกิน %{count} ตัวอักษร) too_short: สั้นเกินไป (ต้องยาวกว่า %{count} ตัวอักษร) wrong_length: มีความยาวไม่ถูกต้อง (ต้องมีความยาว %{count} ตัวอักษร) template: - body: ! 'โปรดตรวจสอบข้อมูลในช่องต่อไปนี้:' + body: 'โปรดตรวจสอบข้อมูลในช่องต่อไปนี้:' header: พบข้อผิดพลาด %{count} ประการ ทำให้ไม่สามารถบันทึก%{model}ได้ helpers: select: prompt: โปรดเลือก submit: @@ -108,26 +109,26 @@ submit: บันทึก%{model} update: ปรับปรุง%{model} number: currency: format: - delimiter: ! ',' - format: ! '%n %u' + delimiter: "," + format: "%n %u" precision: 2 - separator: . + separator: "." significant: false strip_insignificant_zeros: false unit: บาท format: - delimiter: ! ',' + delimiter: "," precision: 3 - separator: . + separator: "." significant: false strip_insignificant_zeros: false human: decimal_units: - format: ! '%n %u' + format: "%n %u" units: billion: พันล้าน million: ล้าน quadrillion: พันล้านล้าน thousand: พัน @@ -137,11 +138,11 @@ delimiter: '' precision: 3 significant: true strip_insignificant_zeros: true storage_units: - format: ! '%n %u' + format: "%n %u" units: byte: ไบต์ gb: จิกะไบต์ kb: กิโลไบต์ mb: เมกะไบต์ @@ -152,15 +153,15 @@ precision: format: delimiter: '' support: array: - last_word_connector: ! ', และ ' - two_words_connector: ! ' และ ' - words_connector: ! ', ' + last_word_connector: ", และ " + two_words_connector: " และ " + words_connector: ", " time: am: ก่อนเที่ยง formats: - default: ! '%a %d %b %Y %H:%M:%S %z' - long: ! '%d %B %Y %H:%M น.' - short: ! '%d %b %H:%M น.' + default: "%a %d %b %Y %H:%M:%S %z" + long: "%d %B %Y %H:%M น." + short: "%d %b %H:%M น." pm: หลังเที่ยง