date.zh-CN.properties 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. # Licensed to the Apache Software Foundation (ASF) under one
  2. # or more contributor license agreements. See the NOTICE file
  3. # distributed with this work for additional information
  4. # regarding copyright ownership. The ASF licenses this file
  5. # to you under the Apache License, Version 2.0 (the
  6. # "License"); you may not use this file except in compliance
  7. # with the License. You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing,
  12. # software distributed under the License is distributed on an
  13. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  14. # KIND, either express or implied. See the License for the
  15. # specific language governing permissions and limitations
  16. # under the License.
  17. # Day names
  18. weekday-0-long = 星期日
  19. weekday-1-long = 星期一
  20. weekday-2-long = 星期二
  21. weekday-3-long = 星期三
  22. weekday-4-long = 星期四
  23. weekday-5-long = 星期五
  24. weekday-6-long = 星期六
  25. weekday-0-short = 周日
  26. weekday-1-short = 周一
  27. weekday-2-short = 周二
  28. weekday-3-short = 周三
  29. weekday-4-short = 周四
  30. weekday-5-short = 周五
  31. weekday-6-short = 周六
  32. # Month names
  33. month-0-long = 1 月
  34. month-1-long = 2 月
  35. month-2-long = 3 月
  36. month-3-long = 4 月
  37. month-4-long = 5 月
  38. month-5-long = 6 月
  39. month-6-long = 7 月
  40. month-7-long = 8 月
  41. month-8-long = 9 月
  42. month-9-long = 10 月
  43. month-10-long = 11 月
  44. month-11-long = 12 月
  45. month-0-genitive = 一月
  46. month-1-genitive = 二月
  47. month-2-genitive = 三月
  48. month-3-genitive = 四月
  49. month-4-genitive = 五月
  50. month-5-genitive = 六月
  51. month-6-genitive = 七月
  52. month-7-genitive = 八月
  53. month-8-genitive = 九月
  54. month-9-genitive = 十月
  55. month-10-genitive = 十一月
  56. month-11-genitive = 十二月
  57. month-0-short = 1 月
  58. month-1-short = 2 月
  59. month-2-short = 3 月
  60. month-3-short = 4 月
  61. month-4-short = 5 月
  62. month-5-short = 6 月
  63. month-6-short = 7 月
  64. month-7-short = 8 月
  65. month-8-short = 9 月
  66. month-9-short = 10 月
  67. month-10-short = 11 月
  68. month-11-short = 12 月
  69. # Relative time ("pretty dates"), normal/long variant
  70. minutes-ago-long={[ plural(value) ]}
  71. minutes-ago-long[zero] = 刚才
  72. minutes-ago-long[one] = 1 分钟前
  73. minutes-ago-long[two] = {{ value }} 分钟前
  74. minutes-ago-long[few] = {{ value }} 分钟前
  75. minutes-ago-long[many] = {{ value }} 分钟前
  76. minutes-ago-long[other] = {{ value }} 分钟前
  77. hours-ago-long={[ plural(value) ]}
  78. hours-ago-long[zero] = 刚才
  79. hours-ago-long[one] = 1 小时前
  80. hours-ago-long[two] = {{ value }} 小时前
  81. hours-ago-long[few] = {{ value }} 小时前
  82. hours-ago-long[many] = {{ value }} 小时前
  83. hours-ago-long[other] = {{ value }} 小时前
  84. days-ago-long={[ plural(value) ]}
  85. days-ago-long[zero] = 今天
  86. days-ago-long[one] = 昨天
  87. days-ago-long[two] = {{value}} 天前
  88. days-ago-long[few] = {{value}} 天前
  89. days-ago-long[many] = {{value}} 天前
  90. days-ago-long[other] = {{value}} 天前
  91. weeks-ago-long={[ plural(value) ]}
  92. weeks-ago-long[zero] = 本周
  93. weeks-ago-long[one] = 上周
  94. weeks-ago-long[two] = {{value}} 周前
  95. weeks-ago-long[few] = {{value}} 周前
  96. weeks-ago-long[many] = {{value}} 周前
  97. weeks-ago-long[other] = {{value}} 周前
  98. months-ago-long={[ plural(value) ]}
  99. months-ago-long[zero] = 本月
  100. months-ago-long[one] = 上月
  101. months-ago-long[two] = {{value}} 个月前
  102. months-ago-long[few] = {{value}} 个月前
  103. months-ago-long[many] = {{value}} 个月前
  104. months-ago-long[other] = {{value}} 个月前
  105. years-ago-long={[ plural(value) ]}
  106. years-ago-long[zero] = 今年
  107. years-ago-long[one] = 去年
  108. years-ago-long[two] = {{value}} 年前
  109. years-ago-long[few] = {{value}} 年前
  110. years-ago-long[many] = {{value}} 年前
  111. years-ago-long[other] = {{value}} 年前
  112. minutes-until-long={[ plural(value) ]}
  113. minutes-until-long[zero] = 现在
  114. minutes-until-long[one] = 1 分钟内
  115. minutes-until-long[two] = 剩{{value}}分钟
  116. minutes-until-long[few] = 剩{{value}}分钟
  117. minutes-until-long[many] = 剩{{value}}分钟
  118. minutes-until-long[other] = 剩{{value}}分钟
  119. hours-until-long={[ plural(value) ]}
  120. hours-until-long[zero] = 现在
  121. hours-until-long[one] = 1 小时内
  122. hours-until-long[two] = 剩{{value}}小时
  123. hours-until-long[few] = 剩{{value}}小时
  124. hours-until-long[many] = 剩{{value}}小时
  125. hours-until-long[other] = 剩{{value}}小时
  126. days-until-long={[ plural(value) ]}
  127. days-until-long[zero] = 今天
  128. days-until-long[one] = 明天
  129. days-until-long[two] = 剩{{value}}天
  130. days-until-long[few] = 剩{{value}}天
  131. days-until-long[many] = 剩{{value}}天
  132. days-until-long[other] = 剩{{value}}天
  133. weeks-until-long={[ plural(value) ]}
  134. weeks-until-long[zero] = 本周
  135. weeks-until-long[one] = 下周
  136. weeks-until-long[two] = 剩{{value}}周
  137. weeks-until-long[few] = 剩{{value}}周
  138. weeks-until-long[many] = 剩{{value}}周
  139. weeks-until-long[other] = 剩{{value}}周
  140. months-until-long={[ plural(value) ]}
  141. months-until-long[zero] = 本月
  142. months-until-long[one] = 下月
  143. months-until-long[two] = 剩{{value}}个月
  144. months-until-long[few] = 剩{{value}}个月
  145. months-until-long[many] = 剩{{value}}个月
  146. months-until-long[other] = 剩{{value}}个月
  147. years-until-long={[ plural(value) ]}
  148. years-until-long[zero] = 今年
  149. years-until-long[one] = 明年
  150. years-until-long[two] = 剩{{value}}年
  151. years-until-long[few] = 剩{{value}}年
  152. years-until-long[many] = 剩{{value}}年
  153. years-until-long[other] = 剩{{value}}年
  154. # Relative time ("pretty dates"), short variant
  155. # LOCALIZATION NOTE: the time unit should be as short as possible,
  156. # and the whole string should not exceed a length of ~10 latin characters.
  157. # LOCALIZATION NOTE: the prime (’) can be used to represent minutes for most
  158. # locales, but we use “m” instead for the English locale to prevent a possible
  159. # confusion (35’ ago ≠ 35 feet ago).
  160. minutes-ago-short={[ plural(value) ]}
  161. minutes-ago-short[zero] = 刚才
  162. minutes-ago-short[other] = {{value}} 分钟前
  163. hours-ago-short={[ plural(value) ]}
  164. hours-ago-short[zero] = 刚才
  165. hours-ago-short[other] = {{value}}小时前
  166. days-ago-short={[ plural(value) ]}
  167. days-ago-short[zero] = 今天
  168. days-ago-short[other] = {{value}} 天前
  169. minutes-until-short={[ plural(value) ]}
  170. minutes-until-short[zero] = 现在
  171. minutes-until-short[other] = 剩{{value}}分钟
  172. hours-until-short={[ plural(value) ]}
  173. hours-until-short[zero] = 现在
  174. hours-until-short[other] = 剩{{value}}小时
  175. days-until-short={[ plural(value) ]}
  176. days-until-short[zero] = 今天
  177. days-until-short[other] = 剩{{value}}天
  178. # Relative time ("pretty dates"), unexpected error
  179. incorrectDate = (日期不正确)
  180. # Date/Time format
  181. # see http://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html
  182. dateTimeFormat_%c = %Y 年 %b %e 日 %a %H:%M:%S
  183. dateTimeFormat_%x = %Y/%m/%d
  184. dateTimeFormat_%X = %H:%M:%S
  185. shortTimeFormat = %H:%M
  186. shortDateTimeFormat = %x %H:%M
  187. # Boolean to indicate if weekStarts on Monday (1) or Sunday (0).
  188. weekStartsOnMonday = 0
  189. # Localize “AM" and "PM" used in %p format for time
  190. time_am = 上午
  191. time_pm = 下午