aa-bulletin-board 2.2.5__py3-none-any.whl → 2.3.1__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 (36) hide show
  1. aa_bulletin_board/__init__.py +4 -4
  2. aa_bulletin_board/apps.py +3 -2
  3. aa_bulletin_board/constants.py +17 -0
  4. aa_bulletin_board/helper/__init__.py +3 -0
  5. aa_bulletin_board/helper/static_files.py +42 -0
  6. aa_bulletin_board/locale/cs_CZ/LC_MESSAGES/django.po +25 -37
  7. aa_bulletin_board/locale/de/LC_MESSAGES/django.po +25 -38
  8. aa_bulletin_board/locale/django.pot +19 -19
  9. aa_bulletin_board/locale/es/LC_MESSAGES/django.po +25 -38
  10. aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  11. aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +34 -46
  12. aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  13. aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +25 -32
  14. aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +23 -32
  15. aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +24 -35
  16. aa_bulletin_board/locale/nl_NL/LC_MESSAGES/django.po +22 -29
  17. aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +24 -34
  18. aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +25 -37
  19. aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +23 -31
  20. aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
  21. aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +33 -47
  22. aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +23 -32
  23. aa_bulletin_board/models.py +2 -1
  24. aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-css.html +1 -1
  25. aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-equal-height-js.html +1 -1
  26. aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-oembed-js.html +1 -1
  27. aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-css.html +2 -2
  28. aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-js.html +2 -2
  29. aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-css.html +2 -2
  30. aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-js.html +2 -2
  31. aa_bulletin_board/templatetags/aa_bulletin_board.py +70 -9
  32. aa_bulletin_board/tests/test_templatetags.py +66 -7
  33. {aa_bulletin_board-2.2.5.dist-info → aa_bulletin_board-2.3.1.dist-info}/METADATA +21 -21
  34. {aa_bulletin_board-2.2.5.dist-info → aa_bulletin_board-2.3.1.dist-info}/RECORD +36 -33
  35. {aa_bulletin_board-2.2.5.dist-info → aa_bulletin_board-2.3.1.dist-info}/WHEEL +1 -1
  36. {aa_bulletin_board-2.2.5.dist-info → aa_bulletin_board-2.3.1.dist-info}/licenses/LICENSE +0 -0
@@ -7,11 +7,10 @@ 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: 2024-12-14 13:27+0100\n"
10
+ "POT-Creation-Date: 2025-03-06 13:29+0100\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/alliance-auth-"
14
- "apps/aa-bulletin-board/nl/>\n"
13
+ "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/nl/>\n"
15
14
  "Language: nl_NL\n"
16
15
  "MIME-Version: 1.0\n"
17
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,7 +18,13 @@ msgstr ""
19
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
19
  "X-Generator: Weblate 5.5.3\n"
21
20
 
22
- #: 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
23
28
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
24
29
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
25
30
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -27,61 +32,53 @@ msgstr ""
27
32
  msgid "Bulletin Board"
28
33
  msgstr ""
29
34
 
30
- #. Translators: This is the app name and version, which will appear in the Django Backend
31
- #: aa_bulletin_board/apps.py:21
32
- #, python-brace-format
33
- msgid "Bulletin Board v{__version__}"
34
- msgstr ""
35
-
36
35
  #: aa_bulletin_board/forms.py:63
37
- msgid ""
38
- "Restrict this bulletin to certain groups. If no group restrictions are in "
39
- "place, everyone who has access to this module can read this bulletin."
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."
40
37
  msgstr ""
41
38
 
42
39
  #: aa_bulletin_board/forms.py:110
43
40
  msgid "You have forgotten the content!"
44
41
  msgstr ""
45
42
 
46
- #: aa_bulletin_board/models.py:71
43
+ #: aa_bulletin_board/models.py:72
47
44
  msgid "Can access this app"
48
45
  msgstr ""
49
46
 
50
- #: aa_bulletin_board/models.py:72
47
+ #: aa_bulletin_board/models.py:73
51
48
  msgid "Can manage (add/change/remove) bulletins"
52
49
  msgstr ""
53
50
 
54
- #: aa_bulletin_board/models.py:81
51
+ #: aa_bulletin_board/models.py:82
55
52
  msgid "Title"
56
53
  msgstr ""
57
54
 
58
- #: aa_bulletin_board/models.py:84
55
+ #: aa_bulletin_board/models.py:85
59
56
  msgid "Content"
60
57
  msgstr ""
61
58
 
62
59
  #. Translators: This is the date and time the bulletin has been created
63
- #: aa_bulletin_board/models.py:90
60
+ #: aa_bulletin_board/models.py:91
64
61
  msgid "Created"
65
62
  msgstr ""
66
63
 
67
64
  #. Translators: This is the date and time the bulletin has been updated
68
- #: aa_bulletin_board/models.py:96
65
+ #: aa_bulletin_board/models.py:97
69
66
  msgid "Updated"
70
67
  msgstr ""
71
68
 
72
- #: aa_bulletin_board/models.py:105
69
+ #: aa_bulletin_board/models.py:106
73
70
  msgid "User"
74
71
  msgstr ""
75
72
 
76
- #: aa_bulletin_board/models.py:111
73
+ #: aa_bulletin_board/models.py:112
77
74
  msgid "Group restrictions"
78
75
  msgstr ""
79
76
 
80
- #: aa_bulletin_board/models.py:122
77
+ #: aa_bulletin_board/models.py:123
81
78
  msgid "Bulletin"
82
79
  msgstr ""
83
80
 
84
- #: aa_bulletin_board/models.py:123
81
+ #: aa_bulletin_board/models.py:124
85
82
  msgid "Bulletins"
86
83
  msgstr ""
87
84
 
@@ -136,9 +133,7 @@ msgid "Add bulletin"
136
133
  msgstr ""
137
134
 
138
135
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
139
- msgid ""
140
- "Do you want to help translate this app into your language or improve the "
141
- "existing translation?"
136
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
142
137
  msgstr ""
143
138
 
144
139
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
@@ -151,9 +146,7 @@ msgid "Bulletin \"{bulletin__title}\" created."
151
146
  msgstr ""
152
147
 
153
148
  #: aa_bulletin_board/views.py:141
154
- msgid ""
155
- "The bulletin you are looking for does either not exist, or you don't have "
156
- "access to it."
149
+ msgid "The bulletin you are looking for does either not exist, or you don't have access to it."
157
150
  msgstr ""
158
151
 
159
152
  #: aa_bulletin_board/views.py:168
@@ -6,20 +6,24 @@ 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: 2024-12-14 13:27+0100\n"
9
+ "POT-Creation-Date: 2025-03-06 13:29+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
- "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-bulletin-board/pl/>\n"
12
+ "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/pl/>\n"
14
13
  "Language: pl_PL\n"
15
14
  "MIME-Version: 1.0\n"
16
15
  "Content-Type: text/plain; charset=UTF-8\n"
17
16
  "Content-Transfer-Encoding: 8bit\n"
18
- "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
19
- "|| n%100>=20) ? 1 : 2;\n"
17
+ "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
20
18
  "X-Generator: Weblate 5.5.3\n"
21
19
 
22
- #: 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
23
27
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
24
28
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
25
29
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -27,61 +31,53 @@ msgstr ""
27
31
  msgid "Bulletin Board"
28
32
  msgstr ""
29
33
 
30
- #. Translators: This is the app name and version, which will appear in the Django Backend
31
- #: aa_bulletin_board/apps.py:21
32
- #, python-brace-format
33
- msgid "Bulletin Board v{__version__}"
34
- msgstr ""
35
-
36
34
  #: aa_bulletin_board/forms.py:63
37
- msgid ""
38
- "Restrict this bulletin to certain groups. If no group restrictions are in "
39
- "place, everyone who has access to this module can read this bulletin."
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."
40
36
  msgstr ""
41
37
 
42
38
  #: aa_bulletin_board/forms.py:110
43
39
  msgid "You have forgotten the content!"
44
40
  msgstr ""
45
41
 
46
- #: aa_bulletin_board/models.py:71
42
+ #: aa_bulletin_board/models.py:72
47
43
  msgid "Can access this app"
48
44
  msgstr ""
49
45
 
50
- #: aa_bulletin_board/models.py:72
46
+ #: aa_bulletin_board/models.py:73
51
47
  msgid "Can manage (add/change/remove) bulletins"
52
48
  msgstr ""
53
49
 
54
- #: aa_bulletin_board/models.py:81
50
+ #: aa_bulletin_board/models.py:82
55
51
  msgid "Title"
56
52
  msgstr ""
57
53
 
58
- #: aa_bulletin_board/models.py:84
54
+ #: aa_bulletin_board/models.py:85
59
55
  msgid "Content"
60
56
  msgstr ""
61
57
 
62
58
  #. Translators: This is the date and time the bulletin has been created
63
- #: aa_bulletin_board/models.py:90
59
+ #: aa_bulletin_board/models.py:91
64
60
  msgid "Created"
65
61
  msgstr ""
66
62
 
67
63
  #. Translators: This is the date and time the bulletin has been updated
68
- #: aa_bulletin_board/models.py:96
64
+ #: aa_bulletin_board/models.py:97
69
65
  msgid "Updated"
70
66
  msgstr ""
71
67
 
72
- #: aa_bulletin_board/models.py:105
68
+ #: aa_bulletin_board/models.py:106
73
69
  msgid "User"
74
70
  msgstr ""
75
71
 
76
- #: aa_bulletin_board/models.py:111
72
+ #: aa_bulletin_board/models.py:112
77
73
  msgid "Group restrictions"
78
74
  msgstr ""
79
75
 
80
- #: aa_bulletin_board/models.py:122
76
+ #: aa_bulletin_board/models.py:123
81
77
  msgid "Bulletin"
82
78
  msgstr ""
83
79
 
84
- #: aa_bulletin_board/models.py:123
80
+ #: aa_bulletin_board/models.py:124
85
81
  msgid "Bulletins"
86
82
  msgstr ""
87
83
 
@@ -137,12 +133,8 @@ msgid "Add bulletin"
137
133
  msgstr ""
138
134
 
139
135
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
140
- msgid ""
141
- "Do you want to help translate this app into your language or improve the "
142
- "existing translation?"
143
- msgstr ""
144
- "Chciałbyś pomóc w tłumaczeniu tej apki na Twój język bądź poprawić aktualne "
145
- "tłumaczenia?"
136
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
137
+ msgstr "Chciałbyś pomóc w tłumaczeniu tej apki na Twój język bądź poprawić aktualne tłumaczenia?"
146
138
 
147
139
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
148
140
  msgid "Join our team of translators!"
@@ -154,9 +146,7 @@ msgid "Bulletin \"{bulletin__title}\" created."
154
146
  msgstr ""
155
147
 
156
148
  #: aa_bulletin_board/views.py:141
157
- msgid ""
158
- "The bulletin you are looking for does either not exist, or you don't have "
159
- "access to it."
149
+ msgid "The bulletin you are looking for does either not exist, or you don't have access to it."
160
150
  msgstr ""
161
151
 
162
152
  #: aa_bulletin_board/views.py:168
@@ -9,20 +9,24 @@ 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: 2024-12-14 13:27+0100\n"
12
+ "POT-Creation-Date: 2025-03-06 13:29+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
- "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
- "apps/aa-bulletin-board/ru/>\n"
15
+ "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/ru/>\n"
17
16
  "Language: ru\n"
18
17
  "MIME-Version: 1.0\n"
19
18
  "Content-Type: text/plain; charset=UTF-8\n"
20
19
  "Content-Transfer-Encoding: 8bit\n"
21
- "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
22
- "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
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"
23
21
  "X-Generator: Weblate 5.5.5\n"
24
22
 
25
- #: 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
26
30
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
27
31
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
28
32
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -30,63 +34,53 @@ msgstr ""
30
34
  msgid "Bulletin Board"
31
35
  msgstr "Доска бюллетеней"
32
36
 
33
- #. Translators: This is the app name and version, which will appear in the Django Backend
34
- #: aa_bulletin_board/apps.py:21
35
- #, python-brace-format
36
- msgid "Bulletin Board v{__version__}"
37
- msgstr "Доска бюллетеней v{__version__}"
38
-
39
37
  #: aa_bulletin_board/forms.py:63
40
- msgid ""
41
- "Restrict this bulletin to certain groups. If no group restrictions are in "
42
- "place, everyone who has access to this module can read this bulletin."
43
- msgstr ""
44
- "Ограничить доступ к бюллетеню для конкретных групп. Если ограничение не "
45
- "задано, у всех пользователей модуля есть доступ к бюллетеню."
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
+ msgstr "Ограничить доступ к бюллетеню для конкретных групп. Если ограничение не задано, у всех пользователей модуля есть доступ к бюллетеню."
46
40
 
47
41
  #: aa_bulletin_board/forms.py:110
48
42
  msgid "You have forgotten the content!"
49
43
  msgstr "Вы забыли содержание!"
50
44
 
51
- #: aa_bulletin_board/models.py:71
45
+ #: aa_bulletin_board/models.py:72
52
46
  msgid "Can access this app"
53
47
  msgstr "Имеет доступ к приложению"
54
48
 
55
- #: aa_bulletin_board/models.py:72
49
+ #: aa_bulletin_board/models.py:73
56
50
  msgid "Can manage (add/change/remove) bulletins"
57
51
  msgstr "Может управлять (добавлять/изменять/удалять) бюллетенями"
58
52
 
59
- #: aa_bulletin_board/models.py:81
53
+ #: aa_bulletin_board/models.py:82
60
54
  msgid "Title"
61
55
  msgstr "Заглавие"
62
56
 
63
- #: aa_bulletin_board/models.py:84
57
+ #: aa_bulletin_board/models.py:85
64
58
  msgid "Content"
65
59
  msgstr "Содержимое"
66
60
 
67
61
  #. Translators: This is the date and time the bulletin has been created
68
- #: aa_bulletin_board/models.py:90
62
+ #: aa_bulletin_board/models.py:91
69
63
  msgid "Created"
70
64
  msgstr "Создан"
71
65
 
72
66
  #. Translators: This is the date and time the bulletin has been updated
73
- #: aa_bulletin_board/models.py:96
67
+ #: aa_bulletin_board/models.py:97
74
68
  msgid "Updated"
75
69
  msgstr "Обновлен"
76
70
 
77
- #: aa_bulletin_board/models.py:105
71
+ #: aa_bulletin_board/models.py:106
78
72
  msgid "User"
79
73
  msgstr "Пользователь"
80
74
 
81
- #: aa_bulletin_board/models.py:111
75
+ #: aa_bulletin_board/models.py:112
82
76
  msgid "Group restrictions"
83
77
  msgstr "Ограничения групп"
84
78
 
85
- #: aa_bulletin_board/models.py:122
79
+ #: aa_bulletin_board/models.py:123
86
80
  msgid "Bulletin"
87
81
  msgstr "Бюллетень"
88
82
 
89
- #: aa_bulletin_board/models.py:123
83
+ #: aa_bulletin_board/models.py:124
90
84
  msgid "Bulletins"
91
85
  msgstr "Бюллетени"
92
86
 
@@ -143,12 +137,8 @@ msgid "Add bulletin"
143
137
  msgstr "Добавить бюллетень"
144
138
 
145
139
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
146
- msgid ""
147
- "Do you want to help translate this app into your language or improve the "
148
- "existing translation?"
149
- msgstr ""
150
- "Вы хотите помочь перевести это приложение на ваш язык или улучшить текущий "
151
- "перевод?"
140
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
141
+ msgstr "Вы хотите помочь перевести это приложение на ваш язык или улучшить текущий перевод?"
152
142
 
153
143
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
154
144
  msgid "Join our team of translators!"
@@ -160,9 +150,7 @@ msgid "Bulletin \"{bulletin__title}\" created."
160
150
  msgstr "Бюллетень «{bulletin__title}» создан."
161
151
 
162
152
  #: aa_bulletin_board/views.py:141
163
- msgid ""
164
- "The bulletin you are looking for does either not exist, or you don't have "
165
- "access to it."
153
+ msgid "The bulletin you are looking for does either not exist, or you don't have access to it."
166
154
  msgstr "Запрошенный бюллетень не существует или у Вас нет доступа."
167
155
 
168
156
  #: aa_bulletin_board/views.py:168
@@ -7,20 +7,24 @@ 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: 2024-12-14 13:27+0100\n"
10
+ "POT-Creation-Date: 2025-03-06 13:29+0100\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/alliance-auth-"
14
- "apps/aa-bulletin-board/sk/>\n"
13
+ "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/sk/>\n"
15
14
  "Language: sk\n"
16
15
  "MIME-Version: 1.0\n"
17
16
  "Content-Type: text/plain; charset=UTF-8\n"
18
17
  "Content-Transfer-Encoding: 8bit\n"
19
- "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n "
20
- ">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
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"
21
19
  "X-Generator: Weblate 5.5.3\n"
22
20
 
23
- #: 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
24
28
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
25
29
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
26
30
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -28,61 +32,53 @@ msgstr ""
28
32
  msgid "Bulletin Board"
29
33
  msgstr ""
30
34
 
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 ""
36
-
37
35
  #: aa_bulletin_board/forms.py:63
38
- msgid ""
39
- "Restrict this bulletin to certain groups. If no group restrictions are in "
40
- "place, everyone who has access to this module can read this bulletin."
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."
41
37
  msgstr ""
42
38
 
43
39
  #: aa_bulletin_board/forms.py:110
44
40
  msgid "You have forgotten the content!"
45
41
  msgstr ""
46
42
 
47
- #: aa_bulletin_board/models.py:71
43
+ #: aa_bulletin_board/models.py:72
48
44
  msgid "Can access this app"
49
45
  msgstr ""
50
46
 
51
- #: aa_bulletin_board/models.py:72
47
+ #: aa_bulletin_board/models.py:73
52
48
  msgid "Can manage (add/change/remove) bulletins"
53
49
  msgstr ""
54
50
 
55
- #: aa_bulletin_board/models.py:81
51
+ #: aa_bulletin_board/models.py:82
56
52
  msgid "Title"
57
53
  msgstr ""
58
54
 
59
- #: aa_bulletin_board/models.py:84
55
+ #: aa_bulletin_board/models.py:85
60
56
  msgid "Content"
61
57
  msgstr ""
62
58
 
63
59
  #. Translators: This is the date and time the bulletin has been created
64
- #: aa_bulletin_board/models.py:90
60
+ #: aa_bulletin_board/models.py:91
65
61
  msgid "Created"
66
62
  msgstr ""
67
63
 
68
64
  #. Translators: This is the date and time the bulletin has been updated
69
- #: aa_bulletin_board/models.py:96
65
+ #: aa_bulletin_board/models.py:97
70
66
  msgid "Updated"
71
67
  msgstr ""
72
68
 
73
- #: aa_bulletin_board/models.py:105
69
+ #: aa_bulletin_board/models.py:106
74
70
  msgid "User"
75
71
  msgstr ""
76
72
 
77
- #: aa_bulletin_board/models.py:111
73
+ #: aa_bulletin_board/models.py:112
78
74
  msgid "Group restrictions"
79
75
  msgstr ""
80
76
 
81
- #: aa_bulletin_board/models.py:122
77
+ #: aa_bulletin_board/models.py:123
82
78
  msgid "Bulletin"
83
79
  msgstr ""
84
80
 
85
- #: aa_bulletin_board/models.py:123
81
+ #: aa_bulletin_board/models.py:124
86
82
  msgid "Bulletins"
87
83
  msgstr ""
88
84
 
@@ -139,9 +135,7 @@ msgid "Add bulletin"
139
135
  msgstr ""
140
136
 
141
137
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
142
- msgid ""
143
- "Do you want to help translate this app into your language or improve the "
144
- "existing translation?"
138
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
145
139
  msgstr ""
146
140
 
147
141
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
@@ -154,9 +148,7 @@ msgid "Bulletin \"{bulletin__title}\" created."
154
148
  msgstr ""
155
149
 
156
150
  #: aa_bulletin_board/views.py:141
157
- msgid ""
158
- "The bulletin you are looking for does either not exist, or you don't have "
159
- "access to it."
151
+ msgid "The bulletin you are looking for does either not exist, or you don't have access to it."
160
152
  msgstr ""
161
153
 
162
154
  #: aa_bulletin_board/views.py:168
@@ -4,24 +4,29 @@
4
4
  # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
5
5
  # "Andrii M." <elfleg0las88@gmail.com>, 2023, 2024.
6
6
  # Kristof <kristof@teh.ninja>, 2023, 2024.
7
+ # M <skrypets@gmail.com>, 2025.
7
8
  msgid ""
8
9
  msgstr ""
9
10
  "Project-Id-Version: PACKAGE VERSION\n"
10
11
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
11
- "POT-Creation-Date: 2024-12-14 13:27+0100\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"
12
+ "POT-Creation-Date: 2025-03-06 13:29+0100\n"
13
+ "PO-Revision-Date: 2025-02-23 23:17+0000\n"
14
+ "Last-Translator: M <skrypets@gmail.com>\n"
15
+ "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-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
- "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
21
- "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
22
- "X-Generator: Weblate 5.7.2\n"
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
+ "X-Generator: Weblate 5.10.1\n"
23
22
 
24
- #: 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
25
30
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
26
31
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
27
32
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -29,64 +34,53 @@ msgstr ""
29
34
  msgid "Bulletin Board"
30
35
  msgstr "Дошка оголошень"
31
36
 
32
- #. Translators: This is the app name and version, which will appear in the Django Backend
33
- #: aa_bulletin_board/apps.py:21
34
- #, python-brace-format
35
- msgid "Bulletin Board v{__version__}"
36
- msgstr "Дошка оголошень v{__version__}"
37
-
38
37
  #: aa_bulletin_board/forms.py:63
39
- msgid ""
40
- "Restrict this bulletin to certain groups. If no group restrictions are in "
41
- "place, everyone who has access to this module can read this bulletin."
42
- msgstr ""
43
- "Обмежте доступ до цього бюлетеня для певних груп. Якщо не встановлено жодних "
44
- "групових обмежень, кожен, хто має доступ до цього модуля, зможе прочитати "
45
- "цей бюлетень."
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
+ msgstr "Обмежте доступ до цього бюлетеня для певних груп. Якщо не встановлено жодних групових обмежень, кожен, хто має доступ до цього модуля, зможе прочитати цей бюлетень."
46
40
 
47
41
  #: aa_bulletin_board/forms.py:110
48
42
  msgid "You have forgotten the content!"
49
43
  msgstr ""
50
44
 
51
- #: aa_bulletin_board/models.py:71
45
+ #: aa_bulletin_board/models.py:72
52
46
  msgid "Can access this app"
53
- msgstr ""
47
+ msgstr "Має доступ до цього додатку"
54
48
 
55
- #: aa_bulletin_board/models.py:72
49
+ #: aa_bulletin_board/models.py:73
56
50
  msgid "Can manage (add/change/remove) bulletins"
57
51
  msgstr ""
58
52
 
59
- #: aa_bulletin_board/models.py:81
53
+ #: aa_bulletin_board/models.py:82
60
54
  msgid "Title"
61
55
  msgstr "Заголовок"
62
56
 
63
- #: aa_bulletin_board/models.py:84
57
+ #: aa_bulletin_board/models.py:85
64
58
  msgid "Content"
65
59
  msgstr "Вміст"
66
60
 
67
61
  #. Translators: This is the date and time the bulletin has been created
68
- #: aa_bulletin_board/models.py:90
62
+ #: aa_bulletin_board/models.py:91
69
63
  msgid "Created"
70
64
  msgstr "Створено"
71
65
 
72
66
  #. Translators: This is the date and time the bulletin has been updated
73
- #: aa_bulletin_board/models.py:96
67
+ #: aa_bulletin_board/models.py:97
74
68
  msgid "Updated"
75
69
  msgstr ""
76
70
 
77
- #: aa_bulletin_board/models.py:105
71
+ #: aa_bulletin_board/models.py:106
78
72
  msgid "User"
79
- msgstr ""
73
+ msgstr "Користувач"
80
74
 
81
- #: aa_bulletin_board/models.py:111
75
+ #: aa_bulletin_board/models.py:112
82
76
  msgid "Group restrictions"
83
- msgstr "Групові обмеження"
77
+ msgstr "Обмеження групи"
84
78
 
85
- #: aa_bulletin_board/models.py:122
79
+ #: aa_bulletin_board/models.py:123
86
80
  msgid "Bulletin"
87
81
  msgstr "Інформаційний бюлетень"
88
82
 
89
- #: aa_bulletin_board/models.py:123
83
+ #: aa_bulletin_board/models.py:124
90
84
  msgid "Bulletins"
91
85
  msgstr "Інформаційні бюлетені"
92
86
 
@@ -157,12 +151,8 @@ msgid "Add bulletin"
157
151
  msgstr "Додати інформаційний бюлетень"
158
152
 
159
153
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
160
- msgid ""
161
- "Do you want to help translate this app into your language or improve the "
162
- "existing translation?"
163
- msgstr ""
164
- "Хочете допомогти перекласти цю програму вашою мовою чи покращити наявний "
165
- "переклад?"
154
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
155
+ msgstr "Хочете допомогти перекласти цю програму вашою мовою чи покращити наявний переклад?"
166
156
 
167
157
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
168
158
  msgid "Join our team of translators!"
@@ -175,12 +165,8 @@ msgstr "Створено бюлетень «{bulletin__title}»."
175
165
 
176
166
  #: aa_bulletin_board/views.py:141
177
167
  #, fuzzy
178
- #| msgid ""
179
- #| "The bulletin you are looking for does not exist, or you don't have access "
180
- #| "to it."
181
- msgid ""
182
- "The bulletin you are looking for does either not exist, or you don't have "
183
- "access to it."
168
+ #| msgid "The bulletin you are looking for does not exist, or you don't have access to it."
169
+ msgid "The bulletin you are looking for does either not exist, or you don't have access to it."
184
170
  msgstr "Бюлетень, який ви шукаєте, не існує, або у вас немає до нього доступу."
185
171
 
186
172
  #: aa_bulletin_board/views.py:168