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

Side by Side Diff: source/data/locales/zh_Hant_HK.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/zh_Hant.txt ('k') | source/data/locales/zh_Hant_MO.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/zh_Hant_HK.xml 6 // * Source File: <path>/common/main/zh_Hant_HK.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 zh_Hant_HK{ 9 zh_Hant_HK{
10 %%Parent{"zh_Hant"} 10 Ellipsis{
11 final{"{0}⋯"}
12 initial{"⋯{0}"}
13 medial{"{0}⋯{1}"}
14 word-final{"{0}⋯"}
15 word-initial{"⋯{0}"}
16 word-medial{"{0}⋯{1}"}
17 }
11 NumberElements{ 18 NumberElements{
12 latn{ 19 latn{
13 patternsLong{ 20 patternsShort{
21 currencyFormat{
22 1000{
23 other{"¤0K"}
24 }
25 10000{
26 other{"¤00K"}
27 }
28 100000{
29 other{"¤000K"}
30 }
31 1000000{
32 other{"¤0M"}
33 }
34 10000000{
35 other{"¤00M"}
36 }
37 100000000{
38 other{"¤000M"}
39 }
40 1000000000{
41 other{"¤0B"}
42 }
43 10000000000{
44 other{"¤00B"}
45 }
46 100000000000{
47 other{"¤000B"}
48 }
49 1000000000000{
50 other{"¤0T"}
51 }
52 10000000000000{
53 other{"¤00T"}
54 }
55 100000000000000{
56 other{"¤000T"}
57 }
58 }
14 decimalFormat{ 59 decimalFormat{
15 1000{ 60 1000{
16 other{"0千"} 61 other{"0K"}
17 } 62 }
18 10000{ 63 10000{
19 other{"0萬"} 64 other{"00K"}
20 } 65 }
21 100000{ 66 100000{
22 other{"00萬"} 67 other{"000K"}
68 }
69 1000000{
70 other{"0M"}
71 }
72 10000000{
73 other{"00M"}
74 }
75 100000000{
76 other{"000M"}
77 }
78 1000000000{
79 other{"0B"}
80 }
81 10000000000{
82 other{"00B"}
83 }
84 100000000000{
85 other{"000B"}
86 }
87 1000000000000{
88 other{"0T"}
89 }
90 10000000000000{
91 other{"00T"}
92 }
93 100000000000000{
94 other{"000T"}
23 } 95 }
24 } 96 }
25 } 97 }
26 } 98 }
27 } 99 }
28 Version{"2.1.8.28"} 100 Version{"2.1.19.94"}
29 calendar{ 101 calendar{
30 buddhist{ 102 buddhist{
31 availableFormats{ 103 availableFormats{
32 MEd{"M-d(E)"} 104 MEd{"M-d(E)"}
33 Md{"M-d"} 105 Md{"M-d"}
34 } 106 }
35 } 107 }
36 chinese{ 108 chinese{
109 DateTimePatterns{
110 "ah:mm:ss [zzzz]",
111 "ah:mm:ss [z]",
112 "ah:mm:ss",
113 "ah:mm",
114 "U(r)年MMMdEEEE",
115 "U(r)年MMMd",
116 "U年MMMd",
117 "U/M/d",
118 "{1} {0}",
119 "{1} {0}",
120 "{1} {0}",
121 "{1} {0}",
122 "{1} {0}",
123 }
37 monthNames{ 124 monthNames{
38 format{ 125 format{
39 abbreviated{ 126 abbreviated{
40 "正月", 127 "正月",
41 "二月", 128 "二月",
42 "三月", 129 "三月",
43 "四月", 130 "四月",
44 "五月", 131 "五月",
45 "六月", 132 "六月",
46 "七月", 133 "七月",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 GyMMMd{"Gy年M月d日"} 236 GyMMMd{"Gy年M月d日"}
150 MEd{"E, d/M"} 237 MEd{"E, d/M"}
151 MMMEd{"M月d日E"} 238 MMMEd{"M月d日E"}
152 Md{"d/M"} 239 Md{"d/M"}
153 y{"Gy年"} 240 y{"Gy年"}
154 yyyy{"Gy年"} 241 yyyy{"Gy年"}
155 yyyyM{"Gy/M"} 242 yyyyM{"Gy/M"}
156 yyyyMEd{"Gy/M/dE"} 243 yyyyMEd{"Gy/M/dE"}
157 yyyyMMM{"Gy年M月"} 244 yyyyMMM{"Gy年M月"}
158 yyyyMMMEd{"Gy年M月d日E"} 245 yyyyMMMEd{"Gy年M月d日E"}
246 yyyyMMMM{"Gy年M月"}
159 yyyyMMMd{"Gy年M月d日"} 247 yyyyMMMd{"Gy年M月d日"}
160 yyyyMd{"Gy/M/d"} 248 yyyyMd{"Gy/M/d"}
161 yyyyQQQ{"Gy年QQQ"} 249 yyyyQQQ{"Gy年QQQ"}
162 yyyyQQQQ{"Gy年QQQQ"} 250 yyyyQQQQ{"Gy年QQQQ"}
163 } 251 }
164 intervalFormats{ 252 intervalFormats{
165 MEd{ 253 MEd{
166 M{"d/M(E) 至 d/M(E)"} 254 M{"d/M(E) 至 d/M(E)"}
167 d{"d/M(E) 至 d/M(E)"} 255 d{"d/M(E) 至 d/M(E)"}
168 } 256 }
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 } 297 }
210 gregorian{ 298 gregorian{
211 DateTimePatterns{ 299 DateTimePatterns{
212 "ah:mm:ss [zzzz]", 300 "ah:mm:ss [zzzz]",
213 "ah:mm:ss [z]", 301 "ah:mm:ss [z]",
214 "ah:mm:ss", 302 "ah:mm:ss",
215 "ah:mm", 303 "ah:mm",
216 "y年M月d日EEEE", 304 "y年M月d日EEEE",
217 "y年M月d日", 305 "y年M月d日",
218 "y年M月d日", 306 "y年M月d日",
219 "d/M/yy", 307 "d/M/y",
220 "{1} {0}", 308 "{1} {0}",
221 "{1} {0}", 309 "{1} {0}",
222 "{1} {0}", 310 "{1} {0}",
223 "{1} {0}", 311 "{1} {0}",
224 "{1} {0}", 312 "{1} {0}",
225 } 313 }
226 availableFormats{ 314 availableFormats{
315 E{"cccc"}
227 Ed{"d日E"} 316 Ed{"d日E"}
228 GyMMMEd{"Gy年M月d日E"} 317 GyMMMEd{"Gy年M月d日E"}
229 MEd{"E, d/M"} 318 MEd{"E, d/M"}
230 MMMEd{"M月d日E"} 319 MMMEd{"M月d日E"}
231 MMdd{"dd/MM"} 320 MMdd{"dd/MM"}
232 Md{"d/M"} 321 Md{"d/M"}
233 yM{"M/y"} 322 yM{"M/y"}
234 yMEd{"y/M/dE"} 323 yMEd{"y/M/dE"}
235 yMM{"MM/y"} 324 yMM{"MM/y"}
236 yMMMEd{"y年M月d日E"} 325 yMMMEd{"y年M月d日E"}
237 yMd{"d/M/y"} 326 yMd{"d/M/y"}
238 } 327 }
328 dayPeriod{
329 format{
330 abbreviated{
331 afternoon1{"中午"}
332 afternoon2{"下午"}
333 evening1{"晚上"}
334 midnight{"午夜"}
335 morning1{"清晨"}
336 morning2{"早上"}
337 night1{"凌晨"}
338 }
339 narrow{
340 afternoon1{"中午"}
341 afternoon2{"下午"}
342 evening1{"晚上"}
343 midnight{"午夜"}
344 morning1{"清晨"}
345 morning2{"早上"}
346 night1{"凌晨"}
347 }
348 wide{
349 afternoon1{"中午"}
350 afternoon2{"下午"}
351 evening1{"晚上"}
352 midnight{"午夜"}
353 morning1{"清晨"}
354 morning2{"早上"}
355 night1{"凌晨"}
356 }
357 }
358 stand-alone{
359 abbreviated{
360 afternoon1{"中午"}
361 afternoon2{"下午"}
362 evening1{"晚上"}
363 morning1{"清晨"}
364 morning2{"早上"}
365 night1{"凌晨"}
366 }
367 narrow{
368 afternoon1{"中午"}
369 afternoon2{"下午"}
370 evening1{"晚上"}
371 morning1{"清晨"}
372 morning2{"早上"}
373 night1{"凌晨"}
374 }
375 wide{
376 afternoon1{"中午"}
377 afternoon2{"下午"}
378 evening1{"晚上"}
379 morning1{"清晨"}
380 morning2{"早上"}
381 night1{"凌晨"}
382 }
383 }
384 }
385 eras{
386 abbreviated{
387 "公元前",
388 "公元",
389 }
390 wide{
391 "公元前",
392 "公元",
393 }
394 }
239 intervalFormats{ 395 intervalFormats{
240 MEd{ 396 MEd{
241 M{"d/M(E) 至 d/M(E)"} 397 M{"d/M(E) 至 d/M(E)"}
242 d{"d/M(E) 至 d/M(E)"} 398 d{"d/M(E) 至 d/M(E)"}
243 } 399 }
244 Md{ 400 Md{
245 M{"d/M 至 d/M"} 401 M{"d/M 至 d/M"}
246 d{"d/M 至 d/M"} 402 d{"d/M 至 d/M"}
247 } 403 }
248 yM{ 404 yM{
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 relativeTime{ 456 relativeTime{
301 future{ 457 future{
302 other{"{0} 日後"} 458 other{"{0} 日後"}
303 } 459 }
304 past{ 460 past{
305 other{"{0} 日前"} 461 other{"{0} 日前"}
306 } 462 }
307 } 463 }
308 } 464 }
309 day-narrow{ 465 day-narrow{
466 relative{
467 "-2"{"前日"}
468 "2"{"後日"}
469 }
310 relativeTime{ 470 relativeTime{
311 future{ 471 future{
312 other{"{0}日後"} 472 other{"{0}日後"}
313 } 473 }
314 past{ 474 past{
315 other{"{0}日前"} 475 other{"{0}日前"}
316 } 476 }
317 } 477 }
318 } 478 }
319 day-short{ 479 day-short{
480 relative{
481 "-2"{"前日"}
482 "2"{"後日"}
483 }
320 relativeTime{ 484 relativeTime{
321 future{ 485 future{
322 other{"{0} 日後"} 486 other{"{0} 日後"}
323 } 487 }
324 past{ 488 past{
325 other{"{0} 日前"} 489 other{"{0} 日前"}
326 } 490 }
327 } 491 }
328 } 492 }
329 fri{ 493 fri{
330 relative{ 494 relative{
331 "-1"{"上星期五"} 495 "-1"{"上星期五"}
332 "0"{"本星期五"} 496 "0"{"本星期五"}
333 "1"{"下星期五"} 497 "1"{"下星期五"}
334 } 498 }
335 } 499 }
500 fri-short{
501 relative{
502 "-1"{"上星期五"}
503 "0"{"本星期五"}
504 "1"{"下星期五"}
505 }
506 }
336 hour-narrow{ 507 hour-narrow{
337 dn{"時"} 508 dn{"時"}
338 relativeTime{ 509 relativeTime{
339 future{ 510 future{
340 other{"{0}小時後"} 511 other{"{0}小時後"}
341 } 512 }
342 past{ 513 past{
343 other{"{0}小時前"} 514 other{"{0}小時前"}
344 } 515 }
345 } 516 }
346 } 517 }
347 minute-narrow{ 518 minute-narrow{
348 dn{"分"} 519 dn{"分"}
349 relativeTime{ 520 relativeTime{
350 future{ 521 future{
351 other{"{0}分後"} 522 other{"{0}分後"}
352 } 523 }
353 past{ 524 past{
354 other{"{0}分前"} 525 other{"{0}分前"}
355 } 526 }
356 } 527 }
357 } 528 }
358 mon{ 529 mon{
359 relative{ 530 relative{
360 "-1"{"上星期一"} 531 "-1"{"上星期一"}
361 "0"{"本星期一"} 532 "0"{"本星期一"}
362 "1"{"下星期一"} 533 "1"{"下星期一"}
363 } 534 }
364 } 535 }
536 mon-short{
537 relative{
538 "-1"{"上星期一"}
539 "0"{"本星期一"}
540 "1"{"下星期一"}
541 }
542 }
365 month-narrow{ 543 month-narrow{
544 relative{
545 "-1"{"上月"}
546 "0"{"本月"}
547 "1"{"下月"}
548 }
366 relativeTime{ 549 relativeTime{
367 future{ 550 future{
368 other{"{0}個月後"} 551 other{"{0}個月後"}
369 } 552 }
370 past{ 553 past{
371 other{"{0}個月前"} 554 other{"{0}個月前"}
372 } 555 }
373 } 556 }
374 } 557 }
558 quarter{
559 relative{
560 "-1"{"上一季"}
561 "0"{"今季"}
562 "1"{"下一季"}
563 }
564 }
375 quarter-narrow{ 565 quarter-narrow{
566 relative{
567 "-1"{"上季"}
568 "0"{"今季"}
569 "1"{"下季"}
570 }
376 relativeTime{ 571 relativeTime{
377 future{ 572 future{
378 other{"+{0}Q"} 573 other{"+{0}Q"}
379 } 574 }
380 past{ 575 past{
381 other{"-{0}Q"} 576 other{"-{0}Q"}
382 } 577 }
383 } 578 }
384 } 579 }
580 quarter-short{
581 relative{
582 "-1"{"上季"}
583 "0"{"今季"}
584 "1"{"下季"}
585 }
586 }
385 sat{ 587 sat{
386 relative{ 588 relative{
387 "-1"{"上星期六"} 589 "-1"{"上星期六"}
388 "0"{"本星期六"} 590 "0"{"本星期六"}
389 "1"{"下星期六"} 591 "1"{"下星期六"}
390 } 592 }
391 } 593 }
594 sat-short{
595 relative{
596 "-1"{"上星期六"}
597 "0"{"本星期六"}
598 "1"{"下星期六"}
599 }
600 }
392 second-narrow{ 601 second-narrow{
393 relativeTime{ 602 relativeTime{
394 future{ 603 future{
395 other{"{0}秒後"} 604 other{"{0}秒後"}
396 } 605 }
397 past{ 606 past{
398 other{"{0}秒前"} 607 other{"{0}秒前"}
399 } 608 }
400 } 609 }
401 } 610 }
402 sun{ 611 sun{
403 relative{ 612 relative{
404 "-1"{"上星期日"} 613 "-1"{"上星期日"}
405 "0"{"本星期日"} 614 "0"{"本星期日"}
406 "1"{"下星期日"} 615 "1"{"下星期日"}
407 } 616 }
408 } 617 }
618 sun-short{
619 relative{
620 "-1"{"上星期日"}
621 "0"{"本星期日"}
622 "1"{"下星期日"}
623 }
624 }
409 thu{ 625 thu{
410 relative{ 626 relative{
411 "-1"{"上星期四"} 627 "-1"{"上星期四"}
412 "0"{"本星期四"} 628 "0"{"本星期四"}
413 "1"{"下星期四"} 629 "1"{"下星期四"}
414 } 630 }
415 } 631 }
632 thu-short{
633 relative{
634 "-1"{"上星期四"}
635 "0"{"本星期四"}
636 "1"{"下星期四"}
637 }
638 }
416 tue{ 639 tue{
417 relative{ 640 relative{
418 "-1"{"上星期二"} 641 "-1"{"上星期二"}
419 "0"{"本星期二"} 642 "0"{"本星期二"}
420 "1"{"下星期二"} 643 "1"{"下星期二"}
421 } 644 }
422 } 645 }
646 tue-short{
647 relative{
648 "-1"{"上星期二"}
649 "0"{"本星期二"}
650 "1"{"下星期二"}
651 }
652 }
423 wed{ 653 wed{
424 relative{ 654 relative{
425 "-1"{"上星期三"} 655 "-1"{"上星期三"}
426 "0"{"本星期三"} 656 "0"{"本星期三"}
427 "1"{"下星期三"} 657 "1"{"下星期三"}
428 } 658 }
429 } 659 }
660 wed-short{
661 relative{
662 "-1"{"上星期三"}
663 "0"{"本星期三"}
664 "1"{"下星期三"}
665 }
666 }
430 week{ 667 week{
431 dn{"星期"} 668 dn{"星期"}
432 relative{ 669 relative{
433 "-1"{"上星期"} 670 "-1"{"上星期"}
434 "0"{"本星期"} 671 "0"{"本星期"}
435 "1"{"下星期"} 672 "1"{"下星期"}
436 } 673 }
674 relativeTime{
675 future{
676 other{"{0} 星期後"}
677 }
678 past{
679 other{"{0} 星期前"}
680 }
681 }
437 } 682 }
438 week-narrow{ 683 week-narrow{
439 relativeTime{ 684 relativeTime{
440 future{ 685 future{
441 other{"{0}週後"} 686 other{"{0}週後"}
442 } 687 }
443 past{ 688 past{
444 other{"{0}週前"} 689 other{"{0}週前"}
445 } 690 }
446 } 691 }
447 } 692 }
693 week-short{
694 dn{"星期"}
695 relative{
696 "-1"{"上星期"}
697 "0"{"本星期"}
698 "1"{"下星期"}
699 }
700 relativeTime{
701 future{
702 other{"{0} 星期後"}
703 }
704 past{
705 other{"{0} 星期前"}
706 }
707 }
708 }
448 weekday{ 709 weekday{
449 dn{"星期"} 710 dn{"星期幾"}
711 }
712 year{
713 relative{
714 "-1"{"上年"}
715 "0"{"今年"}
716 "1"{"下年"}
717 }
450 } 718 }
451 year-narrow{ 719 year-narrow{
720 relative{
721 "-1"{"上年"}
722 "0"{"今年"}
723 "1"{"下年"}
724 }
452 relativeTime{ 725 relativeTime{
453 future{ 726 future{
454 other{"{0}年後"} 727 other{"{0}年後"}
455 } 728 }
456 past{ 729 past{
457 other{"{0}年前"} 730 other{"{0}年前"}
458 } 731 }
459 } 732 }
460 } 733 }
734 year-short{
735 relative{
736 "-1"{"上年"}
737 "0"{"今年"}
738 "1"{"下年"}
739 }
740 }
461 } 741 }
462 listPattern{ 742 listPattern{
463 unit{ 743 standard{
464 2{"{0} {1}"} 744 2{"{0}及{1}"}
465 end{"{0} {1}"} 745 end{"{0}及{1}"}
466 middle{"{0} {1}"}
467 start{"{0} {1}"}
468 }
469 unit-short{
470 2{"{0} {1}"}
471 end{"{0} {1}"}
472 middle{"{0} {1}"}
473 start{"{0} {1}"}
474 } 746 }
475 } 747 }
476 transformNames{
477 Numeric{"數值"}
478 x-Accents{"重音"}
479 x-Jamo{"韓文"}
480 }
481 } 748 }
OLDNEW
« no previous file with comments | « source/data/locales/zh_Hant.txt ('k') | source/data/locales/zh_Hant_MO.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698