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.
- 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 +181 -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 +67 -47
- 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 +46 -39
- 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 +46 -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 +71 -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/tests/utils.py +1 -2
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.1.0.dist-info}/METADATA +14 -13
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.1.0.dist-info}/RECORD +42 -34
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.1.0.dist-info}/WHEEL +1 -1
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.1.0.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
|
@@ -3,13 +3,15 @@
|
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
4
4
|
# erka Ekanon <M6musicT@hotmail.fr>, 2024.
|
5
5
|
# Peter Pfeufer <info@ppfeufer.de>, 2024.
|
6
|
+
# Hexo <ghostcig@free.fr>, 2024.
|
7
|
+
# Houbi_Houba <paul.lacape@live.fr>, 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:
|
11
|
-
"PO-Revision-Date: 2024-
|
12
|
-
"Last-Translator:
|
12
|
+
"POT-Creation-Date: 2024-03-15 18:14+0100\n"
|
13
|
+
"PO-Revision-Date: 2024-07-10 09:27+0000\n"
|
14
|
+
"Last-Translator: Houbi_Houba <paul.lacape@live.fr>\n"
|
13
15
|
"Language-Team: French <https://weblate.ppfeufer.de/projects/"
|
14
16
|
"alliance-auth-apps/aa-bulletin-board/fr/>\n"
|
15
17
|
"Language: fr_FR\n"
|
@@ -17,95 +19,113 @@ msgstr ""
|
|
17
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
20
|
"Content-Transfer-Encoding: 8bit\n"
|
19
21
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
20
|
-
"X-Generator: Weblate 5.
|
22
|
+
"X-Generator: Weblate 5.6.2\n"
|
21
23
|
|
22
|
-
#: aa_bulletin_board/__init__.py:
|
23
|
-
#: 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
|
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
|
-
msgstr ""
|
30
|
+
msgstr "Tableau d'affichage"
|
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 "Tableau d'affichage v{__version__}"
|
35
37
|
|
36
|
-
#: aa_bulletin_board/forms.py:
|
38
|
+
#: aa_bulletin_board/forms.py:65
|
39
|
+
#, fuzzy
|
37
40
|
msgid ""
|
38
41
|
"Restrict this bulletin to certain groups. If no group restrictions are in "
|
39
42
|
"place, everyone who has access to this module can read this bulletin."
|
40
43
|
msgstr ""
|
44
|
+
"Restreignez ce bulletin à certains groupes. Si aucune restriction de groupe "
|
45
|
+
"n'est en place, tous ceux qui ont accès à ce module peuvent lire ce bulletin."
|
46
|
+
|
47
|
+
#: aa_bulletin_board/forms.py:112
|
48
|
+
msgid "You have forgotten the content!"
|
49
|
+
msgstr "Vous avez oublié le contenu !"
|
41
50
|
|
42
51
|
#: aa_bulletin_board/models.py:71
|
52
|
+
#, fuzzy
|
43
53
|
msgid "Can access this app"
|
44
54
|
msgstr "Peut accéder à cette application"
|
45
55
|
|
46
56
|
#: aa_bulletin_board/models.py:72
|
57
|
+
#, fuzzy
|
47
58
|
msgid "Can manage (add/change/remove) bulletins"
|
48
|
-
msgstr ""
|
59
|
+
msgstr "Peut gérer (ajouter/modifier/supprimer) des bulletins"
|
49
60
|
|
50
61
|
#: aa_bulletin_board/models.py:81
|
62
|
+
#, fuzzy
|
51
63
|
msgid "Title"
|
52
|
-
msgstr ""
|
64
|
+
msgstr "Titre"
|
53
65
|
|
54
|
-
#: aa_bulletin_board/models.py:
|
66
|
+
#: aa_bulletin_board/models.py:84
|
67
|
+
#, fuzzy
|
55
68
|
msgid "Content"
|
56
|
-
msgstr ""
|
69
|
+
msgstr "Contenu"
|
57
70
|
|
58
71
|
#. Translators: This is the date and time the bulletin has been created
|
59
|
-
#: aa_bulletin_board/models.py:
|
72
|
+
#: aa_bulletin_board/models.py:90
|
73
|
+
#, fuzzy
|
60
74
|
msgid "Created"
|
61
|
-
msgstr ""
|
75
|
+
msgstr "Créé"
|
62
76
|
|
63
77
|
#. Translators: This is the date and time the bulletin has been updated
|
64
|
-
#: aa_bulletin_board/models.py:
|
78
|
+
#: aa_bulletin_board/models.py:96
|
79
|
+
#, fuzzy
|
65
80
|
msgid "Updated"
|
66
|
-
msgstr ""
|
81
|
+
msgstr "Mis à jour"
|
67
82
|
|
68
|
-
#: aa_bulletin_board/models.py:
|
83
|
+
#: aa_bulletin_board/models.py:105
|
84
|
+
#, fuzzy
|
69
85
|
msgid "User"
|
70
|
-
msgstr ""
|
86
|
+
msgstr "Utilisateur"
|
71
87
|
|
72
|
-
#: aa_bulletin_board/models.py:
|
88
|
+
#: aa_bulletin_board/models.py:111
|
73
89
|
msgid "Group restrictions"
|
74
|
-
msgstr ""
|
90
|
+
msgstr "Restrictions de groupe"
|
75
91
|
|
76
|
-
#: aa_bulletin_board/models.py:
|
92
|
+
#: aa_bulletin_board/models.py:122
|
77
93
|
msgid "Bulletin"
|
78
|
-
msgstr ""
|
94
|
+
msgstr "Bulletin"
|
79
95
|
|
80
|
-
#: aa_bulletin_board/models.py:
|
96
|
+
#: aa_bulletin_board/models.py:123
|
81
97
|
msgid "Bulletins"
|
82
|
-
msgstr ""
|
98
|
+
msgstr "Bulletins"
|
83
99
|
|
84
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:
|
100
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
|
85
101
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
|
86
102
|
msgid "Back"
|
87
|
-
msgstr ""
|
103
|
+
msgstr "Retour"
|
88
104
|
|
89
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:
|
90
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
105
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
|
106
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
|
91
107
|
msgid "Edit"
|
92
|
-
msgstr ""
|
108
|
+
msgstr "Editer"
|
93
109
|
|
94
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:
|
95
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
110
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
|
111
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
|
96
112
|
msgid "Delete"
|
97
113
|
msgstr ""
|
98
114
|
|
99
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
115
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
|
100
116
|
msgid "This bulletin is restricted to the following group:"
|
101
117
|
msgid_plural "This bulletin is restricted to the following groups:"
|
102
118
|
msgstr[0] ""
|
103
119
|
msgstr[1] ""
|
104
120
|
|
105
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:
|
121
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
|
106
122
|
msgid "Read more"
|
107
123
|
msgstr ""
|
108
124
|
|
125
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
|
126
|
+
msgid "No bulletins found."
|
127
|
+
msgstr ""
|
128
|
+
|
109
129
|
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
|
110
130
|
msgid "Edit bulletin"
|
111
131
|
msgstr ""
|
@@ -115,15 +135,15 @@ msgstr ""
|
|
115
135
|
msgid "Create new bulletin"
|
116
136
|
msgstr ""
|
117
137
|
|
118
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:
|
138
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
|
119
139
|
msgid "Update bulletin"
|
120
140
|
msgstr ""
|
121
141
|
|
122
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:
|
142
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
|
123
143
|
msgid "Create bulletin"
|
124
144
|
msgstr ""
|
125
145
|
|
126
|
-
#: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:
|
146
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
|
127
147
|
msgid "Add bulletin"
|
128
148
|
msgstr ""
|
129
149
|
|
@@ -139,31 +159,31 @@ msgstr ""
|
|
139
159
|
msgid "Join our team of translators!"
|
140
160
|
msgstr "Rejoignez notre équipe de traducteurs !"
|
141
161
|
|
142
|
-
#: aa_bulletin_board/views.py:
|
162
|
+
#: aa_bulletin_board/views.py:98
|
143
163
|
#, python-brace-format
|
144
164
|
msgid "Bulletin \"{bulletin__title}\" created."
|
145
165
|
msgstr ""
|
146
166
|
|
147
|
-
#: aa_bulletin_board/views.py:
|
167
|
+
#: aa_bulletin_board/views.py:141
|
148
168
|
msgid ""
|
149
169
|
"The bulletin you are looking for does either not exist, or you don't have "
|
150
170
|
"access to it."
|
151
171
|
msgstr ""
|
152
172
|
|
153
|
-
#: aa_bulletin_board/views.py:
|
154
|
-
|
155
|
-
msgid "Bulletin \"{bulletin__title}\" updated."
|
173
|
+
#: aa_bulletin_board/views.py:168
|
174
|
+
msgid "The bulletin you are trying to edit does not exist."
|
156
175
|
msgstr ""
|
157
176
|
|
158
|
-
#: aa_bulletin_board/views.py:
|
159
|
-
|
177
|
+
#: aa_bulletin_board/views.py:195
|
178
|
+
#, python-brace-format
|
179
|
+
msgid "Bulletin \"{bulletin__title}\" updated."
|
160
180
|
msgstr ""
|
161
181
|
|
162
|
-
#: aa_bulletin_board/views.py:
|
182
|
+
#: aa_bulletin_board/views.py:227
|
163
183
|
#, python-brace-format
|
164
184
|
msgid "Bulletin \"{bulletin.title}\" deleted."
|
165
185
|
msgstr ""
|
166
186
|
|
167
|
-
#: aa_bulletin_board/views.py:
|
187
|
+
#: aa_bulletin_board/views.py:234
|
168
188
|
msgid "The bulletin you are trying to delete does not exist."
|
169
189
|
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
|