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
aa_bulletin_board/__init__.py
CHANGED
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: Czech <https://weblate.ppfeufer.de/projects/"
|
14
|
+
"alliance-auth-apps/aa-bulletin-board/cs/>\n"
|
15
|
+
"Language: cs\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 && n % 1 == 0) ? 0 : (n >= 2 && n "
|
20
|
+
"<= 4 && n % 1 == 0) ? 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
|
@@ -7,7 +7,7 @@ msgstr ""
|
|
7
7
|
"Project-Id-Version: PACKAGE VERSION\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
9
|
"POT-Creation-Date: 2024-03-15 18:14+0100\n"
|
10
|
-
"PO-Revision-Date: 2024-
|
10
|
+
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
11
11
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
12
12
|
"Language-Team: German <https://weblate.ppfeufer.de/projects/"
|
13
13
|
"alliance-auth-apps/aa-bulletin-board/de/>\n"
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
17
17
|
"Content-Transfer-Encoding: 8bit\n"
|
18
18
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
19
|
-
"X-Generator: Weblate 5.
|
19
|
+
"X-Generator: Weblate 5.5.3\n"
|
20
20
|
|
21
21
|
#: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
|
22
22
|
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
|
@@ -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: 2024-03-
|
11
|
+
"POT-Creation-Date: 2024-03-20 17:29+0100\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"
|
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
|
-
# 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
11
|
"POT-Creation-Date: 2024-03-15 18:14+0100\n"
|
12
|
-
"PO-Revision-Date:
|
13
|
-
"Last-Translator: Geovanny David Morales De la cruz "
|
14
|
-
"
|
15
|
-
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/
|
16
|
-
"apps/aa-bulletin-board/es/>\n"
|
12
|
+
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
13
|
+
"Last-Translator: Geovanny David Morales De la cruz <moralesgeovanny1996@gmail"
|
14
|
+
".com>\n"
|
15
|
+
"Language-Team: Spanish <https://weblate.ppfeufer.de/projects/"
|
16
|
+
"alliance-auth-apps/aa-bulletin-board/es/>\n"
|
17
17
|
"Language: es\n"
|
18
18
|
"MIME-Version: 1.0\n"
|
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
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
|
@@ -105,11 +105,9 @@ msgid "Delete"
|
|
105
105
|
msgstr "Borrar"
|
106
106
|
|
107
107
|
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
|
108
|
-
#, fuzzy
|
109
|
-
#| msgid "This bulletin is restricted to the following group(s):"
|
110
108
|
msgid "This bulletin is restricted to the following group:"
|
111
109
|
msgid_plural "This bulletin is restricted to the following groups:"
|
112
|
-
msgstr[0] "Este anuncio está restringido a los
|
110
|
+
msgstr[0] "Este anuncio está restringido a los siguiente grupo:"
|
113
111
|
msgstr[1] "Este anuncio está restringido a los siguientes grupos:"
|
114
112
|
|
115
113
|
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
|
Binary file
|
@@ -8,16 +8,16 @@ msgstr ""
|
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"POT-Creation-Date: 2024-03-15 18:14+0100\n"
|
11
|
-
"PO-Revision-Date: 2024-
|
11
|
+
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
12
12
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
13
|
-
"Language-Team: French <https://weblate.ppfeufer.de/projects/
|
14
|
-
"apps/aa-bulletin-board/fr/>\n"
|
13
|
+
"Language-Team: French <https://weblate.ppfeufer.de/projects/"
|
14
|
+
"alliance-auth-apps/aa-bulletin-board/fr/>\n"
|
15
15
|
"Language: fr_FR\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.3
|
20
|
+
"X-Generator: Weblate 5.5.3\n"
|
21
21
|
|
22
22
|
#: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
|
23
23
|
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
|
@@ -75,7 +75,7 @@ msgstr ""
|
|
75
75
|
|
76
76
|
#: aa_bulletin_board/models.py:111
|
77
77
|
msgid "Group restrictions"
|
78
|
-
msgstr ""
|
78
|
+
msgstr "Restrictions de groupe"
|
79
79
|
|
80
80
|
#: aa_bulletin_board/models.py:122
|
81
81
|
msgid "Bulletin"
|
Binary file
|
@@ -8,16 +8,16 @@ msgstr ""
|
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"POT-Creation-Date: 2024-03-15 18:14+0100\n"
|
11
|
-
"PO-Revision-Date:
|
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
22
|
#: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
|
23
23
|
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
|
Binary file
|
@@ -8,16 +8,16 @@ msgstr ""
|
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"POT-Creation-Date: 2024-03-15 18:14+0100\n"
|
11
|
-
"PO-Revision-Date:
|
11
|
+
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
12
12
|
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
13
|
-
"Language-Team: Japanese <https://weblate.ppfeufer.de/projects/
|
14
|
-
"apps/aa-bulletin-board/ja/>\n"
|
13
|
+
"Language-Team: Japanese <https://weblate.ppfeufer.de/projects/"
|
14
|
+
"alliance-auth-apps/aa-bulletin-board/ja/>\n"
|
15
15
|
"Language: ja\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=1; plural=0;\n"
|
20
|
-
"X-Generator: Weblate 5.
|
20
|
+
"X-Generator: Weblate 5.5.3\n"
|
21
21
|
|
22
22
|
#: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
|
23
23
|
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
|
Binary file
|
@@ -1,23 +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
|
-
# Author50CO <tkddlschry@gmail.com>, 2023.
|
5
|
-
# Peter Pfeufer <info@ppfeufer.de>, 2023.
|
4
|
+
# Author50CO <tkddlschry@gmail.com>, 2023, 2024.
|
5
|
+
# Peter Pfeufer <info@ppfeufer.de>, 2023, 2024.
|
6
|
+
# Mind of the Raven <okanieva@gmail.com>, 2024.
|
7
|
+
# Rodpold Shard <rodpold@gmail.com>, 2024.
|
6
8
|
msgid ""
|
7
9
|
msgstr ""
|
8
10
|
"Project-Id-Version: PACKAGE VERSION\n"
|
9
11
|
"Report-Msgid-Bugs-To: \n"
|
10
12
|
"POT-Creation-Date: 2024-03-15 18:14+0100\n"
|
11
|
-
"PO-Revision-Date:
|
12
|
-
"Last-Translator:
|
13
|
-
"Language-Team: Korean <https://weblate.ppfeufer.de/projects/
|
14
|
-
"apps/aa-bulletin-board/ko/>\n"
|
13
|
+
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
14
|
+
"Last-Translator: Rodpold Shard <rodpold@gmail.com>\n"
|
15
|
+
"Language-Team: Korean <https://weblate.ppfeufer.de/projects/"
|
16
|
+
"alliance-auth-apps/aa-bulletin-board/ko/>\n"
|
15
17
|
"Language: ko_KR\n"
|
16
18
|
"MIME-Version: 1.0\n"
|
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
|
@@ -43,7 +45,7 @@ msgstr ""
|
|
43
45
|
|
44
46
|
#: aa_bulletin_board/forms.py:112
|
45
47
|
msgid "You have forgotten the content!"
|
46
|
-
msgstr ""
|
48
|
+
msgstr "내용을 잊어버리셨군요!"
|
47
49
|
|
48
50
|
#: aa_bulletin_board/models.py:71
|
49
51
|
msgid "Can access this app"
|
@@ -51,7 +53,7 @@ msgstr "서비스에 접근할 수 있습니다"
|
|
51
53
|
|
52
54
|
#: aa_bulletin_board/models.py:72
|
53
55
|
msgid "Can manage (add/change/remove) bulletins"
|
54
|
-
msgstr ""
|
56
|
+
msgstr "게시판 (추가/변경/삭제) 관리 권한"
|
55
57
|
|
56
58
|
#: aa_bulletin_board/models.py:81
|
57
59
|
msgid "Title"
|
@@ -158,7 +160,7 @@ msgstr "이 앱을 번역하거나 기존 번역을 개선하고 싶으신가요
|
|
158
160
|
|
159
161
|
#: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
|
160
162
|
msgid "Join our team of translators!"
|
161
|
-
msgstr "
|
163
|
+
msgstr "번역팀에 참여하세요!"
|
162
164
|
|
163
165
|
#: aa_bulletin_board/views.py:98
|
164
166
|
#, python-brace-format
|
Binary file
|
@@ -0,0 +1,175 @@
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the PACKAGE package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
msgid ""
|
7
|
+
msgstr ""
|
8
|
+
"Project-Id-Version: PACKAGE VERSION\n"
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
10
|
+
"POT-Creation-Date: 2024-03-20 17:29+0100\n"
|
11
|
+
"PO-Revision-Date: 2024-05-10 13:57+0000\n"
|
12
|
+
"Last-Translator: Anonymous <noreply@weblate.org>\n"
|
13
|
+
"Language-Team: Dutch <https://weblate.ppfeufer.de/projects/"
|
14
|
+
"alliance-auth-apps/aa-bulletin-board/nl/>\n"
|
15
|
+
"Language: nl\n"
|
16
|
+
"MIME-Version: 1.0\n"
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
19
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
20
|
+
"X-Generator: Weblate 5.5.3\n"
|
21
|
+
|
22
|
+
#: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
|
23
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
|
24
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
|
25
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
|
26
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
|
27
|
+
msgid "Bulletin Board"
|
28
|
+
msgstr ""
|
29
|
+
|
30
|
+
#. Translators: This is the app name and version, which will appear in the Django Backend
|
31
|
+
#: aa_bulletin_board/apps.py:21
|
32
|
+
#, python-brace-format
|
33
|
+
msgid "Bulletin Board v{__version__}"
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
#: aa_bulletin_board/forms.py:65
|
37
|
+
msgid ""
|
38
|
+
"Restrict this bulletin to certain groups. If no group restrictions are in "
|
39
|
+
"place, everyone who has access to this module can read this bulletin."
|
40
|
+
msgstr ""
|
41
|
+
|
42
|
+
#: aa_bulletin_board/forms.py:112
|
43
|
+
msgid "You have forgotten the content!"
|
44
|
+
msgstr ""
|
45
|
+
|
46
|
+
#: aa_bulletin_board/models.py:71
|
47
|
+
msgid "Can access this app"
|
48
|
+
msgstr ""
|
49
|
+
|
50
|
+
#: aa_bulletin_board/models.py:72
|
51
|
+
msgid "Can manage (add/change/remove) bulletins"
|
52
|
+
msgstr ""
|
53
|
+
|
54
|
+
#: aa_bulletin_board/models.py:81
|
55
|
+
msgid "Title"
|
56
|
+
msgstr ""
|
57
|
+
|
58
|
+
#: aa_bulletin_board/models.py:84
|
59
|
+
msgid "Content"
|
60
|
+
msgstr ""
|
61
|
+
|
62
|
+
#. Translators: This is the date and time the bulletin has been created
|
63
|
+
#: aa_bulletin_board/models.py:90
|
64
|
+
msgid "Created"
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
#. Translators: This is the date and time the bulletin has been updated
|
68
|
+
#: aa_bulletin_board/models.py:96
|
69
|
+
msgid "Updated"
|
70
|
+
msgstr ""
|
71
|
+
|
72
|
+
#: aa_bulletin_board/models.py:105
|
73
|
+
msgid "User"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
#: aa_bulletin_board/models.py:111
|
77
|
+
msgid "Group restrictions"
|
78
|
+
msgstr ""
|
79
|
+
|
80
|
+
#: aa_bulletin_board/models.py:122
|
81
|
+
msgid "Bulletin"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
#: aa_bulletin_board/models.py:123
|
85
|
+
msgid "Bulletins"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
|
89
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
|
90
|
+
msgid "Back"
|
91
|
+
msgstr ""
|
92
|
+
|
93
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
|
94
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
|
95
|
+
msgid "Edit"
|
96
|
+
msgstr ""
|
97
|
+
|
98
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
|
99
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
|
100
|
+
msgid "Delete"
|
101
|
+
msgstr ""
|
102
|
+
|
103
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
|
104
|
+
msgid "This bulletin is restricted to the following group:"
|
105
|
+
msgid_plural "This bulletin is restricted to the following groups:"
|
106
|
+
msgstr[0] ""
|
107
|
+
msgstr[1] ""
|
108
|
+
|
109
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
|
110
|
+
msgid "Read more"
|
111
|
+
msgstr ""
|
112
|
+
|
113
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
|
114
|
+
msgid "No bulletins found."
|
115
|
+
msgstr ""
|
116
|
+
|
117
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
|
118
|
+
msgid "Edit bulletin"
|
119
|
+
msgstr ""
|
120
|
+
|
121
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:14
|
122
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:25
|
123
|
+
msgid "Create new bulletin"
|
124
|
+
msgstr ""
|
125
|
+
|
126
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
|
127
|
+
msgid "Update bulletin"
|
128
|
+
msgstr ""
|
129
|
+
|
130
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
|
131
|
+
msgid "Create bulletin"
|
132
|
+
msgstr ""
|
133
|
+
|
134
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
|
135
|
+
msgid "Add bulletin"
|
136
|
+
msgstr ""
|
137
|
+
|
138
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
|
139
|
+
msgid ""
|
140
|
+
"Do you want to help translate this app into your language or improve the "
|
141
|
+
"existing translation?"
|
142
|
+
msgstr ""
|
143
|
+
|
144
|
+
#: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
|
145
|
+
msgid "Join our team of translators!"
|
146
|
+
msgstr ""
|
147
|
+
|
148
|
+
#: aa_bulletin_board/views.py:98
|
149
|
+
#, python-brace-format
|
150
|
+
msgid "Bulletin \"{bulletin__title}\" created."
|
151
|
+
msgstr ""
|
152
|
+
|
153
|
+
#: aa_bulletin_board/views.py:141
|
154
|
+
msgid ""
|
155
|
+
"The bulletin you are looking for does either not exist, or you don't have "
|
156
|
+
"access to it."
|
157
|
+
msgstr ""
|
158
|
+
|
159
|
+
#: aa_bulletin_board/views.py:168
|
160
|
+
msgid "The bulletin you are trying to edit does not exist."
|
161
|
+
msgstr ""
|
162
|
+
|
163
|
+
#: aa_bulletin_board/views.py:195
|
164
|
+
#, python-brace-format
|
165
|
+
msgid "Bulletin \"{bulletin__title}\" updated."
|
166
|
+
msgstr ""
|
167
|
+
|
168
|
+
#: aa_bulletin_board/views.py:227
|
169
|
+
#, python-brace-format
|
170
|
+
msgid "Bulletin \"{bulletin.title}\" deleted."
|
171
|
+
msgstr ""
|
172
|
+
|
173
|
+
#: aa_bulletin_board/views.py:234
|
174
|
+
msgid "The bulletin you are trying to delete does not exist."
|
175
|
+
msgstr ""
|
Binary file
|