aa-bulletin-board 2.0.0b1__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/auth_hooks.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 +44 -36
- aa_bulletin_board/locale/django.pot +39 -31
- aa_bulletin_board/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/es/LC_MESSAGES/django.po +47 -39
- aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +42 -34
- aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +43 -35
- aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +43 -35
- aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +50 -38
- 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 +47 -37
- 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 +48 -38
- aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +70 -59
- 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/templates/aa_bulletin_board/dashboard.html +1 -1
- aa_bulletin_board/tests/test_auth_hooks.py +1 -1
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.0.1.dist-info}/METADATA +13 -10
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.0.1.dist-info}/RECORD +41 -33
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.0.1.dist-info}/WHEEL +1 -1
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.0.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,15 +1,15 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
4
|
-
# Zigor Fernandez Moreno <sietehierros@gmail.com>, 2023.
|
5
|
-
# Peter Pfeufer <info@ppfeufer.de>, 2023.
|
6
|
-
# Geovanny David Morales De la cruz <moralesgeovanny1996@gmail.com>, 2023.
|
4
|
+
# Zigor Fernandez Moreno <sietehierros@gmail.com>, 2023, 2024.
|
5
|
+
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
|
6
|
+
# Geovanny David Morales De la cruz <moralesgeovanny1996@gmail.com>, 2023, 2024.
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date:
|
12
|
-
"PO-Revision-Date:
|
11
|
+
"POT-Creation-Date: 2024-03-15 18:14+0100\n"
|
12
|
+
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
13
13
|
"Last-Translator: Geovanny David Morales De la cruz <moralesgeovanny1996@gmail"
|
14
14
|
".com>\n"
|
15
15
|
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/"
|
@@ -19,12 +19,12 @@ msgstr ""
|
|
19
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
20
20
|
"Content-Transfer-Encoding: 8bit\n"
|
21
21
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
22
|
-
"X-Generator: Weblate 5.
|
22
|
+
"X-Generator: Weblate 5.5.3\n"
|
23
23
|
|
24
|
-
#: aa_bulletin_board/__init__.py:
|
25
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:
|
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
|
26
27
|
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
|
27
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:6
|
28
28
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
|
29
29
|
msgid "Bulletin Board"
|
30
30
|
msgstr "Tablón de Anuncios"
|
@@ -35,7 +35,7 @@ msgstr "Tablón de Anuncios"
|
|
35
35
|
msgid "Bulletin Board v{__version__}"
|
36
36
|
msgstr "Tablón de Anuncios v{__version__}"
|
37
37
|
|
38
|
-
#: aa_bulletin_board/forms.py:
|
38
|
+
#: aa_bulletin_board/forms.py:65
|
39
39
|
msgid ""
|
40
40
|
"Restrict this bulletin to certain groups. If no group restrictions are in "
|
41
41
|
"place, everyone who has access to this module can read this bulletin."
|
@@ -43,6 +43,10 @@ msgstr ""
|
|
43
43
|
"Restringir este anuncio a ciertos grupos. Si no existen restricciones de "
|
44
44
|
"grupo, todos los que tengan acceso a este módulo pueden leer este anuncio."
|
45
45
|
|
46
|
+
#: aa_bulletin_board/forms.py:112
|
47
|
+
msgid "You have forgotten the content!"
|
48
|
+
msgstr ""
|
49
|
+
|
46
50
|
#: aa_bulletin_board/models.py:71
|
47
51
|
msgid "Can access this app"
|
48
52
|
msgstr "Puede acceder esta aplicacion"
|
@@ -55,63 +59,67 @@ msgstr ""
|
|
55
59
|
msgid "Title"
|
56
60
|
msgstr "Título"
|
57
61
|
|
58
|
-
#: aa_bulletin_board/models.py:
|
62
|
+
#: aa_bulletin_board/models.py:84
|
59
63
|
msgid "Content"
|
60
64
|
msgstr "Contenido"
|
61
65
|
|
62
66
|
#. Translators: This is the date and time the bulletin has been created
|
63
|
-
#: aa_bulletin_board/models.py:
|
67
|
+
#: aa_bulletin_board/models.py:90
|
64
68
|
msgid "Created"
|
65
69
|
msgstr "Creado"
|
66
70
|
|
67
71
|
#. Translators: This is the date and time the bulletin has been updated
|
68
|
-
#: aa_bulletin_board/models.py:
|
72
|
+
#: aa_bulletin_board/models.py:96
|
69
73
|
msgid "Updated"
|
70
74
|
msgstr "Actualizado"
|
71
75
|
|
72
|
-
#: aa_bulletin_board/models.py:
|
76
|
+
#: aa_bulletin_board/models.py:105
|
73
77
|
msgid "User"
|
74
78
|
msgstr "Usuario"
|
75
79
|
|
76
|
-
#: aa_bulletin_board/models.py:
|
80
|
+
#: aa_bulletin_board/models.py:111
|
77
81
|
msgid "Group restrictions"
|
78
82
|
msgstr "Restricciones de grupo"
|
79
83
|
|
80
|
-
#: aa_bulletin_board/models.py:
|
84
|
+
#: aa_bulletin_board/models.py:122
|
81
85
|
msgid "Bulletin"
|
82
86
|
msgstr "Anuncio"
|
83
87
|
|
84
|
-
#: aa_bulletin_board/models.py:
|
88
|
+
#: aa_bulletin_board/models.py:123
|
85
89
|
msgid "Bulletins"
|
86
90
|
msgstr "Anuncios"
|
87
91
|
|
88
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:
|
92
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
|
89
93
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
|
90
94
|
msgid "Back"
|
91
95
|
msgstr "Atrás"
|
92
96
|
|
93
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:
|
94
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
97
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
|
98
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
|
95
99
|
msgid "Edit"
|
96
100
|
msgstr "Editar"
|
97
101
|
|
98
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:
|
99
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
102
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
|
103
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
|
100
104
|
msgid "Delete"
|
101
105
|
msgstr "Borrar"
|
102
106
|
|
103
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
104
|
-
#, fuzzy
|
105
|
-
#| msgid "This bulletin is restricted to the following group(s):"
|
107
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
|
106
108
|
msgid "This bulletin is restricted to the following group:"
|
107
109
|
msgid_plural "This bulletin is restricted to the following groups:"
|
108
|
-
msgstr[0] "Este anuncio está restringido a los
|
110
|
+
msgstr[0] "Este anuncio está restringido a los siguiente grupo:"
|
109
111
|
msgstr[1] "Este anuncio está restringido a los siguientes grupos:"
|
110
112
|
|
111
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
113
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
|
112
114
|
msgid "Read more"
|
113
115
|
msgstr "Leer más"
|
114
116
|
|
117
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
|
118
|
+
#, fuzzy
|
119
|
+
#| msgid "Bulletin Board"
|
120
|
+
msgid "No bulletins found."
|
121
|
+
msgstr "Tablón de Anuncios"
|
122
|
+
|
115
123
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
|
116
124
|
#, fuzzy
|
117
125
|
#| msgid "Edit Bulletin"
|
@@ -125,19 +133,19 @@ msgstr "Editar Anuncio"
|
|
125
133
|
msgid "Create new bulletin"
|
126
134
|
msgstr "Crear nuevo Anuncio"
|
127
135
|
|
128
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:
|
136
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
|
129
137
|
#, fuzzy
|
130
138
|
#| msgid "Update Bulletin"
|
131
139
|
msgid "Update bulletin"
|
132
140
|
msgstr "Actualizar Anuncio"
|
133
141
|
|
134
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:
|
142
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
|
135
143
|
#, fuzzy
|
136
144
|
#| msgid "Create Bulletin"
|
137
145
|
msgid "Create bulletin"
|
138
146
|
msgstr "Crear Anuncio"
|
139
147
|
|
140
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:
|
148
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
|
141
149
|
#, fuzzy
|
142
150
|
#| msgid "Add Bulletin"
|
143
151
|
msgid "Add bulletin"
|
@@ -155,12 +163,12 @@ msgstr ""
|
|
155
163
|
msgid "Join our team of translators!"
|
156
164
|
msgstr "¡Únete a nuestro equipo de traductores!"
|
157
165
|
|
158
|
-
#: aa_bulletin_board/views.py:
|
166
|
+
#: aa_bulletin_board/views.py:98
|
159
167
|
#, python-brace-format
|
160
168
|
msgid "Bulletin \"{bulletin__title}\" created."
|
161
169
|
msgstr "Se ha creado el Anuncio «{bulletin__title}»."
|
162
170
|
|
163
|
-
#: aa_bulletin_board/views.py:
|
171
|
+
#: aa_bulletin_board/views.py:141
|
164
172
|
#, fuzzy
|
165
173
|
#| msgid ""
|
166
174
|
#| "The bulletin you are looking for does not exist, or you don't have access "
|
@@ -170,20 +178,20 @@ msgid ""
|
|
170
178
|
"access to it."
|
171
179
|
msgstr "El anuncio que busca no existe, o no tiene acceso a él."
|
172
180
|
|
173
|
-
#: aa_bulletin_board/views.py:
|
181
|
+
#: aa_bulletin_board/views.py:168
|
182
|
+
msgid "The bulletin you are trying to edit does not exist."
|
183
|
+
msgstr "El anuncio que intenta editar no existe."
|
184
|
+
|
185
|
+
#: aa_bulletin_board/views.py:195
|
174
186
|
#, python-brace-format
|
175
187
|
msgid "Bulletin \"{bulletin__title}\" updated."
|
176
188
|
msgstr "Se ha actualizado el Anuncio «{bulletin__title}»."
|
177
189
|
|
178
|
-
#: aa_bulletin_board/views.py:
|
179
|
-
msgid "The bulletin you are trying to edit does not exist."
|
180
|
-
msgstr "El anuncio que intenta editar no existe."
|
181
|
-
|
182
|
-
#: aa_bulletin_board/views.py:210
|
190
|
+
#: aa_bulletin_board/views.py:227
|
183
191
|
#, python-brace-format
|
184
192
|
msgid "Bulletin \"{bulletin.title}\" deleted."
|
185
193
|
msgstr "Se ha eliminado el Anuncio «{bulletin.title}»."
|
186
194
|
|
187
|
-
#: aa_bulletin_board/views.py:
|
195
|
+
#: aa_bulletin_board/views.py:234
|
188
196
|
msgid "The bulletin you are trying to delete does not exist."
|
189
197
|
msgstr "El anuncio que intenta eliminar no existe."
|
Binary file
|
@@ -7,8 +7,8 @@ msgid ""
|
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"POT-Creation-Date:
|
11
|
-
"PO-Revision-Date: 2024-
|
10
|
+
"POT-Creation-Date: 2024-03-15 18:14+0100\n"
|
11
|
+
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
12
12
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
13
13
|
"Language-Team: French <https://weblate.ppfeufer.de/projects/"
|
14
14
|
"alliance-auth-apps/aa-bulletin-board/fr/>\n"
|
@@ -17,12 +17,12 @@ msgstr ""
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
20
|
-
"X-Generator: Weblate 5.3
|
20
|
+
"X-Generator: Weblate 5.5.3\n"
|
21
21
|
|
22
|
-
#: aa_bulletin_board/__init__.py:
|
23
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:
|
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
|
24
25
|
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
|
25
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:6
|
26
26
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
|
27
27
|
msgid "Bulletin Board"
|
28
28
|
msgstr ""
|
@@ -33,12 +33,16 @@ msgstr ""
|
|
33
33
|
msgid "Bulletin Board v{__version__}"
|
34
34
|
msgstr ""
|
35
35
|
|
36
|
-
#: aa_bulletin_board/forms.py:
|
36
|
+
#: aa_bulletin_board/forms.py:65
|
37
37
|
msgid ""
|
38
38
|
"Restrict this bulletin to certain groups. If no group restrictions are in "
|
39
39
|
"place, everyone who has access to this module can read this bulletin."
|
40
40
|
msgstr ""
|
41
41
|
|
42
|
+
#: aa_bulletin_board/forms.py:112
|
43
|
+
msgid "You have forgotten the content!"
|
44
|
+
msgstr ""
|
45
|
+
|
42
46
|
#: aa_bulletin_board/models.py:71
|
43
47
|
msgid "Can access this app"
|
44
48
|
msgstr "Peut accéder à cette application"
|
@@ -51,61 +55,65 @@ msgstr ""
|
|
51
55
|
msgid "Title"
|
52
56
|
msgstr ""
|
53
57
|
|
54
|
-
#: aa_bulletin_board/models.py:
|
58
|
+
#: aa_bulletin_board/models.py:84
|
55
59
|
msgid "Content"
|
56
60
|
msgstr ""
|
57
61
|
|
58
62
|
#. Translators: This is the date and time the bulletin has been created
|
59
|
-
#: aa_bulletin_board/models.py:
|
63
|
+
#: aa_bulletin_board/models.py:90
|
60
64
|
msgid "Created"
|
61
65
|
msgstr ""
|
62
66
|
|
63
67
|
#. Translators: This is the date and time the bulletin has been updated
|
64
|
-
#: aa_bulletin_board/models.py:
|
68
|
+
#: aa_bulletin_board/models.py:96
|
65
69
|
msgid "Updated"
|
66
70
|
msgstr ""
|
67
71
|
|
68
|
-
#: aa_bulletin_board/models.py:
|
72
|
+
#: aa_bulletin_board/models.py:105
|
69
73
|
msgid "User"
|
70
74
|
msgstr ""
|
71
75
|
|
72
|
-
#: aa_bulletin_board/models.py:
|
76
|
+
#: aa_bulletin_board/models.py:111
|
73
77
|
msgid "Group restrictions"
|
74
|
-
msgstr ""
|
78
|
+
msgstr "Restrictions de groupe"
|
75
79
|
|
76
|
-
#: aa_bulletin_board/models.py:
|
80
|
+
#: aa_bulletin_board/models.py:122
|
77
81
|
msgid "Bulletin"
|
78
82
|
msgstr ""
|
79
83
|
|
80
|
-
#: aa_bulletin_board/models.py:
|
84
|
+
#: aa_bulletin_board/models.py:123
|
81
85
|
msgid "Bulletins"
|
82
86
|
msgstr ""
|
83
87
|
|
84
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:
|
88
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
|
85
89
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
|
86
90
|
msgid "Back"
|
87
91
|
msgstr ""
|
88
92
|
|
89
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:
|
90
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
93
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
|
94
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
|
91
95
|
msgid "Edit"
|
92
96
|
msgstr ""
|
93
97
|
|
94
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:
|
95
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
98
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
|
99
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
|
96
100
|
msgid "Delete"
|
97
101
|
msgstr ""
|
98
102
|
|
99
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
103
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
|
100
104
|
msgid "This bulletin is restricted to the following group:"
|
101
105
|
msgid_plural "This bulletin is restricted to the following groups:"
|
102
106
|
msgstr[0] ""
|
103
107
|
msgstr[1] ""
|
104
108
|
|
105
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
109
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
|
106
110
|
msgid "Read more"
|
107
111
|
msgstr ""
|
108
112
|
|
113
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
|
114
|
+
msgid "No bulletins found."
|
115
|
+
msgstr ""
|
116
|
+
|
109
117
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
|
110
118
|
msgid "Edit bulletin"
|
111
119
|
msgstr ""
|
@@ -115,15 +123,15 @@ msgstr ""
|
|
115
123
|
msgid "Create new bulletin"
|
116
124
|
msgstr ""
|
117
125
|
|
118
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:
|
126
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
|
119
127
|
msgid "Update bulletin"
|
120
128
|
msgstr ""
|
121
129
|
|
122
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:
|
130
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
|
123
131
|
msgid "Create bulletin"
|
124
132
|
msgstr ""
|
125
133
|
|
126
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:
|
134
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
|
127
135
|
msgid "Add bulletin"
|
128
136
|
msgstr ""
|
129
137
|
|
@@ -139,31 +147,31 @@ msgstr ""
|
|
139
147
|
msgid "Join our team of translators!"
|
140
148
|
msgstr "Rejoignez notre équipe de traducteurs !"
|
141
149
|
|
142
|
-
#: aa_bulletin_board/views.py:
|
150
|
+
#: aa_bulletin_board/views.py:98
|
143
151
|
#, python-brace-format
|
144
152
|
msgid "Bulletin \"{bulletin__title}\" created."
|
145
153
|
msgstr ""
|
146
154
|
|
147
|
-
#: aa_bulletin_board/views.py:
|
155
|
+
#: aa_bulletin_board/views.py:141
|
148
156
|
msgid ""
|
149
157
|
"The bulletin you are looking for does either not exist, or you don't have "
|
150
158
|
"access to it."
|
151
159
|
msgstr ""
|
152
160
|
|
153
|
-
#: aa_bulletin_board/views.py:
|
154
|
-
|
155
|
-
msgid "Bulletin \"{bulletin__title}\" updated."
|
161
|
+
#: aa_bulletin_board/views.py:168
|
162
|
+
msgid "The bulletin you are trying to edit does not exist."
|
156
163
|
msgstr ""
|
157
164
|
|
158
|
-
#: aa_bulletin_board/views.py:
|
159
|
-
|
165
|
+
#: aa_bulletin_board/views.py:195
|
166
|
+
#, python-brace-format
|
167
|
+
msgid "Bulletin \"{bulletin__title}\" updated."
|
160
168
|
msgstr ""
|
161
169
|
|
162
|
-
#: aa_bulletin_board/views.py:
|
170
|
+
#: aa_bulletin_board/views.py:227
|
163
171
|
#, python-brace-format
|
164
172
|
msgid "Bulletin \"{bulletin.title}\" deleted."
|
165
173
|
msgstr ""
|
166
174
|
|
167
|
-
#: aa_bulletin_board/views.py:
|
175
|
+
#: aa_bulletin_board/views.py:234
|
168
176
|
msgid "The bulletin you are trying to delete does not exist."
|
169
177
|
msgstr ""
|
Binary file
|
@@ -7,22 +7,22 @@ msgid ""
|
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"POT-Creation-Date:
|
11
|
-
"PO-Revision-Date:
|
10
|
+
"POT-Creation-Date: 2024-03-15 18:14+0100\n"
|
11
|
+
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
12
12
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
13
|
-
"Language-Team: Italian <https://weblate.ppfeufer.de/projects/
|
14
|
-
"apps/aa-bulletin-board/it/>\n"
|
13
|
+
"Language-Team: Italian <https://weblate.ppfeufer.de/projects/"
|
14
|
+
"alliance-auth-apps/aa-bulletin-board/it/>\n"
|
15
15
|
"Language: it_IT\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=2; plural=n != 1;\n"
|
20
|
-
"X-Generator: Weblate 5.
|
20
|
+
"X-Generator: Weblate 5.5.3\n"
|
21
21
|
|
22
|
-
#: aa_bulletin_board/__init__.py:
|
23
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:
|
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
|
24
25
|
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
|
25
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:6
|
26
26
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
|
27
27
|
msgid "Bulletin Board"
|
28
28
|
msgstr ""
|
@@ -33,12 +33,16 @@ msgstr ""
|
|
33
33
|
msgid "Bulletin Board v{__version__}"
|
34
34
|
msgstr ""
|
35
35
|
|
36
|
-
#: aa_bulletin_board/forms.py:
|
36
|
+
#: aa_bulletin_board/forms.py:65
|
37
37
|
msgid ""
|
38
38
|
"Restrict this bulletin to certain groups. If no group restrictions are in "
|
39
39
|
"place, everyone who has access to this module can read this bulletin."
|
40
40
|
msgstr ""
|
41
41
|
|
42
|
+
#: aa_bulletin_board/forms.py:112
|
43
|
+
msgid "You have forgotten the content!"
|
44
|
+
msgstr ""
|
45
|
+
|
42
46
|
#: aa_bulletin_board/models.py:71
|
43
47
|
msgid "Can access this app"
|
44
48
|
msgstr ""
|
@@ -51,61 +55,65 @@ msgstr ""
|
|
51
55
|
msgid "Title"
|
52
56
|
msgstr ""
|
53
57
|
|
54
|
-
#: aa_bulletin_board/models.py:
|
58
|
+
#: aa_bulletin_board/models.py:84
|
55
59
|
msgid "Content"
|
56
60
|
msgstr ""
|
57
61
|
|
58
62
|
#. Translators: This is the date and time the bulletin has been created
|
59
|
-
#: aa_bulletin_board/models.py:
|
63
|
+
#: aa_bulletin_board/models.py:90
|
60
64
|
msgid "Created"
|
61
65
|
msgstr ""
|
62
66
|
|
63
67
|
#. Translators: This is the date and time the bulletin has been updated
|
64
|
-
#: aa_bulletin_board/models.py:
|
68
|
+
#: aa_bulletin_board/models.py:96
|
65
69
|
msgid "Updated"
|
66
70
|
msgstr ""
|
67
71
|
|
68
|
-
#: aa_bulletin_board/models.py:
|
72
|
+
#: aa_bulletin_board/models.py:105
|
69
73
|
msgid "User"
|
70
74
|
msgstr ""
|
71
75
|
|
72
|
-
#: aa_bulletin_board/models.py:
|
76
|
+
#: aa_bulletin_board/models.py:111
|
73
77
|
msgid "Group restrictions"
|
74
78
|
msgstr ""
|
75
79
|
|
76
|
-
#: aa_bulletin_board/models.py:
|
80
|
+
#: aa_bulletin_board/models.py:122
|
77
81
|
msgid "Bulletin"
|
78
82
|
msgstr ""
|
79
83
|
|
80
|
-
#: aa_bulletin_board/models.py:
|
84
|
+
#: aa_bulletin_board/models.py:123
|
81
85
|
msgid "Bulletins"
|
82
86
|
msgstr ""
|
83
87
|
|
84
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:
|
88
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
|
85
89
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
|
86
90
|
msgid "Back"
|
87
91
|
msgstr ""
|
88
92
|
|
89
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:
|
90
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
93
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
|
94
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
|
91
95
|
msgid "Edit"
|
92
96
|
msgstr ""
|
93
97
|
|
94
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:
|
95
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
98
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
|
99
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
|
96
100
|
msgid "Delete"
|
97
101
|
msgstr ""
|
98
102
|
|
99
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
103
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
|
100
104
|
msgid "This bulletin is restricted to the following group:"
|
101
105
|
msgid_plural "This bulletin is restricted to the following groups:"
|
102
106
|
msgstr[0] ""
|
103
107
|
msgstr[1] ""
|
104
108
|
|
105
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
109
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
|
106
110
|
msgid "Read more"
|
107
111
|
msgstr ""
|
108
112
|
|
113
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
|
114
|
+
msgid "No bulletins found."
|
115
|
+
msgstr ""
|
116
|
+
|
109
117
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
|
110
118
|
msgid "Edit bulletin"
|
111
119
|
msgstr ""
|
@@ -115,15 +123,15 @@ msgstr ""
|
|
115
123
|
msgid "Create new bulletin"
|
116
124
|
msgstr ""
|
117
125
|
|
118
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:
|
126
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
|
119
127
|
msgid "Update bulletin"
|
120
128
|
msgstr ""
|
121
129
|
|
122
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:
|
130
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
|
123
131
|
msgid "Create bulletin"
|
124
132
|
msgstr ""
|
125
133
|
|
126
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:
|
134
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
|
127
135
|
msgid "Add bulletin"
|
128
136
|
msgstr ""
|
129
137
|
|
@@ -137,31 +145,31 @@ msgstr ""
|
|
137
145
|
msgid "Join our team of translators!"
|
138
146
|
msgstr ""
|
139
147
|
|
140
|
-
#: aa_bulletin_board/views.py:
|
148
|
+
#: aa_bulletin_board/views.py:98
|
141
149
|
#, python-brace-format
|
142
150
|
msgid "Bulletin \"{bulletin__title}\" created."
|
143
151
|
msgstr ""
|
144
152
|
|
145
|
-
#: aa_bulletin_board/views.py:
|
153
|
+
#: aa_bulletin_board/views.py:141
|
146
154
|
msgid ""
|
147
155
|
"The bulletin you are looking for does either not exist, or you don't have "
|
148
156
|
"access to it."
|
149
157
|
msgstr ""
|
150
158
|
|
151
|
-
#: aa_bulletin_board/views.py:
|
152
|
-
|
153
|
-
msgid "Bulletin \"{bulletin__title}\" updated."
|
159
|
+
#: aa_bulletin_board/views.py:168
|
160
|
+
msgid "The bulletin you are trying to edit does not exist."
|
154
161
|
msgstr ""
|
155
162
|
|
156
|
-
#: aa_bulletin_board/views.py:
|
157
|
-
|
163
|
+
#: aa_bulletin_board/views.py:195
|
164
|
+
#, python-brace-format
|
165
|
+
msgid "Bulletin \"{bulletin__title}\" updated."
|
158
166
|
msgstr ""
|
159
167
|
|
160
|
-
#: aa_bulletin_board/views.py:
|
168
|
+
#: aa_bulletin_board/views.py:227
|
161
169
|
#, python-brace-format
|
162
170
|
msgid "Bulletin \"{bulletin.title}\" deleted."
|
163
171
|
msgstr ""
|
164
172
|
|
165
|
-
#: aa_bulletin_board/views.py:
|
173
|
+
#: aa_bulletin_board/views.py:234
|
166
174
|
msgid "The bulletin you are trying to delete does not exist."
|
167
175
|
msgstr ""
|
Binary file
|