aa-bulletin-board 2.0.0__py3-none-any.whl → 2.0.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.
- aa_bulletin_board/__init__.py +1 -1
- aa_bulletin_board/locale/cs/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/cs/LC_MESSAGES/django.po +178 -0
- aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/de/LC_MESSAGES/django.po +2 -2
- aa_bulletin_board/locale/django.pot +1 -1
- aa_bulletin_board/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/es/LC_MESSAGES/django.po +10 -12
- aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +5 -5
- aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +4 -4
- aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +4 -4
- aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +12 -10
- aa_bulletin_board/locale/nl/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/nl/LC_MESSAGES/django.po +175 -0
- aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +178 -0
- aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +8 -8
- aa_bulletin_board/locale/sk/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +178 -0
- aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +8 -8
- aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +34 -31
- aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css +1 -2
- aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css +1 -1
- aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map +1 -1
- aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js +35 -37
- aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js +1 -1
- aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map +1 -1
- aa_bulletin_board-2.0.1.dist-info/METADATA +1137 -0
- {aa_bulletin_board-2.0.0.dist-info → aa_bulletin_board-2.0.1.dist-info}/RECORD +38 -30
- {aa_bulletin_board-2.0.0.dist-info → aa_bulletin_board-2.0.1.dist-info}/WHEEL +1 -1
- aa_bulletin_board-2.0.0.dist-info/METADATA +0 -1137
- {aa_bulletin_board-2.0.0.dist-info → aa_bulletin_board-2.0.1.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,178 @@
|
|
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
|
+
# Peter Pfeufer <info@ppfeufer.de>, 2024.
|
5
|
+
msgid ""
|
6
|
+
msgstr ""
|
7
|
+
"Project-Id-Version: PACKAGE VERSION\n"
|
8
|
+
"Report-Msgid-Bugs-To: \n"
|
9
|
+
"POT-Creation-Date: 2024-03-20 17:29+0100\n"
|
10
|
+
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
11
|
+
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
12
|
+
"Language-Team: Polish <https://weblate.ppfeufer.de/projects/"
|
13
|
+
"alliance-auth-apps/aa-bulletin-board/pl/>\n"
|
14
|
+
"Language: pl_PL\n"
|
15
|
+
"MIME-Version: 1.0\n"
|
16
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
17
|
+
"Content-Transfer-Encoding: 8bit\n"
|
18
|
+
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
19
|
+
"|| n%100>=20) ? 1 : 2;\n"
|
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 "Usuń"
|
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
|
+
msgstr[2] ""
|
109
|
+
|
110
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
|
111
|
+
msgid "Read more"
|
112
|
+
msgstr ""
|
113
|
+
|
114
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
|
115
|
+
msgid "No bulletins found."
|
116
|
+
msgstr ""
|
117
|
+
|
118
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
|
119
|
+
msgid "Edit bulletin"
|
120
|
+
msgstr ""
|
121
|
+
|
122
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:14
|
123
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:25
|
124
|
+
msgid "Create new bulletin"
|
125
|
+
msgstr ""
|
126
|
+
|
127
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
|
128
|
+
msgid "Update bulletin"
|
129
|
+
msgstr ""
|
130
|
+
|
131
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
|
132
|
+
msgid "Create bulletin"
|
133
|
+
msgstr ""
|
134
|
+
|
135
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
|
136
|
+
msgid "Add bulletin"
|
137
|
+
msgstr ""
|
138
|
+
|
139
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
|
140
|
+
msgid ""
|
141
|
+
"Do you want to help translate this app into your language or improve the "
|
142
|
+
"existing translation?"
|
143
|
+
msgstr ""
|
144
|
+
"Chciałbyś pomóc w tłumaczeniu tej apki na Twój język bądź poprawić aktualne "
|
145
|
+
"tłumaczenia?"
|
146
|
+
|
147
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
|
148
|
+
msgid "Join our team of translators!"
|
149
|
+
msgstr "Dołącz do naszego zespołu tłumaczy!"
|
150
|
+
|
151
|
+
#: aa_bulletin_board/views.py:98
|
152
|
+
#, python-brace-format
|
153
|
+
msgid "Bulletin \"{bulletin__title}\" created."
|
154
|
+
msgstr ""
|
155
|
+
|
156
|
+
#: aa_bulletin_board/views.py:141
|
157
|
+
msgid ""
|
158
|
+
"The bulletin you are looking for does either not exist, or you don't have "
|
159
|
+
"access to it."
|
160
|
+
msgstr ""
|
161
|
+
|
162
|
+
#: aa_bulletin_board/views.py:168
|
163
|
+
msgid "The bulletin you are trying to edit does not exist."
|
164
|
+
msgstr ""
|
165
|
+
|
166
|
+
#: aa_bulletin_board/views.py:195
|
167
|
+
#, python-brace-format
|
168
|
+
msgid "Bulletin \"{bulletin__title}\" updated."
|
169
|
+
msgstr ""
|
170
|
+
|
171
|
+
#: aa_bulletin_board/views.py:227
|
172
|
+
#, python-brace-format
|
173
|
+
msgid "Bulletin \"{bulletin.title}\" deleted."
|
174
|
+
msgstr ""
|
175
|
+
|
176
|
+
#: aa_bulletin_board/views.py:234
|
177
|
+
msgid "The bulletin you are trying to delete does not exist."
|
178
|
+
msgstr ""
|
Binary file
|
@@ -1,25 +1,25 @@
|
|
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
|
-
# "H. Peter Pfeufer" <info@ppfeufer.de>, 2023.
|
5
|
-
# Nikolay <nick.postnikov@gmail.com>, 2023.
|
6
|
-
# Max <mark25@inbox.ru>, 2023.
|
4
|
+
# "H. Peter Pfeufer" <info@ppfeufer.de>, 2023, 2024.
|
5
|
+
# Nikolay <nick.postnikov@gmail.com>, 2023, 2024.
|
6
|
+
# Max <mark25@inbox.ru>, 2023, 2024.
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
11
|
"POT-Creation-Date: 2024-03-15 18:14+0100\n"
|
12
|
-
"PO-Revision-Date:
|
13
|
-
"Last-Translator:
|
14
|
-
"Language-Team: Russian <https://weblate.ppfeufer.de/projects/
|
15
|
-
"apps/aa-bulletin-board/ru/>\n"
|
12
|
+
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
13
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
14
|
+
"Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
|
15
|
+
"alliance-auth-apps/aa-bulletin-board/ru/>\n"
|
16
16
|
"Language: ru\n"
|
17
17
|
"MIME-Version: 1.0\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
20
20
|
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
|
21
21
|
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
22
|
-
"X-Generator: Weblate 5.
|
22
|
+
"X-Generator: Weblate 5.5.3\n"
|
23
23
|
|
24
24
|
#: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
|
25
25
|
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
|
Binary file
|
@@ -0,0 +1,178 @@
|
|
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: Slovak <https://weblate.ppfeufer.de/projects/"
|
14
|
+
"alliance-auth-apps/aa-bulletin-board/sk/>\n"
|
15
|
+
"Language: sk\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=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n "
|
20
|
+
">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
21
|
+
"X-Generator: Weblate 5.5.3\n"
|
22
|
+
|
23
|
+
#: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
|
24
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
|
25
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
|
26
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
|
27
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
|
28
|
+
msgid "Bulletin Board"
|
29
|
+
msgstr ""
|
30
|
+
|
31
|
+
#. Translators: This is the app name and version, which will appear in the Django Backend
|
32
|
+
#: aa_bulletin_board/apps.py:21
|
33
|
+
#, python-brace-format
|
34
|
+
msgid "Bulletin Board v{__version__}"
|
35
|
+
msgstr ""
|
36
|
+
|
37
|
+
#: aa_bulletin_board/forms.py:65
|
38
|
+
msgid ""
|
39
|
+
"Restrict this bulletin to certain groups. If no group restrictions are in "
|
40
|
+
"place, everyone who has access to this module can read this bulletin."
|
41
|
+
msgstr ""
|
42
|
+
|
43
|
+
#: aa_bulletin_board/forms.py:112
|
44
|
+
msgid "You have forgotten the content!"
|
45
|
+
msgstr ""
|
46
|
+
|
47
|
+
#: aa_bulletin_board/models.py:71
|
48
|
+
msgid "Can access this app"
|
49
|
+
msgstr ""
|
50
|
+
|
51
|
+
#: aa_bulletin_board/models.py:72
|
52
|
+
msgid "Can manage (add/change/remove) bulletins"
|
53
|
+
msgstr ""
|
54
|
+
|
55
|
+
#: aa_bulletin_board/models.py:81
|
56
|
+
msgid "Title"
|
57
|
+
msgstr ""
|
58
|
+
|
59
|
+
#: aa_bulletin_board/models.py:84
|
60
|
+
msgid "Content"
|
61
|
+
msgstr ""
|
62
|
+
|
63
|
+
#. Translators: This is the date and time the bulletin has been created
|
64
|
+
#: aa_bulletin_board/models.py:90
|
65
|
+
msgid "Created"
|
66
|
+
msgstr ""
|
67
|
+
|
68
|
+
#. Translators: This is the date and time the bulletin has been updated
|
69
|
+
#: aa_bulletin_board/models.py:96
|
70
|
+
msgid "Updated"
|
71
|
+
msgstr ""
|
72
|
+
|
73
|
+
#: aa_bulletin_board/models.py:105
|
74
|
+
msgid "User"
|
75
|
+
msgstr ""
|
76
|
+
|
77
|
+
#: aa_bulletin_board/models.py:111
|
78
|
+
msgid "Group restrictions"
|
79
|
+
msgstr ""
|
80
|
+
|
81
|
+
#: aa_bulletin_board/models.py:122
|
82
|
+
msgid "Bulletin"
|
83
|
+
msgstr ""
|
84
|
+
|
85
|
+
#: aa_bulletin_board/models.py:123
|
86
|
+
msgid "Bulletins"
|
87
|
+
msgstr ""
|
88
|
+
|
89
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
|
90
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
|
91
|
+
msgid "Back"
|
92
|
+
msgstr ""
|
93
|
+
|
94
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
|
95
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
|
96
|
+
msgid "Edit"
|
97
|
+
msgstr ""
|
98
|
+
|
99
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
|
100
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
|
101
|
+
msgid "Delete"
|
102
|
+
msgstr ""
|
103
|
+
|
104
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
|
105
|
+
msgid "This bulletin is restricted to the following group:"
|
106
|
+
msgid_plural "This bulletin is restricted to the following groups:"
|
107
|
+
msgstr[0] ""
|
108
|
+
msgstr[1] ""
|
109
|
+
msgstr[2] ""
|
110
|
+
msgstr[3] ""
|
111
|
+
|
112
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
|
113
|
+
msgid "Read more"
|
114
|
+
msgstr ""
|
115
|
+
|
116
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
|
117
|
+
msgid "No bulletins found."
|
118
|
+
msgstr ""
|
119
|
+
|
120
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
|
121
|
+
msgid "Edit bulletin"
|
122
|
+
msgstr ""
|
123
|
+
|
124
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:14
|
125
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:25
|
126
|
+
msgid "Create new bulletin"
|
127
|
+
msgstr ""
|
128
|
+
|
129
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
|
130
|
+
msgid "Update bulletin"
|
131
|
+
msgstr ""
|
132
|
+
|
133
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
|
134
|
+
msgid "Create bulletin"
|
135
|
+
msgstr ""
|
136
|
+
|
137
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
|
138
|
+
msgid "Add bulletin"
|
139
|
+
msgstr ""
|
140
|
+
|
141
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
|
142
|
+
msgid ""
|
143
|
+
"Do you want to help translate this app into your language or improve the "
|
144
|
+
"existing translation?"
|
145
|
+
msgstr ""
|
146
|
+
|
147
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
|
148
|
+
msgid "Join our team of translators!"
|
149
|
+
msgstr ""
|
150
|
+
|
151
|
+
#: aa_bulletin_board/views.py:98
|
152
|
+
#, python-brace-format
|
153
|
+
msgid "Bulletin \"{bulletin__title}\" created."
|
154
|
+
msgstr ""
|
155
|
+
|
156
|
+
#: aa_bulletin_board/views.py:141
|
157
|
+
msgid ""
|
158
|
+
"The bulletin you are looking for does either not exist, or you don't have "
|
159
|
+
"access to it."
|
160
|
+
msgstr ""
|
161
|
+
|
162
|
+
#: aa_bulletin_board/views.py:168
|
163
|
+
msgid "The bulletin you are trying to edit does not exist."
|
164
|
+
msgstr ""
|
165
|
+
|
166
|
+
#: aa_bulletin_board/views.py:195
|
167
|
+
#, python-brace-format
|
168
|
+
msgid "Bulletin \"{bulletin__title}\" updated."
|
169
|
+
msgstr ""
|
170
|
+
|
171
|
+
#: aa_bulletin_board/views.py:227
|
172
|
+
#, python-brace-format
|
173
|
+
msgid "Bulletin \"{bulletin.title}\" deleted."
|
174
|
+
msgstr ""
|
175
|
+
|
176
|
+
#: aa_bulletin_board/views.py:234
|
177
|
+
msgid "The bulletin you are trying to delete does not exist."
|
178
|
+
msgstr ""
|
Binary file
|
@@ -1,25 +1,25 @@
|
|
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
|
-
# Peter Pfeufer <info@ppfeufer.de>, 2023.
|
5
|
-
# "Andrii M." <elfleg0las88@gmail.com>, 2023.
|
6
|
-
# Kristof <kristof@teh.ninja>, 2023.
|
4
|
+
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
|
5
|
+
# "Andrii M." <elfleg0las88@gmail.com>, 2023, 2024.
|
6
|
+
# Kristof <kristof@teh.ninja>, 2023, 2024.
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
11
|
"POT-Creation-Date: 2024-03-15 18:14+0100\n"
|
12
|
-
"PO-Revision-Date:
|
13
|
-
"Last-Translator:
|
14
|
-
"Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/
|
15
|
-
"apps/aa-bulletin-board/uk/>\n"
|
12
|
+
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
13
|
+
"Last-Translator: Kristof <kristof@teh.ninja>\n"
|
14
|
+
"Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/"
|
15
|
+
"alliance-auth-apps/aa-bulletin-board/uk/>\n"
|
16
16
|
"Language: uk\n"
|
17
17
|
"MIME-Version: 1.0\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
19
|
"Content-Transfer-Encoding: 8bit\n"
|
20
20
|
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
|
21
21
|
"n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
22
|
-
"X-Generator: Weblate 5.
|
22
|
+
"X-Generator: Weblate 5.5.3\n"
|
23
23
|
|
24
24
|
#: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
|
25
25
|
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
|
Binary file
|
@@ -3,13 +3,15 @@
|
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
4
4
|
# Faer Yili <yilifaer@gmail.com>, 2024.
|
5
5
|
# Dehao Wu <wudehao2000@163.com>, 2024.
|
6
|
+
# SAM_FPS <sam_fps@163.com>, 2024.
|
7
|
+
# MxdHana <236833425@qq.com>, 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-
|
12
|
-
"Last-Translator:
|
13
|
+
"PO-Revision-Date: 2024-05-15 09:20+0000\n"
|
14
|
+
"Last-Translator: MxdHana <236833425@qq.com>\n"
|
13
15
|
"Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/"
|
14
16
|
"alliance-auth-apps/aa-bulletin-board/zh_Hans/>\n"
|
15
17
|
"Language: zh_Hans\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=1; plural=0;\n"
|
20
|
-
"X-Generator: Weblate 5.3
|
22
|
+
"X-Generator: Weblate 5.5.3\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,31 +27,32 @@ 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 "公告栏"
|
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 "公告栏v{__version__}"
|
35
37
|
|
36
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."
|
40
|
-
msgstr ""
|
42
|
+
msgstr "限制此公告为特定组可阅读。如果没有设置组限制,每个访问此模块的人都可以阅读此"
|
43
|
+
"公告。"
|
41
44
|
|
42
45
|
#: aa_bulletin_board/forms.py:112
|
43
46
|
msgid "You have forgotten the content!"
|
44
|
-
msgstr ""
|
47
|
+
msgstr "你忘记了内容!"
|
45
48
|
|
46
49
|
#: aa_bulletin_board/models.py:71
|
47
50
|
msgid "Can access this app"
|
48
|
-
msgstr "
|
51
|
+
msgstr "能够访问此应用程序"
|
49
52
|
|
50
53
|
#: aa_bulletin_board/models.py:72
|
51
54
|
msgid "Can manage (add/change/remove) bulletins"
|
52
|
-
msgstr ""
|
55
|
+
msgstr "可以管理(添加/更改/移除)公告"
|
53
56
|
|
54
57
|
#: aa_bulletin_board/models.py:81
|
55
58
|
msgid "Title"
|
@@ -57,17 +60,17 @@ msgstr "头衔"
|
|
57
60
|
|
58
61
|
#: aa_bulletin_board/models.py:84
|
59
62
|
msgid "Content"
|
60
|
-
msgstr ""
|
63
|
+
msgstr "目录"
|
61
64
|
|
62
65
|
#. Translators: This is the date and time the bulletin has been created
|
63
66
|
#: aa_bulletin_board/models.py:90
|
64
67
|
msgid "Created"
|
65
|
-
msgstr ""
|
68
|
+
msgstr "创建"
|
66
69
|
|
67
70
|
#. Translators: This is the date and time the bulletin has been updated
|
68
71
|
#: aa_bulletin_board/models.py:96
|
69
72
|
msgid "Updated"
|
70
|
-
msgstr ""
|
73
|
+
msgstr "更新"
|
71
74
|
|
72
75
|
#: aa_bulletin_board/models.py:105
|
73
76
|
msgid "User"
|
@@ -75,25 +78,25 @@ msgstr "用户"
|
|
75
78
|
|
76
79
|
#: aa_bulletin_board/models.py:111
|
77
80
|
msgid "Group restrictions"
|
78
|
-
msgstr ""
|
81
|
+
msgstr "组别限制"
|
79
82
|
|
80
83
|
#: aa_bulletin_board/models.py:122
|
81
84
|
msgid "Bulletin"
|
82
|
-
msgstr ""
|
85
|
+
msgstr "公告"
|
83
86
|
|
84
87
|
#: aa_bulletin_board/models.py:123
|
85
88
|
msgid "Bulletins"
|
86
|
-
msgstr ""
|
89
|
+
msgstr "公告"
|
87
90
|
|
88
91
|
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
|
89
92
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
|
90
93
|
msgid "Back"
|
91
|
-
msgstr ""
|
94
|
+
msgstr "后"
|
92
95
|
|
93
96
|
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
|
94
97
|
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
|
95
98
|
msgid "Edit"
|
96
|
-
msgstr ""
|
99
|
+
msgstr "编辑"
|
97
100
|
|
98
101
|
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
|
99
102
|
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
|
@@ -103,36 +106,36 @@ msgstr "删除"
|
|
103
106
|
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
|
104
107
|
msgid "This bulletin is restricted to the following group:"
|
105
108
|
msgid_plural "This bulletin is restricted to the following groups:"
|
106
|
-
msgstr[0] ""
|
109
|
+
msgstr[0] "此公告限制以下组访问:"
|
107
110
|
|
108
111
|
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
|
109
112
|
msgid "Read more"
|
110
|
-
msgstr ""
|
113
|
+
msgstr "阅读更多"
|
111
114
|
|
112
115
|
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
|
113
116
|
msgid "No bulletins found."
|
114
|
-
msgstr ""
|
117
|
+
msgstr "没有找到公告。"
|
115
118
|
|
116
119
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
|
117
120
|
msgid "Edit bulletin"
|
118
|
-
msgstr ""
|
121
|
+
msgstr "编辑公告"
|
119
122
|
|
120
123
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:14
|
121
124
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:25
|
122
125
|
msgid "Create new bulletin"
|
123
|
-
msgstr ""
|
126
|
+
msgstr "创建新的公告"
|
124
127
|
|
125
128
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
|
126
129
|
msgid "Update bulletin"
|
127
|
-
msgstr ""
|
130
|
+
msgstr "更新公告"
|
128
131
|
|
129
132
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
|
130
133
|
msgid "Create bulletin"
|
131
|
-
msgstr ""
|
134
|
+
msgstr "创建公告"
|
132
135
|
|
133
136
|
#: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
|
134
137
|
msgid "Add bulletin"
|
135
|
-
msgstr ""
|
138
|
+
msgstr "添加公告"
|
136
139
|
|
137
140
|
#: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
|
138
141
|
msgid ""
|
@@ -147,28 +150,28 @@ msgstr "加入我们的翻译团队吧!"
|
|
147
150
|
#: aa_bulletin_board/views.py:98
|
148
151
|
#, python-brace-format
|
149
152
|
msgid "Bulletin \"{bulletin__title}\" created."
|
150
|
-
msgstr ""
|
153
|
+
msgstr "公告“{bulletin__title}”已创建。"
|
151
154
|
|
152
155
|
#: aa_bulletin_board/views.py:141
|
153
156
|
msgid ""
|
154
157
|
"The bulletin you are looking for does either not exist, or you don't have "
|
155
158
|
"access to it."
|
156
|
-
msgstr ""
|
159
|
+
msgstr "您正在查看的公告不存在,或您没有权限访问。"
|
157
160
|
|
158
161
|
#: aa_bulletin_board/views.py:168
|
159
162
|
msgid "The bulletin you are trying to edit does not exist."
|
160
|
-
msgstr ""
|
163
|
+
msgstr "您尝试编辑的公告不存在。"
|
161
164
|
|
162
165
|
#: aa_bulletin_board/views.py:195
|
163
166
|
#, python-brace-format
|
164
167
|
msgid "Bulletin \"{bulletin__title}\" updated."
|
165
|
-
msgstr ""
|
168
|
+
msgstr "公告“{bulletin__title}”已更新。"
|
166
169
|
|
167
170
|
#: aa_bulletin_board/views.py:227
|
168
171
|
#, python-brace-format
|
169
172
|
msgid "Bulletin \"{bulletin.title}\" deleted."
|
170
|
-
msgstr ""
|
173
|
+
msgstr "公告“{bulletin.title}”已删除。"
|
171
174
|
|
172
175
|
#: aa_bulletin_board/views.py:234
|
173
176
|
msgid "The bulletin you are trying to delete does not exist."
|
174
|
-
msgstr ""
|
177
|
+
msgstr "您要删除的公告不存在。"
|
@@ -19,7 +19,6 @@
|
|
19
19
|
|
20
20
|
.aa-bulletin-board .card-bulletin-excerpt .card-body {
|
21
21
|
height: 200px;
|
22
|
-
-webkit-mask-image: linear-gradient(rgb(0 0 0), transparent);
|
23
22
|
mask-image: linear-gradient(rgb(0 0 0), transparent);
|
24
23
|
overflow: hidden;
|
25
24
|
padding: 1rem;
|
@@ -34,7 +33,7 @@
|
|
34
33
|
}
|
35
34
|
|
36
35
|
.aa-bulletin-board img {
|
37
|
-
height: auto !important; /* to override inline style added by
|
36
|
+
height: auto !important; /* to override inline style added by CKEditor */
|
38
37
|
max-width: 100%;
|
39
38
|
}
|
40
39
|
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
@media all{.aa-bulletin-board-header-addition{display:block}.aa-bulletin-board .cards-equal-height{display:flex;flex-wrap:wrap}.aa-bulletin-board .cards-equal-height .card{width:100%}.aa-bulletin-board .cards-equal-height .card-bulletin-excerpt{margin-bottom:.5rem;width:100%}.aa-bulletin-board .card-bulletin-excerpt .card-body{height:200px
|
1
|
+
@media all{.aa-bulletin-board-header-addition{display:block}.aa-bulletin-board .cards-equal-height{display:flex;flex-wrap:wrap}.aa-bulletin-board .cards-equal-height .card{width:100%}.aa-bulletin-board .cards-equal-height .card-bulletin-excerpt{margin-bottom:.5rem;width:100%}.aa-bulletin-board .card-bulletin-excerpt .card-body{height:200px;mask-image:linear-gradient(rgb(0 0 0),transparent);overflow:hidden;padding:1rem}.aa-bulletin-board .card-bulletin-excerpt .card-footer-read-more-button{padding:.625rem 1rem}.aa-bulletin-board .django-ckeditor-widget{display:initial!important}.aa-bulletin-board img{height:auto!important;max-width:100%}.aa-bulletin-board .SumoSelect p{border-radius:var(--bs-border-radius);height:auto}.aa-bulletin-board .SumoSelect{color:rgb(54 54 54);display:inherit}.aa-bulletin-board .SumoSelect>.CaptionCont>label>i{background-image:none}.aa-bulletin-board .SumoSelect>.CaptionCont>span.placeholder{background-color:transparent;color:rgb(62 68 76);opacity:1}}@media all and (min-width:768px){.aa-bulletin-board .cards-equal-height .card-bulletin-excerpt{width:calc(100%/2)}}@media all and (min-width:1200px){.aa-bulletin-board .cards-equal-height .card-bulletin-excerpt{width:calc(100%/3)}}@media all{.aa-bulletin-board figure.media .oembed-video{height:auto;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.aa-bulletin-board figure.media .oembed-video>iframe{height:100%;left:0;max-height:100vh;position:absolute;top:0;width:100%}.aa-bulletin-board .ck-rounded-corners{--ck-border-radius:var(--bs-border-radius)}.aa-bulletin-board .ck-editor__editable{color:initial}.aa-bulletin-board .ck-word-count{color:var(--bs-secondary-color)!important;--bs-text-opacity:1}}
|
2
2
|
/*# sourceMappingURL=aa-bulletin-board.min.css.map */
|