aa-bulletin-board 2.3.0__py3-none-any.whl → 2.3.2__py3-none-any.whl

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 (29) hide show
  1. aa_bulletin_board/__init__.py +4 -4
  2. aa_bulletin_board/app_settings.py +20 -0
  3. aa_bulletin_board/apps.py +3 -2
  4. aa_bulletin_board/constants.py +10 -4
  5. aa_bulletin_board/helper/__init__.py +3 -0
  6. aa_bulletin_board/helper/static_files.py +7 -4
  7. aa_bulletin_board/locale/cs_CZ/LC_MESSAGES/django.po +18 -18
  8. aa_bulletin_board/locale/de/LC_MESSAGES/django.po +18 -18
  9. aa_bulletin_board/locale/django.pot +19 -19
  10. aa_bulletin_board/locale/es/LC_MESSAGES/django.po +18 -18
  11. aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +22 -23
  12. aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +18 -18
  13. aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +18 -18
  14. aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +18 -18
  15. aa_bulletin_board/locale/nl_NL/LC_MESSAGES/django.po +18 -18
  16. aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +18 -18
  17. aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +18 -18
  18. aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +18 -18
  19. aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
  20. aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +25 -24
  21. aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +18 -18
  22. aa_bulletin_board/models.py +2 -1
  23. aa_bulletin_board/templatetags/aa_bulletin_board.py +21 -8
  24. aa_bulletin_board/tests/test_settings.py +37 -0
  25. aa_bulletin_board/tests/test_templatetags.py +23 -3
  26. {aa_bulletin_board-2.3.0.dist-info → aa_bulletin_board-2.3.2.dist-info}/METADATA +1 -1
  27. {aa_bulletin_board-2.3.0.dist-info → aa_bulletin_board-2.3.2.dist-info}/RECORD +29 -27
  28. {aa_bulletin_board-2.3.0.dist-info → aa_bulletin_board-2.3.2.dist-info}/WHEEL +0 -0
  29. {aa_bulletin_board-2.3.0.dist-info → aa_bulletin_board-2.3.2.dist-info}/licenses/LICENSE +0 -0
@@ -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-01-21 05:07+0100\n"
10
+ "POT-Creation-Date: 2025-03-06 15:55+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"
@@ -18,7 +18,13 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
19
  "X-Generator: Weblate 5.9.2\n"
20
20
 
21
- #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
21
+ #. Translators: This is the app name and version, which will appear in the Django Backend
22
+ #: aa_bulletin_board/apps.py:22
23
+ #, python-brace-format
24
+ msgid "Bulletin Board v{__version__}"
25
+ msgstr ""
26
+
27
+ #: aa_bulletin_board/constants.py:13
22
28
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
23
29
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
24
30
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -26,12 +32,6 @@ msgstr ""
26
32
  msgid "Bulletin Board"
27
33
  msgstr "Bacheca"
28
34
 
29
- #. Translators: This is the app name and version, which will appear in the Django Backend
30
- #: aa_bulletin_board/apps.py:21
31
- #, python-brace-format
32
- msgid "Bulletin Board v{__version__}"
33
- msgstr ""
34
-
35
35
  #: aa_bulletin_board/forms.py:63
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 ""
@@ -40,45 +40,45 @@ msgstr ""
40
40
  msgid "You have forgotten the content!"
41
41
  msgstr ""
42
42
 
43
- #: aa_bulletin_board/models.py:71
43
+ #: aa_bulletin_board/models.py:72
44
44
  msgid "Can access this app"
45
45
  msgstr "Ha accesso a questa applicazione"
46
46
 
47
- #: aa_bulletin_board/models.py:72
47
+ #: aa_bulletin_board/models.py:73
48
48
  msgid "Can manage (add/change/remove) bulletins"
49
49
  msgstr ""
50
50
 
51
- #: aa_bulletin_board/models.py:81
51
+ #: aa_bulletin_board/models.py:82
52
52
  msgid "Title"
53
53
  msgstr ""
54
54
 
55
- #: aa_bulletin_board/models.py:84
55
+ #: aa_bulletin_board/models.py:85
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:90
60
+ #: aa_bulletin_board/models.py:91
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:96
65
+ #: aa_bulletin_board/models.py:97
66
66
  msgid "Updated"
67
67
  msgstr ""
68
68
 
69
- #: aa_bulletin_board/models.py:105
69
+ #: aa_bulletin_board/models.py:106
70
70
  msgid "User"
71
71
  msgstr ""
72
72
 
73
- #: aa_bulletin_board/models.py:111
73
+ #: aa_bulletin_board/models.py:112
74
74
  msgid "Group restrictions"
75
75
  msgstr "Restrizioni Gruppo"
76
76
 
77
- #: aa_bulletin_board/models.py:122
77
+ #: aa_bulletin_board/models.py:123
78
78
  msgid "Bulletin"
79
79
  msgstr ""
80
80
 
81
- #: aa_bulletin_board/models.py:123
81
+ #: aa_bulletin_board/models.py:124
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-01-21 05:07+0100\n"
10
+ "POT-Creation-Date: 2025-03-06 15:55+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"
@@ -18,7 +18,13 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
19
  "X-Generator: Weblate 5.6.2\n"
20
20
 
21
- #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
21
+ #. Translators: This is the app name and version, which will appear in the Django Backend
22
+ #: aa_bulletin_board/apps.py:22
23
+ #, python-brace-format
24
+ msgid "Bulletin Board v{__version__}"
25
+ msgstr "掲示板 v{__version__}"
26
+
27
+ #: aa_bulletin_board/constants.py:13
22
28
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
23
29
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
24
30
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -26,12 +32,6 @@ msgstr ""
26
32
  msgid "Bulletin Board"
27
33
  msgstr "掲示板"
28
34
 
29
- #. Translators: This is the app name and version, which will appear in the Django Backend
30
- #: aa_bulletin_board/apps.py:21
31
- #, python-brace-format
32
- msgid "Bulletin Board v{__version__}"
33
- msgstr "掲示板 v{__version__}"
34
-
35
35
  #: aa_bulletin_board/forms.py:63
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 "この情報を特定のグループに制限する。グループ制限がない場合、このモジュールにアクセスできる全員がこの情報を読むことができます。"
@@ -40,45 +40,45 @@ msgstr "この情報を特定のグループに制限する。グループ制限
40
40
  msgid "You have forgotten the content!"
41
41
  msgstr "内容を忘れています!"
42
42
 
43
- #: aa_bulletin_board/models.py:71
43
+ #: aa_bulletin_board/models.py:72
44
44
  msgid "Can access this app"
45
45
  msgstr "このアプリにアクセス可能です"
46
46
 
47
- #: aa_bulletin_board/models.py:72
47
+ #: aa_bulletin_board/models.py:73
48
48
  msgid "Can manage (add/change/remove) bulletins"
49
49
  msgstr "情報の管理(追加/変更/削除)が可能"
50
50
 
51
- #: aa_bulletin_board/models.py:81
51
+ #: aa_bulletin_board/models.py:82
52
52
  msgid "Title"
53
53
  msgstr "タイトル"
54
54
 
55
- #: aa_bulletin_board/models.py:84
55
+ #: aa_bulletin_board/models.py:85
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:90
60
+ #: aa_bulletin_board/models.py:91
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:96
65
+ #: aa_bulletin_board/models.py:97
66
66
  msgid "Updated"
67
67
  msgstr "アップデート"
68
68
 
69
- #: aa_bulletin_board/models.py:105
69
+ #: aa_bulletin_board/models.py:106
70
70
  msgid "User"
71
71
  msgstr "ユーザー"
72
72
 
73
- #: aa_bulletin_board/models.py:111
73
+ #: aa_bulletin_board/models.py:112
74
74
  msgid "Group restrictions"
75
75
  msgstr "グループの制限"
76
76
 
77
- #: aa_bulletin_board/models.py:122
77
+ #: aa_bulletin_board/models.py:123
78
78
  msgid "Bulletin"
79
79
  msgstr ""
80
80
 
81
- #: aa_bulletin_board/models.py:123
81
+ #: aa_bulletin_board/models.py:124
82
82
  msgid "Bulletins"
83
83
  msgstr ""
84
84
 
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: PACKAGE VERSION\n"
11
11
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
12
- "POT-Creation-Date: 2025-01-21 05:07+0100\n"
12
+ "POT-Creation-Date: 2025-03-06 15:55+0100\n"
13
13
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
14
14
  "Last-Translator: Rodpold Shard <rodpold@gmail.com>\n"
15
15
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/ko/>\n"
@@ -20,7 +20,13 @@ msgstr ""
20
20
  "Plural-Forms: nplurals=1; plural=0;\n"
21
21
  "X-Generator: Weblate 5.5.3\n"
22
22
 
23
- #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
23
+ #. Translators: This is the app name and version, which will appear in the Django Backend
24
+ #: aa_bulletin_board/apps.py:22
25
+ #, python-brace-format
26
+ msgid "Bulletin Board v{__version__}"
27
+ msgstr "불레틴 보드 v{__version__}"
28
+
29
+ #: aa_bulletin_board/constants.py:13
24
30
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
25
31
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
26
32
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -28,12 +34,6 @@ msgstr ""
28
34
  msgid "Bulletin Board"
29
35
  msgstr "불레틴 보드"
30
36
 
31
- #. Translators: This is the app name and version, which will appear in the Django Backend
32
- #: aa_bulletin_board/apps.py:21
33
- #, python-brace-format
34
- msgid "Bulletin Board v{__version__}"
35
- msgstr "불레틴 보드 v{__version__}"
36
-
37
37
  #: aa_bulletin_board/forms.py:63
38
38
  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."
39
39
  msgstr "불레틴 보드의 항목을 그룹별로 열람을 제한할 수 있습니다. 그룹 제한이 없다면, 모듈의 접근 권한이 있는 모든 사용자가 이 항목을 열람할 수 있습니다."
@@ -42,45 +42,45 @@ msgstr "불레틴 보드의 항목을 그룹별로 열람을 제한할 수 있
42
42
  msgid "You have forgotten the content!"
43
43
  msgstr "내용을 잊어버리셨군요!"
44
44
 
45
- #: aa_bulletin_board/models.py:71
45
+ #: aa_bulletin_board/models.py:72
46
46
  msgid "Can access this app"
47
47
  msgstr "서비스에 접근할 수 있습니다"
48
48
 
49
- #: aa_bulletin_board/models.py:72
49
+ #: aa_bulletin_board/models.py:73
50
50
  msgid "Can manage (add/change/remove) bulletins"
51
51
  msgstr "게시판 (추가/변경/삭제) 관리 권한"
52
52
 
53
- #: aa_bulletin_board/models.py:81
53
+ #: aa_bulletin_board/models.py:82
54
54
  msgid "Title"
55
55
  msgstr "제목"
56
56
 
57
- #: aa_bulletin_board/models.py:84
57
+ #: aa_bulletin_board/models.py:85
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:90
62
+ #: aa_bulletin_board/models.py:91
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:96
67
+ #: aa_bulletin_board/models.py:97
68
68
  msgid "Updated"
69
69
  msgstr "업데이트 날짜"
70
70
 
71
- #: aa_bulletin_board/models.py:105
71
+ #: aa_bulletin_board/models.py:106
72
72
  msgid "User"
73
73
  msgstr "사용자"
74
74
 
75
- #: aa_bulletin_board/models.py:111
75
+ #: aa_bulletin_board/models.py:112
76
76
  msgid "Group restrictions"
77
77
  msgstr "그룹 제한"
78
78
 
79
- #: aa_bulletin_board/models.py:122
79
+ #: aa_bulletin_board/models.py:123
80
80
  msgid "Bulletin"
81
81
  msgstr "불레틴"
82
82
 
83
- #: aa_bulletin_board/models.py:123
83
+ #: aa_bulletin_board/models.py:124
84
84
  msgid "Bulletins"
85
85
  msgstr "불레틴"
86
86
 
@@ -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-01-21 05:07+0100\n"
10
+ "POT-Creation-Date: 2025-03-06 15:55+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/nl/>\n"
@@ -18,7 +18,13 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
19
  "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
21
+ #. Translators: This is the app name and version, which will appear in the Django Backend
22
+ #: aa_bulletin_board/apps.py:22
23
+ #, python-brace-format
24
+ msgid "Bulletin Board v{__version__}"
25
+ msgstr ""
26
+
27
+ #: aa_bulletin_board/constants.py:13
22
28
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
23
29
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
24
30
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -26,12 +32,6 @@ msgstr ""
26
32
  msgid "Bulletin Board"
27
33
  msgstr ""
28
34
 
29
- #. Translators: This is the app name and version, which will appear in the Django Backend
30
- #: aa_bulletin_board/apps.py:21
31
- #, python-brace-format
32
- msgid "Bulletin Board v{__version__}"
33
- msgstr ""
34
-
35
35
  #: aa_bulletin_board/forms.py:63
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 ""
@@ -40,45 +40,45 @@ msgstr ""
40
40
  msgid "You have forgotten the content!"
41
41
  msgstr ""
42
42
 
43
- #: aa_bulletin_board/models.py:71
43
+ #: aa_bulletin_board/models.py:72
44
44
  msgid "Can access this app"
45
45
  msgstr ""
46
46
 
47
- #: aa_bulletin_board/models.py:72
47
+ #: aa_bulletin_board/models.py:73
48
48
  msgid "Can manage (add/change/remove) bulletins"
49
49
  msgstr ""
50
50
 
51
- #: aa_bulletin_board/models.py:81
51
+ #: aa_bulletin_board/models.py:82
52
52
  msgid "Title"
53
53
  msgstr ""
54
54
 
55
- #: aa_bulletin_board/models.py:84
55
+ #: aa_bulletin_board/models.py:85
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:90
60
+ #: aa_bulletin_board/models.py:91
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:96
65
+ #: aa_bulletin_board/models.py:97
66
66
  msgid "Updated"
67
67
  msgstr ""
68
68
 
69
- #: aa_bulletin_board/models.py:105
69
+ #: aa_bulletin_board/models.py:106
70
70
  msgid "User"
71
71
  msgstr ""
72
72
 
73
- #: aa_bulletin_board/models.py:111
73
+ #: aa_bulletin_board/models.py:112
74
74
  msgid "Group restrictions"
75
75
  msgstr ""
76
76
 
77
- #: aa_bulletin_board/models.py:122
77
+ #: aa_bulletin_board/models.py:123
78
78
  msgid "Bulletin"
79
79
  msgstr ""
80
80
 
81
- #: aa_bulletin_board/models.py:123
81
+ #: aa_bulletin_board/models.py:124
82
82
  msgid "Bulletins"
83
83
  msgstr ""
84
84
 
@@ -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-01-21 05:07+0100\n"
9
+ "POT-Creation-Date: 2025-03-06 15:55+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: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/pl/>\n"
@@ -17,7 +17,13 @@ msgstr ""
17
17
  "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18
18
  "X-Generator: Weblate 5.5.3\n"
19
19
 
20
- #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
20
+ #. Translators: This is the app name and version, which will appear in the Django Backend
21
+ #: aa_bulletin_board/apps.py:22
22
+ #, python-brace-format
23
+ msgid "Bulletin Board v{__version__}"
24
+ msgstr ""
25
+
26
+ #: aa_bulletin_board/constants.py:13
21
27
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
22
28
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
23
29
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -25,12 +31,6 @@ msgstr ""
25
31
  msgid "Bulletin Board"
26
32
  msgstr ""
27
33
 
28
- #. Translators: This is the app name and version, which will appear in the Django Backend
29
- #: aa_bulletin_board/apps.py:21
30
- #, python-brace-format
31
- msgid "Bulletin Board v{__version__}"
32
- msgstr ""
33
-
34
34
  #: aa_bulletin_board/forms.py:63
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 ""
@@ -39,45 +39,45 @@ msgstr ""
39
39
  msgid "You have forgotten the content!"
40
40
  msgstr ""
41
41
 
42
- #: aa_bulletin_board/models.py:71
42
+ #: aa_bulletin_board/models.py:72
43
43
  msgid "Can access this app"
44
44
  msgstr ""
45
45
 
46
- #: aa_bulletin_board/models.py:72
46
+ #: aa_bulletin_board/models.py:73
47
47
  msgid "Can manage (add/change/remove) bulletins"
48
48
  msgstr ""
49
49
 
50
- #: aa_bulletin_board/models.py:81
50
+ #: aa_bulletin_board/models.py:82
51
51
  msgid "Title"
52
52
  msgstr ""
53
53
 
54
- #: aa_bulletin_board/models.py:84
54
+ #: aa_bulletin_board/models.py:85
55
55
  msgid "Content"
56
56
  msgstr ""
57
57
 
58
58
  #. Translators: This is the date and time the bulletin has been created
59
- #: aa_bulletin_board/models.py:90
59
+ #: aa_bulletin_board/models.py:91
60
60
  msgid "Created"
61
61
  msgstr ""
62
62
 
63
63
  #. Translators: This is the date and time the bulletin has been updated
64
- #: aa_bulletin_board/models.py:96
64
+ #: aa_bulletin_board/models.py:97
65
65
  msgid "Updated"
66
66
  msgstr ""
67
67
 
68
- #: aa_bulletin_board/models.py:105
68
+ #: aa_bulletin_board/models.py:106
69
69
  msgid "User"
70
70
  msgstr ""
71
71
 
72
- #: aa_bulletin_board/models.py:111
72
+ #: aa_bulletin_board/models.py:112
73
73
  msgid "Group restrictions"
74
74
  msgstr ""
75
75
 
76
- #: aa_bulletin_board/models.py:122
76
+ #: aa_bulletin_board/models.py:123
77
77
  msgid "Bulletin"
78
78
  msgstr ""
79
79
 
80
- #: aa_bulletin_board/models.py:123
80
+ #: aa_bulletin_board/models.py:124
81
81
  msgid "Bulletins"
82
82
  msgstr ""
83
83
 
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: PACKAGE VERSION\n"
11
11
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
12
- "POT-Creation-Date: 2025-01-21 05:07+0100\n"
12
+ "POT-Creation-Date: 2025-03-06 15:55+0100\n"
13
13
  "PO-Revision-Date: 2024-06-07 13:27+0000\n"
14
14
  "Last-Translator: Roycce_ <malyasov.roma@mail.ru>\n"
15
15
  "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/ru/>\n"
@@ -20,7 +20,13 @@ msgstr ""
20
20
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
21
  "X-Generator: Weblate 5.5.5\n"
22
22
 
23
- #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
23
+ #. Translators: This is the app name and version, which will appear in the Django Backend
24
+ #: aa_bulletin_board/apps.py:22
25
+ #, python-brace-format
26
+ msgid "Bulletin Board v{__version__}"
27
+ msgstr "Доска бюллетеней v{__version__}"
28
+
29
+ #: aa_bulletin_board/constants.py:13
24
30
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
25
31
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
26
32
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -28,12 +34,6 @@ msgstr ""
28
34
  msgid "Bulletin Board"
29
35
  msgstr "Доска бюллетеней"
30
36
 
31
- #. Translators: This is the app name and version, which will appear in the Django Backend
32
- #: aa_bulletin_board/apps.py:21
33
- #, python-brace-format
34
- msgid "Bulletin Board v{__version__}"
35
- msgstr "Доска бюллетеней v{__version__}"
36
-
37
37
  #: aa_bulletin_board/forms.py:63
38
38
  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."
39
39
  msgstr "Ограничить доступ к бюллетеню для конкретных групп. Если ограничение не задано, у всех пользователей модуля есть доступ к бюллетеню."
@@ -42,45 +42,45 @@ msgstr "Ограничить доступ к бюллетеню для конк
42
42
  msgid "You have forgotten the content!"
43
43
  msgstr "Вы забыли содержание!"
44
44
 
45
- #: aa_bulletin_board/models.py:71
45
+ #: aa_bulletin_board/models.py:72
46
46
  msgid "Can access this app"
47
47
  msgstr "Имеет доступ к приложению"
48
48
 
49
- #: aa_bulletin_board/models.py:72
49
+ #: aa_bulletin_board/models.py:73
50
50
  msgid "Can manage (add/change/remove) bulletins"
51
51
  msgstr "Может управлять (добавлять/изменять/удалять) бюллетенями"
52
52
 
53
- #: aa_bulletin_board/models.py:81
53
+ #: aa_bulletin_board/models.py:82
54
54
  msgid "Title"
55
55
  msgstr "Заглавие"
56
56
 
57
- #: aa_bulletin_board/models.py:84
57
+ #: aa_bulletin_board/models.py:85
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:90
62
+ #: aa_bulletin_board/models.py:91
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:96
67
+ #: aa_bulletin_board/models.py:97
68
68
  msgid "Updated"
69
69
  msgstr "Обновлен"
70
70
 
71
- #: aa_bulletin_board/models.py:105
71
+ #: aa_bulletin_board/models.py:106
72
72
  msgid "User"
73
73
  msgstr "Пользователь"
74
74
 
75
- #: aa_bulletin_board/models.py:111
75
+ #: aa_bulletin_board/models.py:112
76
76
  msgid "Group restrictions"
77
77
  msgstr "Ограничения групп"
78
78
 
79
- #: aa_bulletin_board/models.py:122
79
+ #: aa_bulletin_board/models.py:123
80
80
  msgid "Bulletin"
81
81
  msgstr "Бюллетень"
82
82
 
83
- #: aa_bulletin_board/models.py:123
83
+ #: aa_bulletin_board/models.py:124
84
84
  msgid "Bulletins"
85
85
  msgstr "Бюллетени"
86
86
 
@@ -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-01-21 05:07+0100\n"
10
+ "POT-Creation-Date: 2025-03-06 15:55+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/sk/>\n"
@@ -18,7 +18,13 @@ msgstr ""
18
18
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
19
19
  "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
21
+ #. Translators: This is the app name and version, which will appear in the Django Backend
22
+ #: aa_bulletin_board/apps.py:22
23
+ #, python-brace-format
24
+ msgid "Bulletin Board v{__version__}"
25
+ msgstr ""
26
+
27
+ #: aa_bulletin_board/constants.py:13
22
28
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
23
29
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
24
30
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -26,12 +32,6 @@ msgstr ""
26
32
  msgid "Bulletin Board"
27
33
  msgstr ""
28
34
 
29
- #. Translators: This is the app name and version, which will appear in the Django Backend
30
- #: aa_bulletin_board/apps.py:21
31
- #, python-brace-format
32
- msgid "Bulletin Board v{__version__}"
33
- msgstr ""
34
-
35
35
  #: aa_bulletin_board/forms.py:63
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 ""
@@ -40,45 +40,45 @@ msgstr ""
40
40
  msgid "You have forgotten the content!"
41
41
  msgstr ""
42
42
 
43
- #: aa_bulletin_board/models.py:71
43
+ #: aa_bulletin_board/models.py:72
44
44
  msgid "Can access this app"
45
45
  msgstr ""
46
46
 
47
- #: aa_bulletin_board/models.py:72
47
+ #: aa_bulletin_board/models.py:73
48
48
  msgid "Can manage (add/change/remove) bulletins"
49
49
  msgstr ""
50
50
 
51
- #: aa_bulletin_board/models.py:81
51
+ #: aa_bulletin_board/models.py:82
52
52
  msgid "Title"
53
53
  msgstr ""
54
54
 
55
- #: aa_bulletin_board/models.py:84
55
+ #: aa_bulletin_board/models.py:85
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:90
60
+ #: aa_bulletin_board/models.py:91
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:96
65
+ #: aa_bulletin_board/models.py:97
66
66
  msgid "Updated"
67
67
  msgstr ""
68
68
 
69
- #: aa_bulletin_board/models.py:105
69
+ #: aa_bulletin_board/models.py:106
70
70
  msgid "User"
71
71
  msgstr ""
72
72
 
73
- #: aa_bulletin_board/models.py:111
73
+ #: aa_bulletin_board/models.py:112
74
74
  msgid "Group restrictions"
75
75
  msgstr ""
76
76
 
77
- #: aa_bulletin_board/models.py:122
77
+ #: aa_bulletin_board/models.py:123
78
78
  msgid "Bulletin"
79
79
  msgstr ""
80
80
 
81
- #: aa_bulletin_board/models.py:123
81
+ #: aa_bulletin_board/models.py:124
82
82
  msgid "Bulletins"
83
83
  msgstr ""
84
84