aa-bulletin-board 2.2.4__tar.gz → 2.2.5__tar.gz

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.
Files changed (85) hide show
  1. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/PKG-INFO +1 -1
  2. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/__init__.py +1 -1
  3. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/cs_CZ/LC_MESSAGES/django.po +2 -2
  4. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/de/LC_MESSAGES/django.po +2 -2
  5. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/django.pot +2 -2
  6. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/es/LC_MESSAGES/django.po +4 -4
  7. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  8. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +8 -7
  9. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +4 -4
  10. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +2 -2
  11. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +2 -2
  12. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/nl_NL/LC_MESSAGES/django.po +2 -2
  13. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +2 -2
  14. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +2 -2
  15. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +2 -2
  16. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +2 -2
  17. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +2 -2
  18. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/.gitignore +0 -0
  19. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/LICENSE +0 -0
  20. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/README.md +0 -0
  21. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/apps.py +0 -0
  22. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/auth_hooks.py +0 -0
  23. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/forms.py +0 -0
  24. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/helpers.py +0 -0
  25. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  26. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
  27. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/es/LC_MESSAGES/django.mo +0 -0
  28. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  29. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
  30. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  31. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  32. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  33. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
  34. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/sk/LC_MESSAGES/django.mo +0 -0
  35. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
  36. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  37. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/managers.py +0 -0
  38. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/migrations/0001_initial.py +0 -0
  39. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/migrations/0002_alter_bulletin_slug.py +0 -0
  40. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/migrations/0003_group_restrictions.py +0 -0
  41. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/migrations/0004_model_translation.py +0 -0
  42. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/migrations/0005_alter_general_options.py +0 -0
  43. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/migrations/0006_switch_to_ckeditor_5.py +0 -0
  44. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/migrations/__init__.py +0 -0
  45. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/models.py +0 -0
  46. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css +0 -0
  47. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css +0 -0
  48. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map +0 -0
  49. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.js +0 -0
  50. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js +0 -0
  51. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js.map +0 -0
  52. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js +0 -0
  53. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js +0 -0
  54. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map +0 -0
  55. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.9/README.md +0 -0
  56. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.9/jquery.sumoselect.js +0 -0
  57. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.9/jquery.sumoselect.min.js +0 -0
  58. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.9/sumoselect.css +0 -0
  59. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.9/sumoselect.min.css +0 -0
  60. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/base.html +0 -0
  61. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/bulletin.html +0 -0
  62. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-css.html +0 -0
  63. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-equal-height-js.html +0 -0
  64. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-oembed-js.html +0 -0
  65. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-css.html +0 -0
  66. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-js.html +0 -0
  67. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-css.html +0 -0
  68. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-js.html +0 -0
  69. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/dashboard.html +0 -0
  70. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html +0 -0
  71. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html +0 -0
  72. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html +0 -0
  73. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templates/aa_bulletin_board/partials/header/page-header.html +0 -0
  74. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templatetags/__init__.py +0 -0
  75. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/templatetags/aa_bulletin_board.py +0 -0
  76. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/tests/__init__.py +0 -0
  77. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/tests/test_access.py +0 -0
  78. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/tests/test_auth_hooks.py +0 -0
  79. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/tests/test_bulletins.py +0 -0
  80. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/tests/test_templatetags.py +0 -0
  81. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/tests/test_user_interface.py +0 -0
  82. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/tests/utils.py +0 -0
  83. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/urls.py +0 -0
  84. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/aa_bulletin_board/views.py +0 -0
  85. {aa_bulletin_board-2.2.4 → aa_bulletin_board-2.2.5}/pyproject.toml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aa-bulletin-board
3
- Version: 2.2.4
3
+ Version: 2.2.5
4
4
  Summary: A simple bulletin board for Alliance Auth
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-bulletin-board/blob/master/CHANGELOG.md
6
6
  Project-URL: Documentation, https://github.com/ppfeufer/aa-bulletin-board/blob/master/README.md
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.2.4"
8
+ __version__ = "2.2.5"
9
9
  __title__ = _("Bulletin Board")
@@ -5,8 +5,8 @@
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
- "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
8
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
9
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
10
10
  "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
11
  "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
12
12
  "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-"
@@ -5,8 +5,8 @@
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
- "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
8
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
9
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
10
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/alliance-auth-"
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: AA Bulletin Board 2.2.4\n"
9
+ "Project-Id-Version: AA Bulletin Board 2.2.5\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
11
- "POT-Creation-Date: 2024-12-09 13:09+0100\n"
11
+ "POT-Creation-Date: 2024-12-14 13:27+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"
@@ -7,12 +7,12 @@
7
7
  msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
- "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
10
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
11
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
12
12
  "PO-Revision-Date: 2024-12-02 17:40+0000\n"
13
13
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
- "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/"
15
- "alliance-auth-apps/aa-bulletin-board/es/>\n"
14
+ "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
15
+ "apps/aa-bulletin-board/es/>\n"
16
16
  "Language: es\n"
17
17
  "MIME-Version: 1.0\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -5,13 +5,14 @@
5
5
  # Peter Pfeufer <info@ppfeufer.de>, 2024.
6
6
  # Hexo <ghostcig@free.fr>, 2024.
7
7
  # Houbi_Houba <paul.lacape@live.fr>, 2024.
8
+ # balbozorre <loic.petiot2002@gmail.com>, 2024.
8
9
  msgid ""
9
10
  msgstr ""
10
11
  "Project-Id-Version: PACKAGE VERSION\n"
11
- "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
13
- "PO-Revision-Date: 2024-10-04 18:10+0000\n"
14
- "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
13
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
14
+ "PO-Revision-Date: 2024-12-13 17:15+0000\n"
15
+ "Last-Translator: balbozorre <loic.petiot2002@gmail.com>\n"
15
16
  "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
17
  "apps/aa-bulletin-board/fr/>\n"
17
18
  "Language: fr_FR\n"
@@ -19,7 +20,7 @@ msgstr ""
19
20
  "Content-Type: text/plain; charset=UTF-8\n"
20
21
  "Content-Transfer-Encoding: 8bit\n"
21
22
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
22
- "X-Generator: Weblate 5.7.2\n"
23
+ "X-Generator: Weblate 5.8.4\n"
23
24
 
24
25
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
25
26
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -114,8 +115,8 @@ msgstr ""
114
115
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
115
116
  msgid "This bulletin is restricted to the following group:"
116
117
  msgid_plural "This bulletin is restricted to the following groups:"
117
- msgstr[0] ""
118
- msgstr[1] ""
118
+ msgstr[0] "Ce bulletin est restreint au groupe suivant :"
119
+ msgstr[1] "Ce bulletin est restreint aux groupes suivants :"
119
120
 
120
121
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
121
122
  msgid "Read more"
@@ -6,12 +6,12 @@
6
6
  msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
9
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
10
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
11
11
  "PO-Revision-Date: 2024-11-06 20:10+0000\n"
12
12
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
- "Language-Team: Italian <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-bulletin-board/it/>\n"
13
+ "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "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"
@@ -6,8 +6,8 @@
6
6
  msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
9
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
10
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
11
11
  "PO-Revision-Date: 2024-08-05 10:10+0000\n"
12
12
  "Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
13
13
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
@@ -8,8 +8,8 @@
8
8
  msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: PACKAGE VERSION\n"
11
- "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
11
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
12
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
13
13
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
14
14
  "Last-Translator: Rodpold Shard <rodpold@gmail.com>\n"
15
15
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
@@ -6,8 +6,8 @@
6
6
  msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
9
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
10
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-"
@@ -5,8 +5,8 @@
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
- "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
8
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
9
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
10
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: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-"
@@ -8,8 +8,8 @@
8
8
  msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: PACKAGE VERSION\n"
11
- "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
11
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
12
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
13
13
  "PO-Revision-Date: 2024-06-07 13:27+0000\n"
14
14
  "Last-Translator: Roycce_ <malyasov.roma@mail.ru>\n"
15
15
  "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
@@ -6,8 +6,8 @@
6
6
  msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
9
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
10
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-"
@@ -7,8 +7,8 @@
7
7
  msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
- "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
10
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
11
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
12
12
  "PO-Revision-Date: 2024-10-04 18:10+0000\n"
13
13
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
14
  "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-"
@@ -9,8 +9,8 @@
9
9
  msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: PACKAGE VERSION\n"
12
- "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2024-10-05 15:47+0200\n"
12
+ "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-bulletin-board/issues\n"
13
+ "POT-Creation-Date: 2024-12-14 13:27+0100\n"
14
14
  "PO-Revision-Date: 2024-05-28 16:27+0000\n"
15
15
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
16
16
  "Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/"