diff -Nru django-recurrence-1.10.0/debian/changelog django-recurrence-1.10.2/debian/changelog --- django-recurrence-1.10.0/debian/changelog 2019-08-07 17:10:13.000000000 +0000 +++ django-recurrence-1.10.2/debian/changelog 2020-03-15 20:34:23.000000000 +0000 @@ -1,3 +1,17 @@ +django-recurrence (1.10.2-1) unstable; urgency=low + + [ Ondřej Nový ] + * Bump Standards-Version to 4.4.1. + + [ Michael Fladischer ] + * New upstream release. + * Bump Standards-Version to 4.5.0. + * Clean up .pytest_cache/CACHEDIR.TAG to allow two builds in a row. + * Set Rules-Requires-Root: no. + * Tell autodep8 to use the correct import name. + + -- Michael Fladischer Sun, 15 Mar 2020 21:34:23 +0100 + django-recurrence (1.10.0-2) unstable; urgency=medium * Team upload. diff -Nru django-recurrence-1.10.0/debian/clean django-recurrence-1.10.2/debian/clean --- django-recurrence-1.10.0/debian/clean 2019-08-07 17:10:13.000000000 +0000 +++ django-recurrence-1.10.2/debian/clean 2020-03-15 20:34:23.000000000 +0000 @@ -4,4 +4,5 @@ django_recurrence.egg-info/requires.txt .pytest_cache/v/cache/nodeids .pytest_cache/README.md +.pytest_cache/CACHEDIR.TAG .pytest_cache/v/cache/stepwise diff -Nru django-recurrence-1.10.0/debian/control django-recurrence-1.10.2/debian/control --- django-recurrence-1.10.0/debian/control 2019-08-07 17:10:13.000000000 +0000 +++ django-recurrence-1.10.2/debian/control 2020-03-15 20:34:23.000000000 +0000 @@ -14,11 +14,12 @@ python3-setuptools, python3-sphinx, python3-tz, -Standards-Version: 4.4.0 +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/python-team/modules/django-recurrence Vcs-Git: https://salsa.debian.org/python-team/modules/django-recurrence.git Homepage: https://github.com/django-recurrence/django-recurrence Testsuite: autopkgtest-pkg-python +Rules-Requires-Root: no Package: python-django-recurrence-doc Architecture: all diff -Nru django-recurrence-1.10.0/debian/tests/pkg-python/import-name django-recurrence-1.10.2/debian/tests/pkg-python/import-name --- django-recurrence-1.10.0/debian/tests/pkg-python/import-name 1970-01-01 00:00:00.000000000 +0000 +++ django-recurrence-1.10.2/debian/tests/pkg-python/import-name 2020-03-15 20:34:23.000000000 +0000 @@ -0,0 +1 @@ +recurrence diff -Nru django-recurrence-1.10.0/django_recurrence.egg-info/PKG-INFO django-recurrence-1.10.2/django_recurrence.egg-info/PKG-INFO --- django-recurrence-1.10.0/django_recurrence.egg-info/PKG-INFO 2019-07-10 05:31:02.000000000 +0000 +++ django-recurrence-1.10.2/django_recurrence.egg-info/PKG-INFO 2020-02-11 20:19:56.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: django-recurrence -Version: 1.10.0 +Version: 1.10.2 Summary: Django utility wrapping dateutil.rrule Home-page: https://github.com/django-recurrence/django-recurrence Author: Tamas Kemenczy diff -Nru django-recurrence-1.10.0/django_recurrence.egg-info/SOURCES.txt django-recurrence-1.10.2/django_recurrence.egg-info/SOURCES.txt --- django-recurrence-1.10.0/django_recurrence.egg-info/SOURCES.txt 2019-07-10 05:31:02.000000000 +0000 +++ django-recurrence-1.10.2/django_recurrence.egg-info/SOURCES.txt 2020-02-11 20:19:56.000000000 +0000 @@ -53,6 +53,10 @@ recurrence/locale/fr/LC_MESSAGES/django.po recurrence/locale/fr/LC_MESSAGES/djangojs.mo recurrence/locale/fr/LC_MESSAGES/djangojs.po +recurrence/locale/he/LC_MESSAGES/django.mo +recurrence/locale/he/LC_MESSAGES/django.po +recurrence/locale/he/LC_MESSAGES/djangojs.mo +recurrence/locale/he/LC_MESSAGES/djangojs.po recurrence/locale/nl/LC_MESSAGES/django.mo recurrence/locale/nl/LC_MESSAGES/django.po recurrence/locale/nl/LC_MESSAGES/djangojs.mo diff -Nru django-recurrence-1.10.0/docs/changelog.rst django-recurrence-1.10.2/docs/changelog.rst --- django-recurrence-1.10.0/docs/changelog.rst 2019-07-10 05:12:08.000000000 +0000 +++ django-recurrence-1.10.2/docs/changelog.rst 2020-02-11 20:18:30.000000000 +0000 @@ -1,6 +1,17 @@ Changelog ========= +1.10.2 +------ + +* Add Hebrew localisation (:issue:`159`). + +1.10.1 +------ + +* Update path to jQuery to match the one Django admin provides + (:issue:`148`). + 1.10.0 ------ diff -Nru django-recurrence-1.10.0/docs/conf.py django-recurrence-1.10.2/docs/conf.py --- django-recurrence-1.10.0/docs/conf.py 2019-07-10 05:12:48.000000000 +0000 +++ django-recurrence-1.10.2/docs/conf.py 2020-02-11 20:18:45.000000000 +0000 @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = "1.10.0" +version = "1.10.2" # The full version, including alpha/beta/rc tags. -release = "1.10.0" +release = "1.10.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff -Nru django-recurrence-1.10.0/docs/installation.rst django-recurrence-1.10.2/docs/installation.rst --- django-recurrence-1.10.0/docs/installation.rst 2019-07-10 05:13:48.000000000 +0000 +++ django-recurrence-1.10.2/docs/installation.rst 2019-07-17 05:58:34.000000000 +0000 @@ -43,25 +43,7 @@ ``en`` requires that django-recurrence's JavaScript can access the translation strings. This is handled with Django's built in ``javascript_catalog`` view, which you must install by adding the -following to your project ``urls.py`` file (the following will work -for versions of Django before 1.10): - -.. code-block:: python - - # Your normal URLs here... - - # If you already have a js_info_dict dictionary, just add - # 'recurrence' to the existing 'packages' tuple. - js_info_dict = { - 'packages': ('recurrence', ), - } - - # jsi18n can be anything you like here - urlpatterns += ( - (r'^jsi18n/$', 'django.views.i18n.javascript_catalog', js_info_dict), - ) - -For Django 1.10 and above, you'll need: +following to your project ``urls.py`` file: .. code-block:: python @@ -95,5 +77,5 @@ python manage.py collectstatic .. note:: - After collecting static files, you can use {{ form.media }} to + After collecting static files, you can use ``{{ form.media }}`` to include recurrence's static files within your templates. diff -Nru django-recurrence-1.10.0/docs/usage/getting_started.rst django-recurrence-1.10.2/docs/usage/getting_started.rst --- django-recurrence-1.10.0/docs/usage/getting_started.rst 2018-11-26 19:35:08.000000000 +0000 +++ django-recurrence-1.10.2/docs/usage/getting_started.rst 2019-07-17 06:00:59.000000000 +0000 @@ -39,17 +39,18 @@ class Meta: model = Course fields = ('title', 'recurrences',) - + .. note:: - Be sure to add {{ form.media }} to your template or statically link recurrence.css and recurrence.js. + Be sure to add ``{{ form.media }}`` to your template or + statically link recurrence.css and recurrence.js. .. code-block:: html - +
{% csrf_token %} {{ form.media }} {{ form }} -
+ diff -Nru django-recurrence-1.10.0/PKG-INFO django-recurrence-1.10.2/PKG-INFO --- django-recurrence-1.10.0/PKG-INFO 2019-07-10 05:31:02.000000000 +0000 +++ django-recurrence-1.10.2/PKG-INFO 2020-02-11 20:19:56.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: django-recurrence -Version: 1.10.0 +Version: 1.10.2 Summary: Django utility wrapping dateutil.rrule Home-page: https://github.com/django-recurrence/django-recurrence Author: Tamas Kemenczy diff -Nru django-recurrence-1.10.0/recurrence/forms.py django-recurrence-1.10.2/recurrence/forms.py --- django-recurrence-1.10.0/recurrence/forms.py 2019-07-10 05:10:01.000000000 +0000 +++ django-recurrence-1.10.2/recurrence/forms.py 2019-09-03 05:49:20.000000000 +0000 @@ -20,7 +20,7 @@ def get_media(self): extra = '' if settings.DEBUG else '.min' js = [ - 'vendor/jquery/jquery%s.js' % extra, + 'admin/js/vendor/jquery/jquery%s.js' % extra, 'admin/js/jquery.init.js', staticfiles_storage.url('recurrence/js/recurrence.js'), staticfiles_storage.url('recurrence/js/recurrence-widget.js'), Binary files /tmp/tmpr2tjjR/dDUraVE389/django-recurrence-1.10.0/recurrence/locale/he/LC_MESSAGES/djangojs.mo and /tmp/tmpr2tjjR/mS7oU0IRSY/django-recurrence-1.10.2/recurrence/locale/he/LC_MESSAGES/djangojs.mo differ diff -Nru django-recurrence-1.10.0/recurrence/locale/he/LC_MESSAGES/djangojs.po django-recurrence-1.10.2/recurrence/locale/he/LC_MESSAGES/djangojs.po --- django-recurrence-1.10.0/recurrence/locale/he/LC_MESSAGES/djangojs.po 1970-01-01 00:00:00.000000000 +0000 +++ django-recurrence-1.10.2/recurrence/locale/he/LC_MESSAGES/djangojs.po 2020-02-11 20:17:06.000000000 +0000 @@ -0,0 +1,519 @@ +# Hebrew translation +# This file is distributed under the same license as the PACKAGE package. +# Ben Lewis , 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-11 20:24+0300\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: static/recurrence/js/recurrence-widget.js:1774 +msgid "including" +msgstr "כולל" + +#: static/recurrence/js/recurrence-widget.js:1774 +msgid "excluding" +msgstr "לא כולל" + +#: static/recurrence/js/recurrence-widget.js:1778 +msgid "Frequency" +msgstr "תדירות" + +#: static/recurrence/js/recurrence-widget.js:1779 +msgid "On the" +msgstr "על ה" + +#: static/recurrence/js/recurrence-widget.js:1780 +msgid "Each" +msgstr "כל" + +#: static/recurrence/js/recurrence-widget.js:1781 +msgid "Every" +msgstr "כל" + +#: static/recurrence/js/recurrence-widget.js:1782 +msgid "Until" +msgstr "עד" + +#: static/recurrence/js/recurrence-widget.js:1783 +msgid "Occurs %(number)s time" +msgstr "קורא %(number)s פעם" + +#: static/recurrence/js/recurrence-widget.js:1784 +msgid "Occurs %(number)s times" +msgstr "קורא %(number)s פעמים" + +#: static/recurrence/js/recurrence-widget.js:1785 +msgid "Date" +msgstr "תאריך" + +#: static/recurrence/js/recurrence-widget.js:1786 +msgid "Time" +msgstr "שעה" + +#: static/recurrence/js/recurrence-widget.js:1787 +msgid "Repeat until" +msgstr "חוזר עד" + +#: static/recurrence/js/recurrence-widget.js:1788 +msgid "Exclude these occurences" +msgstr "מחריג את הפעמים האלה" + +#: static/recurrence/js/recurrence-widget.js:1789 +msgid "Exclude this date" +msgstr "מרחיג את התאריך הזה" + +#: static/recurrence/js/recurrence-widget.js:1790 +msgid "Add rule" +msgstr "הוסיף חוק" + +#: static/recurrence/js/recurrence-widget.js:1791 +msgid "Add date" +msgstr "הוסיף תאריך" + +#: static/recurrence/js/recurrence-widget.js:1792 +msgid "Remove" +msgstr "מסיר" + +#: static/recurrence/js/recurrence-widget.js:1793 +msgid "Calendar" +msgstr "לוח שנה" + +#: static/recurrence/js/recurrence.js:1017 +msgid "midnight" +msgstr "חצות" + +#: static/recurrence/js/recurrence.js:1018 +msgid "noon" +msgstr "צהריים" + +#: static/recurrence/js/recurrence.js:1019 +msgid "on the %(items)s" +msgstr "בה%(item)s" + +#: static/recurrence/js/recurrence.js:1020 +msgid "every %(number)s %(freq)s" +msgstr "כל %(number)s %(freq)s" + +#: static/recurrence/js/recurrence.js:1021 +msgid "each %(items)s" +msgstr "כל %(items)s" + +#: static/recurrence/js/recurrence.js:1022 +msgid "occuring %(number)s time" +msgstr "קורה %(number)s פעם" + +#: static/recurrence/js/recurrence.js:1023 +msgid "occuring %(number)s times" +msgstr "קורה %(number)s פעמים" + +#: static/recurrence/js/recurrence.js:1024 +msgid "until %(date)s" +msgstr "עד %(date)s" + +#: static/recurrence/js/recurrence.js:1028 +msgid "year" +msgstr "שנה" + +#: static/recurrence/js/recurrence.js:1028 +msgid "month" +msgstr "חודש" + +#: static/recurrence/js/recurrence.js:1028 +msgid "week" +msgstr "שבוע" + +#: static/recurrence/js/recurrence.js:1028 +msgid "day" +msgstr "יום" + +#: static/recurrence/js/recurrence.js:1029 +msgid "hour" +msgstr "שעה" + +#: static/recurrence/js/recurrence.js:1029 +msgid "minute" +msgstr "דקה" + +#: static/recurrence/js/recurrence.js:1029 +msgid "second" +msgstr "שנייה" + +#: static/recurrence/js/recurrence.js:1032 +msgid "years" +msgstr "שנים" + +#: static/recurrence/js/recurrence.js:1032 +msgid "months" +msgstr "חודשים" + +#: static/recurrence/js/recurrence.js:1032 +msgid "weeks" +msgstr "שבועות" + +#: static/recurrence/js/recurrence.js:1032 +msgid "days" +msgstr "ימים" + +#: static/recurrence/js/recurrence.js:1033 +msgid "hours" +msgstr "שעות" + +#: static/recurrence/js/recurrence.js:1033 +msgid "minutes" +msgstr "דקות" + +#: static/recurrence/js/recurrence.js:1033 +msgid "seconds" +msgstr "שניות" + +#: static/recurrence/js/recurrence.js:1036 +msgid "annually" +msgstr "שנתי" + +#: static/recurrence/js/recurrence.js:1036 +msgid "monthly" +msgstr "חודשי" + +#: static/recurrence/js/recurrence.js:1036 +msgid "weekly" +msgstr "שבועי" + +#: static/recurrence/js/recurrence.js:1036 +msgid "daily" +msgstr "ימי" + +#: static/recurrence/js/recurrence.js:1037 +msgid "hourly" +msgstr "שעתי" + +#: static/recurrence/js/recurrence.js:1037 +msgid "minutely" +msgstr "דקתי" + +#: static/recurrence/js/recurrence.js:1037 +msgid "secondly" +msgstr "שנייתי" + +#: static/recurrence/js/recurrence.js:1040 +msgid "Monday" +msgstr "יום שני" + +#: static/recurrence/js/recurrence.js:1040 +msgid "Tuesday" +msgstr "יום שלישי" + +#: static/recurrence/js/recurrence.js:1040 +msgid "Wednesday" +msgstr "יום רביעי" + +#: static/recurrence/js/recurrence.js:1040 +msgid "Thursday" +msgstr "יום חמישי" + +#: static/recurrence/js/recurrence.js:1041 +msgid "Friday" +msgstr "יום שישי" + +#: static/recurrence/js/recurrence.js:1041 +msgid "Saturday" +msgstr "יום שבת" + +#: static/recurrence/js/recurrence.js:1041 +msgid "Sunday" +msgstr "יום ראשון" + +#: static/recurrence/js/recurrence.js:1044 +msgid "Mon" +msgstr "ב'" + +#: static/recurrence/js/recurrence.js:1044 +msgid "Tue" +msgstr "ג'" + +#: static/recurrence/js/recurrence.js:1044 +msgid "Wed" +msgstr "ד'" + +#: static/recurrence/js/recurrence.js:1044 +msgid "Thu" +msgstr "ה'" + +#: static/recurrence/js/recurrence.js:1045 +msgid "Fri" +msgstr "ו'" + +#: static/recurrence/js/recurrence.js:1045 +msgid "Sat" +msgstr "ש'" + +#: static/recurrence/js/recurrence.js:1045 +msgid "Sun" +msgstr "יום א'" + +#: static/recurrence/js/recurrence.js:1048 +msgctxt "Monday first letter" +msgid "M" +msgstr "ב" + +#: static/recurrence/js/recurrence.js:1049 +msgctxt "Tuesday first letter" +msgid "T" +msgstr "ג" + +#: static/recurrence/js/recurrence.js:1050 +msgctxt "Wednesday first letter" +msgid "W" +msgstr "ד" + +#: static/recurrence/js/recurrence.js:1051 +msgctxt "Thursday first letter" +msgid "T" +msgstr "ה" + +#: static/recurrence/js/recurrence.js:1052 +msgctxt "Friday first letter" +msgid "F" +msgstr "ו" + +#: static/recurrence/js/recurrence.js:1053 +msgctxt "Saturday first letter" +msgid "S" +msgstr "ש" + +#: static/recurrence/js/recurrence.js:1054 +msgctxt "Sunday first letter" +msgid "S" +msgstr "א" + +#: static/recurrence/js/recurrence.js:1057 +msgid "first %(weekday)s" +msgstr "%(weekday)s ראשון" + +#: static/recurrence/js/recurrence.js:1058 +msgid "second %(weekday)s" +msgstr "%(weekday)s שני" + +#: static/recurrence/js/recurrence.js:1059 +msgid "third %(weekday)s" +msgstr "%(weekday)s שלישי" + +#: static/recurrence/js/recurrence.js:1060 +msgid "fourth %(weekday)s" +msgstr "%(weekday)s רביעי" + +#: static/recurrence/js/recurrence.js:1061 +#: static/recurrence/js/recurrence.js:1070 +msgid "last %(weekday)s" +msgstr "%(weekday)s אחרון" + +#: static/recurrence/js/recurrence.js:1062 +msgid "second last %(weekday)s" +msgstr "%(weekday)s ראשון לפני אחרון" + +#: static/recurrence/js/recurrence.js:1063 +msgid "third last %(weekday)s" +msgstr "%(weekday)s שני לפני אחרון" + +#: static/recurrence/js/recurrence.js:1066 +msgid "1st %(weekday)s" +msgstr "%(weekday)s ראשון" + +#: static/recurrence/js/recurrence.js:1067 +msgid "2nd %(weekday)s" +msgstr "%(weekday)s שני" + +#: static/recurrence/js/recurrence.js:1068 +msgid "3rd %(weekday)s" +msgstr "%(weekday)s שלישי" + +#: static/recurrence/js/recurrence.js:1069 +msgid "4th %(weekday)s" +msgstr "%(weekday)s רביעי" + +#: static/recurrence/js/recurrence.js:1071 +msgid "2nd last %(weekday)s" +msgstr "%(weekday)s ראשון לפני אחרון" + +#: static/recurrence/js/recurrence.js:1072 +msgid "3rd last %(weekday)s" +msgstr "%(weekday)s שני לפני אחרון" + +#: static/recurrence/js/recurrence.js:1075 +#: static/recurrence/js/recurrence.js:1081 +msgid "last" +msgstr "אחרון" + +#: static/recurrence/js/recurrence.js:1076 +msgid "second last" +msgstr "ראשון לפני אחרון" + +#: static/recurrence/js/recurrence.js:1077 +msgid "third last" +msgstr "שני לפני אחרון" + +#: static/recurrence/js/recurrence.js:1078 +msgid "fourth last" +msgstr "שלישי לפני אחרון" + +#: static/recurrence/js/recurrence.js:1082 +msgid "2nd last" +msgstr "שני לפני אחרון" + +#: static/recurrence/js/recurrence.js:1083 +msgid "3rd last" +msgstr "שלישי לפני אחרון" + +#: static/recurrence/js/recurrence.js:1084 +msgid "4th last" +msgstr "רביעי לפני אחרון" + +#: static/recurrence/js/recurrence.js:1087 +msgid "January" +msgstr "ינואר" + +#: static/recurrence/js/recurrence.js:1087 +msgid "February" +msgstr "פברואר" + +#: static/recurrence/js/recurrence.js:1087 +#: static/recurrence/js/recurrence.js:1099 +msgid "March" +msgstr "מרץ" + +#: static/recurrence/js/recurrence.js:1088 +#: static/recurrence/js/recurrence.js:1100 +msgid "April" +msgstr "אפריל" + +#: static/recurrence/js/recurrence.js:1088 +#: static/recurrence/js/recurrence.js:1094 +#: static/recurrence/js/recurrence.js:1100 +msgctxt "month name" +msgid "May" +msgstr "מאי" + +#: static/recurrence/js/recurrence.js:1088 +#: static/recurrence/js/recurrence.js:1100 +msgid "June" +msgstr "יוני" + +#: static/recurrence/js/recurrence.js:1089 +#: static/recurrence/js/recurrence.js:1101 +msgid "July" +msgstr "יולי" + +#: static/recurrence/js/recurrence.js:1089 +msgid "August" +msgstr "אוגוסט" + +#: static/recurrence/js/recurrence.js:1089 +msgid "September" +msgstr "ספטמבר" + +#: static/recurrence/js/recurrence.js:1090 +msgid "October" +msgstr "אוקטובר" + +#: static/recurrence/js/recurrence.js:1090 +msgid "November" +msgstr "נובמבר" + +#: static/recurrence/js/recurrence.js:1090 +msgid "December" +msgstr "דצמבר" + +#: static/recurrence/js/recurrence.js:1093 +msgid "Jan" +msgstr "ינו" + +#: static/recurrence/js/recurrence.js:1093 +msgid "Feb" +msgstr "פבר" + +#: static/recurrence/js/recurrence.js:1093 +msgid "Mar" +msgstr "מרץ" + +#: static/recurrence/js/recurrence.js:1094 +msgid "Apr" +msgstr "אפר" + +#: static/recurrence/js/recurrence.js:1094 +msgid "Jun" +msgstr "יונ" + +#: static/recurrence/js/recurrence.js:1095 +msgid "Jul" +msgstr "יול" + +#: static/recurrence/js/recurrence.js:1095 +msgid "Aug" +msgstr "אוג" + +#: static/recurrence/js/recurrence.js:1095 +msgid "Sep" +msgstr "ספט" + +#: static/recurrence/js/recurrence.js:1096 +msgid "Oct" +msgstr "אוק" + +#: static/recurrence/js/recurrence.js:1096 +msgid "Nov" +msgstr "נוב" + +#: static/recurrence/js/recurrence.js:1096 +msgid "Dec" +msgstr "דצמ" + +#: static/recurrence/js/recurrence.js:1099 +msgid "Jan." +msgstr "ינו'" + +#: static/recurrence/js/recurrence.js:1099 +msgid "Feb." +msgstr "פבר'" + +#: static/recurrence/js/recurrence.js:1101 +msgid "Aug." +msgstr "אוג'" + +#: static/recurrence/js/recurrence.js:1101 +msgid "Sept." +msgstr "ספט'" + +#: static/recurrence/js/recurrence.js:1102 +msgid "Oct." +msgstr "אוק'" + +#: static/recurrence/js/recurrence.js:1102 +msgid "Nov." +msgstr "נוב'" + +#: static/recurrence/js/recurrence.js:1102 +msgid "Dec." +msgstr "דצמ'" + +#: static/recurrence/js/recurrence.js:1105 +msgid "a.m." +msgstr " " + +#: static/recurrence/js/recurrence.js:1105 +msgid "p.m." +msgstr "אחה\"צ" + +#: static/recurrence/js/recurrence.js:1106 +msgid "AM" +msgstr " " + +#: static/recurrence/js/recurrence.js:1106 +msgid "PM" +msgstr "אחה\"צ" + +#~ msgid "last day" +#~ msgstr "יום אחרון" Binary files /tmp/tmpr2tjjR/dDUraVE389/django-recurrence-1.10.0/recurrence/locale/he/LC_MESSAGES/django.mo and /tmp/tmpr2tjjR/mS7oU0IRSY/django-recurrence-1.10.2/recurrence/locale/he/LC_MESSAGES/django.mo differ diff -Nru django-recurrence-1.10.0/recurrence/locale/he/LC_MESSAGES/django.po django-recurrence-1.10.2/recurrence/locale/he/LC_MESSAGES/django.po --- django-recurrence-1.10.0/recurrence/locale/he/LC_MESSAGES/django.po 1970-01-01 00:00:00.000000000 +0000 +++ django-recurrence-1.10.2/recurrence/locale/he/LC_MESSAGES/django.po 2020-02-11 20:17:06.000000000 +0000 @@ -0,0 +1,402 @@ +# Hebrew translation +# This file is distributed under the same license as the PACKAGE package. +# Ben Lewis , 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-11 20:24+0300\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: recurrence/base.py:1111 +msgid "annually" +msgstr "שנתי" + +#: recurrence/base.py:1111 +msgid "monthly" +msgstr "חודשי" + +#: recurrence/base.py:1111 +msgid "weekly" +msgstr "שבועי" + +#: recurrence/base.py:1111 +msgid "daily" +msgstr "יומי" + +#: recurrence/base.py:1112 +msgid "hourly" +msgstr "שעתי" + +#: recurrence/base.py:1112 +msgid "minutely" +msgstr "דקתי" + +#: recurrence/base.py:1112 +msgid "secondly" +msgstr "שנייתי" + +#: recurrence/base.py:1115 +msgid "years" +msgstr "שנים" + +#: recurrence/base.py:1115 +msgid "months" +msgstr "חודשים" + +#: recurrence/base.py:1115 +msgid "weeks" +msgstr "שבועות" + +#: recurrence/base.py:1115 +msgid "days" +msgstr "ימים" + +#: recurrence/base.py:1116 +msgid "hours" +msgstr "שעות" + +#: recurrence/base.py:1116 +msgid "minutes" +msgstr "דקות" + +#: recurrence/base.py:1116 +msgid "seconds" +msgstr "שניות" + +#: recurrence/base.py:1121 +#, python-format +msgid "1st %(weekday)s" +msgstr "%(weekday)s ראשון לפני אחרון" + +#: recurrence/base.py:1122 +#, python-format +msgid "2nd %(weekday)s" +msgstr "%(weekday)s שני לפני אחרון" + +#: recurrence/base.py:1123 +#, python-format +msgid "3rd %(weekday)s" +msgstr "%(weekday)s שלוש לפני אחרון" + +#: recurrence/base.py:1124 recurrence/base.py:1150 +#, python-format +msgid "last %(weekday)s" +msgstr "%(weekday)s האחרון" + +#: recurrence/base.py:1125 +#, python-format +msgid "2nd last %(weekday)s" +msgstr "%(weekday)s שני לפני אחרון" + +#: recurrence/base.py:1126 +#, python-format +msgid "3rd last %(weekday)s" +msgstr "%(weekday)s שלישי לפני אחרון" + +#: recurrence/base.py:1129 recurrence/base.py:1155 +msgid "last" +msgstr "אחרון" + +#: recurrence/base.py:1130 +msgid "2nd last" +msgstr "שני לפני האחרון" + +#: recurrence/base.py:1131 +msgid "3rd last" +msgstr "שלישי לפני אחרון" + +#: recurrence/base.py:1132 +msgid "4th last" +msgstr "רביעי לפני אחרון" + +#: recurrence/base.py:1135 +msgid "Mon" +msgstr "ב'" + +#: recurrence/base.py:1135 +msgid "Tue" +msgstr "ג'" + +#: recurrence/base.py:1135 +msgid "Wed" +msgstr "ד'" + +#: recurrence/base.py:1136 +msgid "Thu" +msgstr "ה'" + +#: recurrence/base.py:1136 +msgid "Fri" +msgstr "ו'" + +#: recurrence/base.py:1136 +msgid "Sat" +msgstr "ש'" + +#: recurrence/base.py:1136 +msgid "Sun" +msgstr "א'" + +#: recurrence/base.py:1139 +msgid "Jan" +msgstr "ינו'" + +#: recurrence/base.py:1139 +msgid "Feb" +msgstr "פב'" + +#: recurrence/base.py:1139 +msgid "Mar" +msgstr "מרץ" + +#: recurrence/base.py:1139 +msgid "Apr" +msgstr "אפר'" + +#: recurrence/base.py:1140 +msgid "Jun" +msgstr "יונ" + +#: recurrence/base.py:1140 +msgid "Jul" +msgstr "יול'" + +#: recurrence/base.py:1140 +msgid "Aug" +msgstr "אוג'" + +#: recurrence/base.py:1141 +msgid "Sep" +msgstr "ספט'" + +#: recurrence/base.py:1141 +msgid "Oct" +msgstr "אוק'" + +#: recurrence/base.py:1141 +msgid "Nov" +msgstr "נוב'" + +#: recurrence/base.py:1141 +msgid "Dec" +msgstr "דצמ'" + +#: recurrence/base.py:1146 +#, python-format +msgid "first %(weekday)s" +msgstr "%(weekday)s ראשון" + +#: recurrence/base.py:1147 +#, python-format +msgid "second %(weekday)s" +msgstr "%(weekday)s שני" + +#: recurrence/base.py:1148 +#, python-format +msgid "third %(weekday)s" +msgstr "%(weekday)s שלישי" + +#: recurrence/base.py:1149 +#, python-format +msgid "fourth %(weekday)s" +msgstr "%(weekday)s רביעי" + +#: recurrence/base.py:1151 +#, python-format +msgid "second last %(weekday)s" +msgstr "%(weekday)s שני לפני אחרון" + +#: recurrence/base.py:1152 +#, python-format +msgid "third last %(weekday)s" +msgstr "%(weekday)s שלישי לפני אחרון" + +#: recurrence/base.py:1156 +msgid "second last" +msgstr "שני לפני אחרון" + +#: recurrence/base.py:1157 +msgid "third last" +msgstr "שלישי לפני אחרון" + +#: recurrence/base.py:1158 +msgid "fourth last" +msgstr "רביעי לפני אחרון" + +#: recurrence/base.py:1161 recurrence/choices.py:17 +msgid "Monday" +msgstr "יום שני" + +#: recurrence/base.py:1161 recurrence/choices.py:18 +msgid "Tuesday" +msgstr "יום שלישי" + +#: recurrence/base.py:1161 recurrence/choices.py:19 +msgid "Wednesday" +msgstr "יום רביעי" + +#: recurrence/base.py:1162 recurrence/choices.py:20 +msgid "Thursday" +msgstr "יום חמישי" + +#: recurrence/base.py:1162 recurrence/choices.py:21 +msgid "Friday" +msgstr "יום שישי" + +#: recurrence/base.py:1162 recurrence/choices.py:22 +msgid "Saturday" +msgstr "יום שבת" + +#: recurrence/base.py:1162 recurrence/choices.py:23 +msgid "Sunday" +msgstr "יום ראשון" + +#: recurrence/base.py:1165 recurrence/choices.py:27 +msgid "January" +msgstr "ינואר" + +#: recurrence/base.py:1165 recurrence/choices.py:28 +msgid "February" +msgstr "פברואר" + +#: recurrence/base.py:1165 recurrence/choices.py:29 +msgid "March" +msgstr "מרץ" + +#: recurrence/base.py:1165 recurrence/choices.py:30 +msgid "April" +msgstr "אפריל" + +#: recurrence/base.py:1166 recurrence/choices.py:32 +msgid "June" +msgstr "יוני" + +#: recurrence/base.py:1166 recurrence/choices.py:33 +msgid "July" +msgstr "יולי" + +#: recurrence/base.py:1166 recurrence/choices.py:34 +msgid "August" +msgstr "אוגוסט" + +#: recurrence/base.py:1167 recurrence/choices.py:35 +msgid "September" +msgstr "ספטמבר" + +#: recurrence/base.py:1167 recurrence/choices.py:36 +msgid "October" +msgstr "אוקטובר" + +#: recurrence/base.py:1167 recurrence/choices.py:37 +msgid "November" +msgstr "נובמבר" + +#: recurrence/base.py:1167 recurrence/choices.py:38 +msgid "December" +msgstr "דצמבר" + +#: recurrence/base.py:1185 recurrence/base.py:1202 recurrence/base.py:1213 +#: recurrence/base.py:1226 recurrence/base.py:1244 +msgid ", " +msgstr ", " + +#: recurrence/base.py:1191 +#, python-format +msgid "every %(number)s %(freq)s" +msgstr "כל %(number)s %(freq)s" + +#: recurrence/base.py:1205 recurrence/base.py:1229 +#, python-format +msgid "each %(items)s" +msgstr "כל %(items)s" + +#: recurrence/base.py:1208 recurrence/base.py:1217 recurrence/base.py:1221 +#, python-format +msgid "on the %(items)s" +msgstr "בה%(items)s" + +#: recurrence/base.py:1236 +msgid "occuring once" +msgstr "מקרה חד פעמי" + +#: recurrence/base.py:1238 +#, python-format +msgid "occuring %(number)s times" +msgstr "מקרה %(number)s פעמים" + +#: recurrence/base.py:1241 +#, python-format +msgid "until %(date)s" +msgstr "עד %(date)s" + +#: recurrence/choices.py:7 +msgid "Secondly" +msgstr "שנית" + +#: recurrence/choices.py:8 +msgid "Minutely" +msgstr "מדי דקה" + +#: recurrence/choices.py:9 +msgid "Hourly" +msgstr "מדי שעה" + +#: recurrence/choices.py:10 +msgid "Daily" +msgstr "מדי יום" + +#: recurrence/choices.py:11 +msgid "Weekly" +msgstr "מדי שבוע" + +#: recurrence/choices.py:12 +msgid "Monthly" +msgstr "מדי חודש" + +#: recurrence/choices.py:13 +msgid "Yearly" +msgstr "מדי שנה" + +#: recurrence/choices.py:31 +msgid "May" +msgstr "מאי" + +#: recurrence/choices.py:44 +msgid "Inclusion" +msgstr "הכללה" + +#: recurrence/choices.py:45 +msgid "Exclusion" +msgstr "החרגה" + +#: recurrence/forms.py:52 +msgid "Invalid frequency." +msgstr "תדירות לא ולידי." + +#: recurrence/forms.py:54 +#, python-format +msgid "Max rules exceeded. The limit is %(limit)s" +msgstr "כמות מקסימלית של חוקים עברה. המגבלה היא %(limit)s" + +#: recurrence/forms.py:56 +#, python-format +msgid "Max exclusion rules exceeded. The limit is %(limit)s" +msgstr "כמות מקסימלי של חוקים החרגים עברה. המגבלה היא %(limit)s" + +#: recurrence/forms.py:58 +#, python-format +msgid "Max dates exceeded. The limit is %(limit)s" +msgstr "כמות התאריכים עברה. המגבלה היא %(limit)s" + +#: recurrence/forms.py:60 +#, python-format +msgid "Max exclusion dates exceeded. The limit is %(limit)s" +msgstr "כמות התאריכים החרגים עברה. המגבלה היא %(limit)s" + +#: recurrence/forms.py:62 +msgid "This field is required. Set either a recurrence rule or date." +msgstr "השדה הזאת נדרש. קבע או חוק חזרות או תאריך חזרות." diff -Nru django-recurrence-1.10.0/setup.py django-recurrence-1.10.2/setup.py --- django-recurrence-1.10.0/setup.py 2019-07-10 05:30:52.000000000 +0000 +++ django-recurrence-1.10.2/setup.py 2020-02-11 20:18:36.000000000 +0000 @@ -25,7 +25,7 @@ setup( name="django-recurrence", - version="1.10.0", + version="1.10.2", license="BSD", description="Django utility wrapping dateutil.rrule", long_description=long_description,