aa-bulletin-board 1.10.0__py3-none-any.whl → 1.11.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.
- aa_bulletin_board/__init__.py +5 -2
- aa_bulletin_board/apps.py +3 -1
- aa_bulletin_board/auth_hooks.py +15 -8
- aa_bulletin_board/docs/screenshots/weblate/.gitkeep +0 -0
- aa_bulletin_board/docs/screenshots/weblate/aa-bulletin-board-bulletin-created-message.jpg +0 -0
- aa_bulletin_board/docs/screenshots/weblate/aa-bulletin-board-group-restrictions.jpg +0 -0
- aa_bulletin_board/docs/screenshots/weblate/aa-bulletin-board-headline.jpg +0 -0
- aa_bulletin_board/docs/screenshots/weblate/aa-bulletin-board-hint-group-restrictions.jpg +0 -0
- aa_bulletin_board/docs/screenshots/weblate/aa-bulletin-board-menu-item.jpg +0 -0
- aa_bulletin_board/docs/screenshots/weblate/aa-bulletin-board-read-more-button.jpg +0 -0
- aa_bulletin_board/forms.py +8 -6
- aa_bulletin_board/helpers.py +15 -6
- aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/de/LC_MESSAGES/django.po +69 -25
- aa_bulletin_board/locale/django.pot +61 -19
- aa_bulletin_board/locale/es/LC_MESSAGES/django.po +61 -19
- aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +61 -19
- aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +61 -19
- aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +61 -19
- aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +61 -19
- aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +71 -27
- aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +75 -28
- aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +61 -19
- aa_bulletin_board/managers.py +8 -3
- aa_bulletin_board/migrations/0001_initial.py +0 -1
- aa_bulletin_board/migrations/0002_alter_bulletin_slug.py +0 -1
- aa_bulletin_board/migrations/0003_group_restrictions.py +0 -1
- aa_bulletin_board/migrations/0004_model_translation.py +71 -0
- aa_bulletin_board/models.py +34 -8
- aa_bulletin_board/static/aa_bulletin_board/css/aa-bootstrap-fix.css +5 -5
- aa_bulletin_board/static/aa_bulletin_board/css/aa-bootstrap-fix.min.css +1 -1
- aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css +11 -0
- aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css +1 -1
- aa_bulletin_board/templates/aa_bulletin_board/base.html +5 -1
- aa_bulletin_board/templates/aa_bulletin_board/bulletin.html +6 -6
- aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-css.html +1 -1
- aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-js.html +1 -1
- aa_bulletin_board/templates/aa_bulletin_board/dashboard.html +9 -7
- aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html +7 -5
- aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html +11 -0
- aa_bulletin_board/templatetags/aa_bulletin_board_versioned_static.py +2 -1
- aa_bulletin_board/tests/test_access.py +61 -37
- aa_bulletin_board/tests/test_auth_hooks.py +18 -9
- aa_bulletin_board/tests/test_bulletins.py +102 -41
- aa_bulletin_board/tests/test_templatetags.py +9 -6
- aa_bulletin_board/tests/test_user_interface.py +88 -46
- aa_bulletin_board/tests/utils.py +33 -4
- aa_bulletin_board/urls.py +7 -5
- aa_bulletin_board/views.py +86 -33
- {aa_bulletin_board-1.10.0.dist-info → aa_bulletin_board-1.11.0.dist-info}/METADATA +2 -7
- aa_bulletin_board-1.11.0.dist-info/RECORD +63 -0
- {aa_bulletin_board-1.10.0.dist-info → aa_bulletin_board-1.11.0.dist-info}/WHEEL +1 -1
- aa_bulletin_board-1.10.0.dist-info/RECORD +0 -54
- {aa_bulletin_board-1.10.0.dist-info → aa_bulletin_board-1.11.0.dist-info}/licenses/LICENSE +0 -0
@@ -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: 2023-
|
11
|
+
"POT-Creation-Date: 2023-08-02 15:50+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"
|
@@ -17,26 +17,58 @@ msgstr ""
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
|
20
|
+
#: __init__.py:12 templates/aa_bulletin_board/base.html:5
|
21
|
+
#: templates/aa_bulletin_board/bulletin.html:5
|
22
|
+
#: templates/aa_bulletin_board/dashboard.html:6
|
23
|
+
#: templates/aa_bulletin_board/edit-bulletin.html:9
|
24
|
+
#: templates/aa_bulletin_board/edit-bulletin.html:11
|
25
|
+
msgid "Bulletin Board"
|
26
|
+
msgstr ""
|
27
|
+
|
28
|
+
#. Translators: This is the app name and version, which will appear in the Django Backend
|
29
|
+
#: apps.py:21
|
30
|
+
#, python-brace-format
|
31
|
+
msgid "Bulletin Board v{__version__}"
|
32
|
+
msgstr ""
|
33
|
+
|
20
34
|
#: forms.py:71
|
21
35
|
msgid ""
|
22
36
|
"Restrict this bulletin to certain groups. If no group restrictions are in "
|
23
37
|
"place, everyone who has access to this module can read this bulletin."
|
24
38
|
msgstr ""
|
25
39
|
|
26
|
-
#: models.py:
|
27
|
-
msgid "
|
40
|
+
#: models.py:81
|
41
|
+
msgid "Title"
|
28
42
|
msgstr ""
|
29
43
|
|
30
|
-
#: models.py:
|
31
|
-
msgid "
|
44
|
+
#: models.py:83
|
45
|
+
msgid "Content"
|
32
46
|
msgstr ""
|
33
47
|
|
34
|
-
|
35
|
-
#:
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
48
|
+
#. Translators: This is the date and time the bulletin has been created
|
49
|
+
#: models.py:88
|
50
|
+
msgid "Created"
|
51
|
+
msgstr ""
|
52
|
+
|
53
|
+
#. Translators: This is the date and time the bulletin has been updated
|
54
|
+
#: models.py:94
|
55
|
+
msgid "Updated"
|
56
|
+
msgstr ""
|
57
|
+
|
58
|
+
#: models.py:103
|
59
|
+
msgid "User"
|
60
|
+
msgstr ""
|
61
|
+
|
62
|
+
#: models.py:109
|
63
|
+
msgid "Group restrictions"
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
#: models.py:120
|
67
|
+
msgid "Bulletin"
|
68
|
+
msgstr ""
|
69
|
+
|
70
|
+
#: models.py:121
|
71
|
+
msgid "Bulletins"
|
40
72
|
msgstr ""
|
41
73
|
|
42
74
|
#: templates/aa_bulletin_board/bulletin.html:14
|
@@ -83,31 +115,41 @@ msgstr ""
|
|
83
115
|
msgid "Create Bulletin"
|
84
116
|
msgstr ""
|
85
117
|
|
86
|
-
#:
|
118
|
+
#: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
|
119
|
+
msgid ""
|
120
|
+
"Do you want to help translate this app into your language or improve the "
|
121
|
+
"existing translation?"
|
122
|
+
msgstr ""
|
123
|
+
|
124
|
+
#: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
|
125
|
+
msgid "Join our team of translators!"
|
126
|
+
msgstr ""
|
127
|
+
|
128
|
+
#: views.py:80
|
87
129
|
#, python-brace-format
|
88
130
|
msgid "Bulletin \"{bulletin__title}\" created."
|
89
131
|
msgstr ""
|
90
132
|
|
91
|
-
#: views.py:
|
133
|
+
#: views.py:123
|
92
134
|
msgid ""
|
93
135
|
"The bulletin you are looking for does not exist, or you don't have access to "
|
94
136
|
"it."
|
95
137
|
msgstr ""
|
96
138
|
|
97
|
-
#: views.py:
|
139
|
+
#: views.py:165
|
98
140
|
#, python-brace-format
|
99
141
|
msgid "Bulletin \"{bulletin__title}\" updated."
|
100
142
|
msgstr ""
|
101
143
|
|
102
|
-
#: views.py:
|
103
|
-
msgid "The bulletin you are trying to edit
|
144
|
+
#: views.py:184
|
145
|
+
msgid "The bulletin you are trying to edit does not exist."
|
104
146
|
msgstr ""
|
105
147
|
|
106
|
-
#: views.py:
|
148
|
+
#: views.py:208
|
107
149
|
#, python-brace-format
|
108
150
|
msgid "Bulletin \"{bulletin.title}\" deleted."
|
109
151
|
msgstr ""
|
110
152
|
|
111
|
-
#: views.py:
|
112
|
-
msgid "The bulletin you are trying to delete
|
153
|
+
#: views.py:215
|
154
|
+
msgid "The bulletin you are trying to delete does not exist."
|
113
155
|
msgstr ""
|
@@ -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: 2023-
|
11
|
+
"POT-Creation-Date: 2023-08-02 15:50+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"
|
@@ -17,26 +17,58 @@ msgstr ""
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
|
20
|
+
#: __init__.py:12 templates/aa_bulletin_board/base.html:5
|
21
|
+
#: templates/aa_bulletin_board/bulletin.html:5
|
22
|
+
#: templates/aa_bulletin_board/dashboard.html:6
|
23
|
+
#: templates/aa_bulletin_board/edit-bulletin.html:9
|
24
|
+
#: templates/aa_bulletin_board/edit-bulletin.html:11
|
25
|
+
msgid "Bulletin Board"
|
26
|
+
msgstr ""
|
27
|
+
|
28
|
+
#. Translators: This is the app name and version, which will appear in the Django Backend
|
29
|
+
#: apps.py:21
|
30
|
+
#, python-brace-format
|
31
|
+
msgid "Bulletin Board v{__version__}"
|
32
|
+
msgstr ""
|
33
|
+
|
20
34
|
#: forms.py:71
|
21
35
|
msgid ""
|
22
36
|
"Restrict this bulletin to certain groups. If no group restrictions are in "
|
23
37
|
"place, everyone who has access to this module can read this bulletin."
|
24
38
|
msgstr ""
|
25
39
|
|
26
|
-
#: models.py:
|
27
|
-
msgid "
|
40
|
+
#: models.py:81
|
41
|
+
msgid "Title"
|
28
42
|
msgstr ""
|
29
43
|
|
30
|
-
#: models.py:
|
31
|
-
msgid "
|
44
|
+
#: models.py:83
|
45
|
+
msgid "Content"
|
32
46
|
msgstr ""
|
33
47
|
|
34
|
-
|
35
|
-
#:
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
48
|
+
#. Translators: This is the date and time the bulletin has been created
|
49
|
+
#: models.py:88
|
50
|
+
msgid "Created"
|
51
|
+
msgstr ""
|
52
|
+
|
53
|
+
#. Translators: This is the date and time the bulletin has been updated
|
54
|
+
#: models.py:94
|
55
|
+
msgid "Updated"
|
56
|
+
msgstr ""
|
57
|
+
|
58
|
+
#: models.py:103
|
59
|
+
msgid "User"
|
60
|
+
msgstr ""
|
61
|
+
|
62
|
+
#: models.py:109
|
63
|
+
msgid "Group restrictions"
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
#: models.py:120
|
67
|
+
msgid "Bulletin"
|
68
|
+
msgstr ""
|
69
|
+
|
70
|
+
#: models.py:121
|
71
|
+
msgid "Bulletins"
|
40
72
|
msgstr ""
|
41
73
|
|
42
74
|
#: templates/aa_bulletin_board/bulletin.html:14
|
@@ -83,31 +115,41 @@ msgstr ""
|
|
83
115
|
msgid "Create Bulletin"
|
84
116
|
msgstr ""
|
85
117
|
|
86
|
-
#:
|
118
|
+
#: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
|
119
|
+
msgid ""
|
120
|
+
"Do you want to help translate this app into your language or improve the "
|
121
|
+
"existing translation?"
|
122
|
+
msgstr ""
|
123
|
+
|
124
|
+
#: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
|
125
|
+
msgid "Join our team of translators!"
|
126
|
+
msgstr ""
|
127
|
+
|
128
|
+
#: views.py:80
|
87
129
|
#, python-brace-format
|
88
130
|
msgid "Bulletin \"{bulletin__title}\" created."
|
89
131
|
msgstr ""
|
90
132
|
|
91
|
-
#: views.py:
|
133
|
+
#: views.py:123
|
92
134
|
msgid ""
|
93
135
|
"The bulletin you are looking for does not exist, or you don't have access to "
|
94
136
|
"it."
|
95
137
|
msgstr ""
|
96
138
|
|
97
|
-
#: views.py:
|
139
|
+
#: views.py:165
|
98
140
|
#, python-brace-format
|
99
141
|
msgid "Bulletin \"{bulletin__title}\" updated."
|
100
142
|
msgstr ""
|
101
143
|
|
102
|
-
#: views.py:
|
103
|
-
msgid "The bulletin you are trying to edit
|
144
|
+
#: views.py:184
|
145
|
+
msgid "The bulletin you are trying to edit does not exist."
|
104
146
|
msgstr ""
|
105
147
|
|
106
|
-
#: views.py:
|
148
|
+
#: views.py:208
|
107
149
|
#, python-brace-format
|
108
150
|
msgid "Bulletin \"{bulletin.title}\" deleted."
|
109
151
|
msgstr ""
|
110
152
|
|
111
|
-
#: views.py:
|
112
|
-
msgid "The bulletin you are trying to delete
|
153
|
+
#: views.py:215
|
154
|
+
msgid "The bulletin you are trying to delete does not exist."
|
113
155
|
msgstr ""
|
@@ -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: 2023-
|
11
|
+
"POT-Creation-Date: 2023-08-02 15:50+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"
|
@@ -18,26 +18,58 @@ msgstr ""
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
20
20
|
|
21
|
+
#: __init__.py:12 templates/aa_bulletin_board/base.html:5
|
22
|
+
#: templates/aa_bulletin_board/bulletin.html:5
|
23
|
+
#: templates/aa_bulletin_board/dashboard.html:6
|
24
|
+
#: templates/aa_bulletin_board/edit-bulletin.html:9
|
25
|
+
#: templates/aa_bulletin_board/edit-bulletin.html:11
|
26
|
+
msgid "Bulletin Board"
|
27
|
+
msgstr ""
|
28
|
+
|
29
|
+
#. Translators: This is the app name and version, which will appear in the Django Backend
|
30
|
+
#: apps.py:21
|
31
|
+
#, python-brace-format
|
32
|
+
msgid "Bulletin Board v{__version__}"
|
33
|
+
msgstr ""
|
34
|
+
|
21
35
|
#: forms.py:71
|
22
36
|
msgid ""
|
23
37
|
"Restrict this bulletin to certain groups. If no group restrictions are in "
|
24
38
|
"place, everyone who has access to this module can read this bulletin."
|
25
39
|
msgstr ""
|
26
40
|
|
27
|
-
#: models.py:
|
28
|
-
msgid "
|
41
|
+
#: models.py:81
|
42
|
+
msgid "Title"
|
29
43
|
msgstr ""
|
30
44
|
|
31
|
-
#: models.py:
|
32
|
-
msgid "
|
45
|
+
#: models.py:83
|
46
|
+
msgid "Content"
|
33
47
|
msgstr ""
|
34
48
|
|
35
|
-
|
36
|
-
#:
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
49
|
+
#. Translators: This is the date and time the bulletin has been created
|
50
|
+
#: models.py:88
|
51
|
+
msgid "Created"
|
52
|
+
msgstr ""
|
53
|
+
|
54
|
+
#. Translators: This is the date and time the bulletin has been updated
|
55
|
+
#: models.py:94
|
56
|
+
msgid "Updated"
|
57
|
+
msgstr ""
|
58
|
+
|
59
|
+
#: models.py:103
|
60
|
+
msgid "User"
|
61
|
+
msgstr ""
|
62
|
+
|
63
|
+
#: models.py:109
|
64
|
+
msgid "Group restrictions"
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
#: models.py:120
|
68
|
+
msgid "Bulletin"
|
69
|
+
msgstr ""
|
70
|
+
|
71
|
+
#: models.py:121
|
72
|
+
msgid "Bulletins"
|
41
73
|
msgstr ""
|
42
74
|
|
43
75
|
#: templates/aa_bulletin_board/bulletin.html:14
|
@@ -84,31 +116,41 @@ msgstr ""
|
|
84
116
|
msgid "Create Bulletin"
|
85
117
|
msgstr ""
|
86
118
|
|
87
|
-
#:
|
119
|
+
#: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
|
120
|
+
msgid ""
|
121
|
+
"Do you want to help translate this app into your language or improve the "
|
122
|
+
"existing translation?"
|
123
|
+
msgstr ""
|
124
|
+
|
125
|
+
#: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
|
126
|
+
msgid "Join our team of translators!"
|
127
|
+
msgstr ""
|
128
|
+
|
129
|
+
#: views.py:80
|
88
130
|
#, python-brace-format
|
89
131
|
msgid "Bulletin \"{bulletin__title}\" created."
|
90
132
|
msgstr ""
|
91
133
|
|
92
|
-
#: views.py:
|
134
|
+
#: views.py:123
|
93
135
|
msgid ""
|
94
136
|
"The bulletin you are looking for does not exist, or you don't have access to "
|
95
137
|
"it."
|
96
138
|
msgstr ""
|
97
139
|
|
98
|
-
#: views.py:
|
140
|
+
#: views.py:165
|
99
141
|
#, python-brace-format
|
100
142
|
msgid "Bulletin \"{bulletin__title}\" updated."
|
101
143
|
msgstr ""
|
102
144
|
|
103
|
-
#: views.py:
|
104
|
-
msgid "The bulletin you are trying to edit
|
145
|
+
#: views.py:184
|
146
|
+
msgid "The bulletin you are trying to edit does not exist."
|
105
147
|
msgstr ""
|
106
148
|
|
107
|
-
#: views.py:
|
149
|
+
#: views.py:208
|
108
150
|
#, python-brace-format
|
109
151
|
msgid "Bulletin \"{bulletin.title}\" deleted."
|
110
152
|
msgstr ""
|
111
153
|
|
112
|
-
#: views.py:
|
113
|
-
msgid "The bulletin you are trying to delete
|
154
|
+
#: views.py:215
|
155
|
+
msgid "The bulletin you are trying to delete does not exist."
|
114
156
|
msgstr ""
|
@@ -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: 2023-
|
11
|
+
"POT-Creation-Date: 2023-08-02 15:50+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"
|
@@ -17,26 +17,58 @@ msgstr ""
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
|
20
|
+
#: __init__.py:12 templates/aa_bulletin_board/base.html:5
|
21
|
+
#: templates/aa_bulletin_board/bulletin.html:5
|
22
|
+
#: templates/aa_bulletin_board/dashboard.html:6
|
23
|
+
#: templates/aa_bulletin_board/edit-bulletin.html:9
|
24
|
+
#: templates/aa_bulletin_board/edit-bulletin.html:11
|
25
|
+
msgid "Bulletin Board"
|
26
|
+
msgstr ""
|
27
|
+
|
28
|
+
#. Translators: This is the app name and version, which will appear in the Django Backend
|
29
|
+
#: apps.py:21
|
30
|
+
#, python-brace-format
|
31
|
+
msgid "Bulletin Board v{__version__}"
|
32
|
+
msgstr ""
|
33
|
+
|
20
34
|
#: forms.py:71
|
21
35
|
msgid ""
|
22
36
|
"Restrict this bulletin to certain groups. If no group restrictions are in "
|
23
37
|
"place, everyone who has access to this module can read this bulletin."
|
24
38
|
msgstr ""
|
25
39
|
|
26
|
-
#: models.py:
|
27
|
-
msgid "
|
40
|
+
#: models.py:81
|
41
|
+
msgid "Title"
|
28
42
|
msgstr ""
|
29
43
|
|
30
|
-
#: models.py:
|
31
|
-
msgid "
|
44
|
+
#: models.py:83
|
45
|
+
msgid "Content"
|
32
46
|
msgstr ""
|
33
47
|
|
34
|
-
|
35
|
-
#:
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
48
|
+
#. Translators: This is the date and time the bulletin has been created
|
49
|
+
#: models.py:88
|
50
|
+
msgid "Created"
|
51
|
+
msgstr ""
|
52
|
+
|
53
|
+
#. Translators: This is the date and time the bulletin has been updated
|
54
|
+
#: models.py:94
|
55
|
+
msgid "Updated"
|
56
|
+
msgstr ""
|
57
|
+
|
58
|
+
#: models.py:103
|
59
|
+
msgid "User"
|
60
|
+
msgstr ""
|
61
|
+
|
62
|
+
#: models.py:109
|
63
|
+
msgid "Group restrictions"
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
#: models.py:120
|
67
|
+
msgid "Bulletin"
|
68
|
+
msgstr ""
|
69
|
+
|
70
|
+
#: models.py:121
|
71
|
+
msgid "Bulletins"
|
40
72
|
msgstr ""
|
41
73
|
|
42
74
|
#: templates/aa_bulletin_board/bulletin.html:14
|
@@ -83,31 +115,41 @@ msgstr ""
|
|
83
115
|
msgid "Create Bulletin"
|
84
116
|
msgstr ""
|
85
117
|
|
86
|
-
#:
|
118
|
+
#: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
|
119
|
+
msgid ""
|
120
|
+
"Do you want to help translate this app into your language or improve the "
|
121
|
+
"existing translation?"
|
122
|
+
msgstr ""
|
123
|
+
|
124
|
+
#: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
|
125
|
+
msgid "Join our team of translators!"
|
126
|
+
msgstr ""
|
127
|
+
|
128
|
+
#: views.py:80
|
87
129
|
#, python-brace-format
|
88
130
|
msgid "Bulletin \"{bulletin__title}\" created."
|
89
131
|
msgstr ""
|
90
132
|
|
91
|
-
#: views.py:
|
133
|
+
#: views.py:123
|
92
134
|
msgid ""
|
93
135
|
"The bulletin you are looking for does not exist, or you don't have access to "
|
94
136
|
"it."
|
95
137
|
msgstr ""
|
96
138
|
|
97
|
-
#: views.py:
|
139
|
+
#: views.py:165
|
98
140
|
#, python-brace-format
|
99
141
|
msgid "Bulletin \"{bulletin__title}\" updated."
|
100
142
|
msgstr ""
|
101
143
|
|
102
|
-
#: views.py:
|
103
|
-
msgid "The bulletin you are trying to edit
|
144
|
+
#: views.py:184
|
145
|
+
msgid "The bulletin you are trying to edit does not exist."
|
104
146
|
msgstr ""
|
105
147
|
|
106
|
-
#: views.py:
|
148
|
+
#: views.py:208
|
107
149
|
#, python-brace-format
|
108
150
|
msgid "Bulletin \"{bulletin.title}\" deleted."
|
109
151
|
msgstr ""
|
110
152
|
|
111
|
-
#: views.py:
|
112
|
-
msgid "The bulletin you are trying to delete
|
153
|
+
#: views.py:215
|
154
|
+
msgid "The bulletin you are trying to delete does not exist."
|
113
155
|
msgstr ""
|
Binary file
|
@@ -7,18 +7,32 @@ msgid ""
|
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"POT-Creation-Date: 2023-
|
11
|
-
"PO-Revision-Date: 2023-
|
12
|
-
"Last-Translator:
|
13
|
-
"Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
|
14
|
-
"
|
10
|
+
"POT-Creation-Date: 2023-08-02 15:50+0200\n"
|
11
|
+
"PO-Revision-Date: 2023-07-31 17:39+0000\n"
|
12
|
+
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
13
|
+
"Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
|
14
|
+
"apps/aa-bulletin-board/ru/>\n"
|
15
15
|
"Language: ru\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"
|
19
19
|
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
|
20
20
|
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
21
|
-
"X-Generator: Weblate 4.
|
21
|
+
"X-Generator: Weblate 4.18.2\n"
|
22
|
+
|
23
|
+
#: __init__.py:12 templates/aa_bulletin_board/base.html:5
|
24
|
+
#: templates/aa_bulletin_board/bulletin.html:5
|
25
|
+
#: templates/aa_bulletin_board/dashboard.html:6
|
26
|
+
#: templates/aa_bulletin_board/edit-bulletin.html:9
|
27
|
+
#: templates/aa_bulletin_board/edit-bulletin.html:11
|
28
|
+
msgid "Bulletin Board"
|
29
|
+
msgstr "Доска бюллетеней"
|
30
|
+
|
31
|
+
#. Translators: This is the app name and version, which will appear in the Django Backend
|
32
|
+
#: apps.py:21
|
33
|
+
#, python-brace-format
|
34
|
+
msgid "Bulletin Board v{__version__}"
|
35
|
+
msgstr "Доска бюллетеней v{__version__}"
|
22
36
|
|
23
37
|
#: forms.py:71
|
24
38
|
msgid ""
|
@@ -28,22 +42,40 @@ msgstr ""
|
|
28
42
|
"Ограничить доступ к бюллетеню для конкретных групп. Если ограничение не "
|
29
43
|
"задано, у всех пользователей модуля есть доступ к бюллетеню."
|
30
44
|
|
31
|
-
#: models.py:
|
45
|
+
#: models.py:81
|
46
|
+
msgid "Title"
|
47
|
+
msgstr "Заглавие"
|
48
|
+
|
49
|
+
#: models.py:83
|
50
|
+
msgid "Content"
|
51
|
+
msgstr "Содержимое"
|
52
|
+
|
53
|
+
#. Translators: This is the date and time the bulletin has been created
|
54
|
+
#: models.py:88
|
55
|
+
msgid "Created"
|
56
|
+
msgstr "Создан"
|
57
|
+
|
58
|
+
#. Translators: This is the date and time the bulletin has been updated
|
59
|
+
#: models.py:94
|
60
|
+
msgid "Updated"
|
61
|
+
msgstr "Обновлен"
|
62
|
+
|
63
|
+
#: models.py:103
|
64
|
+
msgid "User"
|
65
|
+
msgstr "Пользователь"
|
66
|
+
|
67
|
+
#: models.py:109
|
68
|
+
msgid "Group restrictions"
|
69
|
+
msgstr "Ограничения групп"
|
70
|
+
|
71
|
+
#: models.py:120
|
32
72
|
msgid "Bulletin"
|
33
73
|
msgstr "Бюллетень"
|
34
74
|
|
35
|
-
#: models.py:
|
75
|
+
#: models.py:121
|
36
76
|
msgid "Bulletins"
|
37
77
|
msgstr "Бюллетени"
|
38
78
|
|
39
|
-
#: templates/aa_bulletin_board/base.html:5
|
40
|
-
#: templates/aa_bulletin_board/bulletin.html:5
|
41
|
-
#: templates/aa_bulletin_board/dashboard.html:6
|
42
|
-
#: templates/aa_bulletin_board/edit-bulletin.html:9
|
43
|
-
#: templates/aa_bulletin_board/edit-bulletin.html:11
|
44
|
-
msgid "Bulletin Board"
|
45
|
-
msgstr "Доска бюллетеней"
|
46
|
-
|
47
79
|
#: templates/aa_bulletin_board/bulletin.html:14
|
48
80
|
#: templates/aa_bulletin_board/dashboard.html:13
|
49
81
|
msgid "Add Bulletin"
|
@@ -74,7 +106,7 @@ msgstr "Читать"
|
|
74
106
|
|
75
107
|
#: templates/aa_bulletin_board/edit-bulletin.html:9
|
76
108
|
msgid "Edit Bulletin"
|
77
|
-
msgstr "Редактировать"
|
109
|
+
msgstr "Редактировать бюллетень"
|
78
110
|
|
79
111
|
#: templates/aa_bulletin_board/edit-bulletin.html:11
|
80
112
|
msgid "Create New Bulletin"
|
@@ -88,31 +120,43 @@ msgstr "Обновить бюллетень"
|
|
88
120
|
msgid "Create Bulletin"
|
89
121
|
msgstr "Создать бюллетень"
|
90
122
|
|
91
|
-
#:
|
123
|
+
#: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
|
124
|
+
msgid ""
|
125
|
+
"Do you want to help translate this app into your language or improve the "
|
126
|
+
"existing translation?"
|
127
|
+
msgstr ""
|
128
|
+
"Вы хотите помочь перевести это приложение на ваш язык или улучшить текущий "
|
129
|
+
"перевод?"
|
130
|
+
|
131
|
+
#: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
|
132
|
+
msgid "Join our team of translators!"
|
133
|
+
msgstr "Присоединяйтесь к нашей команде переводчиков!"
|
134
|
+
|
135
|
+
#: views.py:80
|
92
136
|
#, python-brace-format
|
93
137
|
msgid "Bulletin \"{bulletin__title}\" created."
|
94
138
|
msgstr "Бюллетень \"{bulletin__title}\" создан."
|
95
139
|
|
96
|
-
#: views.py:
|
140
|
+
#: views.py:123
|
97
141
|
msgid ""
|
98
142
|
"The bulletin you are looking for does not exist, or you don't have access to "
|
99
143
|
"it."
|
100
144
|
msgstr "Запрошенный бюллетень не существует или у Вас нет доступа."
|
101
145
|
|
102
|
-
#: views.py:
|
146
|
+
#: views.py:165
|
103
147
|
#, python-brace-format
|
104
148
|
msgid "Bulletin \"{bulletin__title}\" updated."
|
105
149
|
msgstr "Бюллетень \"{bulletin__title}\" обновлен."
|
106
150
|
|
107
|
-
#: views.py:
|
108
|
-
msgid "The bulletin you are trying to edit
|
109
|
-
msgstr "
|
151
|
+
#: views.py:184
|
152
|
+
msgid "The bulletin you are trying to edit does not exist."
|
153
|
+
msgstr "Бюллетень, который вы пытаетесь отредактировать, не существует."
|
110
154
|
|
111
|
-
#: views.py:
|
155
|
+
#: views.py:208
|
112
156
|
#, python-brace-format
|
113
157
|
msgid "Bulletin \"{bulletin.title}\" deleted."
|
114
158
|
msgstr "Бюллетень \"{bulletin.title}\" удален."
|
115
159
|
|
116
|
-
#: views.py:
|
117
|
-
msgid "The bulletin you are trying to delete
|
118
|
-
msgstr "
|
160
|
+
#: views.py:215
|
161
|
+
msgid "The bulletin you are trying to delete does not exist."
|
162
|
+
msgstr "Бюллетень, который вы пытаетесь удалить, не существует."
|
Binary file
|