1 # Lao translation for Ruby on Rails
2 # By justin maccarthy justin.maccarthy@gmail.com with help from Lao language experts...
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} ชั่วโมง"
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: "ມີການຈອງໄວ້ແລ້ວ"
121 confirmation: "ບໍ່ຖືກກັບການຢືນຢັນ"
122 accepted: "ຕ້ອງຍອມຮັບ"
123 empty: "ວ່າງໄວ້ບໍ່ໄດ້"
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