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} ຊົ່ວໂມງ"
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: "ມີການຈອງໄວ້ແລ້ວ"
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!
193 # Don't forget the nil at the beginning; there's no such thing as a 0th month
222 # Used in date_select and datime_select.
230 default: "%a %d %b %Y %H:%M:%S %z"
231 short: "%d %b %H:%M น."
232 long: "%d %B %Y %H:%M น."
236 # Used in array.to_sentence.
239 words_connector: ", "
240 two_words_connector: "ແລະ "
241 last_word_connector: ", ແລະ "
243 # default value for :prompt => true in FormOptionsHelper