aa-bulletin-board 2.0.0b1__py3-none-any.whl → 2.1.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.
Files changed (42) hide show
  1. aa_bulletin_board/__init__.py +1 -1
  2. aa_bulletin_board/auth_hooks.py +1 -1
  3. aa_bulletin_board/locale/cs/LC_MESSAGES/django.mo +0 -0
  4. aa_bulletin_board/locale/cs/LC_MESSAGES/django.po +181 -0
  5. aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
  6. aa_bulletin_board/locale/de/LC_MESSAGES/django.po +44 -36
  7. aa_bulletin_board/locale/django.pot +39 -31
  8. aa_bulletin_board/locale/es/LC_MESSAGES/django.mo +0 -0
  9. aa_bulletin_board/locale/es/LC_MESSAGES/django.po +47 -39
  10. aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  11. aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +67 -47
  12. aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  13. aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +43 -35
  14. aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
  15. aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +46 -39
  16. aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  17. aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +50 -38
  18. aa_bulletin_board/locale/nl/LC_MESSAGES/django.mo +0 -0
  19. aa_bulletin_board/locale/nl/LC_MESSAGES/django.po +175 -0
  20. aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  21. aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +178 -0
  22. aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
  23. aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +46 -37
  24. aa_bulletin_board/locale/sk/LC_MESSAGES/django.mo +0 -0
  25. aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +178 -0
  26. aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
  27. aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +48 -38
  28. aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  29. aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +71 -59
  30. aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css +1 -2
  31. aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css +1 -1
  32. aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map +1 -1
  33. aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js +35 -37
  34. aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js +1 -1
  35. aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map +1 -1
  36. aa_bulletin_board/templates/aa_bulletin_board/dashboard.html +1 -1
  37. aa_bulletin_board/tests/test_auth_hooks.py +1 -1
  38. aa_bulletin_board/tests/utils.py +1 -2
  39. {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.1.0.dist-info}/METADATA +14 -13
  40. {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.1.0.dist-info}/RECORD +42 -34
  41. {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.1.0.dist-info}/WHEEL +1 -1
  42. {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.1.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,28 +1,27 @@
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.
6
5
  msgid ""
7
6
  msgstr ""
8
7
  "Project-Id-Version: PACKAGE VERSION\n"
9
8
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2023-10-01 13:56+0200\n"
11
- "PO-Revision-Date: 2023-09-24 13:13+0000\n"
12
- "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
- "apps/aa-bulletin-board/ja/>\n"
9
+ "POT-Creation-Date: 2024-03-15 18:14+0100\n"
10
+ "PO-Revision-Date: 2024-07-08 06:27+0000\n"
11
+ "Last-Translator: Xrandier <xrandier@gmail.com>\n"
12
+ "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/"
13
+ "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"
18
17
  "Content-Transfer-Encoding: 8bit\n"
19
18
  "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Generator: Weblate 5.0.2\n"
19
+ "X-Generator: Weblate 5.6.2\n"
21
20
 
22
- #: aa_bulletin_board/__init__.py:12 aa_bulletin_board/models.py:67
23
- #: aa_bulletin_board/templates/aa_bulletin_board/base.html:5
21
+ #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
22
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
23
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
24
24
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
25
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:6
26
25
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
27
26
  msgid "Bulletin Board"
28
27
  msgstr ""
@@ -33,12 +32,16 @@ msgstr ""
33
32
  msgid "Bulletin Board v{__version__}"
34
33
  msgstr ""
35
34
 
36
- #: aa_bulletin_board/forms.py:71
35
+ #: aa_bulletin_board/forms.py:65
37
36
  msgid ""
38
37
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
38
  "place, everyone who has access to this module can read this bulletin."
40
39
  msgstr ""
41
40
 
41
+ #: aa_bulletin_board/forms.py:112
42
+ msgid "You have forgotten the content!"
43
+ msgstr ""
44
+
42
45
  #: aa_bulletin_board/models.py:71
43
46
  msgid "Can access this app"
44
47
  msgstr ""
@@ -51,60 +54,64 @@ msgstr ""
51
54
  msgid "Title"
52
55
  msgstr ""
53
56
 
54
- #: aa_bulletin_board/models.py:83
57
+ #: aa_bulletin_board/models.py:84
55
58
  msgid "Content"
56
59
  msgstr ""
57
60
 
58
61
  #. Translators: This is the date and time the bulletin has been created
59
- #: aa_bulletin_board/models.py:88
62
+ #: aa_bulletin_board/models.py:90
60
63
  msgid "Created"
61
64
  msgstr ""
62
65
 
63
66
  #. Translators: This is the date and time the bulletin has been updated
64
- #: aa_bulletin_board/models.py:94
67
+ #: aa_bulletin_board/models.py:96
65
68
  msgid "Updated"
66
69
  msgstr ""
67
70
 
68
- #: aa_bulletin_board/models.py:103
71
+ #: aa_bulletin_board/models.py:105
69
72
  msgid "User"
70
- msgstr ""
73
+ msgstr "ユーザー"
71
74
 
72
- #: aa_bulletin_board/models.py:109
75
+ #: aa_bulletin_board/models.py:111
73
76
  msgid "Group restrictions"
74
77
  msgstr ""
75
78
 
76
- #: aa_bulletin_board/models.py:120
79
+ #: aa_bulletin_board/models.py:122
77
80
  msgid "Bulletin"
78
81
  msgstr ""
79
82
 
80
- #: aa_bulletin_board/models.py:121
83
+ #: aa_bulletin_board/models.py:123
81
84
  msgid "Bulletins"
82
85
  msgstr ""
83
86
 
84
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:18
87
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
85
88
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
86
89
  msgid "Back"
87
90
  msgstr ""
88
91
 
89
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:21
90
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:39
92
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
93
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
91
94
  msgid "Edit"
92
95
  msgstr ""
93
96
 
94
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:22
95
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:40
97
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
98
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
96
99
  msgid "Delete"
97
100
  msgstr ""
98
101
 
99
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:24
102
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
100
103
  msgid "This bulletin is restricted to the following group:"
101
104
  msgid_plural "This bulletin is restricted to the following groups:"
102
105
  msgstr[0] ""
103
106
 
104
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
107
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
105
108
  msgid "Read more"
106
109
  msgstr ""
107
110
 
111
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
112
+ msgid "No bulletins found."
113
+ msgstr ""
114
+
108
115
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
109
116
  msgid "Edit bulletin"
110
117
  msgstr ""
@@ -114,15 +121,15 @@ msgstr ""
114
121
  msgid "Create new bulletin"
115
122
  msgstr ""
116
123
 
117
- #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
124
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
118
125
  msgid "Update bulletin"
119
126
  msgstr ""
120
127
 
121
- #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:49
128
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
122
129
  msgid "Create bulletin"
123
130
  msgstr ""
124
131
 
125
- #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:6
132
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
126
133
  msgid "Add bulletin"
127
134
  msgstr ""
128
135
 
@@ -136,31 +143,31 @@ msgstr ""
136
143
  msgid "Join our team of translators!"
137
144
  msgstr ""
138
145
 
139
- #: aa_bulletin_board/views.py:82
146
+ #: aa_bulletin_board/views.py:98
140
147
  #, python-brace-format
141
148
  msgid "Bulletin \"{bulletin__title}\" created."
142
149
  msgstr ""
143
150
 
144
- #: aa_bulletin_board/views.py:125
151
+ #: aa_bulletin_board/views.py:141
145
152
  msgid ""
146
153
  "The bulletin you are looking for does either not exist, or you don't have "
147
154
  "access to it."
148
155
  msgstr ""
149
156
 
150
- #: aa_bulletin_board/views.py:167
151
- #, python-brace-format
152
- msgid "Bulletin \"{bulletin__title}\" updated."
157
+ #: aa_bulletin_board/views.py:168
158
+ msgid "The bulletin you are trying to edit does not exist."
153
159
  msgstr ""
154
160
 
155
- #: aa_bulletin_board/views.py:186
156
- msgid "The bulletin you are trying to edit does not exist."
161
+ #: aa_bulletin_board/views.py:195
162
+ #, python-brace-format
163
+ msgid "Bulletin \"{bulletin__title}\" updated."
157
164
  msgstr ""
158
165
 
159
- #: aa_bulletin_board/views.py:210
166
+ #: aa_bulletin_board/views.py:227
160
167
  #, python-brace-format
161
168
  msgid "Bulletin \"{bulletin.title}\" deleted."
162
169
  msgstr ""
163
170
 
164
- #: aa_bulletin_board/views.py:217
171
+ #: aa_bulletin_board/views.py:234
165
172
  msgid "The bulletin you are trying to delete does not exist."
166
173
  msgstr ""
@@ -1,15 +1,17 @@
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
- # Author50CO <tkddlschry@gmail.com>, 2023.
5
- # Peter Pfeufer <info@ppfeufer.de>, 2023.
4
+ # Author50CO <tkddlschry@gmail.com>, 2023, 2024.
5
+ # Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
6
+ # Mind of the Raven <okanieva@gmail.com>, 2024.
7
+ # Rodpold Shard <rodpold@gmail.com>, 2024.
6
8
  msgid ""
7
9
  msgstr ""
8
10
  "Project-Id-Version: PACKAGE VERSION\n"
9
11
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2023-10-01 13:56+0200\n"
11
- "PO-Revision-Date: 2023-12-29 09:04+0000\n"
12
- "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
+ "POT-Creation-Date: 2024-03-15 18:14+0100\n"
13
+ "PO-Revision-Date: 2024-05-10 13:57+0000\n"
14
+ "Last-Translator: Rodpold Shard <rodpold@gmail.com>\n"
13
15
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/"
14
16
  "alliance-auth-apps/aa-bulletin-board/ko/>\n"
15
17
  "Language: ko_KR\n"
@@ -17,12 +19,12 @@ msgstr ""
17
19
  "Content-Type: text/plain; charset=UTF-8\n"
18
20
  "Content-Transfer-Encoding: 8bit\n"
19
21
  "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Generator: Weblate 5.3.1\n"
22
+ "X-Generator: Weblate 5.5.3\n"
21
23
 
22
- #: aa_bulletin_board/__init__.py:12 aa_bulletin_board/models.py:67
23
- #: aa_bulletin_board/templates/aa_bulletin_board/base.html:5
24
+ #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
25
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
26
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
24
27
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
25
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:6
26
28
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
27
29
  msgid "Bulletin Board"
28
30
  msgstr "불레틴 보드"
@@ -33,7 +35,7 @@ msgstr "불레틴 보드"
33
35
  msgid "Bulletin Board v{__version__}"
34
36
  msgstr "불레틴 보드 v{__version__}"
35
37
 
36
- #: aa_bulletin_board/forms.py:71
38
+ #: aa_bulletin_board/forms.py:65
37
39
  msgid ""
38
40
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
41
  "place, everyone who has access to this module can read this bulletin."
@@ -41,74 +43,84 @@ msgstr ""
41
43
  "불레틴 보드의 항목을 그룹별로 열람을 제한할 수 있습니다. 그룹 제한이 없다면, "
42
44
  "모듈의 접근 권한이 있는 모든 사용자가 이 항목을 열람할 수 있습니다."
43
45
 
46
+ #: aa_bulletin_board/forms.py:112
47
+ msgid "You have forgotten the content!"
48
+ msgstr "내용을 잊어버리셨군요!"
49
+
44
50
  #: aa_bulletin_board/models.py:71
45
51
  msgid "Can access this app"
46
52
  msgstr "서비스에 접근할 수 있습니다"
47
53
 
48
54
  #: aa_bulletin_board/models.py:72
49
55
  msgid "Can manage (add/change/remove) bulletins"
50
- msgstr ""
56
+ msgstr "게시판 (추가/변경/삭제) 관리 권한"
51
57
 
52
58
  #: aa_bulletin_board/models.py:81
53
59
  msgid "Title"
54
60
  msgstr "제목"
55
61
 
56
- #: aa_bulletin_board/models.py:83
62
+ #: aa_bulletin_board/models.py:84
57
63
  msgid "Content"
58
64
  msgstr "내용"
59
65
 
60
66
  #. Translators: This is the date and time the bulletin has been created
61
- #: aa_bulletin_board/models.py:88
67
+ #: aa_bulletin_board/models.py:90
62
68
  msgid "Created"
63
69
  msgstr "생성 날짜"
64
70
 
65
71
  #. Translators: This is the date and time the bulletin has been updated
66
- #: aa_bulletin_board/models.py:94
72
+ #: aa_bulletin_board/models.py:96
67
73
  msgid "Updated"
68
74
  msgstr "업데이트 날짜"
69
75
 
70
- #: aa_bulletin_board/models.py:103
76
+ #: aa_bulletin_board/models.py:105
71
77
  msgid "User"
72
78
  msgstr "사용자"
73
79
 
74
- #: aa_bulletin_board/models.py:109
80
+ #: aa_bulletin_board/models.py:111
75
81
  msgid "Group restrictions"
76
82
  msgstr "그룹 제한"
77
83
 
78
- #: aa_bulletin_board/models.py:120
84
+ #: aa_bulletin_board/models.py:122
79
85
  msgid "Bulletin"
80
86
  msgstr "불레틴"
81
87
 
82
- #: aa_bulletin_board/models.py:121
88
+ #: aa_bulletin_board/models.py:123
83
89
  msgid "Bulletins"
84
90
  msgstr "불레틴"
85
91
 
86
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:18
92
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
87
93
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
88
94
  msgid "Back"
89
95
  msgstr "뒤로"
90
96
 
91
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:21
92
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:39
97
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
98
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
93
99
  msgid "Edit"
94
100
  msgstr "수정"
95
101
 
96
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:22
97
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:40
102
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
103
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
98
104
  msgid "Delete"
99
105
  msgstr "삭제"
100
106
 
101
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:24
107
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
102
108
  #, fuzzy
103
109
  #| msgid "This bulletin is restricted to the following group(s):"
104
110
  msgid "This bulletin is restricted to the following group:"
105
111
  msgid_plural "This bulletin is restricted to the following groups:"
106
112
  msgstr[0] "이 불레틴은 다음 그룹(들)만 열람할 수 있습니다:"
107
113
 
108
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
114
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
109
115
  msgid "Read more"
110
116
  msgstr "더보기"
111
117
 
118
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
119
+ #, fuzzy
120
+ #| msgid "Bulletin Board"
121
+ msgid "No bulletins found."
122
+ msgstr "불레틴 보드"
123
+
112
124
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
113
125
  #, fuzzy
114
126
  #| msgid "Edit Bulletin"
@@ -122,19 +134,19 @@ msgstr "불레틴 수정"
122
134
  msgid "Create new bulletin"
123
135
  msgstr "새 불레틴 생성"
124
136
 
125
- #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
137
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
126
138
  #, fuzzy
127
139
  #| msgid "Update Bulletin"
128
140
  msgid "Update bulletin"
129
141
  msgstr "불레틴 업데이트"
130
142
 
131
- #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:49
143
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
132
144
  #, fuzzy
133
145
  #| msgid "Create Bulletin"
134
146
  msgid "Create bulletin"
135
147
  msgstr "불레틴 생성"
136
148
 
137
- #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:6
149
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
138
150
  #, fuzzy
139
151
  #| msgid "Add Bulletin"
140
152
  msgid "Add bulletin"
@@ -148,14 +160,14 @@ msgstr "이 앱을 번역하거나 기존 번역을 개선하고 싶으신가요
148
160
 
149
161
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
150
162
  msgid "Join our team of translators!"
151
- msgstr "번역가 팀에 참여하세요!"
163
+ msgstr "번역팀에 참여하세요!"
152
164
 
153
- #: aa_bulletin_board/views.py:82
165
+ #: aa_bulletin_board/views.py:98
154
166
  #, python-brace-format
155
167
  msgid "Bulletin \"{bulletin__title}\" created."
156
168
  msgstr "불레틴 “{bulletin__title}” 생성됨."
157
169
 
158
- #: aa_bulletin_board/views.py:125
170
+ #: aa_bulletin_board/views.py:141
159
171
  #, fuzzy
160
172
  #| msgid ""
161
173
  #| "The bulletin you are looking for does not exist, or you don't have access "
@@ -165,20 +177,20 @@ msgid ""
165
177
  "access to it."
166
178
  msgstr "찾는 불레틴이 없거나, 열람 권한이 없습니다."
167
179
 
168
- #: aa_bulletin_board/views.py:167
180
+ #: aa_bulletin_board/views.py:168
181
+ msgid "The bulletin you are trying to edit does not exist."
182
+ msgstr "수정하려는 불레틴이 없습니다."
183
+
184
+ #: aa_bulletin_board/views.py:195
169
185
  #, python-brace-format
170
186
  msgid "Bulletin \"{bulletin__title}\" updated."
171
187
  msgstr "불레틴 “{bulletin__title}” 업데이트됨."
172
188
 
173
- #: aa_bulletin_board/views.py:186
174
- msgid "The bulletin you are trying to edit does not exist."
175
- msgstr "수정하려는 불레틴이 없습니다."
176
-
177
- #: aa_bulletin_board/views.py:210
189
+ #: aa_bulletin_board/views.py:227
178
190
  #, python-brace-format
179
191
  msgid "Bulletin \"{bulletin.title}\" deleted."
180
192
  msgstr "불레틴 “{bulletin.title}” 삭제됨."
181
193
 
182
- #: aa_bulletin_board/views.py:217
194
+ #: aa_bulletin_board/views.py:234
183
195
  msgid "The bulletin you are trying to delete does not exist."
184
196
  msgstr "삭제하려는 불레틴이 없습니다."
@@ -0,0 +1,175 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "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"
13
+ "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-bulletin-board/nl/>\n"
15
+ "Language: nl\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
+ "X-Generator: Weblate 5.5.3\n"
21
+
22
+ #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
23
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
24
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
25
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
26
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
27
+ 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 ""
35
+
36
+ #: aa_bulletin_board/forms.py:65
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
+ #: aa_bulletin_board/forms.py:112
43
+ msgid "You have forgotten the content!"
44
+ msgstr ""
45
+
46
+ #: aa_bulletin_board/models.py:71
47
+ msgid "Can access this app"
48
+ msgstr ""
49
+
50
+ #: aa_bulletin_board/models.py:72
51
+ msgid "Can manage (add/change/remove) bulletins"
52
+ msgstr ""
53
+
54
+ #: aa_bulletin_board/models.py:81
55
+ msgid "Title"
56
+ msgstr ""
57
+
58
+ #: aa_bulletin_board/models.py:84
59
+ msgid "Content"
60
+ msgstr ""
61
+
62
+ #. Translators: This is the date and time the bulletin has been created
63
+ #: aa_bulletin_board/models.py:90
64
+ msgid "Created"
65
+ msgstr ""
66
+
67
+ #. Translators: This is the date and time the bulletin has been updated
68
+ #: aa_bulletin_board/models.py:96
69
+ msgid "Updated"
70
+ msgstr ""
71
+
72
+ #: aa_bulletin_board/models.py:105
73
+ msgid "User"
74
+ msgstr ""
75
+
76
+ #: aa_bulletin_board/models.py:111
77
+ msgid "Group restrictions"
78
+ msgstr ""
79
+
80
+ #: aa_bulletin_board/models.py:122
81
+ msgid "Bulletin"
82
+ msgstr ""
83
+
84
+ #: aa_bulletin_board/models.py:123
85
+ msgid "Bulletins"
86
+ msgstr ""
87
+
88
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
89
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
90
+ msgid "Back"
91
+ msgstr ""
92
+
93
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
94
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
95
+ msgid "Edit"
96
+ msgstr ""
97
+
98
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
99
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
100
+ msgid "Delete"
101
+ msgstr ""
102
+
103
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
104
+ msgid "This bulletin is restricted to the following group:"
105
+ msgid_plural "This bulletin is restricted to the following groups:"
106
+ msgstr[0] ""
107
+ msgstr[1] ""
108
+
109
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
110
+ msgid "Read more"
111
+ msgstr ""
112
+
113
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
114
+ msgid "No bulletins found."
115
+ msgstr ""
116
+
117
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
118
+ msgid "Edit bulletin"
119
+ msgstr ""
120
+
121
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:14
122
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:25
123
+ msgid "Create new bulletin"
124
+ msgstr ""
125
+
126
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
127
+ msgid "Update bulletin"
128
+ msgstr ""
129
+
130
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
131
+ msgid "Create bulletin"
132
+ msgstr ""
133
+
134
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
135
+ msgid "Add bulletin"
136
+ msgstr ""
137
+
138
+ #: 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?"
142
+ msgstr ""
143
+
144
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
145
+ msgid "Join our team of translators!"
146
+ msgstr ""
147
+
148
+ #: aa_bulletin_board/views.py:98
149
+ #, python-brace-format
150
+ msgid "Bulletin \"{bulletin__title}\" created."
151
+ msgstr ""
152
+
153
+ #: 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."
157
+ msgstr ""
158
+
159
+ #: aa_bulletin_board/views.py:168
160
+ msgid "The bulletin you are trying to edit does not exist."
161
+ msgstr ""
162
+
163
+ #: aa_bulletin_board/views.py:195
164
+ #, python-brace-format
165
+ msgid "Bulletin \"{bulletin__title}\" updated."
166
+ msgstr ""
167
+
168
+ #: aa_bulletin_board/views.py:227
169
+ #, python-brace-format
170
+ msgid "Bulletin \"{bulletin.title}\" deleted."
171
+ msgstr ""
172
+
173
+ #: aa_bulletin_board/views.py:234
174
+ msgid "The bulletin you are trying to delete does not exist."
175
+ msgstr ""