date.he.properties 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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-short = ינו׳
  46. month-1-short = פבר׳
  47. month-2-short = מרץ
  48. month-3-short = אפר׳
  49. month-4-short = מאי
  50. month-5-short = יוני
  51. month-6-short = יולי
  52. month-7-short = אוג׳
  53. month-8-short = ספט׳
  54. month-9-short = אוק׳
  55. month-10-short = נוב׳
  56. month-11-short = דצמ׳
  57. # Relative time ("pretty dates")
  58. minutesAgo={[ plural(m) ]}
  59. minutesAgo[zero] = עכשיו
  60. minutesAgo[one] = לפני דקה
  61. minutesAgo[other] = לפני {{m}} דקות
  62. hoursAgo={[ plural(h) ]}
  63. hoursAgo[zero] = עכשיו
  64. hoursAgo[one] = לפני שעה
  65. hoursAgo[other] = לפני {{h}} שעות
  66. daysAgo={[ plural(d) ]}
  67. daysAgo[zero] = היום
  68. daysAgo[one] = אתמול
  69. daysAgo[other] = לפני {{d}} ימים
  70. inMinutes={[ plural(m) ]}
  71. inMinutes[zero] = עכשיו
  72. inMinutes[one] = בעוד דקה
  73. inMinutes[other] = בעוד {{m}} דקות
  74. inHours={[ plural(h) ]}
  75. inHours[zero] = עכשיו
  76. inHours[one] = בעוד שעה
  77. inHours[other] = בעוד {{h}} שעות
  78. inDays={[ plural(d) ]}
  79. inDays[zero] = היום
  80. inDays[one] = מחר
  81. inDays[other] = בעוד {{d}} ימים
  82. incorrectDate=(תאריך שגוי)
  83. # Date/Time format
  84. # see http://pubs.opengroup.org/onlinepubs/007908799/xsh/strftime.html
  85. dateTimeFormat_%c = יום %a, %e ב%B %Y %H:%M:%S
  86. dateTimeFormat_%x = %d.%m.%Y
  87. dateTimeFormat_%X = %H:%M:%S
  88. shortTimeFormat = %H:%M
  89. shortDateTimeFormat = %x %H:%M
  90. # Boolean to indicate if weekStarts on Monday (1) or Sunday (0).
  91. weekStartsOnMonday = 0