date.es.properties 7.0 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 = domingo
  19. weekday-1-long = lunes
  20. weekday-2-long = martes
  21. weekday-3-long = miércoles
  22. weekday-4-long = jueves
  23. weekday-5-long = viernes
  24. weekday-6-long = sábado
  25. weekday-0-short = do.
  26. weekday-1-short = lu.
  27. weekday-2-short = ma.
  28. weekday-3-short = mi.
  29. weekday-4-short = ju.
  30. weekday-5-short = vi.
  31. weekday-6-short = sá.
  32. # Month names
  33. month-0-long = enero
  34. month-1-long = febrero
  35. month-2-long = marzo
  36. month-3-long = abril
  37. month-4-long = mayo
  38. month-5-long = junio
  39. month-6-long = julio
  40. month-7-long = agosto
  41. month-8-long = septiembre
  42. month-9-long = octubre
  43. month-10-long = noviembre
  44. month-11-long = diciembre
  45. month-0-genitive = enero
  46. month-1-genitive = febrero
  47. month-2-genitive = marzo
  48. month-3-genitive = abril
  49. month-4-genitive = mayo
  50. month-5-genitive = junio
  51. month-6-genitive = julio
  52. month-7-genitive = agosto
  53. month-8-genitive = septiembre
  54. month-9-genitive = octubre
  55. month-10-genitive = noviembre
  56. month-11-genitive = diciembre
  57. month-0-short = ene.
  58. month-1-short = feb.
  59. month-2-short = mar.
  60. month-3-short = abr.
  61. month-4-short = may.
  62. month-5-short = jun.
  63. month-6-short = jul.
  64. month-7-short = ago.
  65. month-8-short = sep.
  66. month-9-short = oct.
  67. month-10-short = nov.
  68. month-11-short = dic.
  69. # Relative time ("pretty dates"), normal/long variant
  70. minutes-ago-long={[ plural(value) ]}
  71. minutes-ago-long[zero] = ahora
  72. minutes-ago-long[one] = hace un minuto
  73. minutes-ago-long[two] = hace {{value}} minutos
  74. minutes-ago-long[few] = hace {{value}} minutos
  75. minutes-ago-long[many] = hace {{value}} minutos
  76. minutes-ago-long[other] = hace {{value}} minutos
  77. hours-ago-long={[ plural(value) ]}
  78. hours-ago-long[zero] = ahora
  79. hours-ago-long[one] = hace una hora
  80. hours-ago-long[two] = hace {{value}} horas
  81. hours-ago-long[few] = hace {{value}} horas
  82. hours-ago-long[many] = hace {{value}} horas
  83. hours-ago-long[other] = hace {{value}} horas
  84. days-ago-long={[ plural(value) ]}
  85. days-ago-long[zero] = hoy
  86. days-ago-long[one] = ayer
  87. days-ago-long[two] = hace {{value}} días
  88. days-ago-long[few] = hace {{value}} días
  89. days-ago-long[many] = hace {{value}} días
  90. days-ago-long[other] = hace {{value}} días
  91. weeks-ago-long={[ plural(value) ]}
  92. weeks-ago-long[zero] = esta semana
  93. weeks-ago-long[one] = la semana pasada
  94. weeks-ago-long[two] = hace {{value}} semanas
  95. weeks-ago-long[few] = hace {{value}} semanas
  96. weeks-ago-long[many] = hace {{value}} semanas
  97. weeks-ago-long[other] = hace {{value}} semanas
  98. months-ago-long={[ plural(value) ]}
  99. months-ago-long[zero] = este mes
  100. months-ago-long[one] = el último mes
  101. months-ago-long[two] = hace {{value}} meses
  102. months-ago-long[few] = hace {{value}} meses
  103. months-ago-long[many] = hace {{value}} meses
  104. months-ago-long[other] = hace {{value}} meses
  105. years-ago-long={[ plural(value) ]}
  106. years-ago-long[zero] = este año
  107. years-ago-long[one] = último año
  108. years-ago-long[two] = hace {{value}} años
  109. years-ago-long[few] = hace {{value}} años
  110. years-ago-long[many] = hace {{value}} años
  111. years-ago-long[other] = hace {{value}} años
  112. minutes-until-long={[ plural(value) ]}
  113. minutes-until-long[zero] = ahora
  114. minutes-until-long[one] = en un minuto
  115. minutes-until-long[two] = en {{value}} minutos
  116. minutes-until-long[few] = en {{value}} minutos
  117. minutes-until-long[many] = en {{value}} minutos
  118. minutes-until-long[other] = en {{value}} minutos
  119. hours-until-long={[ plural(value) ]}
  120. hours-until-long[zero] = ahora
  121. hours-until-long[one] = en una hora
  122. hours-until-long[two] = en {{value}} horas
  123. hours-until-long[few] = en {{value}} horas
  124. hours-until-long[many] = en {{value}} horas
  125. hours-until-long[other] = en {{value}} horas
  126. days-until-long={[ plural(value) ]}
  127. days-until-long[zero] = hoy
  128. days-until-long[one] = mañana
  129. days-until-long[two] = en {{value}} días
  130. days-until-long[few] = en {{value}} días
  131. days-until-long[many] = en {{value}} días
  132. days-until-long[other] = en {{value}} días
  133. weeks-until-long={[ plural(value) ]}
  134. weeks-until-long[zero] = esta semana
  135. weeks-until-long[one] = la próxima semana
  136. weeks-until-long[two] = en {{value}} semanas
  137. weeks-until-long[few] = en {{value}} semanas
  138. weeks-until-long[many] = en {{value}} semanas
  139. weeks-until-long[other] = en {{value}} semanas
  140. months-until-long={[ plural(value) ]}
  141. months-until-long[zero] = este mes
  142. months-until-long[one] = próximo mes
  143. months-until-long[two] = en {{value}} meses
  144. months-until-long[few] = en {{value}} meses
  145. months-until-long[many] = en {{value}} meses
  146. months-until-long[other] = en {{value}} meses
  147. years-until-long={[ plural(value) ]}
  148. years-until-long[zero] = este año
  149. years-until-long[one] = próximo año
  150. years-until-long[two] = en {{value}} años
  151. years-until-long[few] = en {{value}} años
  152. years-until-long[many] = en {{value}} años
  153. years-until-long[other] = en {{value}} años
  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] = ahora
  162. minutes-ago-short[other] = hace {{value}} m
  163. hours-ago-short={[ plural(value) ]}
  164. hours-ago-short[zero] = ahora
  165. hours-ago-short[other] = hace {{value}} h
  166. days-ago-short={[ plural(value) ]}
  167. days-ago-short[zero] = hoy
  168. days-ago-short[other] = hace {{value}} d
  169. minutes-until-short={[ plural(value) ]}
  170. minutes-until-short[zero] = ahora
  171. minutes-until-short[other] = en {{value}} m
  172. hours-until-short={[ plural(value) ]}
  173. hours-until-short[zero] = ahora
  174. hours-until-short[other] = en {{value}} h
  175. days-until-short={[ plural(value) ]}
  176. days-until-short[zero] = hoy
  177. days-until-short[other] = en {{value}} d
  178. # Relative time ("pretty dates"), unexpected error
  179. incorrectDate = (fecha incorrecta)
  180. # Date/Time format
  181. # see http://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html
  182. dateTimeFormat_%c = %a, %e de %b, %Y %H:%M:%S
  183. dateTimeFormat_%x = %d/%m/%Y
  184. dateTimeFormat_%X = %H:%M:%S
  185. shortTimeFormat = %H:%M
  186. shortDateTimeFormat = %x %H:%M %p
  187. # Boolean to indicate if weekStarts on Monday (1) or Sunday (0).
  188. weekStartsOnMonday = 1
  189. # Localize “AM" and "PM" used in %p format for time
  190. time_am = AM
  191. time_pm = PM