Просмотр файла vendor/nesbot/carbon/src/Carbon/Lang/nan_TW.php

Размер файла: 1.65Kb
  1. <?php
  2.  
  3. /**
  4. * This file is part of the Carbon package.
  5. *
  6. * (c) Brian Nesbitt <brian@nesbot.com>
  7. *
  8. * For the full copyright and license information, please view the LICENSE
  9. * file that was distributed with this source code.
  10. */
  11.  
  12. /*
  13. * Authors:
  14. * - bug-glibc-locales@gnu.org
  15. */
  16. return array_replace_recursive(require __DIR__.'/en.php', [
  17. 'formats' => [
  18. 'L' => 'YYYY年MM月DD日',
  19. ],
  20. 'months' => ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
  21. 'months_short' => [' 1月', ' 2月', ' 3月', ' 4月', ' 5月', ' 6月', ' 7月', ' 8月', ' 9月', '10月', '11月', '12月'],
  22. 'weekdays' => ['禮拜日', '禮拜一', '禮拜二', '禮拜三', '禮拜四', '禮拜五', '禮拜六'],
  23. 'weekdays_short' => ['日', '一', '二', '三', '四', '五', '六'],
  24. 'weekdays_min' => ['日', '一', '二', '三', '四', '五', '六'],
  25. 'day_of_first_week_of_year' => 1,
  26. 'meridiem' => ['頂晡', '下晡'],
  27.  
  28. 'year' => ':count 年',
  29. 'y' => ':count 年',
  30. 'a_year' => ':count 年',
  31.  
  32. 'month' => ':count goe̍h',
  33. 'm' => ':count goe̍h',
  34. 'a_month' => ':count goe̍h',
  35.  
  36. 'week' => ':count lé-pài',
  37. 'w' => ':count lé-pài',
  38. 'a_week' => ':count lé-pài',
  39.  
  40. 'day' => ':count 日',
  41. 'd' => ':count 日',
  42. 'a_day' => ':count 日',
  43.  
  44. 'hour' => ':count tiám-cheng',
  45. 'h' => ':count tiám-cheng',
  46. 'a_hour' => ':count tiám-cheng',
  47.  
  48. 'minute' => ':count Hun-cheng',
  49. 'min' => ':count Hun-cheng',
  50. 'a_minute' => ':count Hun-cheng',
  51.  
  52. 'second' => ':count Bió',
  53. 's' => ':count Bió',
  54. 'a_second' => ':count Bió',
  55. ]);