aa-bulletin-board 2.2.0__tar.gz → 2.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/PKG-INFO +5 -8
  2. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/README.md +3 -6
  3. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/__init__.py +1 -1
  4. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/forms.py +0 -2
  5. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/cs_CZ/LC_MESSAGES/django.po +5 -5
  6. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/de/LC_MESSAGES/django.po +5 -5
  7. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/django.pot +3 -3
  8. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/es/LC_MESSAGES/django.po +7 -7
  9. aa_bulletin_board-2.2.2/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  10. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +8 -9
  11. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +5 -5
  12. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +7 -6
  13. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +5 -5
  14. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/nl_NL/LC_MESSAGES/django.po +5 -5
  15. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +5 -5
  16. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +5 -5
  17. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +5 -5
  18. aa_bulletin_board-2.2.2/aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
  19. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +11 -9
  20. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +5 -4
  21. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/pyproject.toml +1 -1
  22. aa_bulletin_board-2.2.0/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  23. aa_bulletin_board-2.2.0/aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
  24. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/.gitignore +0 -0
  25. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/LICENSE +0 -0
  26. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/apps.py +0 -0
  27. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/auth_hooks.py +0 -0
  28. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/helpers.py +0 -0
  29. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  30. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
  31. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/es/LC_MESSAGES/django.mo +0 -0
  32. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  33. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
  34. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  35. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  36. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  37. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
  38. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/sk/LC_MESSAGES/django.mo +0 -0
  39. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  40. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/managers.py +0 -0
  41. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/migrations/0001_initial.py +0 -0
  42. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/migrations/0002_alter_bulletin_slug.py +0 -0
  43. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/migrations/0003_group_restrictions.py +0 -0
  44. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/migrations/0004_model_translation.py +0 -0
  45. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/migrations/0005_alter_general_options.py +0 -0
  46. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/migrations/0006_switch_to_ckeditor_5.py +0 -0
  47. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/migrations/__init__.py +0 -0
  48. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/models.py +0 -0
  49. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css +0 -0
  50. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css +0 -0
  51. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map +0 -0
  52. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.js +0 -0
  53. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js +0 -0
  54. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js.map +0 -0
  55. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js +0 -0
  56. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js +0 -0
  57. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map +0 -0
  58. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/jquery.sumoselect.js +0 -0
  59. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/jquery.sumoselect.min.js +0 -0
  60. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/sumoselect.min.css +0 -0
  61. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/base.html +0 -0
  62. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/bulletin.html +0 -0
  63. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-css.html +0 -0
  64. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-equal-height-js.html +0 -0
  65. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-oembed-js.html +0 -0
  66. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-css.html +0 -0
  67. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-js.html +0 -0
  68. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-css.html +0 -0
  69. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-js.html +0 -0
  70. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/dashboard.html +0 -0
  71. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html +0 -0
  72. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html +0 -0
  73. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html +0 -0
  74. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templates/aa_bulletin_board/partials/header/page-header.html +0 -0
  75. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templatetags/__init__.py +0 -0
  76. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/templatetags/aa_bulletin_board.py +0 -0
  77. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/tests/__init__.py +0 -0
  78. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/tests/test_access.py +0 -0
  79. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/tests/test_auth_hooks.py +0 -0
  80. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/tests/test_bulletins.py +0 -0
  81. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/tests/test_templatetags.py +0 -0
  82. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/tests/test_user_interface.py +0 -0
  83. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/tests/utils.py +0 -0
  84. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/urls.py +0 -0
  85. {aa_bulletin_board-2.2.0 → aa_bulletin_board-2.2.2}/aa_bulletin_board/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aa-bulletin-board
3
- Version: 2.2.0
3
+ Version: 2.2.2
4
4
  Summary: A simple bulletin board for Alliance Auth
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-bulletin-board/blob/master/CHANGELOG.md
6
6
  Project-URL: Documentation, https://github.com/ppfeufer/aa-bulletin-board/blob/master/README.md
@@ -701,7 +701,7 @@ Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
701
701
  Requires-Python: >=3.10
702
702
  Requires-Dist: allianceauth-app-utils>=1.19.1
703
703
  Requires-Dist: allianceauth<5,>=4.3.1
704
- Requires-Dist: django-ckeditor-5>=0.2.11
704
+ Requires-Dist: django-ckeditor-5>=0.2.14
705
705
  Requires-Dist: unidecode
706
706
  Provides-Extra: tests-allianceauth-latest
707
707
  Requires-Dist: coverage; extra == 'tests-allianceauth-latest'
@@ -809,12 +809,9 @@ INSTALLED_APPS += [
809
809
  # Django CKEditor 5 Configuration
810
810
  if "django_ckeditor_5" in INSTALLED_APPS:
811
811
  # CKEditor 5 File Upload Configuration
812
- # Permissions not yet implemented by Django CKEditor 5, but it's coming …
813
- # CKEDITOR_5_FILE_UPLOAD_PERMISSION = (
814
- # "authenticated" # Possible values: "staff", "authenticated", "any"
815
- # )
816
- # Add more image upload file types if needed
817
- CKEDITOR_5_UPLOAD_FILE_TYPES = ["jpg", "jpeg", "png", "gif", "bmp", "webp", "tiff"]
812
+ CKEDITOR_5_FILE_UPLOAD_PERMISSION = (
813
+ "authenticated" # Possible values: "staff", "authenticated", "any"
814
+ )
818
815
 
819
816
  MEDIA_URL = "/media/uploads/"
820
817
  MEDIA_ROOT = "/var/www/myauth/media/uploads"
@@ -98,12 +98,9 @@ INSTALLED_APPS += [
98
98
  # Django CKEditor 5 Configuration
99
99
  if "django_ckeditor_5" in INSTALLED_APPS:
100
100
  # CKEditor 5 File Upload Configuration
101
- # Permissions not yet implemented by Django CKEditor 5, but it's coming …
102
- # CKEDITOR_5_FILE_UPLOAD_PERMISSION = (
103
- # "authenticated" # Possible values: "staff", "authenticated", "any"
104
- # )
105
- # Add more image upload file types if needed
106
- CKEDITOR_5_UPLOAD_FILE_TYPES = ["jpg", "jpeg", "png", "gif", "bmp", "webp", "tiff"]
101
+ CKEDITOR_5_FILE_UPLOAD_PERMISSION = (
102
+ "authenticated" # Possible values: "staff", "authenticated", "any"
103
+ )
107
104
 
108
105
  MEDIA_URL = "/media/uploads/"
109
106
  MEDIA_ROOT = "/var/www/myauth/media/uploads"
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.2.0"
8
+ __version__ = "2.2.2"
9
9
  __title__ = _("Bulletin Board")
@@ -56,8 +56,6 @@ class BulletinForm(ModelForm):
56
56
  Form for bulletins
57
57
  """
58
58
 
59
- title = forms.CharField()
60
-
61
59
  groups = SpecialModelMultipleChoiceField(
62
60
  required=False,
63
61
  queryset=Group.objects.all(),
@@ -6,11 +6,11 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-03-20 17:29+0100\n"
9
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
10
10
  "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
11
  "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
12
- "Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
13
- "alliance-auth-apps/aa-bulletin-board/cs/>\n"
12
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
+ "apps/aa-bulletin-board/cs/>\n"
14
14
  "Language: cs_CZ\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,7 +33,7 @@ msgstr "Nástěnka"
33
33
  msgid "Bulletin Board v{__version__}"
34
34
  msgstr "Nástěnka v{__version__}"
35
35
 
36
- #: aa_bulletin_board/forms.py:65
36
+ #: aa_bulletin_board/forms.py:63
37
37
  msgid ""
38
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
39
  "place, everyone who has access to this module can read this bulletin."
@@ -41,7 +41,7 @@ msgstr ""
41
41
  "Omez nástěnku pro určité skupiny. Pokud nejsou nastavena žádná omezení, "
42
42
  "všichni s přístupem k tomuto modulu můžou číst tuto nástěnku."
43
43
 
44
- #: aa_bulletin_board/forms.py:112
44
+ #: aa_bulletin_board/forms.py:110
45
45
  msgid "You have forgotten the content!"
46
46
  msgstr "Zapomněl jsi obsah!"
47
47
 
@@ -6,11 +6,11 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
9
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
10
10
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: German <https://weblate.ppfeufer.de/projects/"
13
- "alliance-auth-apps/aa-bulletin-board/de/>\n"
12
+ "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
+ "apps/aa-bulletin-board/de/>\n"
14
14
  "Language: de\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -32,7 +32,7 @@ msgstr "Bulletin Board"
32
32
  msgid "Bulletin Board v{__version__}"
33
33
  msgstr "Bulletin Board v{__version__}"
34
34
 
35
- #: aa_bulletin_board/forms.py:65
35
+ #: aa_bulletin_board/forms.py:63
36
36
  msgid ""
37
37
  "Restrict this bulletin to certain groups. If no group restrictions are in "
38
38
  "place, everyone who has access to this module can read this bulletin."
@@ -41,7 +41,7 @@ msgstr ""
41
41
  "Gruppenbeschränkungen bestehen, kann jeder der Zugriff auf dieses Modul hat, "
42
42
  "dieses Bulletin lesen."
43
43
 
44
- #: aa_bulletin_board/forms.py:112
44
+ #: aa_bulletin_board/forms.py:110
45
45
  msgid "You have forgotten the content!"
46
46
  msgstr "Du hast den Inhalt vergessen!"
47
47
 
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-09-16 12:07+0200\n"
11
+ "POT-Creation-Date: 2024-10-13 02:35+0200\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32,13 +32,13 @@ msgstr ""
32
32
  msgid "Bulletin Board v{__version__}"
33
33
  msgstr ""
34
34
 
35
- #: aa_bulletin_board/forms.py:65
35
+ #: aa_bulletin_board/forms.py:63
36
36
  msgid ""
37
37
  "Restrict this bulletin to certain groups. If no group restrictions are in "
38
38
  "place, everyone who has access to this module can read this bulletin."
39
39
  msgstr ""
40
40
 
41
- #: aa_bulletin_board/forms.py:112
41
+ #: aa_bulletin_board/forms.py:110
42
42
  msgid "You have forgotten the content!"
43
43
  msgstr ""
44
44
 
@@ -8,12 +8,12 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
11
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
12
12
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
13
- "Last-Translator: Geovanny David Morales De la cruz <moralesgeovanny1996@gmail"
14
- ".com>\n"
15
- "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/"
16
- "alliance-auth-apps/aa-bulletin-board/es/>\n"
13
+ "Last-Translator: Geovanny David Morales De la cruz "
14
+ "<moralesgeovanny1996@gmail.com>\n"
15
+ "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
+ "apps/aa-bulletin-board/es/>\n"
17
17
  "Language: es\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -35,7 +35,7 @@ msgstr "Tablón de Anuncios"
35
35
  msgid "Bulletin Board v{__version__}"
36
36
  msgstr "Tablón de Anuncios v{__version__}"
37
37
 
38
- #: aa_bulletin_board/forms.py:65
38
+ #: aa_bulletin_board/forms.py:63
39
39
  msgid ""
40
40
  "Restrict this bulletin to certain groups. If no group restrictions are in "
41
41
  "place, everyone who has access to this module can read this bulletin."
@@ -43,7 +43,7 @@ msgstr ""
43
43
  "Restringir este anuncio a ciertos grupos. Si no existen restricciones de "
44
44
  "grupo, todos los que tengan acceso a este módulo pueden leer este anuncio."
45
45
 
46
- #: aa_bulletin_board/forms.py:112
46
+ #: aa_bulletin_board/forms.py:110
47
47
  msgid "You have forgotten the content!"
48
48
  msgstr ""
49
49
 
@@ -9,17 +9,17 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: PACKAGE VERSION\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
13
- "PO-Revision-Date: 2024-07-10 09:27+0000\n"
14
- "Last-Translator: Houbi_Houba <paul.lacape@live.fr>\n"
15
- "Language-Team: French <https://weblate.ppfeufer.de/projects/"
16
- "alliance-auth-apps/aa-bulletin-board/fr/>\n"
12
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
13
+ "PO-Revision-Date: 2024-10-04 18:10+0000\n"
14
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
15
+ "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
+ "apps/aa-bulletin-board/fr/>\n"
17
17
  "Language: fr_FR\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
20
20
  "Content-Transfer-Encoding: 8bit\n"
21
21
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
22
- "X-Generator: Weblate 5.6.2\n"
22
+ "X-Generator: Weblate 5.7.2\n"
23
23
 
24
24
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
25
25
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -35,7 +35,7 @@ msgstr "Tableau d'affichage"
35
35
  msgid "Bulletin Board v{__version__}"
36
36
  msgstr "Tableau d'affichage v{__version__}"
37
37
 
38
- #: aa_bulletin_board/forms.py:65
38
+ #: aa_bulletin_board/forms.py:63
39
39
  #, fuzzy
40
40
  msgid ""
41
41
  "Restrict this bulletin to certain groups. If no group restrictions are in "
@@ -44,12 +44,11 @@ msgstr ""
44
44
  "Restreignez ce bulletin à certains groupes. Si aucune restriction de groupe "
45
45
  "n'est en place, tous ceux qui ont accès à ce module peuvent lire ce bulletin."
46
46
 
47
- #: aa_bulletin_board/forms.py:112
47
+ #: aa_bulletin_board/forms.py:110
48
48
  msgid "You have forgotten the content!"
49
49
  msgstr "Vous avez oublié le contenu !"
50
50
 
51
51
  #: aa_bulletin_board/models.py:71
52
- #, fuzzy
53
52
  msgid "Can access this app"
54
53
  msgstr "Peut accéder à cette application"
55
54
 
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
10
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Italian <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-bulletin-board/it/>\n"
13
+ "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-bulletin-board/it/>\n"
15
15
  "Language: it_IT\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,13 +33,13 @@ msgstr ""
33
33
  msgid "Bulletin Board v{__version__}"
34
34
  msgstr ""
35
35
 
36
- #: aa_bulletin_board/forms.py:65
36
+ #: aa_bulletin_board/forms.py:63
37
37
  msgid ""
38
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
39
  "place, everyone who has access to this module can read this bulletin."
40
40
  msgstr ""
41
41
 
42
- #: aa_bulletin_board/forms.py:112
42
+ #: aa_bulletin_board/forms.py:110
43
43
  msgid "You have forgotten the content!"
44
44
  msgstr ""
45
45
 
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
10
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
11
11
  "PO-Revision-Date: 2024-08-05 10:10+0000\n"
12
12
  "Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
13
- "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-bulletin-board/ja/>\n"
13
+ "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-bulletin-board/ja/>\n"
15
15
  "Language: ja\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,14 +33,15 @@ msgstr "掲示板"
33
33
  msgid "Bulletin Board v{__version__}"
34
34
  msgstr "掲示板 v{__version__}"
35
35
 
36
- #: aa_bulletin_board/forms.py:65
36
+ #: aa_bulletin_board/forms.py:63
37
37
  msgid ""
38
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
39
  "place, everyone who has access to this module can read this bulletin."
40
- msgstr "この情報を特定のグループに制限する。グループ制限がない場合、このモジュールに"
40
+ msgstr ""
41
+ "この情報を特定のグループに制限する。グループ制限がない場合、このモジュールに"
41
42
  "アクセスできる全員がこの情報を読むことができます。"
42
43
 
43
- #: aa_bulletin_board/forms.py:112
44
+ #: aa_bulletin_board/forms.py:110
44
45
  msgid "You have forgotten the content!"
45
46
  msgstr "内容を忘れています!"
46
47
 
@@ -9,11 +9,11 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: PACKAGE VERSION\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
12
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
13
13
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
14
14
  "Last-Translator: Rodpold Shard <rodpold@gmail.com>\n"
15
- "Language-Team: Korean <https://weblate.ppfeufer.de/projects/"
16
- "alliance-auth-apps/aa-bulletin-board/ko/>\n"
15
+ "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
+ "apps/aa-bulletin-board/ko/>\n"
17
17
  "Language: ko_KR\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -35,7 +35,7 @@ msgstr "불레틴 보드"
35
35
  msgid "Bulletin Board v{__version__}"
36
36
  msgstr "불레틴 보드 v{__version__}"
37
37
 
38
- #: aa_bulletin_board/forms.py:65
38
+ #: aa_bulletin_board/forms.py:63
39
39
  msgid ""
40
40
  "Restrict this bulletin to certain groups. If no group restrictions are in "
41
41
  "place, everyone who has access to this module can read this bulletin."
@@ -43,7 +43,7 @@ msgstr ""
43
43
  "불레틴 보드의 항목을 그룹별로 열람을 제한할 수 있습니다. 그룹 제한이 없다면, "
44
44
  "모듈의 접근 권한이 있는 모든 사용자가 이 항목을 열람할 수 있습니다."
45
45
 
46
- #: aa_bulletin_board/forms.py:112
46
+ #: aa_bulletin_board/forms.py:110
47
47
  msgid "You have forgotten the content!"
48
48
  msgstr "내용을 잊어버리셨군요!"
49
49
 
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-03-20 17:29+0100\n"
10
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-bulletin-board/nl/>\n"
13
+ "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-bulletin-board/nl/>\n"
15
15
  "Language: nl_NL\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,13 +33,13 @@ msgstr ""
33
33
  msgid "Bulletin Board v{__version__}"
34
34
  msgstr ""
35
35
 
36
- #: aa_bulletin_board/forms.py:65
36
+ #: aa_bulletin_board/forms.py:63
37
37
  msgid ""
38
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
39
  "place, everyone who has access to this module can read this bulletin."
40
40
  msgstr ""
41
41
 
42
- #: aa_bulletin_board/forms.py:112
42
+ #: aa_bulletin_board/forms.py:110
43
43
  msgid "You have forgotten the content!"
44
44
  msgstr ""
45
45
 
@@ -6,11 +6,11 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-03-20 17:29+0100\n"
9
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
10
10
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: Polish <https://weblate.ppfeufer.de/projects/"
13
- "alliance-auth-apps/aa-bulletin-board/pl/>\n"
12
+ "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
+ "apps/aa-bulletin-board/pl/>\n"
14
14
  "Language: pl_PL\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,13 +33,13 @@ msgstr ""
33
33
  msgid "Bulletin Board v{__version__}"
34
34
  msgstr ""
35
35
 
36
- #: aa_bulletin_board/forms.py:65
36
+ #: aa_bulletin_board/forms.py:63
37
37
  msgid ""
38
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
39
  "place, everyone who has access to this module can read this bulletin."
40
40
  msgstr ""
41
41
 
42
- #: aa_bulletin_board/forms.py:112
42
+ #: aa_bulletin_board/forms.py:110
43
43
  msgid "You have forgotten the content!"
44
44
  msgstr ""
45
45
 
@@ -9,11 +9,11 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: PACKAGE VERSION\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
12
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
13
13
  "PO-Revision-Date: 2024-06-07 13:27+0000\n"
14
14
  "Last-Translator: Roycce_ <malyasov.roma@mail.ru>\n"
15
- "Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
16
- "alliance-auth-apps/aa-bulletin-board/ru/>\n"
15
+ "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
+ "apps/aa-bulletin-board/ru/>\n"
17
17
  "Language: ru\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -36,7 +36,7 @@ msgstr "Доска бюллетеней"
36
36
  msgid "Bulletin Board v{__version__}"
37
37
  msgstr "Доска бюллетеней v{__version__}"
38
38
 
39
- #: aa_bulletin_board/forms.py:65
39
+ #: aa_bulletin_board/forms.py:63
40
40
  msgid ""
41
41
  "Restrict this bulletin to certain groups. If no group restrictions are in "
42
42
  "place, everyone who has access to this module can read this bulletin."
@@ -44,7 +44,7 @@ msgstr ""
44
44
  "Ограничить доступ к бюллетеню для конкретных групп. Если ограничение не "
45
45
  "задано, у всех пользователей модуля есть доступ к бюллетеню."
46
46
 
47
- #: aa_bulletin_board/forms.py:112
47
+ #: aa_bulletin_board/forms.py:110
48
48
  msgid "You have forgotten the content!"
49
49
  msgstr "Вы забыли содержание!"
50
50
 
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-03-20 17:29+0100\n"
10
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-bulletin-board/sk/>\n"
13
+ "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-bulletin-board/sk/>\n"
15
15
  "Language: sk\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -34,13 +34,13 @@ msgstr ""
34
34
  msgid "Bulletin Board v{__version__}"
35
35
  msgstr ""
36
36
 
37
- #: aa_bulletin_board/forms.py:65
37
+ #: aa_bulletin_board/forms.py:63
38
38
  msgid ""
39
39
  "Restrict this bulletin to certain groups. If no group restrictions are in "
40
40
  "place, everyone who has access to this module can read this bulletin."
41
41
  msgstr ""
42
42
 
43
- #: aa_bulletin_board/forms.py:112
43
+ #: aa_bulletin_board/forms.py:110
44
44
  msgid "You have forgotten the content!"
45
45
  msgstr ""
46
46
 
@@ -8,18 +8,18 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
12
- "PO-Revision-Date: 2024-05-10 13:57+0000\n"
13
- "Last-Translator: Kristof <kristof@teh.ninja>\n"
14
- "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/"
15
- "alliance-auth-apps/aa-bulletin-board/uk/>\n"
11
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
12
+ "PO-Revision-Date: 2024-10-04 18:10+0000\n"
13
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
+ "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-"
15
+ "apps/aa-bulletin-board/uk/>\n"
16
16
  "Language: uk\n"
17
17
  "MIME-Version: 1.0\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
21
21
  "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
22
- "X-Generator: Weblate 5.5.3\n"
22
+ "X-Generator: Weblate 5.7.2\n"
23
23
 
24
24
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
25
25
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -35,7 +35,7 @@ msgstr "Дошка оголошень"
35
35
  msgid "Bulletin Board v{__version__}"
36
36
  msgstr "Дошка оголошень v{__version__}"
37
37
 
38
- #: aa_bulletin_board/forms.py:65
38
+ #: aa_bulletin_board/forms.py:63
39
39
  msgid ""
40
40
  "Restrict this bulletin to certain groups. If no group restrictions are in "
41
41
  "place, everyone who has access to this module can read this bulletin."
@@ -44,7 +44,7 @@ msgstr ""
44
44
  "групових обмежень, кожен, хто має доступ до цього модуля, зможе прочитати "
45
45
  "цей бюлетень."
46
46
 
47
- #: aa_bulletin_board/forms.py:112
47
+ #: aa_bulletin_board/forms.py:110
48
48
  msgid "You have forgotten the content!"
49
49
  msgstr ""
50
50
 
@@ -161,10 +161,12 @@ msgid ""
161
161
  "Do you want to help translate this app into your language or improve the "
162
162
  "existing translation?"
163
163
  msgstr ""
164
+ "Хочете допомогти перекласти цю програму вашою мовою чи покращити наявний "
165
+ "переклад?"
164
166
 
165
167
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
166
168
  msgid "Join our team of translators!"
167
- msgstr ""
169
+ msgstr "Приєднуйтесь до нашої команди перекладачів!"
168
170
 
169
171
  #: aa_bulletin_board/views.py:98
170
172
  #, python-brace-format
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: PACKAGE VERSION\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
13
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
14
14
  "PO-Revision-Date: 2024-05-28 16:27+0000\n"
15
15
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
16
16
  "Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/"
@@ -36,14 +36,15 @@ msgstr "公告栏"
36
36
  msgid "Bulletin Board v{__version__}"
37
37
  msgstr "公告栏v{__version__}"
38
38
 
39
- #: aa_bulletin_board/forms.py:65
39
+ #: aa_bulletin_board/forms.py:63
40
40
  msgid ""
41
41
  "Restrict this bulletin to certain groups. If no group restrictions are in "
42
42
  "place, everyone who has access to this module can read this bulletin."
43
- msgstr "限制此公告为特定组可阅读。如果没有设置组限制,每个访问此模块的人都可以阅读此"
43
+ msgstr ""
44
+ "限制此公告为特定组可阅读。如果没有设置组限制,每个访问此模块的人都可以阅读此"
44
45
  "公告。"
45
46
 
46
- #: aa_bulletin_board/forms.py:112
47
+ #: aa_bulletin_board/forms.py:110
47
48
  msgid "You have forgotten the content!"
48
49
  msgstr "你忘记了内容!"
49
50
 
@@ -39,7 +39,7 @@ dynamic = [
39
39
  dependencies = [
40
40
  "allianceauth<5,>=4.3.1",
41
41
  "allianceauth-app-utils>=1.19.1",
42
- "django-ckeditor-5>=0.2.11",
42
+ "django-ckeditor-5>=0.2.14",
43
43
  "unidecode",
44
44
  ]
45
45
  optional-dependencies.tests-allianceauth-latest = [