aa-bulletin-board 2.3.2__tar.gz → 2.3.3__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.
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/PKG-INFO +1 -1
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/__init__.py +1 -1
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/auth_hooks.py +5 -4
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/forms.py +8 -3
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/helper/static_files.py +3 -5
- aa_bulletin_board-2.3.3/aa_bulletin_board/helper/string.py +22 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/cs_CZ/LC_MESSAGES/django.po +12 -12
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/de/LC_MESSAGES/django.po +12 -12
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/django.pot +13 -13
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/es/LC_MESSAGES/django.po +12 -12
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +12 -12
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +12 -12
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +12 -12
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +12 -12
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/nl_NL/LC_MESSAGES/django.po +12 -12
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +12 -12
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +12 -12
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +12 -12
- aa_bulletin_board-2.3.3/aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +21 -41
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +12 -12
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/models.py +7 -11
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/bulletin.html +1 -1
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html +2 -2
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/tests/test_bulletins.py +1 -1
- aa_bulletin_board-2.3.3/aa_bulletin_board/tests/test_forms.py +181 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/tests/test_user_interface.py +1 -1
- aa_bulletin_board-2.3.2/aa_bulletin_board/helpers.py +0 -34
- aa_bulletin_board-2.3.2/aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board-2.3.2/aa_bulletin_board/templates/aa_bulletin_board/partials/header/page-header.html +0 -9
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/.gitignore +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/LICENSE +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/README.md +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/app_settings.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/apps.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/constants.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/helper/__init__.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/sk/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/managers.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/migrations/0001_initial.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/migrations/0002_alter_bulletin_slug.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/migrations/0003_group_restrictions.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/migrations/0004_model_translation.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/migrations/0005_alter_general_options.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/migrations/0006_switch_to_ckeditor_5.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/migrations/__init__.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.js +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js.map +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.9/README.md +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.9/jquery.sumoselect.js +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.9/jquery.sumoselect.min.js +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.9/sumoselect.css +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.9/sumoselect.min.css +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/base.html +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-css.html +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-equal-height-js.html +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-oembed-js.html +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-css.html +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-js.html +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-css.html +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-js.html +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/dashboard.html +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templatetags/__init__.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/templatetags/aa_bulletin_board.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/tests/__init__.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/tests/test_access.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/tests/test_auth_hooks.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/tests/test_settings.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/tests/test_templatetags.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/tests/utils.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/urls.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/views.py +0 -0
- {aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: aa-bulletin-board
|
3
|
-
Version: 2.3.
|
3
|
+
Version: 2.3.3
|
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
|
@@ -38,10 +38,11 @@ class AaBulletinBoardMenuItem(MenuItemHook): # pylint: disable=too-few-public-m
|
|
38
38
|
:rtype:
|
39
39
|
"""
|
40
40
|
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
41
|
+
return (
|
42
|
+
MenuItemHook.render(self, request=request)
|
43
|
+
if request.user.has_perm("aa_bulletin_board.basic_access")
|
44
|
+
else ""
|
45
|
+
)
|
45
46
|
|
46
47
|
|
47
48
|
@hooks.register("menu_item_hook")
|
@@ -13,7 +13,7 @@ from django.utils.translation import gettext_lazy as _
|
|
13
13
|
from django_ckeditor_5.widgets import CKEditor5Widget
|
14
14
|
|
15
15
|
# AA Bulletin Board
|
16
|
-
from aa_bulletin_board.
|
16
|
+
from aa_bulletin_board.helper.string import string_cleanup
|
17
17
|
from aa_bulletin_board.models import Bulletin
|
18
18
|
|
19
19
|
|
@@ -105,9 +105,14 @@ class BulletinForm(ModelForm):
|
|
105
105
|
"""
|
106
106
|
|
107
107
|
cleaned_data = super().clean()
|
108
|
+
content = cleaned_data.get("content")
|
108
109
|
|
109
|
-
if not
|
110
|
-
|
110
|
+
if not content or content.strip() == "":
|
111
|
+
self.add_error(
|
112
|
+
"content", ValidationError(_("You have forgotten the content!"))
|
113
|
+
)
|
114
|
+
|
115
|
+
cleaned_data["content"] = content.strip()
|
111
116
|
|
112
117
|
return cleaned_data
|
113
118
|
|
{aa_bulletin_board-2.3.2 → aa_bulletin_board-2.3.3}/aa_bulletin_board/helper/static_files.py
RENAMED
@@ -34,9 +34,7 @@ def calculate_integrity_hash(relative_file_path: str) -> str:
|
|
34
34
|
:rtype: str
|
35
35
|
"""
|
36
36
|
|
37
|
-
|
38
|
-
|
39
|
-
|
37
|
+
return calculate_integrity(
|
38
|
+
path=Path(os.path.join(APP_STATIC_DIR, relative_file_path)),
|
39
|
+
algorithm=Algorithm.SHA512,
|
40
40
|
)
|
41
|
-
|
42
|
-
return integrity_hash
|
@@ -0,0 +1,22 @@
|
|
1
|
+
"""
|
2
|
+
Our little helpers
|
3
|
+
"""
|
4
|
+
|
5
|
+
# Standard Library
|
6
|
+
import re
|
7
|
+
|
8
|
+
|
9
|
+
def string_cleanup(string: str) -> str:
|
10
|
+
"""
|
11
|
+
Clean up a string by removing JS, CSS and Head tags
|
12
|
+
|
13
|
+
:param string:
|
14
|
+
:type string:
|
15
|
+
:return:
|
16
|
+
:rtype:
|
17
|
+
"""
|
18
|
+
|
19
|
+
# Strip unwanted content (JS, CSS, HTML-Head)
|
20
|
+
return re.compile(
|
21
|
+
pattern=r"<\s*(head|script|style)[^>]*>.*?<\s*/\s*\1\s*>", flags=re.S | re.I
|
22
|
+
).sub(repl="", string=string)
|
@@ -6,7 +6,7 @@ msgid ""
|
|
6
6
|
msgstr ""
|
7
7
|
"Project-Id-Version: PACKAGE VERSION\n"
|
8
8
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
|
9
|
-
"POT-Creation-Date: 2025-03-
|
9
|
+
"POT-Creation-Date: 2025-03-24 13:07+0100\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
12
|
"Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/cs/>\n"
|
@@ -35,49 +35,49 @@ msgstr "Nástěnka"
|
|
35
35
|
msgid "Restrict this bulletin to certain groups. If no group restrictions are in place, everyone who has access to this module can read this bulletin."
|
36
36
|
msgstr "Omez nástěnku pro určité skupiny. Pokud nejsou nastavena žádná omezení, všichni s přístupem k tomuto modulu můžou číst tuto nástěnku."
|
37
37
|
|
38
|
-
#: aa_bulletin_board/forms.py:
|
38
|
+
#: aa_bulletin_board/forms.py:112
|
39
39
|
msgid "You have forgotten the content!"
|
40
40
|
msgstr "Zapomněl jsi obsah!"
|
41
41
|
|
42
|
-
#: aa_bulletin_board/models.py:
|
42
|
+
#: aa_bulletin_board/models.py:69
|
43
43
|
msgid "Can access this app"
|
44
44
|
msgstr "Má přístup k této aplikaci"
|
45
45
|
|
46
|
-
#: aa_bulletin_board/models.py:
|
46
|
+
#: aa_bulletin_board/models.py:70
|
47
47
|
msgid "Can manage (add/change/remove) bulletins"
|
48
48
|
msgstr "Může spravovat (přidat, měnit, odstranit) nástěnky"
|
49
49
|
|
50
|
-
#: aa_bulletin_board/models.py:
|
50
|
+
#: aa_bulletin_board/models.py:79
|
51
51
|
msgid "Title"
|
52
52
|
msgstr "Nadpis"
|
53
53
|
|
54
|
-
#: aa_bulletin_board/models.py:
|
54
|
+
#: aa_bulletin_board/models.py:82
|
55
55
|
msgid "Content"
|
56
56
|
msgstr "Obsah"
|
57
57
|
|
58
58
|
#. Translators: This is the date and time the bulletin has been created
|
59
|
-
#: aa_bulletin_board/models.py:
|
59
|
+
#: aa_bulletin_board/models.py:88
|
60
60
|
msgid "Created"
|
61
61
|
msgstr "Vytvořeno"
|
62
62
|
|
63
63
|
#. Translators: This is the date and time the bulletin has been updated
|
64
|
-
#: aa_bulletin_board/models.py:
|
64
|
+
#: aa_bulletin_board/models.py:94
|
65
65
|
msgid "Updated"
|
66
66
|
msgstr "Upraveno"
|
67
67
|
|
68
|
-
#: aa_bulletin_board/models.py:
|
68
|
+
#: aa_bulletin_board/models.py:103
|
69
69
|
msgid "User"
|
70
70
|
msgstr "Uživatel"
|
71
71
|
|
72
|
-
#: aa_bulletin_board/models.py:
|
72
|
+
#: aa_bulletin_board/models.py:109
|
73
73
|
msgid "Group restrictions"
|
74
74
|
msgstr "Omezení skupiny"
|
75
75
|
|
76
|
-
#: aa_bulletin_board/models.py:
|
76
|
+
#: aa_bulletin_board/models.py:120
|
77
77
|
msgid "Bulletin"
|
78
78
|
msgstr "Nástěnka"
|
79
79
|
|
80
|
-
#: aa_bulletin_board/models.py:
|
80
|
+
#: aa_bulletin_board/models.py:121
|
81
81
|
msgid "Bulletins"
|
82
82
|
msgstr "Nástěnky"
|
83
83
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
6
6
|
msgstr ""
|
7
7
|
"Project-Id-Version: PACKAGE VERSION\n"
|
8
8
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
|
9
|
-
"POT-Creation-Date: 2025-03-
|
9
|
+
"POT-Creation-Date: 2025-03-24 13:07+0100\n"
|
10
10
|
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
12
12
|
"Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/de/>\n"
|
@@ -35,49 +35,49 @@ msgstr "Bulletin Board"
|
|
35
35
|
msgid "Restrict this bulletin to certain groups. If no group restrictions are in place, everyone who has access to this module can read this bulletin."
|
36
36
|
msgstr "Beschränkt dieses Bulletin auf bestimmte Gruppen. Wenn keine Gruppenbeschränkungen bestehen, kann jeder der Zugriff auf dieses Modul hat, dieses Bulletin lesen."
|
37
37
|
|
38
|
-
#: aa_bulletin_board/forms.py:
|
38
|
+
#: aa_bulletin_board/forms.py:112
|
39
39
|
msgid "You have forgotten the content!"
|
40
40
|
msgstr "Du hast den Inhalt vergessen!"
|
41
41
|
|
42
|
-
#: aa_bulletin_board/models.py:
|
42
|
+
#: aa_bulletin_board/models.py:69
|
43
43
|
msgid "Can access this app"
|
44
44
|
msgstr "Kann auf diese App zugreifen"
|
45
45
|
|
46
|
-
#: aa_bulletin_board/models.py:
|
46
|
+
#: aa_bulletin_board/models.py:70
|
47
47
|
msgid "Can manage (add/change/remove) bulletins"
|
48
48
|
msgstr "Kann Bulletins verwalten (hinzufügen/ändern/entfernen)"
|
49
49
|
|
50
|
-
#: aa_bulletin_board/models.py:
|
50
|
+
#: aa_bulletin_board/models.py:79
|
51
51
|
msgid "Title"
|
52
52
|
msgstr "Titel"
|
53
53
|
|
54
|
-
#: aa_bulletin_board/models.py:
|
54
|
+
#: aa_bulletin_board/models.py:82
|
55
55
|
msgid "Content"
|
56
56
|
msgstr "Inhalt"
|
57
57
|
|
58
58
|
#. Translators: This is the date and time the bulletin has been created
|
59
|
-
#: aa_bulletin_board/models.py:
|
59
|
+
#: aa_bulletin_board/models.py:88
|
60
60
|
msgid "Created"
|
61
61
|
msgstr "Erstellt"
|
62
62
|
|
63
63
|
#. Translators: This is the date and time the bulletin has been updated
|
64
|
-
#: aa_bulletin_board/models.py:
|
64
|
+
#: aa_bulletin_board/models.py:94
|
65
65
|
msgid "Updated"
|
66
66
|
msgstr "Aktualisiert"
|
67
67
|
|
68
|
-
#: aa_bulletin_board/models.py:
|
68
|
+
#: aa_bulletin_board/models.py:103
|
69
69
|
msgid "User"
|
70
70
|
msgstr "Nutzer"
|
71
71
|
|
72
|
-
#: aa_bulletin_board/models.py:
|
72
|
+
#: aa_bulletin_board/models.py:109
|
73
73
|
msgid "Group restrictions"
|
74
74
|
msgstr "Gruppenbeschränkungen"
|
75
75
|
|
76
|
-
#: aa_bulletin_board/models.py:
|
76
|
+
#: aa_bulletin_board/models.py:120
|
77
77
|
msgid "Bulletin"
|
78
78
|
msgstr "Bulletin"
|
79
79
|
|
80
|
-
#: aa_bulletin_board/models.py:
|
80
|
+
#: aa_bulletin_board/models.py:121
|
81
81
|
msgid "Bulletins"
|
82
82
|
msgstr "Bulletins"
|
83
83
|
|
@@ -6,9 +6,9 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: AA Bulletin Board 2.3.
|
9
|
+
"Project-Id-Version: AA Bulletin Board 2.3.3\n"
|
10
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
|
11
|
-
"POT-Creation-Date: 2025-03-
|
11
|
+
"POT-Creation-Date: 2025-03-24 13:07+0100\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"
|
@@ -38,49 +38,49 @@ msgid ""
|
|
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:
|
41
|
+
#: aa_bulletin_board/forms.py:112
|
42
42
|
msgid "You have forgotten the content!"
|
43
43
|
msgstr ""
|
44
44
|
|
45
|
-
#: aa_bulletin_board/models.py:
|
45
|
+
#: aa_bulletin_board/models.py:69
|
46
46
|
msgid "Can access this app"
|
47
47
|
msgstr ""
|
48
48
|
|
49
|
-
#: aa_bulletin_board/models.py:
|
49
|
+
#: aa_bulletin_board/models.py:70
|
50
50
|
msgid "Can manage (add/change/remove) bulletins"
|
51
51
|
msgstr ""
|
52
52
|
|
53
|
-
#: aa_bulletin_board/models.py:
|
53
|
+
#: aa_bulletin_board/models.py:79
|
54
54
|
msgid "Title"
|
55
55
|
msgstr ""
|
56
56
|
|
57
|
-
#: aa_bulletin_board/models.py:
|
57
|
+
#: aa_bulletin_board/models.py:82
|
58
58
|
msgid "Content"
|
59
59
|
msgstr ""
|
60
60
|
|
61
61
|
#. Translators: This is the date and time the bulletin has been created
|
62
|
-
#: aa_bulletin_board/models.py:
|
62
|
+
#: aa_bulletin_board/models.py:88
|
63
63
|
msgid "Created"
|
64
64
|
msgstr ""
|
65
65
|
|
66
66
|
#. Translators: This is the date and time the bulletin has been updated
|
67
|
-
#: aa_bulletin_board/models.py:
|
67
|
+
#: aa_bulletin_board/models.py:94
|
68
68
|
msgid "Updated"
|
69
69
|
msgstr ""
|
70
70
|
|
71
|
-
#: aa_bulletin_board/models.py:
|
71
|
+
#: aa_bulletin_board/models.py:103
|
72
72
|
msgid "User"
|
73
73
|
msgstr ""
|
74
74
|
|
75
|
-
#: aa_bulletin_board/models.py:
|
75
|
+
#: aa_bulletin_board/models.py:109
|
76
76
|
msgid "Group restrictions"
|
77
77
|
msgstr ""
|
78
78
|
|
79
|
-
#: aa_bulletin_board/models.py:
|
79
|
+
#: aa_bulletin_board/models.py:120
|
80
80
|
msgid "Bulletin"
|
81
81
|
msgstr ""
|
82
82
|
|
83
|
-
#: aa_bulletin_board/models.py:
|
83
|
+
#: aa_bulletin_board/models.py:121
|
84
84
|
msgid "Bulletins"
|
85
85
|
msgstr ""
|
86
86
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
10
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
|
11
|
-
"POT-Creation-Date: 2025-03-
|
11
|
+
"POT-Creation-Date: 2025-03-24 13:07+0100\n"
|
12
12
|
"PO-Revision-Date: 2024-12-02 17:40+0000\n"
|
13
13
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
14
14
|
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/es/>\n"
|
@@ -37,49 +37,49 @@ msgstr "Tablón de Anuncios"
|
|
37
37
|
msgid "Restrict this bulletin to certain groups. If no group restrictions are in place, everyone who has access to this module can read this bulletin."
|
38
38
|
msgstr "Restringir este anuncio a ciertos grupos. Si no existen restricciones de grupo, todos los que tengan acceso a este módulo pueden leer este anuncio."
|
39
39
|
|
40
|
-
#: aa_bulletin_board/forms.py:
|
40
|
+
#: aa_bulletin_board/forms.py:112
|
41
41
|
msgid "You have forgotten the content!"
|
42
42
|
msgstr "Ha olvidado el contenido"
|
43
43
|
|
44
|
-
#: aa_bulletin_board/models.py:
|
44
|
+
#: aa_bulletin_board/models.py:69
|
45
45
|
msgid "Can access this app"
|
46
46
|
msgstr "Puede acceder esta aplicacion"
|
47
47
|
|
48
|
-
#: aa_bulletin_board/models.py:
|
48
|
+
#: aa_bulletin_board/models.py:70
|
49
49
|
msgid "Can manage (add/change/remove) bulletins"
|
50
50
|
msgstr ""
|
51
51
|
|
52
|
-
#: aa_bulletin_board/models.py:
|
52
|
+
#: aa_bulletin_board/models.py:79
|
53
53
|
msgid "Title"
|
54
54
|
msgstr "Título"
|
55
55
|
|
56
|
-
#: aa_bulletin_board/models.py:
|
56
|
+
#: aa_bulletin_board/models.py:82
|
57
57
|
msgid "Content"
|
58
58
|
msgstr "Contenido"
|
59
59
|
|
60
60
|
#. Translators: This is the date and time the bulletin has been created
|
61
|
-
#: aa_bulletin_board/models.py:
|
61
|
+
#: aa_bulletin_board/models.py:88
|
62
62
|
msgid "Created"
|
63
63
|
msgstr "Creado"
|
64
64
|
|
65
65
|
#. Translators: This is the date and time the bulletin has been updated
|
66
|
-
#: aa_bulletin_board/models.py:
|
66
|
+
#: aa_bulletin_board/models.py:94
|
67
67
|
msgid "Updated"
|
68
68
|
msgstr "Actualizado"
|
69
69
|
|
70
|
-
#: aa_bulletin_board/models.py:
|
70
|
+
#: aa_bulletin_board/models.py:103
|
71
71
|
msgid "User"
|
72
72
|
msgstr "Usuario"
|
73
73
|
|
74
|
-
#: aa_bulletin_board/models.py:
|
74
|
+
#: aa_bulletin_board/models.py:109
|
75
75
|
msgid "Group restrictions"
|
76
76
|
msgstr "Restricciones de grupo"
|
77
77
|
|
78
|
-
#: aa_bulletin_board/models.py:
|
78
|
+
#: aa_bulletin_board/models.py:120
|
79
79
|
msgid "Bulletin"
|
80
80
|
msgstr "Anuncio"
|
81
81
|
|
82
|
-
#: aa_bulletin_board/models.py:
|
82
|
+
#: aa_bulletin_board/models.py:121
|
83
83
|
msgid "Bulletins"
|
84
84
|
msgstr "Anuncios"
|
85
85
|
|
@@ -10,7 +10,7 @@ msgid ""
|
|
10
10
|
msgstr ""
|
11
11
|
"Project-Id-Version: PACKAGE VERSION\n"
|
12
12
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
|
13
|
-
"POT-Creation-Date: 2025-03-
|
13
|
+
"POT-Creation-Date: 2025-03-24 13:07+0100\n"
|
14
14
|
"PO-Revision-Date: 2025-01-22 06:17+0000\n"
|
15
15
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
16
16
|
"Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/fr/>\n"
|
@@ -40,54 +40,54 @@ msgstr "Tableau d'affichage"
|
|
40
40
|
msgid "Restrict this bulletin to certain groups. If no group restrictions are in place, everyone who has access to this module can read this bulletin."
|
41
41
|
msgstr "Restreignez ce bulletin à certains groupes. Si aucune restriction de groupe n'est en place, tous ceux qui ont accès à ce module peuvent lire ce bulletin."
|
42
42
|
|
43
|
-
#: aa_bulletin_board/forms.py:
|
43
|
+
#: aa_bulletin_board/forms.py:112
|
44
44
|
msgid "You have forgotten the content!"
|
45
45
|
msgstr "Vous avez oublié le contenu !"
|
46
46
|
|
47
|
-
#: aa_bulletin_board/models.py:
|
47
|
+
#: aa_bulletin_board/models.py:69
|
48
48
|
msgid "Can access this app"
|
49
49
|
msgstr "Peut accéder à cette application"
|
50
50
|
|
51
|
-
#: aa_bulletin_board/models.py:
|
51
|
+
#: aa_bulletin_board/models.py:70
|
52
52
|
#, fuzzy
|
53
53
|
msgid "Can manage (add/change/remove) bulletins"
|
54
54
|
msgstr "Peut gérer (ajouter/modifier/supprimer) des bulletins"
|
55
55
|
|
56
|
-
#: aa_bulletin_board/models.py:
|
56
|
+
#: aa_bulletin_board/models.py:79
|
57
57
|
#, fuzzy
|
58
58
|
msgid "Title"
|
59
59
|
msgstr "Titre"
|
60
60
|
|
61
|
-
#: aa_bulletin_board/models.py:
|
61
|
+
#: aa_bulletin_board/models.py:82
|
62
62
|
#, fuzzy
|
63
63
|
msgid "Content"
|
64
64
|
msgstr "Contenu"
|
65
65
|
|
66
66
|
#. Translators: This is the date and time the bulletin has been created
|
67
|
-
#: aa_bulletin_board/models.py:
|
67
|
+
#: aa_bulletin_board/models.py:88
|
68
68
|
#, fuzzy
|
69
69
|
msgid "Created"
|
70
70
|
msgstr "Créé"
|
71
71
|
|
72
72
|
#. Translators: This is the date and time the bulletin has been updated
|
73
|
-
#: aa_bulletin_board/models.py:
|
73
|
+
#: aa_bulletin_board/models.py:94
|
74
74
|
#, fuzzy
|
75
75
|
msgid "Updated"
|
76
76
|
msgstr "Mis à jour"
|
77
77
|
|
78
|
-
#: aa_bulletin_board/models.py:
|
78
|
+
#: aa_bulletin_board/models.py:103
|
79
79
|
msgid "User"
|
80
80
|
msgstr "Utilisateur"
|
81
81
|
|
82
|
-
#: aa_bulletin_board/models.py:
|
82
|
+
#: aa_bulletin_board/models.py:109
|
83
83
|
msgid "Group restrictions"
|
84
84
|
msgstr "Restrictions de groupe"
|
85
85
|
|
86
|
-
#: aa_bulletin_board/models.py:
|
86
|
+
#: aa_bulletin_board/models.py:120
|
87
87
|
msgid "Bulletin"
|
88
88
|
msgstr "Bulletin"
|
89
89
|
|
90
|
-
#: aa_bulletin_board/models.py:
|
90
|
+
#: aa_bulletin_board/models.py:121
|
91
91
|
msgid "Bulletins"
|
92
92
|
msgstr "Bulletins"
|
93
93
|
|
@@ -7,7 +7,7 @@ msgid ""
|
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
9
9
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
|
10
|
-
"POT-Creation-Date: 2025-03-
|
10
|
+
"POT-Creation-Date: 2025-03-24 13:07+0100\n"
|
11
11
|
"PO-Revision-Date: 2024-12-22 21:15+0000\n"
|
12
12
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
13
13
|
"Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/it/>\n"
|
@@ -36,49 +36,49 @@ msgstr "Bacheca"
|
|
36
36
|
msgid "Restrict this bulletin to certain groups. If no group restrictions are in place, everyone who has access to this module can read this bulletin."
|
37
37
|
msgstr ""
|
38
38
|
|
39
|
-
#: aa_bulletin_board/forms.py:
|
39
|
+
#: aa_bulletin_board/forms.py:112
|
40
40
|
msgid "You have forgotten the content!"
|
41
41
|
msgstr ""
|
42
42
|
|
43
|
-
#: aa_bulletin_board/models.py:
|
43
|
+
#: aa_bulletin_board/models.py:69
|
44
44
|
msgid "Can access this app"
|
45
45
|
msgstr "Ha accesso a questa applicazione"
|
46
46
|
|
47
|
-
#: aa_bulletin_board/models.py:
|
47
|
+
#: aa_bulletin_board/models.py:70
|
48
48
|
msgid "Can manage (add/change/remove) bulletins"
|
49
49
|
msgstr ""
|
50
50
|
|
51
|
-
#: aa_bulletin_board/models.py:
|
51
|
+
#: aa_bulletin_board/models.py:79
|
52
52
|
msgid "Title"
|
53
53
|
msgstr ""
|
54
54
|
|
55
|
-
#: aa_bulletin_board/models.py:
|
55
|
+
#: aa_bulletin_board/models.py:82
|
56
56
|
msgid "Content"
|
57
57
|
msgstr ""
|
58
58
|
|
59
59
|
#. Translators: This is the date and time the bulletin has been created
|
60
|
-
#: aa_bulletin_board/models.py:
|
60
|
+
#: aa_bulletin_board/models.py:88
|
61
61
|
msgid "Created"
|
62
62
|
msgstr ""
|
63
63
|
|
64
64
|
#. Translators: This is the date and time the bulletin has been updated
|
65
|
-
#: aa_bulletin_board/models.py:
|
65
|
+
#: aa_bulletin_board/models.py:94
|
66
66
|
msgid "Updated"
|
67
67
|
msgstr ""
|
68
68
|
|
69
|
-
#: aa_bulletin_board/models.py:
|
69
|
+
#: aa_bulletin_board/models.py:103
|
70
70
|
msgid "User"
|
71
71
|
msgstr ""
|
72
72
|
|
73
|
-
#: aa_bulletin_board/models.py:
|
73
|
+
#: aa_bulletin_board/models.py:109
|
74
74
|
msgid "Group restrictions"
|
75
75
|
msgstr "Restrizioni Gruppo"
|
76
76
|
|
77
|
-
#: aa_bulletin_board/models.py:
|
77
|
+
#: aa_bulletin_board/models.py:120
|
78
78
|
msgid "Bulletin"
|
79
79
|
msgstr ""
|
80
80
|
|
81
|
-
#: aa_bulletin_board/models.py:
|
81
|
+
#: aa_bulletin_board/models.py:121
|
82
82
|
msgid "Bulletins"
|
83
83
|
msgstr ""
|
84
84
|
|
@@ -7,7 +7,7 @@ msgid ""
|
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
9
9
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
|
10
|
-
"POT-Creation-Date: 2025-03-
|
10
|
+
"POT-Creation-Date: 2025-03-24 13:07+0100\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
13
|
"Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/ja/>\n"
|
@@ -36,49 +36,49 @@ msgstr "掲示板"
|
|
36
36
|
msgid "Restrict this bulletin to certain groups. If no group restrictions are in place, everyone who has access to this module can read this bulletin."
|
37
37
|
msgstr "この情報を特定のグループに制限する。グループ制限がない場合、このモジュールにアクセスできる全員がこの情報を読むことができます。"
|
38
38
|
|
39
|
-
#: aa_bulletin_board/forms.py:
|
39
|
+
#: aa_bulletin_board/forms.py:112
|
40
40
|
msgid "You have forgotten the content!"
|
41
41
|
msgstr "内容を忘れています!"
|
42
42
|
|
43
|
-
#: aa_bulletin_board/models.py:
|
43
|
+
#: aa_bulletin_board/models.py:69
|
44
44
|
msgid "Can access this app"
|
45
45
|
msgstr "このアプリにアクセス可能です"
|
46
46
|
|
47
|
-
#: aa_bulletin_board/models.py:
|
47
|
+
#: aa_bulletin_board/models.py:70
|
48
48
|
msgid "Can manage (add/change/remove) bulletins"
|
49
49
|
msgstr "情報の管理(追加/変更/削除)が可能"
|
50
50
|
|
51
|
-
#: aa_bulletin_board/models.py:
|
51
|
+
#: aa_bulletin_board/models.py:79
|
52
52
|
msgid "Title"
|
53
53
|
msgstr "タイトル"
|
54
54
|
|
55
|
-
#: aa_bulletin_board/models.py:
|
55
|
+
#: aa_bulletin_board/models.py:82
|
56
56
|
msgid "Content"
|
57
57
|
msgstr "内容"
|
58
58
|
|
59
59
|
#. Translators: This is the date and time the bulletin has been created
|
60
|
-
#: aa_bulletin_board/models.py:
|
60
|
+
#: aa_bulletin_board/models.py:88
|
61
61
|
msgid "Created"
|
62
62
|
msgstr "作成"
|
63
63
|
|
64
64
|
#. Translators: This is the date and time the bulletin has been updated
|
65
|
-
#: aa_bulletin_board/models.py:
|
65
|
+
#: aa_bulletin_board/models.py:94
|
66
66
|
msgid "Updated"
|
67
67
|
msgstr "アップデート"
|
68
68
|
|
69
|
-
#: aa_bulletin_board/models.py:
|
69
|
+
#: aa_bulletin_board/models.py:103
|
70
70
|
msgid "User"
|
71
71
|
msgstr "ユーザー"
|
72
72
|
|
73
|
-
#: aa_bulletin_board/models.py:
|
73
|
+
#: aa_bulletin_board/models.py:109
|
74
74
|
msgid "Group restrictions"
|
75
75
|
msgstr "グループの制限"
|
76
76
|
|
77
|
-
#: aa_bulletin_board/models.py:
|
77
|
+
#: aa_bulletin_board/models.py:120
|
78
78
|
msgid "Bulletin"
|
79
79
|
msgstr ""
|
80
80
|
|
81
|
-
#: aa_bulletin_board/models.py:
|
81
|
+
#: aa_bulletin_board/models.py:121
|
82
82
|
msgid "Bulletins"
|
83
83
|
msgstr ""
|
84
84
|
|