aa-bulletin-board 2.0.1__py3-none-any.whl → 2.2.0__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.
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.0.1"
8
+ __version__ = "2.2.0"
9
9
  __title__ = _("Bulletin Board")
@@ -1,24 +1,23 @@
1
1
  # SOME DESCRIPTIVE TITLE.
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
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
4
+ # Dadas Aideron <dadas.aideron@gmail.com>, 2024.
6
5
  msgid ""
7
6
  msgstr ""
8
7
  "Project-Id-Version: PACKAGE VERSION\n"
9
8
  "Report-Msgid-Bugs-To: \n"
10
9
  "POT-Creation-Date: 2024-03-20 17:29+0100\n"
11
- "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
- "Last-Translator: Anonymous <noreply@weblate.org>\n"
10
+ "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
+ "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
13
12
  "Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
14
13
  "alliance-auth-apps/aa-bulletin-board/cs/>\n"
15
- "Language: cs\n"
14
+ "Language: cs_CZ\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
18
  "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
20
19
  "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
21
- "X-Generator: Weblate 5.5.3\n"
20
+ "X-Generator: Weblate 5.6.2\n"
22
21
 
23
22
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
24
23
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -26,153 +25,157 @@ msgstr ""
26
25
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
27
26
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
28
27
  msgid "Bulletin Board"
29
- msgstr ""
28
+ msgstr "Nástěnka"
30
29
 
31
30
  #. Translators: This is the app name and version, which will appear in the Django Backend
32
31
  #: aa_bulletin_board/apps.py:21
33
32
  #, python-brace-format
34
33
  msgid "Bulletin Board v{__version__}"
35
- msgstr ""
34
+ msgstr "Nástěnka v{__version__}"
36
35
 
37
36
  #: aa_bulletin_board/forms.py:65
38
37
  msgid ""
39
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
40
39
  "place, everyone who has access to this module can read this bulletin."
41
40
  msgstr ""
41
+ "Omez nástěnku pro určité skupiny. Pokud nejsou nastavena žádná omezení, "
42
+ "všichni s přístupem k tomuto modulu můžou číst tuto nástěnku."
42
43
 
43
44
  #: aa_bulletin_board/forms.py:112
44
45
  msgid "You have forgotten the content!"
45
- msgstr ""
46
+ msgstr "Zapomněl jsi obsah!"
46
47
 
47
48
  #: aa_bulletin_board/models.py:71
48
49
  msgid "Can access this app"
49
- msgstr ""
50
+ msgstr "Má přístup k této aplikaci"
50
51
 
51
52
  #: aa_bulletin_board/models.py:72
52
53
  msgid "Can manage (add/change/remove) bulletins"
53
- msgstr ""
54
+ msgstr "Může spravovat (přidat, měnit, odstranit) nástěnky"
54
55
 
55
56
  #: aa_bulletin_board/models.py:81
56
57
  msgid "Title"
57
- msgstr ""
58
+ msgstr "Nadpis"
58
59
 
59
60
  #: aa_bulletin_board/models.py:84
60
61
  msgid "Content"
61
- msgstr ""
62
+ msgstr "Obsah"
62
63
 
63
64
  #. Translators: This is the date and time the bulletin has been created
64
65
  #: aa_bulletin_board/models.py:90
65
66
  msgid "Created"
66
- msgstr ""
67
+ msgstr "Vytvořeno"
67
68
 
68
69
  #. Translators: This is the date and time the bulletin has been updated
69
70
  #: aa_bulletin_board/models.py:96
70
71
  msgid "Updated"
71
- msgstr ""
72
+ msgstr "Upraveno"
72
73
 
73
74
  #: aa_bulletin_board/models.py:105
74
75
  msgid "User"
75
- msgstr ""
76
+ msgstr "Uživatel"
76
77
 
77
78
  #: aa_bulletin_board/models.py:111
78
79
  msgid "Group restrictions"
79
- msgstr ""
80
+ msgstr "Omezení skupiny"
80
81
 
81
82
  #: aa_bulletin_board/models.py:122
82
83
  msgid "Bulletin"
83
- msgstr ""
84
+ msgstr "Nástěnka"
84
85
 
85
86
  #: aa_bulletin_board/models.py:123
86
87
  msgid "Bulletins"
87
- msgstr ""
88
+ msgstr "Nástěnky"
88
89
 
89
90
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
90
91
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
91
92
  msgid "Back"
92
- msgstr ""
93
+ msgstr "Zpět"
93
94
 
94
95
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
95
96
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
96
97
  msgid "Edit"
97
- msgstr ""
98
+ msgstr "Upravit"
98
99
 
99
100
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
100
101
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
101
102
  msgid "Delete"
102
- msgstr ""
103
+ msgstr "Smazat"
103
104
 
104
105
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
105
106
  msgid "This bulletin is restricted to the following group:"
106
107
  msgid_plural "This bulletin is restricted to the following groups:"
107
- msgstr[0] ""
108
- msgstr[1] ""
109
- msgstr[2] ""
110
- msgstr[3] ""
108
+ msgstr[0] "Tato nástěnka je omezena pro tuto skupinu:"
109
+ msgstr[1] "Tato nástěnka je omezena pro tyto skupiny:"
110
+ msgstr[2] "Tato nástěnka je omezena pro tyto skupiny:"
111
+ msgstr[3] "Tato nástěnka je omezena pro tyto skupiny:"
111
112
 
112
113
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
113
114
  msgid "Read more"
114
- msgstr ""
115
+ msgstr "Zobrazit více"
115
116
 
116
117
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
117
118
  msgid "No bulletins found."
118
- msgstr ""
119
+ msgstr "Žádné nástěnky nebyly nalezeny."
119
120
 
120
121
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
121
122
  msgid "Edit bulletin"
122
- msgstr ""
123
+ msgstr "Upravit nástěnku"
123
124
 
124
125
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:14
125
126
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:25
126
127
  msgid "Create new bulletin"
127
- msgstr ""
128
+ msgstr "Vytvořit nástěnku"
128
129
 
129
130
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
130
131
  msgid "Update bulletin"
131
- msgstr ""
132
+ msgstr "Aktualizovat nástěnku"
132
133
 
133
134
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
134
135
  msgid "Create bulletin"
135
- msgstr ""
136
+ msgstr "Vytvořit nástěnku"
136
137
 
137
138
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
138
139
  msgid "Add bulletin"
139
- msgstr ""
140
+ msgstr "Přidat nástěnku"
140
141
 
141
142
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
142
143
  msgid ""
143
144
  "Do you want to help translate this app into your language or improve the "
144
145
  "existing translation?"
145
146
  msgstr ""
147
+ "Chceš pomoc s překladem této aplikace do tvého jazyka, nebo vylepšit "
148
+ "současný překlad?"
146
149
 
147
150
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
148
151
  msgid "Join our team of translators!"
149
- msgstr ""
152
+ msgstr "Připoj se k našemu týmu překladatelů!"
150
153
 
151
154
  #: aa_bulletin_board/views.py:98
152
155
  #, python-brace-format
153
156
  msgid "Bulletin \"{bulletin__title}\" created."
154
- msgstr ""
157
+ msgstr "Nástěnka \"{bulletin__title}\" vytvořena."
155
158
 
156
159
  #: aa_bulletin_board/views.py:141
157
160
  msgid ""
158
161
  "The bulletin you are looking for does either not exist, or you don't have "
159
162
  "access to it."
160
- msgstr ""
163
+ msgstr "Nástěnka kterou hledáte buďto neexistuje, nebo k ní nemáte přístup."
161
164
 
162
165
  #: aa_bulletin_board/views.py:168
163
166
  msgid "The bulletin you are trying to edit does not exist."
164
- msgstr ""
167
+ msgstr "Nástěnka kterou chcete upravit neexistuje."
165
168
 
166
169
  #: aa_bulletin_board/views.py:195
167
170
  #, python-brace-format
168
171
  msgid "Bulletin \"{bulletin__title}\" updated."
169
- msgstr ""
172
+ msgstr "Nástěnka \"{bulletin__title}\" aktualizována."
170
173
 
171
174
  #: aa_bulletin_board/views.py:227
172
175
  #, python-brace-format
173
176
  msgid "Bulletin \"{bulletin.title}\" deleted."
174
- msgstr ""
177
+ msgstr "Nástěnka \"{bulletin.title}\" smazána."
175
178
 
176
179
  #: aa_bulletin_board/views.py:234
177
180
  msgid "The bulletin you are trying to delete does not exist."
178
- msgstr ""
181
+ msgstr "Nástěnku kterou se snažíte smazat neexistuje."
@@ -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-03-20 17:29+0100\n"
11
+ "POT-Creation-Date: 2024-09-16 12:07+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"
@@ -3,13 +3,15 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # erka Ekanon <M6musicT@hotmail.fr>, 2024.
5
5
  # Peter Pfeufer <info@ppfeufer.de>, 2024.
6
+ # Hexo <ghostcig@free.fr>, 2024.
7
+ # Houbi_Houba <paul.lacape@live.fr>, 2024.
6
8
  msgid ""
7
9
  msgstr ""
8
10
  "Project-Id-Version: PACKAGE VERSION\n"
9
11
  "Report-Msgid-Bugs-To: \n"
10
12
  "POT-Creation-Date: 2024-03-15 18:14+0100\n"
11
- "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
- "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
+ "PO-Revision-Date: 2024-07-10 09:27+0000\n"
14
+ "Last-Translator: Houbi_Houba <paul.lacape@live.fr>\n"
13
15
  "Language-Team: French <https://weblate.ppfeufer.de/projects/"
14
16
  "alliance-auth-apps/aa-bulletin-board/fr/>\n"
15
17
  "Language: fr_FR\n"
@@ -17,7 +19,7 @@ msgstr ""
17
19
  "Content-Type: text/plain; charset=UTF-8\n"
18
20
  "Content-Transfer-Encoding: 8bit\n"
19
21
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
20
- "X-Generator: Weblate 5.5.3\n"
22
+ "X-Generator: Weblate 5.6.2\n"
21
23
 
22
24
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
23
25
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -25,53 +27,63 @@ msgstr ""
25
27
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
26
28
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
27
29
  msgid "Bulletin Board"
28
- msgstr ""
30
+ msgstr "Tableau d'affichage"
29
31
 
30
32
  #. Translators: This is the app name and version, which will appear in the Django Backend
31
33
  #: aa_bulletin_board/apps.py:21
32
34
  #, python-brace-format
33
35
  msgid "Bulletin Board v{__version__}"
34
- msgstr ""
36
+ msgstr "Tableau d'affichage v{__version__}"
35
37
 
36
38
  #: aa_bulletin_board/forms.py:65
39
+ #, fuzzy
37
40
  msgid ""
38
41
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
42
  "place, everyone who has access to this module can read this bulletin."
40
43
  msgstr ""
44
+ "Restreignez ce bulletin à certains groupes. Si aucune restriction de groupe "
45
+ "n'est en place, tous ceux qui ont accès à ce module peuvent lire ce bulletin."
41
46
 
42
47
  #: aa_bulletin_board/forms.py:112
43
48
  msgid "You have forgotten the content!"
44
- msgstr ""
49
+ msgstr "Vous avez oublié le contenu !"
45
50
 
46
51
  #: aa_bulletin_board/models.py:71
52
+ #, fuzzy
47
53
  msgid "Can access this app"
48
54
  msgstr "Peut accéder à cette application"
49
55
 
50
56
  #: aa_bulletin_board/models.py:72
57
+ #, fuzzy
51
58
  msgid "Can manage (add/change/remove) bulletins"
52
- msgstr ""
59
+ msgstr "Peut gérer (ajouter/modifier/supprimer) des bulletins"
53
60
 
54
61
  #: aa_bulletin_board/models.py:81
62
+ #, fuzzy
55
63
  msgid "Title"
56
- msgstr ""
64
+ msgstr "Titre"
57
65
 
58
66
  #: aa_bulletin_board/models.py:84
67
+ #, fuzzy
59
68
  msgid "Content"
60
- msgstr ""
69
+ msgstr "Contenu"
61
70
 
62
71
  #. Translators: This is the date and time the bulletin has been created
63
72
  #: aa_bulletin_board/models.py:90
73
+ #, fuzzy
64
74
  msgid "Created"
65
- msgstr ""
75
+ msgstr "Créé"
66
76
 
67
77
  #. Translators: This is the date and time the bulletin has been updated
68
78
  #: aa_bulletin_board/models.py:96
79
+ #, fuzzy
69
80
  msgid "Updated"
70
- msgstr ""
81
+ msgstr "Mis à jour"
71
82
 
72
83
  #: aa_bulletin_board/models.py:105
84
+ #, fuzzy
73
85
  msgid "User"
74
- msgstr ""
86
+ msgstr "Utilisateur"
75
87
 
76
88
  #: aa_bulletin_board/models.py:111
77
89
  msgid "Group restrictions"
@@ -79,21 +91,21 @@ msgstr "Restrictions de groupe"
79
91
 
80
92
  #: aa_bulletin_board/models.py:122
81
93
  msgid "Bulletin"
82
- msgstr ""
94
+ msgstr "Bulletin"
83
95
 
84
96
  #: aa_bulletin_board/models.py:123
85
97
  msgid "Bulletins"
86
- msgstr ""
98
+ msgstr "Bulletins"
87
99
 
88
100
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
89
101
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
90
102
  msgid "Back"
91
- msgstr ""
103
+ msgstr "Retour"
92
104
 
93
105
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
94
106
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
95
107
  msgid "Edit"
96
- msgstr ""
108
+ msgstr "Editer"
97
109
 
98
110
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
99
111
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
@@ -1,15 +1,15 @@
1
1
  # SOME DESCRIPTIVE TITLE.
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
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
4
+ # Xrandier <xrandier@gmail.com>, 2024.
5
+ # Anata_no_Usiro <yt23542354m@gmail.com>, 2024.
6
6
  msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "POT-Creation-Date: 2024-03-15 18:14+0100\n"
11
- "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
- "Last-Translator: Anonymous <noreply@weblate.org>\n"
11
+ "PO-Revision-Date: 2024-08-05 10:10+0000\n"
12
+ "Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
13
13
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/"
14
14
  "alliance-auth-apps/aa-bulletin-board/ja/>\n"
15
15
  "Language: ja\n"
@@ -17,7 +17,7 @@ msgstr ""
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Generator: Weblate 5.5.3\n"
20
+ "X-Generator: Weblate 5.6.2\n"
21
21
 
22
22
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
23
23
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -25,57 +25,58 @@ msgstr ""
25
25
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
26
26
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
27
27
  msgid "Bulletin Board"
28
- msgstr ""
28
+ msgstr "掲示板"
29
29
 
30
30
  #. Translators: This is the app name and version, which will appear in the Django Backend
31
31
  #: aa_bulletin_board/apps.py:21
32
32
  #, python-brace-format
33
33
  msgid "Bulletin Board v{__version__}"
34
- msgstr ""
34
+ msgstr "掲示板 v{__version__}"
35
35
 
36
36
  #: aa_bulletin_board/forms.py:65
37
37
  msgid ""
38
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
39
  "place, everyone who has access to this module can read this bulletin."
40
- msgstr ""
40
+ msgstr "この情報を特定のグループに制限する。グループ制限がない場合、このモジュールに"
41
+ "アクセスできる全員がこの情報を読むことができます。"
41
42
 
42
43
  #: aa_bulletin_board/forms.py:112
43
44
  msgid "You have forgotten the content!"
44
- msgstr ""
45
+ msgstr "内容を忘れています!"
45
46
 
46
47
  #: aa_bulletin_board/models.py:71
47
48
  msgid "Can access this app"
48
- msgstr ""
49
+ msgstr "このアプリにアクセス可能です"
49
50
 
50
51
  #: aa_bulletin_board/models.py:72
51
52
  msgid "Can manage (add/change/remove) bulletins"
52
- msgstr ""
53
+ msgstr "情報の管理(追加/変更/削除)が可能"
53
54
 
54
55
  #: aa_bulletin_board/models.py:81
55
56
  msgid "Title"
56
- msgstr ""
57
+ msgstr "タイトル"
57
58
 
58
59
  #: aa_bulletin_board/models.py:84
59
60
  msgid "Content"
60
- msgstr ""
61
+ msgstr "内容"
61
62
 
62
63
  #. Translators: This is the date and time the bulletin has been created
63
64
  #: aa_bulletin_board/models.py:90
64
65
  msgid "Created"
65
- msgstr ""
66
+ msgstr "作成"
66
67
 
67
68
  #. Translators: This is the date and time the bulletin has been updated
68
69
  #: aa_bulletin_board/models.py:96
69
70
  msgid "Updated"
70
- msgstr ""
71
+ msgstr "アップデート"
71
72
 
72
73
  #: aa_bulletin_board/models.py:105
73
74
  msgid "User"
74
- msgstr ""
75
+ msgstr "ユーザー"
75
76
 
76
77
  #: aa_bulletin_board/models.py:111
77
78
  msgid "Group restrictions"
78
- msgstr ""
79
+ msgstr "グループの制限"
79
80
 
80
81
  #: aa_bulletin_board/models.py:122
81
82
  msgid "Bulletin"
@@ -12,7 +12,7 @@ msgstr ""
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/"
14
14
  "alliance-auth-apps/aa-bulletin-board/nl/>\n"
15
- "Language: 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"
@@ -4,13 +4,14 @@
4
4
  # "H. Peter Pfeufer" <info@ppfeufer.de>, 2023, 2024.
5
5
  # Nikolay <nick.postnikov@gmail.com>, 2023, 2024.
6
6
  # Max <mark25@inbox.ru>, 2023, 2024.
7
+ # Roycce_ <malyasov.roma@mail.ru>, 2024.
7
8
  msgid ""
8
9
  msgstr ""
9
10
  "Project-Id-Version: PACKAGE VERSION\n"
10
11
  "Report-Msgid-Bugs-To: \n"
11
12
  "POT-Creation-Date: 2024-03-15 18:14+0100\n"
12
- "PO-Revision-Date: 2024-05-10 13:57+0000\n"
13
- "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "PO-Revision-Date: 2024-06-07 13:27+0000\n"
14
+ "Last-Translator: Roycce_ <malyasov.roma@mail.ru>\n"
14
15
  "Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
15
16
  "alliance-auth-apps/aa-bulletin-board/ru/>\n"
16
17
  "Language: ru\n"
@@ -19,7 +20,7 @@ msgstr ""
19
20
  "Content-Transfer-Encoding: 8bit\n"
20
21
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
21
22
  "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
22
- "X-Generator: Weblate 5.5.3\n"
23
+ "X-Generator: Weblate 5.5.5\n"
23
24
 
24
25
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
25
26
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -45,7 +46,7 @@ msgstr ""
45
46
 
46
47
  #: aa_bulletin_board/forms.py:112
47
48
  msgid "You have forgotten the content!"
48
- msgstr ""
49
+ msgstr "Вы забыли содержание!"
49
50
 
50
51
  #: aa_bulletin_board/models.py:71
51
52
  msgid "Can access this app"
@@ -117,10 +118,8 @@ msgid "Read more"
117
118
  msgstr "Читать"
118
119
 
119
120
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
120
- #, fuzzy
121
- #| msgid "Bulletin Board"
122
121
  msgid "No bulletins found."
123
- msgstr "Доска бюллетеней"
122
+ msgstr "Бюллетеней не найдено."
124
123
 
125
124
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
126
125
  msgid "Edit bulletin"
@@ -5,13 +5,14 @@
5
5
  # Dehao Wu <wudehao2000@163.com>, 2024.
6
6
  # SAM_FPS <sam_fps@163.com>, 2024.
7
7
  # MxdHana <236833425@qq.com>, 2024.
8
+ # Peter Pfeufer <info@ppfeufer.de>, 2024.
8
9
  msgid ""
9
10
  msgstr ""
10
11
  "Project-Id-Version: PACKAGE VERSION\n"
11
12
  "Report-Msgid-Bugs-To: \n"
12
13
  "POT-Creation-Date: 2024-03-15 18:14+0100\n"
13
- "PO-Revision-Date: 2024-05-15 09:20+0000\n"
14
- "Last-Translator: MxdHana <236833425@qq.com>\n"
14
+ "PO-Revision-Date: 2024-05-28 16:27+0000\n"
15
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
15
16
  "Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/"
16
17
  "alliance-auth-apps/aa-bulletin-board/zh_Hans/>\n"
17
18
  "Language: zh_Hans\n"
@@ -19,7 +20,7 @@ msgstr ""
19
20
  "Content-Type: text/plain; charset=UTF-8\n"
20
21
  "Content-Transfer-Encoding: 8bit\n"
21
22
  "Plural-Forms: nplurals=1; plural=0;\n"
22
- "X-Generator: Weblate 5.5.3\n"
23
+ "X-Generator: Weblate 5.5.5\n"
23
24
 
24
25
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
25
26
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -4,7 +4,6 @@ Test utilities
4
4
 
5
5
  # Standard Library
6
6
  import re
7
- from typing import List
8
7
 
9
8
  # Django
10
9
  from django.contrib.auth.models import User
@@ -22,7 +21,7 @@ def create_fake_user(
22
21
  corporation_ticker: str = None,
23
22
  alliance_id: int = None,
24
23
  alliance_name: str = None,
25
- permissions: List[str] = None,
24
+ permissions: list[str] = None,
26
25
  ) -> User:
27
26
  """
28
27
  Create a fake user incl. Main character and (optional) permissions.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aa-bulletin-board
3
- Version: 2.0.1
3
+ Version: 2.2.0
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
@@ -693,16 +693,14 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
693
693
  Classifier: Operating System :: OS Independent
694
694
  Classifier: Programming Language :: Python
695
695
  Classifier: Programming Language :: Python :: 3 :: Only
696
- Classifier: Programming Language :: Python :: 3.8
697
- Classifier: Programming Language :: Python :: 3.9
698
696
  Classifier: Programming Language :: Python :: 3.10
699
697
  Classifier: Programming Language :: Python :: 3.11
700
698
  Classifier: Programming Language :: Python :: 3.12
701
699
  Classifier: Topic :: Internet :: WWW/HTTP
702
700
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
703
- Requires-Python: >=3.8
701
+ Requires-Python: >=3.10
704
702
  Requires-Dist: allianceauth-app-utils>=1.19.1
705
- Requires-Dist: allianceauth<5.0.0,>=4
703
+ Requires-Dist: allianceauth<5,>=4.3.1
706
704
  Requires-Dist: django-ckeditor-5>=0.2.11
707
705
  Requires-Dist: unidecode
708
706
  Provides-Extra: tests-allianceauth-latest
@@ -810,6 +808,14 @@ INSTALLED_APPS += [
810
808
 
811
809
  # Django CKEditor 5 Configuration
812
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
+
813
819
  MEDIA_URL = "/media/uploads/"
814
820
  MEDIA_ROOT = "/var/www/myauth/media/uploads"
815
821
 
@@ -971,11 +977,7 @@ if apps.is_installed("django_ckeditor_5"):
971
977
  # URL configuration for CKEditor 5
972
978
  urlpatterns = (
973
979
  [
974
- path(
975
- "ckeditor5/",
976
- include("django_ckeditor_5.urls"),
977
- name="ck_editor_5_upload_file",
978
- ),
980
+ path("ckeditor5/", include("django_ckeditor_5.urls")),
979
981
  ]
980
982
  + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
981
983
  + urlpatterns
@@ -1002,11 +1004,7 @@ if apps.is_installed("django_ckeditor_5"):
1002
1004
  # URL configuration for CKEditor 5
1003
1005
  urlpatterns = (
1004
1006
  [
1005
- path(
1006
- "ckeditor5/",
1007
- include("django_ckeditor_5.urls"),
1008
- name="ck_editor_5_upload_file",
1009
- ),
1007
+ path("ckeditor5/", include("django_ckeditor_5.urls")),
1010
1008
  ]
1011
1009
  + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
1012
1010
  + urlpatterns
@@ -1,4 +1,4 @@
1
- aa_bulletin_board/__init__.py,sha256=SGun3Y01jZEdN7S0urlWuoehSxnFz2TdFBvywy9wiE4,137
1
+ aa_bulletin_board/__init__.py,sha256=1okSCVi1rNaZZsMEwBXgpbiR-jkKTns_QLoxoN41-8o,137
2
2
  aa_bulletin_board/apps.py,sha256=HOWDLTEbu28eBt4rggDhzqlZbv6iu1BfzNk7u4FnuUw,474
3
3
  aa_bulletin_board/auth_hooks.py,sha256=fVJczFcCOScsLGCiyp1aSGRKgbTkTRWKxzJa1HCE5KY,1437
4
4
  aa_bulletin_board/forms.py,sha256=aGLEKS3IiEiy6rsZuc9RlooBwLDMw69_QDNUXq4A8QQ,3221
@@ -7,33 +7,33 @@ aa_bulletin_board/managers.py,sha256=BIoUNyLOpJftKs4I05eG2DC6zPGWzCrFhL2nAGUMVos
7
7
  aa_bulletin_board/models.py,sha256=w3tVY5N-foS5rj-QlABD8fCRHGjBBAc6G5I6w4dtUps,3613
8
8
  aa_bulletin_board/urls.py,sha256=giE7z-t8zpC3mPzPYblMLrkSTn5v7ad4NoJsSk-Jsfg,595
9
9
  aa_bulletin_board/views.py,sha256=Eo5UHFMgbt1fuoh02gUKot58SG4d60XEfQWI1uJhlc8,6531
10
- aa_bulletin_board/locale/django.pot,sha256=Fo_Bn2e1r3FsUDTo_HewH-1HmAtXDDwcwDhKfA33nwI,4878
11
- aa_bulletin_board/locale/cs/LC_MESSAGES/django.mo,sha256=glqE4MKp-hwqdvJcYhu4YFWGvVsuUTOGRFWUWi8tHOY,565
12
- aa_bulletin_board/locale/cs/LC_MESSAGES/django.po,sha256=KZQHs6kvuJ9VpwzUuBmByncJQcs-vhS9DYT2ixC3zCc,5077
10
+ aa_bulletin_board/locale/django.pot,sha256=7ATlOjq_D6Vcy7-a4TsDOtOcqK12miWOxVoB1o4FgAM,4878
11
+ aa_bulletin_board/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=ZhKB7486VzGz4lS72jucN0JWc3TPzADIo7UuN2sf5S8,3462
12
+ aa_bulletin_board/locale/cs_CZ/LC_MESSAGES/django.po,sha256=uKLxvgivFufklqJ8vOEbnDw0tL966mPURFFG2v9_BeA,6254
13
13
  aa_bulletin_board/locale/de/LC_MESSAGES/django.mo,sha256=m0YvI06FxR60jNRQDoy7_k-Yl1thl2VAoOqKoDeMdNg,3404
14
14
  aa_bulletin_board/locale/de/LC_MESSAGES/django.po,sha256=ytu4agpGIjkb6yeW8SNwfRwALZ82xh2xXP8Re-qFA4c,6162
15
15
  aa_bulletin_board/locale/es/LC_MESSAGES/django.mo,sha256=VytVOwwDM1qI43pWnTVUaoCgIOqaB3LrFIrhlGp6vRk,2592
16
16
  aa_bulletin_board/locale/es/LC_MESSAGES/django.po,sha256=WyT1qupM4a9vkKI6Vqva3SWRgJqxdbSgsIP5G4R74bY,6452
17
- aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo,sha256=g2lR1T3sSnIzAbUwRBfP-K_Rum-y2HIA55nTOqXvwfM,937
18
- aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po,sha256=WtCY2HsMQm0sOOT3BqWZlpsD78bGyUi9mWXqC0c-zdY,5226
17
+ aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo,sha256=wMU6vVyrwGZs_HLjyaV2bFVG89VE_MnPZNO_zUGZiXc,1245
18
+ aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po,sha256=tNjZwvbvWzah0qxj9JkiFBwGm2WaLK2EWrPCqPIAqGo,5745
19
19
  aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo,sha256=xRNhacbTQXc4rjzfnhfxQvzhnadwyWrYbc-xCJHEytk,487
20
20
  aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po,sha256=lD3GjBHKc_mHDu6xp6I1Cd31LN-5GrPtqYyJhITjFpA,4971
21
- aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo,sha256=2kdQy4plWLx3mTpzqL0GUbtOt49eG-lliC7sYJKSKR0,484
22
- aa_bulletin_board/locale/ja/LC_MESSAGES/django.po,sha256=P2JzUVTQBZ1j_B3-CoBJBMvyoq6bDV7njTGzQ_Rq69Q,4951
21
+ aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo,sha256=W8hWAIEQSTj1iJqMJFLjlp2Roeljr8dluVVSEHBw0bw,1503
22
+ aa_bulletin_board/locale/ja/LC_MESSAGES/django.po,sha256=fhxyOpC6x_4rNFILh8mhc7G8XbPPOcXJUqfSZ6N41iw,5431
23
23
  aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo,sha256=mTVxpRnoj-ErNxF0Y5gdbKVqNT0Za4p5DW0tBs2tURw,2569
24
24
  aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po,sha256=5ipXp7cI-aYIMHc0VXIcNUZu99cfEV_R7EA540uDzXc,6545
25
- aa_bulletin_board/locale/nl/LC_MESSAGES/django.mo,sha256=tomc7fMl3JZoZ_I1hTgDDigFt3RyaiR-3sTD7xYhg98,483
26
- aa_bulletin_board/locale/nl/LC_MESSAGES/django.po,sha256=1s66D1spX14jlBTNoTxsHEnYMZ1gbddwtjyCOYDOwhQ,4966
25
+ aa_bulletin_board/locale/nl_NL/LC_MESSAGES/django.mo,sha256=tomc7fMl3JZoZ_I1hTgDDigFt3RyaiR-3sTD7xYhg98,483
26
+ aa_bulletin_board/locale/nl_NL/LC_MESSAGES/django.po,sha256=QSYTFaEqw13Xf6Vogij8xaf-LZWO0bBaH8-BQT_zjKY,4969
27
27
  aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.mo,sha256=W2q9nAX8EDr7lLDhaJW1WChLwF1v7hy1H71g5n38f18,876
28
28
  aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po,sha256=5UdTRUG8Mw9EBsv_-olBat2eO3ab7fJ0CRKAB4kBmdE,5195
29
- aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo,sha256=spm_aarOqMZqtioRlrnRNpm3TfQoZ9onOmV486Lf5gw,4159
30
- aa_bulletin_board/locale/ru/LC_MESSAGES/django.po,sha256=Vy5QskhncUoQiWTDjfDJAytdlNVHkwAlpiF4oMOFy3k,7191
29
+ aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo,sha256=ZUmnbwwBgHs5m0RzyMPZvtpVkaV9Rylwg1gQCa9-dcc,4341
30
+ aa_bulletin_board/locale/ru/LC_MESSAGES/django.po,sha256=GYM64LwNDgNFI4LXGuz_loZD4tUtH4sT9OKVZ2Gjmoc,7246
31
31
  aa_bulletin_board/locale/sk/LC_MESSAGES/django.mo,sha256=qbQEKRh_K6GhMhKVY-xR1tC5YIofxLCprGaDq6bltcM,562
32
32
  aa_bulletin_board/locale/sk/LC_MESSAGES/django.po,sha256=Df5WBcycXR3olHgG21qy-CROFtB2NbDdJV0Ch2X6FUA,5073
33
33
  aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo,sha256=no767LYhX1S66avWpHc_Fbf02MwVWHGsg94jJxGoPOA,2098
34
34
  aa_bulletin_board/locale/uk/LC_MESSAGES/django.po,sha256=YtE1NuY2RObt5vg-LNV8GMx7HmgYIn2EC9m0KN8Cd10,7471
35
- aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=2WaPTdDxoU-jKqaYDLMm7dwc_neo8y2fsBXc8-4og_c,3087
36
- aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po,sha256=I20pj57lUFhK0Bsr0fxA1-3a6YnfmhSpiWX32erhp6E,5896
35
+ aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=eWtNtT-OkgeZTQwCAZmM82eo_0vAvt_zmnPnNLHT5w8,3087
36
+ aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po,sha256=4AYRUQtBZzz3URFvMUqODqVAyHDwu3RkRnwXdnv806I,5944
37
37
  aa_bulletin_board/migrations/0001_initial.py,sha256=bmw6yykfLuujYwQ6uR8rGKqcv94UyEa6ZVH34VR5APQ,2620
38
38
  aa_bulletin_board/migrations/0002_alter_bulletin_slug.py,sha256=j6jgInd8CB7cbRU0cKl87GQaWw6ifZercIs5WCWegKw,427
39
39
  aa_bulletin_board/migrations/0003_group_restrictions.py,sha256=zjWr5H8yfdSsJVLbqUUhgSAfrW6A2CVavrlFxfaFZGg,959
@@ -75,8 +75,8 @@ aa_bulletin_board/tests/test_auth_hooks.py,sha256=8BdVYqfrR0dxvBtOBShklmBXA7MCn2
75
75
  aa_bulletin_board/tests/test_bulletins.py,sha256=V2LucgSh3aPyavIBnDhRaqkZwJ5oPfvxvcIul3c6kCU,8633
76
76
  aa_bulletin_board/tests/test_templatetags.py,sha256=SzjXv8NspUZu7I91hl_3uzDHa7AMcTTAKHSjjePU68Q,1048
77
77
  aa_bulletin_board/tests/test_user_interface.py,sha256=bpEMmuzWs3-JTPpGtpf3b5dZMw-1kdMmTgEu0VRiHvc,8505
78
- aa_bulletin_board/tests/utils.py,sha256=jZK6256fYT3v_DRLewQRX_AccwALUcEx1dQISig4wTk,2226
79
- aa_bulletin_board-2.0.1.dist-info/METADATA,sha256=_0VQspxFX4sl1sVIjXtM_XfR_eLOal3TGTk78Ya5rk4,58207
80
- aa_bulletin_board-2.0.1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
81
- aa_bulletin_board-2.0.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
82
- aa_bulletin_board-2.0.1.dist-info/RECORD,,
78
+ aa_bulletin_board/tests/utils.py,sha256=Dh_jVV7s9Z_OOg_08FxwsZtVU3omrcI260-uQ_Bc_90,2202
79
+ aa_bulletin_board-2.2.0.dist-info/METADATA,sha256=18oOTBAOIkTqmIjicRoPpCMLgS__RHWlaZLJjxR0bzI,58308
80
+ aa_bulletin_board-2.2.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
81
+ aa_bulletin_board-2.2.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
82
+ aa_bulletin_board-2.2.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.24.2
2
+ Generator: hatchling 1.25.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any