aa-bulletin-board 2.1.0__tar.gz → 2.2.1__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 (86) hide show
  1. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/PKG-INFO +12 -12
  2. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/README.md +10 -10
  3. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/__init__.py +1 -1
  4. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/forms.py +0 -2
  5. {aa_bulletin_board-2.1.0/aa_bulletin_board/locale/cs → aa_bulletin_board-2.2.1/aa_bulletin_board/locale/cs_CZ}/LC_MESSAGES/django.po +6 -6
  6. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/de/LC_MESSAGES/django.po +5 -5
  7. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/django.pot +3 -3
  8. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/es/LC_MESSAGES/django.po +7 -7
  9. aa_bulletin_board-2.2.1/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  10. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +8 -9
  11. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +5 -5
  12. aa_bulletin_board-2.2.1/aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
  13. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +20 -17
  14. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +5 -5
  15. {aa_bulletin_board-2.1.0/aa_bulletin_board/locale/nl → aa_bulletin_board-2.2.1/aa_bulletin_board/locale/nl_NL}/LC_MESSAGES/django.po +6 -6
  16. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +5 -5
  17. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +5 -5
  18. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +5 -5
  19. aa_bulletin_board-2.2.1/aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
  20. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +11 -9
  21. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +5 -4
  22. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/pyproject.toml +1 -1
  23. aa_bulletin_board-2.1.0/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  24. aa_bulletin_board-2.1.0/aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
  25. aa_bulletin_board-2.1.0/aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
  26. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/.gitignore +0 -0
  27. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/LICENSE +0 -0
  28. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/apps.py +0 -0
  29. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/auth_hooks.py +0 -0
  30. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/helpers.py +0 -0
  31. {aa_bulletin_board-2.1.0/aa_bulletin_board/locale/cs → aa_bulletin_board-2.2.1/aa_bulletin_board/locale/cs_CZ}/LC_MESSAGES/django.mo +0 -0
  32. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
  33. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/es/LC_MESSAGES/django.mo +0 -0
  34. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  35. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  36. {aa_bulletin_board-2.1.0/aa_bulletin_board/locale/nl → aa_bulletin_board-2.2.1/aa_bulletin_board/locale/nl_NL}/LC_MESSAGES/django.mo +0 -0
  37. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  38. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
  39. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/sk/LC_MESSAGES/django.mo +0 -0
  40. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  41. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/managers.py +0 -0
  42. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/migrations/0001_initial.py +0 -0
  43. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/migrations/0002_alter_bulletin_slug.py +0 -0
  44. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/migrations/0003_group_restrictions.py +0 -0
  45. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/migrations/0004_model_translation.py +0 -0
  46. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/migrations/0005_alter_general_options.py +0 -0
  47. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/migrations/0006_switch_to_ckeditor_5.py +0 -0
  48. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/migrations/__init__.py +0 -0
  49. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/models.py +0 -0
  50. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css +0 -0
  51. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css +0 -0
  52. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map +0 -0
  53. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.js +0 -0
  54. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js +0 -0
  55. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js.map +0 -0
  56. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js +0 -0
  57. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js +0 -0
  58. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map +0 -0
  59. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/jquery.sumoselect.js +0 -0
  60. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/jquery.sumoselect.min.js +0 -0
  61. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/sumoselect.min.css +0 -0
  62. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/base.html +0 -0
  63. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/bulletin.html +0 -0
  64. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-css.html +0 -0
  65. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-equal-height-js.html +0 -0
  66. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-oembed-js.html +0 -0
  67. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-css.html +0 -0
  68. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-js.html +0 -0
  69. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-css.html +0 -0
  70. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-js.html +0 -0
  71. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/dashboard.html +0 -0
  72. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html +0 -0
  73. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html +0 -0
  74. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html +0 -0
  75. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templates/aa_bulletin_board/partials/header/page-header.html +0 -0
  76. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templatetags/__init__.py +0 -0
  77. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/templatetags/aa_bulletin_board.py +0 -0
  78. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/tests/__init__.py +0 -0
  79. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/tests/test_access.py +0 -0
  80. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/tests/test_auth_hooks.py +0 -0
  81. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/tests/test_bulletins.py +0 -0
  82. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/tests/test_templatetags.py +0 -0
  83. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/tests/test_user_interface.py +0 -0
  84. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/tests/utils.py +0 -0
  85. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/aa_bulletin_board/urls.py +0 -0
  86. {aa_bulletin_board-2.1.0 → aa_bulletin_board-2.2.1}/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.1.0
3
+ Version: 2.2.1
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
@@ -700,7 +700,7 @@ Classifier: Topic :: Internet :: WWW/HTTP
700
700
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
701
701
  Requires-Python: >=3.10
702
702
  Requires-Dist: allianceauth-app-utils>=1.19.1
703
- Requires-Dist: allianceauth<5,>=4
703
+ Requires-Dist: allianceauth<5,>=4.3.1
704
704
  Requires-Dist: django-ckeditor-5>=0.2.11
705
705
  Requires-Dist: unidecode
706
706
  Provides-Extra: tests-allianceauth-latest
@@ -808,6 +808,14 @@ INSTALLED_APPS += [
808
808
 
809
809
  # Django CKEditor 5 Configuration
810
810
  if "django_ckeditor_5" in INSTALLED_APPS:
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"]
818
+
811
819
  MEDIA_URL = "/media/uploads/"
812
820
  MEDIA_ROOT = "/var/www/myauth/media/uploads"
813
821
 
@@ -969,11 +977,7 @@ if apps.is_installed("django_ckeditor_5"):
969
977
  # URL configuration for CKEditor 5
970
978
  urlpatterns = (
971
979
  [
972
- path(
973
- "ckeditor5/",
974
- include("django_ckeditor_5.urls"),
975
- name="ck_editor_5_upload_file",
976
- ),
980
+ path("ckeditor5/", include("django_ckeditor_5.urls")),
977
981
  ]
978
982
  + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
979
983
  + urlpatterns
@@ -1000,11 +1004,7 @@ if apps.is_installed("django_ckeditor_5"):
1000
1004
  # URL configuration for CKEditor 5
1001
1005
  urlpatterns = (
1002
1006
  [
1003
- path(
1004
- "ckeditor5/",
1005
- include("django_ckeditor_5.urls"),
1006
- name="ck_editor_5_upload_file",
1007
- ),
1007
+ path("ckeditor5/", include("django_ckeditor_5.urls")),
1008
1008
  ]
1009
1009
  + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
1010
1010
  + urlpatterns
@@ -97,6 +97,14 @@ INSTALLED_APPS += [
97
97
 
98
98
  # Django CKEditor 5 Configuration
99
99
  if "django_ckeditor_5" in INSTALLED_APPS:
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"]
107
+
100
108
  MEDIA_URL = "/media/uploads/"
101
109
  MEDIA_ROOT = "/var/www/myauth/media/uploads"
102
110
 
@@ -258,11 +266,7 @@ if apps.is_installed("django_ckeditor_5"):
258
266
  # URL configuration for CKEditor 5
259
267
  urlpatterns = (
260
268
  [
261
- path(
262
- "ckeditor5/",
263
- include("django_ckeditor_5.urls"),
264
- name="ck_editor_5_upload_file",
265
- ),
269
+ path("ckeditor5/", include("django_ckeditor_5.urls")),
266
270
  ]
267
271
  + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
268
272
  + urlpatterns
@@ -289,11 +293,7 @@ if apps.is_installed("django_ckeditor_5"):
289
293
  # URL configuration for CKEditor 5
290
294
  urlpatterns = (
291
295
  [
292
- path(
293
- "ckeditor5/",
294
- include("django_ckeditor_5.urls"),
295
- name="ck_editor_5_upload_file",
296
- ),
296
+ path("ckeditor5/", include("django_ckeditor_5.urls")),
297
297
  ]
298
298
  + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
299
299
  + urlpatterns
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.1.0"
8
+ __version__ = "2.2.1"
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,12 +6,12 @@ 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"
14
- "Language: cs\n"
12
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
+ "apps/aa-bulletin-board/cs/>\n"
14
+ "Language: cs_CZ\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\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-07-27 20:19+0200\n"
11
+ "POT-Creation-Date: 2024-10-05 15:47+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
 
@@ -2,15 +2,16 @@
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # Xrandier <xrandier@gmail.com>, 2024.
5
+ # Anata_no_Usiro <yt23542354m@gmail.com>, 2024.
5
6
  msgid ""
6
7
  msgstr ""
7
8
  "Project-Id-Version: PACKAGE VERSION\n"
8
9
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
10
- "PO-Revision-Date: 2024-07-08 06:27+0000\n"
11
- "Last-Translator: Xrandier <xrandier@gmail.com>\n"
12
- "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/"
13
- "alliance-auth-apps/aa-bulletin-board/ja/>\n"
10
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
11
+ "PO-Revision-Date: 2024-08-05 10:10+0000\n"
12
+ "Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
13
+ "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-bulletin-board/ja/>\n"
14
15
  "Language: ja\n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -24,49 +25,51 @@ msgstr ""
24
25
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
25
26
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
26
27
  msgid "Bulletin Board"
27
- msgstr ""
28
+ msgstr "掲示板"
28
29
 
29
30
  #. Translators: This is the app name and version, which will appear in the Django Backend
30
31
  #: aa_bulletin_board/apps.py:21
31
32
  #, python-brace-format
32
33
  msgid "Bulletin Board v{__version__}"
33
- msgstr ""
34
+ msgstr "掲示板 v{__version__}"
34
35
 
35
- #: aa_bulletin_board/forms.py:65
36
+ #: aa_bulletin_board/forms.py:63
36
37
  msgid ""
37
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
38
39
  "place, everyone who has access to this module can read this bulletin."
39
40
  msgstr ""
41
+ "この情報を特定のグループに制限する。グループ制限がない場合、このモジュールに"
42
+ "アクセスできる全員がこの情報を読むことができます。"
40
43
 
41
- #: aa_bulletin_board/forms.py:112
44
+ #: aa_bulletin_board/forms.py:110
42
45
  msgid "You have forgotten the content!"
43
- msgstr ""
46
+ msgstr "内容を忘れています!"
44
47
 
45
48
  #: aa_bulletin_board/models.py:71
46
49
  msgid "Can access this app"
47
- msgstr ""
50
+ msgstr "このアプリにアクセス可能です"
48
51
 
49
52
  #: aa_bulletin_board/models.py:72
50
53
  msgid "Can manage (add/change/remove) bulletins"
51
- msgstr ""
54
+ msgstr "情報の管理(追加/変更/削除)が可能"
52
55
 
53
56
  #: aa_bulletin_board/models.py:81
54
57
  msgid "Title"
55
- msgstr ""
58
+ msgstr "タイトル"
56
59
 
57
60
  #: aa_bulletin_board/models.py:84
58
61
  msgid "Content"
59
- msgstr ""
62
+ msgstr "内容"
60
63
 
61
64
  #. Translators: This is the date and time the bulletin has been created
62
65
  #: aa_bulletin_board/models.py:90
63
66
  msgid "Created"
64
- msgstr ""
67
+ msgstr "作成"
65
68
 
66
69
  #. Translators: This is the date and time the bulletin has been updated
67
70
  #: aa_bulletin_board/models.py:96
68
71
  msgid "Updated"
69
- msgstr ""
72
+ msgstr "アップデート"
70
73
 
71
74
  #: aa_bulletin_board/models.py:105
72
75
  msgid "User"
@@ -74,7 +77,7 @@ msgstr "ユーザー"
74
77
 
75
78
  #: aa_bulletin_board/models.py:111
76
79
  msgid "Group restrictions"
77
- msgstr ""
80
+ msgstr "グループの制限"
78
81
 
79
82
  #: aa_bulletin_board/models.py:122
80
83
  msgid "Bulletin"
@@ -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,12 +7,12 @@ 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"
15
- "Language: nl\n"
13
+ "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-bulletin-board/nl/>\n"
15
+ "Language: nl_NL\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\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
 
@@ -37,7 +37,7 @@ dynamic = [
37
37
  "version",
38
38
  ]
39
39
  dependencies = [
40
- "allianceauth<5,>=4",
40
+ "allianceauth<5,>=4.3.1",
41
41
  "allianceauth-app-utils>=1.19.1",
42
42
  "django-ckeditor-5>=0.2.11",
43
43
  "unidecode",