/share/timedef/zh_TW.Big5.src

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 101 lines · 101 code · 0 blank · 0 comment · 0 complexity · 63e9bf0ac45dcd780046a42abaea757e MD5 · raw file

  1. # $FreeBSD$
  2. #
  3. # WARNING: spaces may be essential at the end of lines
  4. # WARNING: empty lines are essential too
  5. #
  6. # Short month names
  7. 1
  8. 2
  9. 3
  10. 4
  11. 5
  12. 6
  13. 7
  14. 8
  15. 9
  16. 10
  17. 11
  18. 12
  19. #
  20. # Long month names (as in a date)
  21. #
  22. 1
  23. 2
  24. 3
  25. 4
  26. 5
  27. 6
  28. 7
  29. 8
  30. 9
  31. 10
  32. 11
  33. 12
  34. #
  35. # Short weekday names
  36. #
  37. #
  38. # Long weekday names
  39. #
  40. 周日
  41. 周一
  42. 周二
  43. 周三
  44. 周四
  45. 周五
  46. 周六
  47. #
  48. # X_fmt
  49. #
  50. %H時%M分%S秒
  51. #
  52. # x_fmt
  53. #
  54. %Y/%m/%d
  55. #
  56. # c_fmt
  57. #
  58. %a %b/%e %T %Y
  59. #
  60. # am
  61. #
  62. 上午
  63. #
  64. # pm
  65. #
  66. 下午
  67. #
  68. # date_fmt
  69. #
  70. %Y年%b月%e日 %A %X %Z
  71. #
  72. # Long month names (without case ending)
  73. #
  74. 1
  75. 2
  76. 3
  77. 4
  78. 5
  79. 6
  80. 7
  81. 8
  82. 9
  83. 10
  84. 11
  85. 12
  86. #
  87. # md_order
  88. #
  89. md
  90. #
  91. # ampm_fmt
  92. #
  93. %I:%M:%S %p
  94. # EOF