]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/lo.yml
Fixes and cleanups suggested by JSHint
[rails.git] / vendor / rails-locales / lo.yml
1 # Lao translation for Ruby on Rails
2 # By justin maccarthy justin.maccarthy@gmail.com with help from Lao language experts...
3 #
4
5 lo:
6   number:
7     # Used in number_with_delimiter()
8     # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
9     format:
10       # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
11       separator: "."
12       # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
13       delimiter: ","
14       # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
15       precision: 3
16       significant: false
17       strip_insignificant_zeros: false
18
19     # Used in number_to_currency()
20     currency:
21       format:
22         # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
23         format: "%n %u"
24         unit: "Kip"
25         # These three are to override number.format and are optional
26         separator: "."
27         delimiter: ","
28         precision: 2
29         significant: false
30         strip_insignificant_zeros: false
31
32     # Used in number_to_percentage()
33     percentage:
34       format:
35         # These three are to override number.format and are optional
36         # separator:
37         delimiter: ""
38         # precision:
39
40     # Used in number_to_precision()
41     precision:
42       format:
43         # These three are to override number.format and are optional
44         # separator:
45         delimiter: ""
46         # precision:
47
48     # Used in number_to_human_size()
49     human:
50       format:
51         # These three are to override number.format and are optional
52         # separator:
53         delimiter: ""
54         precision: 1
55         significant: true
56         strip_insignificant_zeros: true
57       storage_units:
58         # Storage units output formatting.
59         # %u is the storage unit, %n is the number (default: 2 MB)
60         format: "%n %u"
61         units:
62           byte:
63             one:   "Byte"
64             other: "Bytes"
65           kb: "KB"
66           mb: "MB"
67           gb: "GB"
68           tb: "TB"
69       decimal_units:
70         format: "%n %u"
71         units:
72           unit: ""
73
74   # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
75   datetime:
76     distance_in_words:
77       half_a_minute: "ເຄິ່ງນາທີ "
78       less_than_x_seconds:
79         one:   "ນ້ອຍກວ່າ 1 ວິນາທີ "
80         other: "ນ້ອຍກວ່າ %{count} ວິນາທີ "
81       x_seconds:
82         one:   "1 ວິນາທີ "
83         other: "%{count} ວິນາທີ "
84       less_than_x_minutes:
85         one:   "ນ້ອຍກວ່າ 1 ນາທີ "
86         other: "ນ້ອຍກວ່າ %{count} ນາທີ "
87       x_minutes:
88         one:   "1 ນາທີ "
89         other: "%{count} ນາທີ "
90       about_x_hours:
91         one:   "ປະມານ 1 ຊົ່ວໂມງ"
92         other: "ປະມານ %{count} ຊົ່ວໂມງ"
93       x_days:
94         one:   "1 ມື້ "
95         other: "%{count} ມື້ "
96       about_x_months:
97         one:   "ປະມານ 1 ເດືອນ"
98         other: "ປະມານ %{count} ເດືອນ"
99       x_months:
100         one:   "1 ເດືອນ"
101         other: "%{count} ເດືອນ"
102       about_x_years:
103         one:   "ປະມານ 1 ປີ "
104         other: "ປະມານ %{count} ປີ "
105       over_x_years:
106         one:   "ຫຼາຍກວ່າ 1 ປີ "
107         other: "ຫຼາຍກວ່າ %{count} ປີ "
108     prompts:
109       year:   "ປີ"
110       month:  "ເດືອນ"
111       day:    "ວັນ"
112       hour:   "ຊົ່ວໂມງ"
113       minute: "ນາທີ"
114       second: "ວິນາທີ"
115
116   errors:
117     format: "%{attribute} %{message}"
118     template: &errors_template
119       header:
120         one:    "ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກເກີດຂໍ້ຜິດພາດ"
121         other:  "ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກ ເກີດ %{count} ຂໍ້ຜິດພາດ"
122       body: "ກະລຸນາກວດສອບຂໍ້ມູນໃນຫ້ອງຕໍ່ໄປນີ້ :"
123     messages: &errors_messages
124       inclusion: "ບໍ່ໄດ້ຮວມຢູ່ໃນບັນຊີລາຍການ"
125       exclusion: "ມີການຈອງໄວ້ແລ້ວ"
126       invalid: "ບໍ່ຖືກ"
127       confirmation: "ບໍ່ຖືກກັບການຢືນຢັນ"
128       accepted: "ຕ້ອງຍອມຮັບ"
129       empty: "ວ່າງໄວ້ບໍ່ໄດ້"
130       blank: "ເປົ່າບໍ່ໄດ້"
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}"
144   activerecord:
145     errors:
146       messages:
147         <<: *errors_messages
148       template:
149         <<: *errors_template
150       full_messages:
151         format: "%{attribute} %{message}"
152
153   date:
154     formats:
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!
158       default: "%d-%m-%Y"
159       short: "%e %b"
160       long: "%e %B %Y"
161
162     day_names:
163       - "ອາທິດ"
164       - "ຈັນ"
165       - "ອັງຄານ"
166       - "ພຸດ"
167       - "ພະຫັດ"
168       - "ສຸກ"
169       - "ເສົາ"
170     abbr_day_names:
171       - ""
172       - ""
173       - ""
174       - ""
175       - ""
176       - ""
177       - ""
178
179     # Don't forget the nil at the beginning; there's no such thing as a 0th month
180     month_names:
181       - ~
182       - "ມັງກອນ"
183       - "ກຸມພາ"
184       - "ມີນາ"
185       - "ເມສາ"
186       - "ພຶດສະພາ"
187       - "ມິຖຸນາ"
188       - "ກໍລະກົດ"
189       - "ສິງຫາ"
190       - "ກັນຍາ"
191       - "ຕຸລາ"
192       - "ພະຈິກ"
193       - "ທັນວາ"
194     abbr_month_names:
195       - ~
196       - ""
197       - ""
198       - ""
199       - ""
200       - ""
201       - ""
202       - ""
203       - ""
204       - ""
205       - ""
206       - ""
207       - ""
208     # Used in date_select and datime_select.
209     order:
210       - :day
211       - :month
212       - :year
213
214   time:
215     formats:
216       default: "%a %d %b %Y %H:%M:%S %z"
217       short: "%d %b %H:%M น."
218       long: "%d %B %Y %H:%M น."
219     am: ""
220     pm: ""
221
222 # Used in array.to_sentence.
223   support:
224     array:
225       words_connector: ", "
226       two_words_connector: "ແລະ "
227       last_word_connector: ", ແລະ "
228     select:
229       # default value for :prompt => true in FormOptionsHelper
230       prompt: "โปรดเลือก"