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 strip_insignificant_zeros: false
19 # Used in number_to_currency()
22 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
25 # These three are to override number.format and are optional
30 strip_insignificant_zeros: false
32 # Used in number_to_percentage()
35 # These three are to override number.format and are optional
40 # Used in number_to_precision()
43 # These three are to override number.format and are optional
48 # Used in number_to_human_size()
51 # These three are to override number.format and are optional
56 strip_insignificant_zeros: true
58 # Storage units output formatting.
59 # %u is the storage unit, %n is the number (default: 2 MB)
74 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
77 half_a_minute: "ເຄິ່ງນາທີ "
79 one: "ນ້ອຍກວ່າ 1 ວິນາທີ "
80 other: "ນ້ອຍກວ່າ %{count} ວິນາທີ "
83 other: "%{count} ວິນາທີ "
85 one: "ນ້ອຍກວ່າ 1 ນາທີ "
86 other: "ນ້ອຍກວ່າ %{count} ນາທີ "
89 other: "%{count} ນາທີ "
91 one: "ປະມານ 1 ຊົ່ວໂມງ"
92 other: "ປະມານ %{count} ຊົ່ວໂມງ"
95 other: "%{count} ມື້ "
98 other: "ປະມານ %{count} ເດືອນ"
101 other: "%{count} ເດືອນ"
104 other: "ປະມານ %{count} ປີ "
106 one: "ຫຼາຍກວ່າ 1 ປີ "
107 other: "ຫຼາຍກວ່າ %{count} ປີ "
117 format: "%{attribute} %{message}"
118 template: &errors_template
120 one: "ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກເກີດຂໍ້ຜິດພາດ"
121 other: "ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກ ເກີດ %{count} ຂໍ້ຜິດພາດ"
122 body: "ກະລຸນາກວດສອບຂໍ້ມູນໃນຫ້ອງຕໍ່ໄປນີ້ :"
123 messages: &errors_messages
124 inclusion: "ບໍ່ໄດ້ຮວມຢູ່ໃນບັນຊີລາຍການ"
125 exclusion: "ມີການຈອງໄວ້ແລ້ວ"
127 confirmation: "ບໍ່ຖືກກັບການຢືນຢັນ"
128 accepted: "ຕ້ອງຍອມຮັບ"
129 empty: "ວ່າງໄວ້ບໍ່ໄດ້"
131 too_long: "ຍາວໂພດ (ສູງສຸດຄື %{count} ຕົວອັກສອນ)"
132 too_short: "ສັ້ນໂພດ (ຕຳ່ສຸດຄື %{count} ຕົວອັກສອນ)"
133 wrong_length: "ຄວາມຍາວຜິດ (ຄວນຈະເປັນ %{count} ຕົວອັກສອນ)"
134 taken: "ຮັບເອົາໄປແລ້ວ"
135 not_a_number: "ບໍ່ແມ່ນຕົວເລກ"
136 greater_than: "ຕ້ອງສູງກວ່າ %{count}"
137 greater_than_or_equal_to: "ຕ້ອງສູງກວ່າ ຫຼື ເທົ່າກັບ %{count}"
138 equal_to: "ຕ້ອງເທົ່າກັບ %{count}"
139 less_than: "ຕ້ອງຕຳ່ກວ່າ %{count}"
140 less_than_or_equal_to: "ຕ້ອງຕຳ່ກວ່າ ຫຼື ເທົ່າກັບ %{count}"
141 odd: "ຕ້ອງເປັນເລກຄີກ"
142 even: "ຕ້ອງເປັນເລກຄູ່"
143 record_invalid: "ການຢືນຢັນບໍ່ສຳເລັດ : %{errors}"
151 format: "%{attribute} %{message}"
155 # Use the strftime parameters for formats.
156 # When no format has been given, it uses default.
157 # You can provide other formats here if you like!
179 # Don't forget the nil at the beginning; there's no such thing as a 0th month
208 # Used in date_select and datime_select.
216 default: "%a %d %b %Y %H:%M:%S %z"
217 short: "%d %b %H:%M น."
218 long: "%d %B %Y %H:%M น."
222 # Used in array.to_sentence.
225 words_connector: ", "
226 two_words_connector: "ແລະ "
227 last_word_connector: ", ແລະ "
229 # default value for :prompt => true in FormOptionsHelper