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
@@ -2,27 +2,32 @@
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # erka Ekanon <M6musicT@hotmail.fr>, 2024.
5
- # Peter Pfeufer <info@ppfeufer.de>, 2024.
5
+ # Peter Pfeufer <info@ppfeufer.de>, 2024, 2025.
6
6
  # Hexo <ghostcig@free.fr>, 2024.
7
7
  # Houbi_Houba <paul.lacape@live.fr>, 2024.
8
- # balbozorre <loic.petiot2002@gmail.com>, 2024.
8
+ # balbozorre <loic.petiot2002@gmail.com>, 2024, 2025.
9
9
  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: 2024-12-14 13:27+0100\n"
14
- "PO-Revision-Date: 2024-12-13 17:15+0000\n"
15
- "Last-Translator: balbozorre <loic.petiot2002@gmail.com>\n"
16
- "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-"
17
- "apps/aa-bulletin-board/fr/>\n"
13
+ "POT-Creation-Date: 2025-03-06 13:29+0100\n"
14
+ "PO-Revision-Date: 2025-01-22 06:17+0000\n"
15
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
16
+ "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/fr/>\n"
18
17
  "Language: fr_FR\n"
19
18
  "MIME-Version: 1.0\n"
20
19
  "Content-Type: text/plain; charset=UTF-8\n"
21
20
  "Content-Transfer-Encoding: 8bit\n"
22
21
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
23
- "X-Generator: Weblate 5.8.4\n"
22
+ "X-Generator: Weblate 5.9.2\n"
24
23
 
25
- #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
24
+ #. Translators: This is the app name and version, which will appear in the Django Backend
25
+ #: aa_bulletin_board/apps.py:22
26
+ #, python-brace-format
27
+ msgid "Bulletin Board v{__version__}"
28
+ msgstr "Tableau d'affichage v{__version__}"
29
+
30
+ #: aa_bulletin_board/constants.py:13
26
31
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
27
32
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
28
33
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
@@ -30,70 +35,59 @@ msgstr ""
30
35
  msgid "Bulletin Board"
31
36
  msgstr "Tableau d'affichage"
32
37
 
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 "Tableau d'affichage v{__version__}"
38
-
39
38
  #: aa_bulletin_board/forms.py:63
40
39
  #, fuzzy
41
- msgid ""
42
- "Restrict this bulletin to certain groups. If no group restrictions are in "
43
- "place, everyone who has access to this module can read this bulletin."
44
- msgstr ""
45
- "Restreignez ce bulletin à certains groupes. Si aucune restriction de groupe "
46
- "n'est en place, tous ceux qui ont accès à ce module peuvent lire ce bulletin."
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
+ 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."
47
42
 
48
43
  #: aa_bulletin_board/forms.py:110
49
44
  msgid "You have forgotten the content!"
50
45
  msgstr "Vous avez oublié le contenu !"
51
46
 
52
- #: aa_bulletin_board/models.py:71
47
+ #: aa_bulletin_board/models.py:72
53
48
  msgid "Can access this app"
54
49
  msgstr "Peut accéder à cette application"
55
50
 
56
- #: aa_bulletin_board/models.py:72
51
+ #: aa_bulletin_board/models.py:73
57
52
  #, fuzzy
58
53
  msgid "Can manage (add/change/remove) bulletins"
59
54
  msgstr "Peut gérer (ajouter/modifier/supprimer) des bulletins"
60
55
 
61
- #: aa_bulletin_board/models.py:81
56
+ #: aa_bulletin_board/models.py:82
62
57
  #, fuzzy
63
58
  msgid "Title"
64
59
  msgstr "Titre"
65
60
 
66
- #: aa_bulletin_board/models.py:84
61
+ #: aa_bulletin_board/models.py:85
67
62
  #, fuzzy
68
63
  msgid "Content"
69
64
  msgstr "Contenu"
70
65
 
71
66
  #. Translators: This is the date and time the bulletin has been created
72
- #: aa_bulletin_board/models.py:90
67
+ #: aa_bulletin_board/models.py:91
73
68
  #, fuzzy
74
69
  msgid "Created"
75
70
  msgstr "Créé"
76
71
 
77
72
  #. Translators: This is the date and time the bulletin has been updated
78
- #: aa_bulletin_board/models.py:96
73
+ #: aa_bulletin_board/models.py:97
79
74
  #, fuzzy
80
75
  msgid "Updated"
81
76
  msgstr "Mis à jour"
82
77
 
83
- #: aa_bulletin_board/models.py:105
84
- #, fuzzy
78
+ #: aa_bulletin_board/models.py:106
85
79
  msgid "User"
86
80
  msgstr "Utilisateur"
87
81
 
88
- #: aa_bulletin_board/models.py:111
82
+ #: aa_bulletin_board/models.py:112
89
83
  msgid "Group restrictions"
90
84
  msgstr "Restrictions de groupe"
91
85
 
92
- #: aa_bulletin_board/models.py:122
86
+ #: aa_bulletin_board/models.py:123
93
87
  msgid "Bulletin"
94
88
  msgstr "Bulletin"
95
89
 
96
- #: aa_bulletin_board/models.py:123
90
+ #: aa_bulletin_board/models.py:124
97
91
  msgid "Bulletins"
98
92
  msgstr "Bulletins"
99
93
 
@@ -110,7 +104,7 @@ msgstr "Editer"
110
104
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
111
105
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
112
106
  msgid "Delete"
113
- msgstr ""
107
+ msgstr "Supprimer"
114
108
 
115
109
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
116
110
  msgid "This bulletin is restricted to the following group:"
@@ -120,20 +114,20 @@ msgstr[1] "Ce bulletin est restreint aux groupes suivants :"
120
114
 
121
115
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
122
116
  msgid "Read more"
123
- msgstr ""
117
+ msgstr "En savoir plus"
124
118
 
125
119
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
126
120
  msgid "No bulletins found."
127
- msgstr ""
121
+ msgstr "Aucun bulletin trouvé."
128
122
 
129
123
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
130
124
  msgid "Edit bulletin"
131
- msgstr ""
125
+ msgstr "Modifier le bulletin"
132
126
 
133
127
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:14
134
128
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:25
135
129
  msgid "Create new bulletin"
136
- msgstr ""
130
+ msgstr "Créer un nouveau bulletin"
137
131
 
138
132
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
139
133
  msgid "Update bulletin"
@@ -148,12 +142,8 @@ msgid "Add bulletin"
148
142
  msgstr ""
149
143
 
150
144
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
151
- msgid ""
152
- "Do you want to help translate this app into your language or improve the "
153
- "existing translation?"
154
- msgstr ""
155
- "Voulez-vous aider à traduire cette application dans votre langue ou "
156
- "améliorer la traduction existante ?"
145
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
146
+ msgstr "Voulez-vous aider à traduire cette application dans votre langue ou améliorer la traduction existante ?"
157
147
 
158
148
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
159
149
  msgid "Join our team of translators!"
@@ -165,9 +155,7 @@ msgid "Bulletin \"{bulletin__title}\" created."
165
155
  msgstr ""
166
156
 
167
157
  #: aa_bulletin_board/views.py:141
168
- msgid ""
169
- "The bulletin you are looking for does either not exist, or you don't have "
170
- "access to it."
158
+ msgid "The bulletin you are looking for does either not exist, or you don't have access to it."
171
159
  msgstr ""
172
160
 
173
161
  #: aa_bulletin_board/views.py:168
@@ -7,81 +7,78 @@ 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"
11
- "PO-Revision-Date: 2024-11-06 20:10+0000\n"
10
+ "POT-Creation-Date: 2025-03-06 13:29+0100\n"
11
+ "PO-Revision-Date: 2024-12-22 21:15+0000\n"
12
12
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
- "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-bulletin-board/it/>\n"
13
+ "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/it/>\n"
15
14
  "Language: it_IT\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=2; plural=n != 1;\n"
20
- "X-Generator: Weblate 5.8.2\n"
19
+ "X-Generator: Weblate 5.9.2\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
26
31
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
27
32
  msgid "Bulletin Board"
28
- msgstr ""
29
-
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 ""
33
+ msgstr "Bacheca"
35
34
 
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 "Ha accesso a questa applicazione"
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 "Restrizioni Gruppo"
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
@@ -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-08-05 10:10+0000\n"
12
12
  "Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
13
- "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-bulletin-board/ja/>\n"
13
+ "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/ja/>\n"
15
14
  "Language: ja\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=1; plural=0;\n"
20
19
  "X-Generator: Weblate 5.6.2\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 "掲示板 v{__version__}"
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,63 +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 "掲示板 v{__version__}"
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."
40
- msgstr ""
41
- "この情報を特定のグループに制限する。グループ制限がない場合、このモジュールに"
42
- "アクセスできる全員がこの情報を読むことができます。"
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
+ msgstr "この情報を特定のグループに制限する。グループ制限がない場合、このモジュールにアクセスできる全員がこの情報を読むことができます。"
43
38
 
44
39
  #: aa_bulletin_board/forms.py:110
45
40
  msgid "You have forgotten the content!"
46
41
  msgstr "内容を忘れています!"
47
42
 
48
- #: aa_bulletin_board/models.py:71
43
+ #: aa_bulletin_board/models.py:72
49
44
  msgid "Can access this app"
50
45
  msgstr "このアプリにアクセス可能です"
51
46
 
52
- #: aa_bulletin_board/models.py:72
47
+ #: aa_bulletin_board/models.py:73
53
48
  msgid "Can manage (add/change/remove) bulletins"
54
49
  msgstr "情報の管理(追加/変更/削除)が可能"
55
50
 
56
- #: aa_bulletin_board/models.py:81
51
+ #: aa_bulletin_board/models.py:82
57
52
  msgid "Title"
58
53
  msgstr "タイトル"
59
54
 
60
- #: aa_bulletin_board/models.py:84
55
+ #: aa_bulletin_board/models.py:85
61
56
  msgid "Content"
62
57
  msgstr "内容"
63
58
 
64
59
  #. Translators: This is the date and time the bulletin has been created
65
- #: aa_bulletin_board/models.py:90
60
+ #: aa_bulletin_board/models.py:91
66
61
  msgid "Created"
67
62
  msgstr "作成"
68
63
 
69
64
  #. Translators: This is the date and time the bulletin has been updated
70
- #: aa_bulletin_board/models.py:96
65
+ #: aa_bulletin_board/models.py:97
71
66
  msgid "Updated"
72
67
  msgstr "アップデート"
73
68
 
74
- #: aa_bulletin_board/models.py:105
69
+ #: aa_bulletin_board/models.py:106
75
70
  msgid "User"
76
71
  msgstr "ユーザー"
77
72
 
78
- #: aa_bulletin_board/models.py:111
73
+ #: aa_bulletin_board/models.py:112
79
74
  msgid "Group restrictions"
80
75
  msgstr "グループの制限"
81
76
 
82
- #: aa_bulletin_board/models.py:122
77
+ #: aa_bulletin_board/models.py:123
83
78
  msgid "Bulletin"
84
79
  msgstr ""
85
80
 
86
- #: aa_bulletin_board/models.py:123
81
+ #: aa_bulletin_board/models.py:124
87
82
  msgid "Bulletins"
88
83
  msgstr ""
89
84
 
@@ -137,9 +132,7 @@ msgid "Add bulletin"
137
132
  msgstr ""
138
133
 
139
134
  #: 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?"
135
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
143
136
  msgstr ""
144
137
 
145
138
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
@@ -152,9 +145,7 @@ msgid "Bulletin \"{bulletin__title}\" created."
152
145
  msgstr ""
153
146
 
154
147
  #: aa_bulletin_board/views.py:141
155
- msgid ""
156
- "The bulletin you are looking for does either not exist, or you don't have "
157
- "access to it."
148
+ msgid "The bulletin you are looking for does either not exist, or you don't have access to it."
158
149
  msgstr ""
159
150
 
160
151
  #: aa_bulletin_board/views.py:168
@@ -9,11 +9,10 @@ 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-05-10 13:57+0000\n"
14
14
  "Last-Translator: Rodpold Shard <rodpold@gmail.com>\n"
15
- "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
- "apps/aa-bulletin-board/ko/>\n"
15
+ "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-bulletin-board/ko/>\n"
17
16
  "Language: ko_KR\n"
18
17
  "MIME-Version: 1.0\n"
19
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -21,7 +20,13 @@ msgstr ""
21
20
  "Plural-Forms: nplurals=1; plural=0;\n"
22
21
  "X-Generator: Weblate 5.5.3\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,63 +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
- "모듈의 접근 권한이 있는 모든 사용자가 이 항목을 열람할 수 있습니다."
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 "불레틴 보드의 항목을 그룹별로 열람을 제한할 있습니다. 그룹 제한이 없다면, 모듈의 접근 권한이 있는 모든 사용자가 이 항목을 열람할 수 있습니다."
45
40
 
46
41
  #: aa_bulletin_board/forms.py:110
47
42
  msgid "You have forgotten the content!"
48
43
  msgstr "내용을 잊어버리셨군요!"
49
44
 
50
- #: aa_bulletin_board/models.py:71
45
+ #: aa_bulletin_board/models.py:72
51
46
  msgid "Can access this app"
52
47
  msgstr "서비스에 접근할 수 있습니다"
53
48
 
54
- #: aa_bulletin_board/models.py:72
49
+ #: aa_bulletin_board/models.py:73
55
50
  msgid "Can manage (add/change/remove) bulletins"
56
51
  msgstr "게시판 (추가/변경/삭제) 관리 권한"
57
52
 
58
- #: aa_bulletin_board/models.py:81
53
+ #: aa_bulletin_board/models.py:82
59
54
  msgid "Title"
60
55
  msgstr "제목"
61
56
 
62
- #: aa_bulletin_board/models.py:84
57
+ #: aa_bulletin_board/models.py:85
63
58
  msgid "Content"
64
59
  msgstr "내용"
65
60
 
66
61
  #. Translators: This is the date and time the bulletin has been created
67
- #: aa_bulletin_board/models.py:90
62
+ #: aa_bulletin_board/models.py:91
68
63
  msgid "Created"
69
64
  msgstr "생성 날짜"
70
65
 
71
66
  #. Translators: This is the date and time the bulletin has been updated
72
- #: aa_bulletin_board/models.py:96
67
+ #: aa_bulletin_board/models.py:97
73
68
  msgid "Updated"
74
69
  msgstr "업데이트 날짜"
75
70
 
76
- #: aa_bulletin_board/models.py:105
71
+ #: aa_bulletin_board/models.py:106
77
72
  msgid "User"
78
73
  msgstr "사용자"
79
74
 
80
- #: aa_bulletin_board/models.py:111
75
+ #: aa_bulletin_board/models.py:112
81
76
  msgid "Group restrictions"
82
77
  msgstr "그룹 제한"
83
78
 
84
- #: aa_bulletin_board/models.py:122
79
+ #: aa_bulletin_board/models.py:123
85
80
  msgid "Bulletin"
86
81
  msgstr "불레틴"
87
82
 
88
- #: aa_bulletin_board/models.py:123
83
+ #: aa_bulletin_board/models.py:124
89
84
  msgid "Bulletins"
90
85
  msgstr "불레틴"
91
86
 
@@ -153,9 +148,7 @@ msgid "Add bulletin"
153
148
  msgstr "불레틴 추가"
154
149
 
155
150
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
156
- msgid ""
157
- "Do you want to help translate this app into your language or improve the "
158
- "existing translation?"
151
+ msgid "Do you want to help translate this app into your language or improve the existing translation?"
159
152
  msgstr "이 앱을 번역하거나 기존 번역을 개선하고 싶으신가요?"
160
153
 
161
154
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
@@ -169,12 +162,8 @@ msgstr "불레틴 “{bulletin__title}” 생성됨."
169
162
 
170
163
  #: aa_bulletin_board/views.py:141
171
164
  #, fuzzy
172
- #| msgid ""
173
- #| "The bulletin you are looking for does not exist, or you don't have access "
174
- #| "to it."
175
- msgid ""
176
- "The bulletin you are looking for does either not exist, or you don't have "
177
- "access to it."
165
+ #| msgid "The bulletin you are looking for does not exist, or you don't have access to it."
166
+ msgid "The bulletin you are looking for does either not exist, or you don't have access to it."
178
167
  msgstr "찾는 불레틴이 없거나, 열람 권한이 없습니다."
179
168
 
180
169
  #: aa_bulletin_board/views.py:168