Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Side by Side Diff: source/data/locales/si.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/locales/shi_Tfng_MA.txt ('k') | source/data/locales/si_LK.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/si.xml 6 // * Source File: <path>/common/main/si.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/si.xml
11 */
12 si{ 9 si{
13 AuxExemplarCharacters{"[\u200B\u200C\u200D ඎ ඏ ඐ ඦ ෳ]"} 10 AuxExemplarCharacters{"[\u200B\u200C\u200D ඎ ඏ ඐ ඦ ෳ]"}
11 Ellipsis{
12 final{"{0}…"}
13 initial{"…{0}"}
14 medial{"{0}…{1}"}
15 word-final{"{0} …"}
16 word-initial{"… {0}"}
17 word-medial{"{0} … {1}"}
18 }
14 ExemplarCharacters{ 19 ExemplarCharacters{
15 "[අ ආ ඇ ඈ ඉ ඊ උ ඌ ඍ එ ඒ ඓ ඔ ඕ ඖ ං ඃ ක ඛ ග ඝ ඞ ඟ ච ඡ ජ ඣ ඥ ඤ ට ඨ ඩ ඪ ණ ඬ ත ථ ද" 20 "[අ ආ ඇ ඈ ඉ ඊ උ ඌ ඍ එ ඒ ඓ ඔ ඕ ඖ ං ඃ ක ඛ ග ඝ ඞ ඟ ච ඡ ජ ඣ ඥ ඤ ට ඨ ඩ ඪ ණ ඬ ත ථ ද"
16 " ධ න ඳ ප ඵ බ භ ම ඹ ය ර ල ව ශ ෂ ස හ ළ ෆ ා ැ ෑ \u0DD2 \u0DD3 \u0DD4 \u0DD 6 ෘ ෲ" 21 " ධ න ඳ ප ඵ බ භ ම ඹ ය ර ල ව ශ ෂ ස හ ළ ෆ ා ැ ෑ \u0DD2 \u0DD3 \u0DD4 \u0DD 6 ෘ ෲ"
17 " ෟ ෙ ේ ෛ ො ෝ ෞ \u0DCA]" 22 " ෟ ෙ ේ ෛ ො ෝ ෞ \u0DCA]"
18 } 23 }
19 LocaleScript{ 24 ExemplarCharactersIndex{
20 "Sinh", 25 "[අ ආ ඇ ඈ ඉ ඊ උ ඌ ඍ එ ඒ ඓ ඔ ඕ ඖ ක ඛ ග ඝ ඞ ඟ ච ඡ ජ ඣ ඥ ඤ ට ඨ ඩ ඪ ණ ඬ ත ථ ද ධ න"
26 " ඳ ප ඵ බ භ ම ඹ ය ර ල ව ශ ෂ ස හ ළ ෆ]"
21 } 27 }
22 Version{"2.1.8.9"} 28 MoreInformation{"?"}
29 NumberElements{
30 default{"latn"}
31 latn{
32 miscPatterns{
33 atLeast{"{0}+"}
34 range{"{0}–{1}"}
35 }
36 patterns{
37 accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
38 currencyFormat{"¤#,##0.00"}
39 decimalFormat{"#,##0.###"}
40 percentFormat{"#,##0%"}
41 scientificFormat{"#"}
42 }
43 patternsLong{
44 decimalFormat{
45 1000{
46 one{"දහස 0"}
47 other{"දහස 0"}
48 }
49 10000{
50 one{"දහස 00"}
51 other{"දහස 00"}
52 }
53 100000{
54 one{"දහස 000"}
55 other{"දහස 000"}
56 }
57 1000000{
58 one{"මිලියන 0"}
59 other{"මිලියන 0"}
60 }
61 10000000{
62 one{"මිලියන 00"}
63 other{"මිලියන 00"}
64 }
65 100000000{
66 one{"මිලියන 000"}
67 other{"මිලියන 000"}
68 }
69 1000000000{
70 one{"බිලියන 0"}
71 other{"බිලියන 0"}
72 }
73 10000000000{
74 one{"බිලියන 00"}
75 other{"බිලියන 00"}
76 }
77 100000000000{
78 one{"බිලියන 000"}
79 other{"බිලියන 000"}
80 }
81 1000000000000{
82 one{"ට්‍රිලියන 0"}
83 other{"ට්‍රිලියන 0"}
84 }
85 10000000000000{
86 one{"ට්‍රිලියන 00"}
87 other{"ට්‍රිලියන 00"}
88 }
89 100000000000000{
90 one{"ට්‍රිලියන 000"}
91 other{"ට්‍රිලියන 000"}
92 }
93 }
94 }
95 patternsShort{
96 currencyFormat{
97 1000{
98 one{"¤ද0"}
99 other{"¤ද0"}
100 }
101 10000{
102 one{"¤ද00"}
103 other{"¤ද00"}
104 }
105 100000{
106 one{"¤ද000"}
107 other{"¤ද000"}
108 }
109 1000000{
110 one{"¤මි0"}
111 other{"¤මි0"}
112 }
113 10000000{
114 one{"¤මි00"}
115 other{"¤මි00"}
116 }
117 100000000{
118 one{"¤මි000"}
119 other{"¤මි000"}
120 }
121 1000000000{
122 one{"¤බි0"}
123 other{"¤බි0"}
124 }
125 10000000000{
126 one{"¤බි00"}
127 other{"¤බි00"}
128 }
129 100000000000{
130 one{"¤බි000"}
131 other{"¤බි000"}
132 }
133 1000000000000{
134 one{"¤ට්‍රි0"}
135 other{"¤ට්‍රි0"}
136 }
137 10000000000000{
138 one{"¤ට්‍රි00"}
139 other{"¤ට්‍රි00"}
140 }
141 100000000000000{
142 one{"¤ට්‍රි000"}
143 other{"¤ට්‍රි000"}
144 }
145 }
146 decimalFormat{
147 1000{
148 one{"ද0"}
149 other{"ද0"}
150 }
151 10000{
152 one{"ද00"}
153 other{"ද00"}
154 }
155 100000{
156 one{"ද000"}
157 other{"ද000"}
158 }
159 1000000{
160 one{"මි0"}
161 other{"මි0"}
162 }
163 10000000{
164 one{"මි00"}
165 other{"මි00"}
166 }
167 100000000{
168 one{"මි000"}
169 other{"මි000"}
170 }
171 1000000000{
172 one{"බි0"}
173 other{"බි0"}
174 }
175 10000000000{
176 one{"බි00"}
177 other{"බි00"}
178 }
179 100000000000{
180 one{"බි000"}
181 other{"බි000"}
182 }
183 1000000000000{
184 one{"ට්‍රි0"}
185 other{"ට්‍රි0"}
186 }
187 10000000000000{
188 one{"ට්‍රි00"}
189 other{"ට්‍රි00"}
190 }
191 100000000000000{
192 one{"ට්‍රි000"}
193 other{"ට්‍රි000"}
194 }
195 }
196 }
197 symbols{
198 decimal{"."}
199 exponential{"E"}
200 group{","}
201 infinity{"∞"}
202 minusSign{"-"}
203 nan{"NaN"}
204 perMille{"‰"}
205 percentSign{"%"}
206 plusSign{"+"}
207 superscriptingExponent{"×"}
208 timeSeparator{"."}
209 }
210 }
211 minimumGroupingDigits{"1"}
212 native{"latn"}
213 }
214 Version{"2.1.20.4"}
215 calendar{
216 generic{
217 DateTimePatterns{
218 "HH.mm.ss zzzz",
219 "HH.mm.ss z",
220 "HH.mm.ss",
221 "HH.mm",
222 "G y MMMM d, EEEE",
223 "G y MMMM d",
224 "G y MMM d",
225 "GGGGG y-MM-dd",
226 "{1} {0}",
227 "{1} {0}",
228 "{1} {0}",
229 "{1} {0}",
230 "{1} {0}",
231 }
232 availableFormats{
233 E{"ccc"}
234 Ed{"d E"}
235 Gy{"G y"}
236 GyMMM{"G y MMM"}
237 GyMMMEd{"G y MMM d, E"}
238 GyMMMd{"G y MMM d"}
239 H{"HH"}
240 Hm{"HH:mm"}
241 Hms{"HH:mm:ss"}
242 M{"L"}
243 MEd{"M-d, E"}
244 MMM{"LLL"}
245 MMMEd{"MMM d E"}
246 MMMMd{"MMMM d"}
247 MMMd{"MMM d"}
248 Md{"M-d"}
249 d{"d"}
250 h{"a h"}
251 hm{"a h.mm"}
252 hms{"a h.mm.ss"}
253 ms{"mm.ss"}
254 y{"G y"}
255 yyyy{"G y"}
256 yyyyM{"G y-M"}
257 yyyyMEd{"G y-M-d, E"}
258 yyyyMMM{"G y MMM"}
259 yyyyMMMEd{"G y MMM d, E"}
260 yyyyMMMM{"G y MMMM"}
261 yyyyMMMd{"G y MMM d"}
262 yyyyMd{"G y-M-d"}
263 yyyyQQQ{"G y QQQ"}
264 yyyyQQQQ{"G y QQQQ"}
265 }
266 intervalFormats{
267 H{
268 H{"HH–HH"}
269 }
270 Hm{
271 H{"HH.mm–HH.mm"}
272 m{"HH.mm–HH.mm"}
273 }
274 Hmv{
275 H{"HH.mm–HH.mm v"}
276 m{"HH.mm–HH.mm v"}
277 }
278 Hv{
279 H{"HH–HH v"}
280 }
281 M{
282 M{"M–M"}
283 }
284 MEd{
285 M{"M-d, E – M-d, E"}
286 d{"M-d, E – M-d, E"}
287 }
288 MMM{
289 M{"LLL–LLL"}
290 }
291 MMMEd{
292 M{"MMM-dd, E – MMM-dd, E"}
293 d{"MMM-d, E – MMM-d, E"}
294 }
295 MMMd{
296 M{"MMM d – MMM d"}
297 d{"MMM d–d"}
298 }
299 Md{
300 M{"M-d – M-d"}
301 d{"M-d – M-d"}
302 }
303 d{
304 d{"d–d"}
305 }
306 fallback{"{0} – {1}"}
307 h{
308 a{"a h – a h"}
309 h{"a h–h"}
310 }
311 hm{
312 a{"a h.mm – a h.mm"}
313 h{"a h.mm – h.mm"}
314 m{"a h.mm – h.mm"}
315 }
316 hmv{
317 a{"a h.mm – a hhh.mm v"}
318 h{"a h.mm – h.mm v"}
319 m{"a h.mm – h.mm v"}
320 }
321 hv{
322 a{"a h – a h v"}
323 h{"a h – h vv"}
324 }
325 y{
326 y{"G y–y"}
327 }
328 yM{
329 M{"G y-M – y-M"}
330 y{"G y-M – y-M"}
331 }
332 yMEd{
333 M{"G y-M-d, E – y-M-d, E"}
334 d{"G y-M-d, E – y-M-d, E"}
335 y{"G y-M-d, E – y-M-d, E"}
336 }
337 yMMM{
338 M{"G y MMM–MMM"}
339 y{"G y MMM – y MMM"}
340 }
341 yMMMEd{
342 M{"G y MMM d, E – y MMM d, E"}
343 d{"G y MMM d, E – y MMM d, E"}
344 y{"G y MMM d, E – y MMM d, E"}
345 }
346 yMMMM{
347 M{"G y MMMM – MMMM"}
348 y{"G y MMMM – y MMMM"}
349 }
350 yMMMd{
351 M{"G y MMM d – MMM d"}
352 d{"G y MMM d – d"}
353 y{"G y MMM d – y MMM d"}
354 }
355 yMd{
356 M{"G y-M-d – y-M-d"}
357 d{"G y-M-d – y-M-d"}
358 y{"G y-M-d – y-M-d"}
359 }
360 }
361 }
362 gregorian{
363 AmPmMarkers{
364 "පෙ.ව.",
365 "ප.ව.",
366 }
367 AmPmMarkersAbbr{
368 "පෙ.ව.",
369 "ප.ව.",
370 }
371 AmPmMarkersNarrow{
372 "පෙ",
373 "ප",
374 }
375 DateTimePatterns{
376 "HH.mm.ss zzzz",
377 "HH.mm.ss z",
378 "HH.mm.ss",
379 "HH.mm",
380 "y MMMM d, EEEE",
381 "y MMMM d",
382 "y MMM d",
383 "y-MM-dd",
384 "{1} {0}",
385 "{1} {0}",
386 "{1} {0}",
387 "{1} {0}",
388 "{1} {0}",
389 }
390 appendItems{
391 Timezone{"{0} {1}"}
392 }
393 availableFormats{
394 E{"ccc"}
395 EHm{"E HH.mm"}
396 EHms{"E HH.mm.ss"}
397 Ed{"d E"}
398 Ehm{"E a h.mm"}
399 Ehms{"E a h.mm.ss"}
400 Gy{"G y"}
401 GyMMM{"G y MMM"}
402 GyMMMEd{"G y MMM d, E"}
403 GyMMMd{"G y MMM d"}
404 H{"HH"}
405 Hm{"HH.mm"}
406 Hms{"HH.mm.ss"}
407 Hmsv{"HH.mm.ss v"}
408 Hmv{"HH.mm v"}
409 M{"L"}
410 MEd{"M-d, E"}
411 MMM{"LLL"}
412 MMMEd{"MMM d E"}
413 MMMMd{"MMMM d"}
414 MMMd{"MMM d"}
415 Md{"M-d"}
416 d{"d"}
417 h{"a h"}
418 hm{"a h.mm"}
419 hms{"a h.mm.ss"}
420 hmsv{"h.mm.ss a v"}
421 hmv{"h.mm a v"}
422 ms{"mm.ss"}
423 y{"y"}
424 yM{"y-M"}
425 yMEd{"y-M-d, E"}
426 yMMM{"y MMM"}
427 yMMMEd{"y MMM d, E"}
428 yMMMM{"y MMMM"}
429 yMMMd{"y MMM d"}
430 yMd{"y-M-d"}
431 yQQQ{"y QQQ"}
432 yQQQQ{"y QQQQ"}
433 }
434 dayNames{
435 format{
436 abbreviated{
437 "ඉරිදා",
438 "සඳුදා",
439 "අඟහ",
440 "බදාදා",
441 "බ්‍රහස්",
442 "සිකු",
443 "සෙන",
444 }
445 narrow{
446 "ඉ",
447 "ස",
448 "අ",
449 "බ",
450 "බ්‍ර",
451 "සි",
452 "සෙ",
453 }
454 short{
455 "ඉරි",
456 "සඳු",
457 "අඟ",
458 "බදා",
459 "බ්‍රහ",
460 "සිකු",
461 "සෙන",
462 }
463 wide{
464 "ඉරිදා",
465 "සඳුදා",
466 "අඟහරුවාදා",
467 "බදාදා",
468 "බ්‍රහස්පතින්දා",
469 "සිකුරාදා",
470 "සෙනසුරාදා",
471 }
472 }
473 stand-alone{
474 abbreviated{
475 "ඉරිදා",
476 "සඳුදා",
477 "අඟහ",
478 "බදාදා",
479 "බ්‍රහස්",
480 "සිකු",
481 "සෙන",
482 }
483 narrow{
484 "ඉ",
485 "ස",
486 "අ",
487 "බ",
488 "බ්‍ර",
489 "සි",
490 "සෙ",
491 }
492 short{
493 "ඉරි",
494 "සඳු",
495 "අඟ",
496 "බදා",
497 "බ්‍රහ",
498 "සිකු",
499 "සෙන",
500 }
501 wide{
502 "ඉරිදා",
503 "සඳුදා",
504 "අඟහරුවාදා",
505 "බදාදා",
506 "බ්‍රහස්පතින්දා",
507 "සිකුරාදා",
508 "සෙනසුරාදා",
509 }
510 }
511 }
512 dayPeriod{
513 format{
514 abbreviated{
515 afternoon1{"දවල්"}
516 evening1{"හවස"}
517 midnight{"මැදියම"}
518 morning1{"පාන්දර"}
519 morning2{"උදේ"}
520 night1{"රෑ"}
521 night2{"මැදියමට පසු"}
522 noon{"මධ්‍යාහ්නය"}
523 }
524 narrow{
525 afternoon1{"ද"}
526 evening1{"හ"}
527 midnight{"මැ"}
528 morning1{"පා"}
529 morning2{"උ"}
530 night1{"රෑ"}
531 night2{"මැ"}
532 noon{"ම"}
533 }
534 wide{
535 afternoon1{"දවල්"}
536 evening1{"හවස"}
537 midnight{"මැදියම"}
538 morning1{"පාන්දර"}
539 morning2{"උදේ"}
540 night1{"රෑ"}
541 night2{"මැදියමට පසු"}
542 noon{"මධ්‍යාහ්නය"}
543 }
544 }
545 stand-alone{
546 abbreviated{
547 afternoon1{"දවල්"}
548 am{"පෙ.ව."}
549 evening1{"හවස"}
550 midnight{"මැදියම"}
551 morning1{"පාන්දර"}
552 morning2{"උදේ"}
553 night1{"රෑ"}
554 night2{"මැදියමට පසු"}
555 noon{"මධ්‍යාහ්නය"}
556 pm{"ප.ව."}
557 }
558 narrow{
559 afternoon1{"ද"}
560 am{"පෙ"}
561 evening1{"හ"}
562 midnight{"මැ"}
563 morning1{"පා"}
564 morning2{"උ"}
565 night1{"රෑ"}
566 night2{"මැ"}
567 noon{"ද"}
568 pm{"ප"}
569 }
570 wide{
571 afternoon1{"දවල්"}
572 am{"පෙ.ව."}
573 evening1{"හවස"}
574 midnight{"මැදියම"}
575 morning1{"පාන්දර"}
576 morning2{"උදේ"}
577 night1{"රෑ"}
578 night2{"මැදියමට පසු"}
579 noon{"මධ්‍යාහ්නය"}
580 pm{"ප.ව."}
581 }
582 }
583 }
584 eras{
585 abbreviated{
586 "ක්‍රි.පූ.",
587 "ක්‍රි.ව.",
588 }
589 abbreviated%variant{
590 "පොපෙ",
591 "පො.යු",
592 }
593 wide{
594 "ක්‍රිස්තු පූර්ව",
595 "ක්‍රිස්තු වර්ෂ",
596 }
597 wide%variant{
598 "පොදු යුගයට පෙර",
599 "පොදු යුගය",
600 }
601 }
602 intervalFormats{
603 H{
604 H{"HH–HH"}
605 }
606 Hm{
607 H{"HH.mm–HH.mm"}
608 m{"HH.mm–HH.mm"}
609 }
610 Hmv{
611 H{"HH.mm–HH.mm v"}
612 m{"HH.mm–HH.mm v"}
613 }
614 Hv{
615 H{"HH–HH v"}
616 }
617 M{
618 M{"M–M"}
619 }
620 MEd{
621 M{"M-d, E – M-d, E"}
622 d{"M-d, E – M-d, E"}
623 }
624 MMM{
625 M{"LLL–LLL"}
626 }
627 MMMEd{
628 M{"MMM-dd, E – MMM-dd, E"}
629 d{"MMM-d, E – MMM-d, E"}
630 }
631 MMMd{
632 M{"MMM d – MMM d"}
633 d{"MMM d–d"}
634 }
635 Md{
636 M{"M-d – M-d"}
637 d{"M-d – M-d"}
638 }
639 d{
640 d{"d–d"}
641 }
642 fallback{"{0} – {1}"}
643 h{
644 a{"a h – a h"}
645 h{"a h–h"}
646 }
647 hm{
648 a{"a h.mm – a h.mm"}
649 h{"a h.mm – h.mm"}
650 m{"a h.mm – h.mm"}
651 }
652 hmv{
653 a{"a h.mm – a h.mm v"}
654 h{"a h.mm – h.mm v"}
655 m{"a h.mm – h.mm v"}
656 }
657 hv{
658 a{"a h – a h v"}
659 h{"a h – h v"}
660 }
661 y{
662 y{"y–y"}
663 }
664 yM{
665 M{"y-MM – y-MM"}
666 y{"y-MM – y-MM"}
667 }
668 yMEd{
669 M{"y-M-d, E – y-M-d, E"}
670 d{"y-M-d, E – y-M-d, E"}
671 y{"y-M-d, E – y-M-d, E"}
672 }
673 yMMM{
674 M{"y MMM–MMM"}
675 y{"y MMM – y MMM"}
676 }
677 yMMMEd{
678 M{"y MMM d, E – y MMM d, E"}
679 d{"y MMM d, E – y MMM d, E"}
680 y{"y MMM d, E – y MMM d, E"}
681 }
682 yMMMM{
683 M{"y MMMM – MMMM"}
684 y{"y MMMM – y MMMM"}
685 }
686 yMMMd{
687 M{"y MMM d – MMM d"}
688 d{"y MMM d – d"}
689 y{"y MMM d – y MMM d"}
690 }
691 yMd{
692 M{"y-M-d – y-M-d"}
693 d{"y-M-d – y-M-d"}
694 y{"y-M-d – y-M-d"}
695 }
696 }
697 monthNames{
698 format{
699 abbreviated{
700 "ජන",
701 "පෙබ",
702 "මාර්තු",
703 "අප්‍රේල්",
704 "මැයි",
705 "ජූනි",
706 "ජූලි",
707 "අගෝ",
708 "සැප්",
709 "ඔක්",
710 "නොවැ",
711 "දෙසැ",
712 }
713 narrow{
714 "ජ",
715 "පෙ",
716 "මා",
717 "අ",
718 "මැ",
719 "ජූ",
720 "ජූ",
721 "අ",
722 "සැ",
723 "ඔ",
724 "නෙ",
725 "දෙ",
726 }
727 wide{
728 "ජනවාරි",
729 "පෙබරවාරි",
730 "මාර්තු",
731 "අප්‍රේල්",
732 "මැයි",
733 "ජූනි",
734 "ජූලි",
735 "අගෝස්තු",
736 "සැප්තැම්බර්",
737 "ඔක්තෝබර්",
738 "නොවැම්බර්",
739 "දෙසැම්බර්",
740 }
741 }
742 stand-alone{
743 abbreviated{
744 "ජන",
745 "පෙබ",
746 "මාර්",
747 "අප්‍රේල්",
748 "මැයි",
749 "ජූනි",
750 "ජූලි",
751 "අගෝ",
752 "සැප්",
753 "ඔක්",
754 "නොවැ",
755 "දෙසැ",
756 }
757 narrow{
758 "ජ",
759 "පෙ",
760 "මා",
761 "අ",
762 "මැ",
763 "ජූ",
764 "ජූ",
765 "අ",
766 "සැ",
767 "ඔ",
768 "නෙ",
769 "දෙ",
770 }
771 wide{
772 "ජනවාරි",
773 "පෙබරවාරි",
774 "මාර්තු",
775 "අප්‍රේල්",
776 "මැයි",
777 "ජූනි",
778 "ජූලි",
779 "අගෝස්තු",
780 "සැප්තැම්බර්",
781 "ඔක්තෝබර්",
782 "නොවැම්බර්",
783 "දෙසැම්බර්",
784 }
785 }
786 }
787 quarters{
788 format{
789 abbreviated{
790 "කාර්:1",
791 "කාර්:2",
792 "කාර්:3",
793 "කාර්:4",
794 }
795 narrow{
796 "1",
797 "2",
798 "3",
799 "4",
800 }
801 wide{
802 "1 වන කාර්තුව",
803 "2 වන කාර්තුව",
804 "3 වන කාර්තුව",
805 "4 වන කාර්තුව",
806 }
807 }
808 stand-alone{
809 abbreviated{
810 "කාර්:1",
811 "කාර්:2",
812 "කාර්:3",
813 "කාර්:4",
814 }
815 narrow{
816 "1",
817 "2",
818 "3",
819 "4",
820 }
821 wide{
822 "1 වන කාර්තුව",
823 "2 වන කාර්තුව",
824 "3 වන කාර්තුව",
825 "4 වන කාර්තුව",
826 }
827 }
828 }
829 }
830 }
831 delimiters{
832 alternateQuotationEnd{"’"}
833 alternateQuotationStart{"‘"}
834 quotationEnd{"”"}
835 quotationStart{"“"}
836 }
837 fields{
838 day{
839 dn{"දිනය"}
840 relative{
841 "-1"{"ඊයේ"}
842 "-2"{"පෙරේදා"}
843 "0"{"අද"}
844 "1"{"හෙට"}
845 "2"{"අනිද්දා"}
846 }
847 relativeTime{
848 future{
849 one{"දින {0}න්"}
850 other{"දින {0}න්"}
851 }
852 past{
853 one{"දින {0} ට පෙර"}
854 other{"දින {0} ට පෙර"}
855 }
856 }
857 }
858 day-narrow{
859 dn{"දිනය"}
860 relativeTime{
861 future{
862 one{"දින {0}න්"}
863 other{"දින {0}න්"}
864 }
865 past{
866 one{"දින {0} ට පෙර"}
867 other{"දින {0} ට පෙර"}
868 }
869 }
870 }
871 day-short{
872 dn{"දිනය"}
873 relativeTime{
874 future{
875 one{"දින {0}න්"}
876 other{"දින {0}න්"}
877 }
878 past{
879 one{"දින {0} ට පෙර"}
880 other{"දින {0} ට පෙර"}
881 }
882 }
883 }
884 dayperiod{
885 dn{"පෙ.ව/ප.ව"}
886 }
887 era{
888 dn{"යුගය"}
889 }
890 fri{
891 relative{
892 "-1"{"පසුගිය සිකුරාදා"}
893 "0"{"මේ සිකුරාදා"}
894 "1"{"ඊළඟ සිකුරාදා"}
895 }
896 }
897 fri-narrow{
898 relative{
899 "-1"{"පසුගිය සිකුරාදා"}
900 "0"{"මේ සිකුරාදා"}
901 "1"{"ඊළඟ සිකුරාදා"}
902 }
903 }
904 fri-short{
905 relative{
906 "-1"{"පසුගිය සිකුරාදා"}
907 "0"{"මේ සිකුරාදා"}
908 "1"{"ඊළඟ සිකුරාදා"}
909 }
910 }
911 hour{
912 dn{"පැය"}
913 relativeTime{
914 future{
915 one{"පැය {0} කින්"}
916 other{"පැය {0} කින්"}
917 }
918 past{
919 one{"පැය {0}ට පෙර"}
920 other{"පැය {0}ට පෙර"}
921 }
922 }
923 }
924 hour-narrow{
925 dn{"පැ"}
926 relativeTime{
927 future{
928 one{"පැය {0} කින්"}
929 other{"පැය {0} කින්"}
930 }
931 past{
932 one{"පැය {0}ට පෙර"}
933 other{"පැය {0}ට පෙර"}
934 }
935 }
936 }
937 hour-short{
938 dn{"පැය"}
939 relativeTime{
940 future{
941 one{"පැය {0} කින්"}
942 other{"පැය {0} කින්"}
943 }
944 past{
945 one{"පැය {0}ට පෙර"}
946 other{"පැය {0}ට පෙර"}
947 }
948 }
949 }
950 minute{
951 dn{"මිනිත්තුව"}
952 relativeTime{
953 future{
954 one{"මිනිත්තු {0} කින්"}
955 other{"මිනිත්තු {0} කින්"}
956 }
957 past{
958 one{"මිනිත්තු {0}ට පෙර"}
959 other{"මිනිත්තු {0}ට පෙර"}
960 }
961 }
962 }
963 minute-narrow{
964 dn{"මි"}
965 relativeTime{
966 future{
967 one{"මිනිත්තු {0} කින්"}
968 other{"මිනිත්තු {0} කින්"}
969 }
970 past{
971 one{"මිනිත්තු {0}ට පෙර"}
972 other{"මිනිත්තු {0}ට පෙර"}
973 }
974 }
975 }
976 minute-short{
977 dn{"මිනි."}
978 relativeTime{
979 future{
980 one{"මිනිත්තු {0} කින්"}
981 other{"මිනිත්තු {0} කින්"}
982 }
983 past{
984 one{"මිනිත්තු {0}ට පෙර"}
985 other{"මිනිත්තු {0}ට පෙර"}
986 }
987 }
988 }
989 mon{
990 relative{
991 "-1"{"පසුගිය සඳුදා"}
992 "0"{"මේ සඳුදා"}
993 "1"{"ඊළඟ සඳුදා"}
994 }
995 }
996 mon-narrow{
997 relative{
998 "-1"{"පසුගිය සඳුදා"}
999 "0"{"මේ සඳුදා"}
1000 "1"{"ඊළඟ සඳුදා"}
1001 }
1002 }
1003 mon-short{
1004 relative{
1005 "-1"{"පසුගිය සඳුදා"}
1006 "0"{"මේ සඳුදා"}
1007 "1"{"ඊළඟ සඳුදා"}
1008 }
1009 }
1010 month{
1011 dn{"මාසය"}
1012 relative{
1013 "-1"{"පසුගිය මාසය"}
1014 "0"{"මෙම මාසය"}
1015 "1"{"ඊළඟ මාසය"}
1016 }
1017 relativeTime{
1018 future{
1019 one{"මාස {0}කින්"}
1020 other{"මාස {0}කින්"}
1021 }
1022 past{
1023 one{"මාස {0}කට පෙර"}
1024 other{"මාස {0}කට පෙර"}
1025 }
1026 }
1027 }
1028 month-narrow{
1029 dn{"මාස."}
1030 relative{
1031 "-1"{"පසුගිය මාස."}
1032 "0"{"මෙම මාස."}
1033 "1"{"ඊළඟ මාස."}
1034 }
1035 relativeTime{
1036 future{
1037 one{"මාස {0}කින්"}
1038 other{"මාස {0}කින්"}
1039 }
1040 past{
1041 one{"මාස {0}කට පෙර"}
1042 other{"මාස {0}කට පෙර"}
1043 }
1044 }
1045 }
1046 month-short{
1047 dn{"මාස."}
1048 relative{
1049 "-1"{"පසුගිය මාස."}
1050 "0"{"මෙම මාස."}
1051 "1"{"ඊළඟ මාස."}
1052 }
1053 relativeTime{
1054 future{
1055 one{"මාස {0}කින්"}
1056 other{"මාස {0}කින්"}
1057 }
1058 past{
1059 one{"මාස {0}කට පෙර"}
1060 other{"මාස {0}කට පෙර"}
1061 }
1062 }
1063 }
1064 quarter{
1065 dn{"කාර්තුව"}
1066 relative{
1067 "-1"{"පසුගිය කාර්තුව"}
1068 "0"{"මෙම කාර්තුව"}
1069 "1"{"ඊළඟ කාර්තුව"}
1070 }
1071 relativeTime{
1072 future{
1073 one{"කාර්තුව {0} කින්"}
1074 other{"කාර්තුව {0} කින්"}
1075 }
1076 past{
1077 one{"කාර්තුව {0} ට පෙර"}
1078 other{"කාර්තුව {0} ට පෙර"}
1079 }
1080 }
1081 }
1082 quarter-narrow{
1083 dn{"කාර්."}
1084 relative{
1085 "-1"{"පසුගිය කාර්."}
1086 "0"{"මෙම කාර්."}
1087 "1"{"ඊළඟ කාර්."}
1088 }
1089 relativeTime{
1090 future{
1091 one{"කාර්. {0} කින්"}
1092 other{"කාර්. {0} කින්"}
1093 }
1094 past{
1095 one{"කාර්. {0} ට පෙර"}
1096 other{"කාර්. {0} ට පෙර"}
1097 }
1098 }
1099 }
1100 quarter-short{
1101 dn{"කාර්."}
1102 relative{
1103 "-1"{"පසුගිය කාර්."}
1104 "0"{"මෙම කාර්."}
1105 "1"{"ඊළඟ කාර්."}
1106 }
1107 relativeTime{
1108 future{
1109 one{"කාර්. {0} කින්"}
1110 other{"කාර්. {0} කින්"}
1111 }
1112 past{
1113 one{"කාර්. {0} ට පෙර"}
1114 other{"කාර්. {0} ට පෙර"}
1115 }
1116 }
1117 }
1118 sat{
1119 relative{
1120 "-1"{"පසුගිය සෙනසුරාදා"}
1121 "0"{"මේ සෙනසුරාදා"}
1122 "1"{"ඊළඟ සෙනසුරාදා"}
1123 }
1124 }
1125 sat-narrow{
1126 relative{
1127 "-1"{"පසුගිය සෙනසුරාදා"}
1128 "0"{"මේ සෙනසුරාදා"}
1129 "1"{"ඊළඟ සෙනසුරාදා"}
1130 }
1131 }
1132 sat-short{
1133 relative{
1134 "-1"{"පසුගිය සෙනසුරාදා"}
1135 "0"{"මේ සෙනසුරාදා"}
1136 "1"{"ඊළඟ සෙනසුරාදා"}
1137 }
1138 }
1139 second{
1140 dn{"තත්පරය"}
1141 relative{
1142 "0"{"දැන්"}
1143 }
1144 relativeTime{
1145 future{
1146 one{"තත්පර {0} කින්"}
1147 other{"තත්පර {0} කින්"}
1148 }
1149 past{
1150 one{"තත්පර {0}කට පෙර"}
1151 other{"තත්පර {0}කට පෙර"}
1152 }
1153 }
1154 }
1155 second-narrow{
1156 dn{"ත"}
1157 relativeTime{
1158 future{
1159 one{"තත්පර {0} කින්"}
1160 other{"තත්පර {0} කින්"}
1161 }
1162 past{
1163 one{"තත්පර {0}කට පෙර"}
1164 other{"තත්පර {0}කට පෙර"}
1165 }
1166 }
1167 }
1168 second-short{
1169 dn{"තත්."}
1170 relativeTime{
1171 future{
1172 one{"තත්පර {0} කින්"}
1173 other{"තත්පර {0} කින්"}
1174 }
1175 past{
1176 one{"තත්පර {0}කට පෙර"}
1177 other{"තත්පර {0}කට පෙර"}
1178 }
1179 }
1180 }
1181 sun{
1182 relative{
1183 "-1"{"පසුගිය ඉරිදා"}
1184 "0"{"මේ ඉරිදා"}
1185 "1"{"ඊළඟ ඉරිදා"}
1186 }
1187 }
1188 sun-narrow{
1189 relative{
1190 "-1"{"පසුගිය ඉරිදා"}
1191 "0"{"මේ ඉරිදා"}
1192 "1"{"ඊළඟ ඉරිදා"}
1193 }
1194 }
1195 sun-short{
1196 relative{
1197 "-1"{"පසුගිය ඉරිදා"}
1198 "0"{"මේ ඉරිදා"}
1199 "1"{"ඊළඟ ඉරිදා"}
1200 }
1201 }
1202 thu{
1203 relative{
1204 "-1"{"පසුගිය බ්‍රහස්පතින්දා"}
1205 "0"{"මේ බ්‍රහස්පතින්දා"}
1206 "1"{"ඊළඟ බ්‍රහස්පතින්දා"}
1207 }
1208 }
1209 thu-narrow{
1210 relative{
1211 "-1"{"පසුගිය බ්‍රහස්පතින්දා"}
1212 "0"{"මේ බ්‍රහස්පතින්දා"}
1213 "1"{"ඊළඟ බ්‍රහස්පතින්දා"}
1214 }
1215 }
1216 thu-short{
1217 relative{
1218 "-1"{"පසුගිය බ්‍රහස්පතින්දා"}
1219 "0"{"මේ බ්‍රහස්පතින්දා"}
1220 "1"{"ඊළඟ බ්‍රහස්පතින්දා"}
1221 }
1222 }
1223 tue{
1224 relative{
1225 "-1"{"පසුගිය අඟහරුවාදා"}
1226 "0"{"මේ අඟහරුවාදා"}
1227 "1"{"ඊළඟ අඟහරුවාදා"}
1228 }
1229 }
1230 tue-narrow{
1231 relative{
1232 "-1"{"පසුගිය අඟහරුවාදා"}
1233 "0"{"මේ අඟහරුවාදා"}
1234 "1"{"ඊළඟ අඟහරුවාදා"}
1235 }
1236 }
1237 tue-short{
1238 relative{
1239 "-1"{"පසුගිය අඟහරුවාදා"}
1240 "0"{"මේ අඟහරුවාදා"}
1241 "1"{"ඊළඟ අඟහරුවාදා"}
1242 }
1243 }
1244 wed{
1245 relative{
1246 "-1"{"පසුගිය බදාදා"}
1247 "0"{"මේ බදාදා"}
1248 "1"{"ඊළඟ බදාදා"}
1249 }
1250 }
1251 wed-narrow{
1252 relative{
1253 "-1"{"පසුගිය බදාදා"}
1254 "0"{"මේ බදාදා"}
1255 "1"{"ඊළඟ බදාදා"}
1256 }
1257 }
1258 wed-short{
1259 relative{
1260 "-1"{"පසුගිය බදාදා"}
1261 "0"{"මේ බදාදා"}
1262 "1"{"ඊළඟ බදාදා"}
1263 }
1264 }
1265 week{
1266 dn{"සතිය"}
1267 relative{
1268 "-1"{"පසුගිය සතිය"}
1269 "0"{"මෙම සතිය"}
1270 "1"{"ඊළඟ සතිය"}
1271 }
1272 relativeTime{
1273 future{
1274 one{"සති {0} කින්"}
1275 other{"සති {0} කින්"}
1276 }
1277 past{
1278 one{"සති {0}කට පෙර"}
1279 other{"සති {0}කට පෙර"}
1280 }
1281 }
1282 }
1283 week-narrow{
1284 dn{"සති."}
1285 relative{
1286 "-1"{"පසුගිය සති."}
1287 "0"{"මෙම සති."}
1288 "1"{"ඊළඟ සති."}
1289 }
1290 relativeTime{
1291 future{
1292 one{"සති {0} කින්"}
1293 other{"සති {0} කින්"}
1294 }
1295 past{
1296 one{"සති {0}කට පෙර"}
1297 other{"සති {0}කට පෙර"}
1298 }
1299 }
1300 }
1301 week-short{
1302 dn{"සති."}
1303 relative{
1304 "-1"{"පසුගිය සති."}
1305 "0"{"මෙම සති."}
1306 "1"{"ඊළඟ සති."}
1307 }
1308 relativeTime{
1309 future{
1310 one{"සති {0} කින්"}
1311 other{"සති {0} කින්"}
1312 }
1313 past{
1314 one{"සති {0}කට පෙර"}
1315 other{"සති {0}කට පෙර"}
1316 }
1317 }
1318 }
1319 weekday{
1320 dn{"සතියේ දිනය"}
1321 }
1322 year{
1323 dn{"වර්ෂය"}
1324 relative{
1325 "-1"{"පසුගිය වසර"}
1326 "0"{"මෙම වසර"}
1327 "1"{"ඊළඟ වසර"}
1328 }
1329 relativeTime{
1330 future{
1331 one{"වසර {0} කින්"}
1332 other{"වසර {0} කින්"}
1333 }
1334 past{
1335 one{"වසර {0}ට පෙර"}
1336 other{"වසර {0}ට පෙර"}
1337 }
1338 }
1339 }
1340 year-narrow{
1341 dn{"වර්."}
1342 relative{
1343 "-1"{"පසුගිය වසර"}
1344 "0"{"මෙම වසර"}
1345 "1"{"ඊළඟ වසර"}
1346 }
1347 relativeTime{
1348 future{
1349 one{"වසර {0} කින්"}
1350 other{"වසර {0} කින්"}
1351 }
1352 past{
1353 one{"වසර {0}ට පෙර"}
1354 other{"වසර {0}ට පෙර"}
1355 }
1356 }
1357 }
1358 year-short{
1359 dn{"වර්."}
1360 relative{
1361 "-1"{"පසුගිය වසර"}
1362 "0"{"මෙම වසර"}
1363 "1"{"ඊළඟ වසර"}
1364 }
1365 relativeTime{
1366 future{
1367 one{"වසර {0} කින්"}
1368 other{"වසර {0} කින්"}
1369 }
1370 past{
1371 one{"වසර {0}ට පෙර"}
1372 other{"වසර {0}ට පෙර"}
1373 }
1374 }
1375 }
1376 zone{
1377 dn{"කාල කලාපය"}
1378 }
1379 }
1380 listPattern{
1381 standard{
1382 2{"{0} සහ {1}"}
1383 end{"{0}, සහ {1}"}
1384 middle{"{0}, {1}"}
1385 start{"{0}, {1}"}
1386 }
1387 unit{
1388 2{"{0} සහ {1}"}
1389 end{"{0}, සහ {1}"}
1390 middle{"{0}, {1}"}
1391 start{"{0}, {1}"}
1392 }
1393 unit-narrow{
1394 2{"{0} සහ {1}"}
1395 end{"{0}, සහ {1}"}
1396 middle{"{0}, {1}"}
1397 start{"{0}, {1}"}
1398 }
1399 unit-short{
1400 2{"{0} සහ {1}"}
1401 end{"{0}, සහ {1}"}
1402 middle{"{0}, {1}"}
1403 start{"{0}, {1}"}
1404 }
1405 }
1406 measurementSystemNames{
1407 UK{"එංගලන්ත"}
1408 US{"ඇමරිකානු"}
1409 metric{"මෙට්රික්"}
1410 }
23 } 1411 }
OLDNEW
« no previous file with comments | « source/data/locales/shi_Tfng_MA.txt ('k') | source/data/locales/si_LK.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698