date.si.properties 9.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 = ඉරිදා
  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 = ජනවාරි
  34. month-1-long = පෙබරවාරි
  35. month-2-long = මාර්තු
  36. month-3-long = අප්‍රේල්
  37. month-4-long = මැයි
  38. month-5-long = ජූනි
  39. month-6-long = ජූලි
  40. month-7-long = අගෝස්තු
  41. month-8-long = සැප්තැම්බර්
  42. month-9-long = ඔක්තෝම්බර්
  43. month-10-long = නොවැම්බර්
  44. month-11-long = දෙසැම්බර්
  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 = ජන
  58. month-1-short = පෙබ
  59. month-2-short = මාර්තු
  60. month-3-short = අපේල්
  61. month-4-short = මැයි
  62. month-5-short = ජූනි
  63. month-6-short = ජූලි
  64. month-7-short = අගෝ
  65. month-8-short = සැප්
  66. month-9-short = ඔක්
  67. month-10-short = නොවැ
  68. month-11-short = දෙසැ
  69. # Relative time ("pretty dates"), normal/long variant
  70. minutes-ago-long={[ plural(value) ]}
  71. minutes-ago-long[zero] = මේ මොහොතේ
  72. minutes-ago-long[one] = මිනිත්තුවකට පෙර
  73. minutes-ago-long[two] = මිනිත්තු {{m}} කට පෙර
  74. minutes-ago-long[few] = මිනිත්තු {{m}} කට පෙර
  75. minutes-ago-long[many] = මිනිත්තු {{m}} කට පෙර
  76. minutes-ago-long[other] = මිනිත්තු {{m}} කට පෙර
  77. hours-ago-long={[ plural(value) ]}
  78. hours-ago-long[zero] = මේ මොහොතේ
  79. hours-ago-long[one] = පැයකට පෙර
  80. hours-ago-long[two] = මිනිත්තු {{m}} කට පෙර
  81. hours-ago-long[few] = මිනිත්තු {{m}} කට පෙර
  82. hours-ago-long[many] = මිනිත්තු {{m}} කට පෙර
  83. hours-ago-long[other] = මිනිත්තු {{m}} කට පෙර
  84. days-ago-long={[ plural(value) ]}
  85. days-ago-long[zero] = අද
  86. days-ago-long[one] = ඊයේ\u0020
  87. days-ago-long[two] = දින{{m}} කට පෙර
  88. days-ago-long[few] = දින {{m}} කට පෙර
  89. days-ago-long[many] = සති{{value}} කට පෙර
  90. days-ago-long[other] = දින {{m}} කට පෙර
  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] = සති {{m}} කට පෙර
  96. weeks-ago-long[many] = මිනිත්තු {{m}} කට පෙර
  97. weeks-ago-long[other] = මිනිත්තු {{m}} කට පෙර
  98. months-ago-long={[ plural(value) ]}
  99. months-ago-long[zero] = මෙම මස
  100. months-ago-long[one] = පසුගිය මාසය
  101. months-ago-long[two] = මිනිත්තු {{m}} කට පෙර
  102. months-ago-long[few] = මිනිත්තු {{m}} කට පෙර
  103. months-ago-long[many] = මිනිත්තු {{m}} කට පෙර
  104. months-ago-long[other] = වසර {{m}} කට පෙර
  105. years-ago-long={[ plural(value) ]}
  106. years-ago-long[zero] = මේ වසරේ
  107. years-ago-long[one] = පසුගිය වසර
  108. years-ago-long[two] = වසර {{m}} කට පෙර
  109. years-ago-long[few] = වසර {{m}} කට පෙර
  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] = මිනිත්තුවකින්
  115. minutes-until-long[two] = විනාඩි {{m}} කින්
  116. minutes-until-long[few] = විනාඩි {{value}} කින්
  117. minutes-until-long[many] = විනාඩි {{value}} කින්
  118. minutes-until-long[other] = විනාඩි {{m}} කින්
  119. hours-until-long={[ plural(value) ]}
  120. hours-until-long[zero] = දැන්
  121. hours-until-long[one] = පැයකින්
  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] = විනාඩි {{m}} කින්
  131. days-until-long[many] = විනාඩි {{m}} කින්
  132. days-until-long[other] = විනාඩි {{m}} කින්
  133. weeks-until-long={[ plural(value) ]}
  134. weeks-until-long[zero] = මේ සතියෙ
  135. weeks-until-long[one] = ලබන සතියෙ
  136. weeks-until-long[two] = විනාඩි {{m}} කින්
  137. weeks-until-long[few] = විනාඩි {{m}} කින්
  138. weeks-until-long[many] = විනාඩි {{m}} කින්
  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] = විනාඩි {{m}} කින්
  145. months-until-long[many] = විනාඩි {{m}} කින්
  146. months-until-long[other] = විනාඩි {{m}} කින්
  147. years-until-long={[ plural(value) ]}
  148. years-until-long[zero] = මේ වසරේ
  149. years-until-long[one] = මීළඟ වසර
  150. years-until-long[two] = වසර {{m}} කින්
  151. years-until-long[few] = වසර {{m}} කින්
  152. years-until-long[many] = වසර {{m}} කින්
  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 = %a %b %e %Y %I:%M:%S %p
  183. dateTimeFormat_%x = %m/%d/%Y
  184. dateTimeFormat_%X = %I:%M:%S %p
  185. shortTimeFormat = %I:%M %p
  186. shortDateTimeFormat = %x %I:%M %p
  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 = ප.ව.