date.ast.properties 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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 = domingu
  19. weekday-1-long = llunes
  20. weekday-2-long = martes
  21. weekday-3-long = miércoles
  22. weekday-4-long = xueves
  23. weekday-5-long = vienres
  24. weekday-6-long = sábadu
  25. weekday-0-short = dom.
  26. weekday-1-short = llu.
  27. weekday-2-short = mar.
  28. weekday-3-short = mié.
  29. weekday-4-short = xue.
  30. weekday-5-short = vie.
  31. weekday-6-short = sáb.
  32. # Month names
  33. month-0-long = xineru
  34. month-1-long = febreru
  35. month-2-long = marzu
  36. month-3-long = abril
  37. month-4-long = mayu
  38. month-5-long = xunu
  39. month-6-long = xunetu
  40. month-7-long = agostu
  41. month-8-long = setiembre
  42. month-9-long = ochobre
  43. month-10-long = payares
  44. month-11-long = avientu
  45. month-0-genitive = de xineru
  46. month-1-genitive = de febreru
  47. month-2-genitive = de marzu
  48. month-3-genitive = d'abril
  49. month-4-genitive = de mayu
  50. month-5-genitive = de xunu
  51. month-6-genitive = de xunetu
  52. month-7-genitive = d'agostu
  53. month-8-genitive = de setiembre
  54. month-9-genitive = d'ochobre
  55. month-10-genitive = de payares
  56. month-11-genitive = d'avientu
  57. month-0-short = xin.
  58. month-1-short = feb.
  59. month-2-short = mzu.
  60. month-3-short = abr.
  61. month-4-short = myu.
  62. month-5-short = xun.
  63. month-6-short = xnt.
  64. month-7-short = ago.
  65. month-8-short = set.
  66. month-9-short = och.
  67. month-10-short = pay.
  68. month-11-short = avi.
  69. # Relative time ("pretty dates"), normal/long variant
  70. minutesAgo-long={[ plural(m) ]}
  71. minutesAgo-long[zero] = agora mesmo
  72. minutesAgo-long[one] = fai un minutu
  73. minutesAgo-long[two] = fai {{m}} minutos
  74. minutesAgo-long[few] = fai {{m}} minutos
  75. minutesAgo-long[many] = fai {{m}} minutos
  76. minutesAgo-long[other] = fai {{m}} minutos
  77. hoursAgo-long={[ plural(h) ]}
  78. hoursAgo-long[zero] = agora mesmo
  79. hoursAgo-long[one] = fai una hora
  80. hoursAgo-long[two] = fai {{h}} hores
  81. hoursAgo-long[few] = fai {{h}} hores
  82. hoursAgo-long[many] = fai {{h}} hores
  83. hoursAgo-long[other] = fai {{h}} hores
  84. daysAgo-long={[ plural(d) ]}
  85. daysAgo-long[zero] = güei
  86. daysAgo-long[one] = ayeri
  87. daysAgo-long[two] = fai {{d}} díes
  88. daysAgo-long[few] = fai {{d}} díes
  89. daysAgo-long[many] = fai {{d}} díes
  90. daysAgo-long[other] = fai {{d}} díes
  91. inMinutes-long={[ plural(m) ]}
  92. inMinutes-long[zero] = agora
  93. inMinutes-long[one] = nun minutu
  94. inMinutes-long[two] = en {{m}} minutos
  95. inMinutes-long[few] = en {{m}} minutos
  96. inMinutes-long[many] = en {{m}} minutos
  97. inMinutes-long[other] = en {{m}} minutos
  98. inHours-long={[ plural(h) ]}
  99. inHours-long[zero] = agora
  100. inHours-long[one] = nuna hora
  101. inHours-long[two] = en {{h}} hores
  102. inHours-long[few] = en {{h}} hores
  103. inHours-long[many] = en {{h}} hores
  104. inHours-long[other] = en {{h}} hores
  105. inDays-long={[ plural(d) ]}
  106. inDays-long[zero] = güei
  107. inDays-long[one] = mañana
  108. inDays-long[two] = en {{d}} díes
  109. inDays-long[few] = en {{d}} díes
  110. inDays-long[many] = en {{d}} díes
  111. inDays-long[other] = en {{d}} díes
  112. # Relative time ("pretty dates"), short variant
  113. # LOCALIZATION NOTE: the time unit should be as short as possible,
  114. # and the whole string should not exceed a length of ~10 latin characters.
  115. # LOCALIZATION NOTE: the prime (’) can be used to represent minutes for most
  116. # locales, but we use “m” instead for the English locale to prevent a possible
  117. # confusion (35’ ago ≠ 35 feet ago).
  118. minutesAgo-short={[ plural(m) ]}
  119. minutesAgo-short[zero] = agora mesmo
  120. minutesAgo-short[other] = fai {{m}} min
  121. hoursAgo-short={[ plural(h) ]}
  122. hoursAgo-short[zero] = agora mesmo
  123. hoursAgo-short[other] = fai {{h}} h
  124. daysAgo-short={[ plural(d) ]}
  125. daysAgo-short[zero] = güei
  126. daysAgo-short[other] = fai {{d}} d
  127. inMinutes-short={[ plural(m) ]}
  128. inMinutes-short[zero] = agora
  129. inMinutes-short[other] = en {{m}} min
  130. inHours-short={[ plural(h) ]}
  131. inHours-short[zero] = agora
  132. inHours-short[other] = en {{h}} h
  133. inDays-short={[ plural(d) ]}
  134. inDays-short[zero] = güei
  135. inDays-short[other] = en {{d}} d
  136. # Relative time ("pretty dates"), unexpected error
  137. incorrectDate = (data incorreuta)
  138. # Date/Time format
  139. # see http://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html
  140. dateTimeFormat_%c = %a, %e de %b, %Y %H:%M:%S
  141. dateTimeFormat_%x = %d/%m/%Y
  142. dateTimeFormat_%X = %H:%M:%S
  143. shortTimeFormat = %H:%M
  144. shortDateTimeFormat = %x %H:%M %p
  145. # Boolean to indicate if weekStarts on Monday (1) or Sunday (0).
  146. weekStartsOnMonday = 1