aa-bulletin-board 2.0.1__tar.gz → 2.1.0__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 (86) hide show
  1. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/PKG-INFO +3 -5
  2. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/__init__.py +1 -1
  3. aa_bulletin_board-2.1.0/aa_bulletin_board/locale/cs/LC_MESSAGES/django.mo +0 -0
  4. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/cs/LC_MESSAGES/django.po +42 -39
  5. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/django.pot +1 -1
  6. aa_bulletin_board-2.1.0/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  7. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +28 -16
  8. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
  9. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +5 -6
  10. aa_bulletin_board-2.1.0/aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
  11. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +6 -7
  12. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  13. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +4 -3
  14. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/tests/utils.py +1 -2
  15. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/pyproject.toml +12 -16
  16. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/cs/LC_MESSAGES/django.mo +0 -0
  17. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  18. aa_bulletin_board-2.0.1/aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
  19. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/.gitignore +0 -0
  20. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/LICENSE +0 -0
  21. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/README.md +0 -0
  22. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/apps.py +0 -0
  23. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/auth_hooks.py +0 -0
  24. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/forms.py +0 -0
  25. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/helpers.py +0 -0
  26. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
  27. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/de/LC_MESSAGES/django.po +0 -0
  28. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/es/LC_MESSAGES/django.mo +0 -0
  29. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/es/LC_MESSAGES/django.po +0 -0
  30. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  31. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +0 -0
  32. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  33. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +0 -0
  34. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/nl/LC_MESSAGES/django.mo +0 -0
  35. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/nl/LC_MESSAGES/django.po +0 -0
  36. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  37. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +0 -0
  38. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/sk/LC_MESSAGES/django.mo +0 -0
  39. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +0 -0
  40. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
  41. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +0 -0
  42. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/managers.py +0 -0
  43. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/migrations/0001_initial.py +0 -0
  44. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/migrations/0002_alter_bulletin_slug.py +0 -0
  45. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/migrations/0003_group_restrictions.py +0 -0
  46. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/migrations/0004_model_translation.py +0 -0
  47. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/migrations/0005_alter_general_options.py +0 -0
  48. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/migrations/0006_switch_to_ckeditor_5.py +0 -0
  49. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/migrations/__init__.py +0 -0
  50. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/models.py +0 -0
  51. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css +0 -0
  52. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css +0 -0
  53. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map +0 -0
  54. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.js +0 -0
  55. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js +0 -0
  56. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js.map +0 -0
  57. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js +0 -0
  58. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js +0 -0
  59. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map +0 -0
  60. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/jquery.sumoselect.js +0 -0
  61. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/jquery.sumoselect.min.js +0 -0
  62. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/sumoselect.min.css +0 -0
  63. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/base.html +0 -0
  64. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/bulletin.html +0 -0
  65. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-css.html +0 -0
  66. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-equal-height-js.html +0 -0
  67. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-oembed-js.html +0 -0
  68. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-css.html +0 -0
  69. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/bundles/ckeditor5-js.html +0 -0
  70. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-css.html +0 -0
  71. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/bundles/sumoselect-js.html +0 -0
  72. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/dashboard.html +0 -0
  73. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html +0 -0
  74. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html +0 -0
  75. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html +0 -0
  76. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templates/aa_bulletin_board/partials/header/page-header.html +0 -0
  77. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templatetags/__init__.py +0 -0
  78. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/templatetags/aa_bulletin_board.py +0 -0
  79. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/tests/__init__.py +0 -0
  80. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/tests/test_access.py +0 -0
  81. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/tests/test_auth_hooks.py +0 -0
  82. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/tests/test_bulletins.py +0 -0
  83. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/tests/test_templatetags.py +0 -0
  84. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/tests/test_user_interface.py +0 -0
  85. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/urls.py +0 -0
  86. {aa_bulletin_board-2.0.1 → aa_bulletin_board-2.1.0}/aa_bulletin_board/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aa-bulletin-board
3
- Version: 2.0.1
3
+ Version: 2.1.0
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
@@ -693,16 +693,14 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
693
693
  Classifier: Operating System :: OS Independent
694
694
  Classifier: Programming Language :: Python
695
695
  Classifier: Programming Language :: Python :: 3 :: Only
696
- Classifier: Programming Language :: Python :: 3.8
697
- Classifier: Programming Language :: Python :: 3.9
698
696
  Classifier: Programming Language :: Python :: 3.10
699
697
  Classifier: Programming Language :: Python :: 3.11
700
698
  Classifier: Programming Language :: Python :: 3.12
701
699
  Classifier: Topic :: Internet :: WWW/HTTP
702
700
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
703
- Requires-Python: >=3.8
701
+ Requires-Python: >=3.10
704
702
  Requires-Dist: allianceauth-app-utils>=1.19.1
705
- Requires-Dist: allianceauth<5.0.0,>=4
703
+ Requires-Dist: allianceauth<5,>=4
706
704
  Requires-Dist: django-ckeditor-5>=0.2.11
707
705
  Requires-Dist: unidecode
708
706
  Provides-Extra: tests-allianceauth-latest
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.0.1"
8
+ __version__ = "2.1.0"
9
9
  __title__ = _("Bulletin Board")
@@ -1,15 +1,14 @@
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
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
4
+ # Dadas Aideron <dadas.aideron@gmail.com>, 2024.
6
5
  msgid ""
7
6
  msgstr ""
8
7
  "Project-Id-Version: PACKAGE VERSION\n"
9
8
  "Report-Msgid-Bugs-To: \n"
10
9
  "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"
10
+ "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
+ "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
13
12
  "Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
14
13
  "alliance-auth-apps/aa-bulletin-board/cs/>\n"
15
14
  "Language: cs\n"
@@ -18,7 +17,7 @@ msgstr ""
18
17
  "Content-Transfer-Encoding: 8bit\n"
19
18
  "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
20
19
  "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
21
- "X-Generator: Weblate 5.5.3\n"
20
+ "X-Generator: Weblate 5.6.2\n"
22
21
 
23
22
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
24
23
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -26,153 +25,157 @@ msgstr ""
26
25
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
27
26
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
28
27
  msgid "Bulletin Board"
29
- msgstr ""
28
+ msgstr "Nástěnka"
30
29
 
31
30
  #. Translators: This is the app name and version, which will appear in the Django Backend
32
31
  #: aa_bulletin_board/apps.py:21
33
32
  #, python-brace-format
34
33
  msgid "Bulletin Board v{__version__}"
35
- msgstr ""
34
+ msgstr "Nástěnka v{__version__}"
36
35
 
37
36
  #: aa_bulletin_board/forms.py:65
38
37
  msgid ""
39
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
40
39
  "place, everyone who has access to this module can read this bulletin."
41
40
  msgstr ""
41
+ "Omez nástěnku pro určité skupiny. Pokud nejsou nastavena žádná omezení, "
42
+ "všichni s přístupem k tomuto modulu můžou číst tuto nástěnku."
42
43
 
43
44
  #: aa_bulletin_board/forms.py:112
44
45
  msgid "You have forgotten the content!"
45
- msgstr ""
46
+ msgstr "Zapomněl jsi obsah!"
46
47
 
47
48
  #: aa_bulletin_board/models.py:71
48
49
  msgid "Can access this app"
49
- msgstr ""
50
+ msgstr "Má přístup k této aplikaci"
50
51
 
51
52
  #: aa_bulletin_board/models.py:72
52
53
  msgid "Can manage (add/change/remove) bulletins"
53
- msgstr ""
54
+ msgstr "Může spravovat (přidat, měnit, odstranit) nástěnky"
54
55
 
55
56
  #: aa_bulletin_board/models.py:81
56
57
  msgid "Title"
57
- msgstr ""
58
+ msgstr "Nadpis"
58
59
 
59
60
  #: aa_bulletin_board/models.py:84
60
61
  msgid "Content"
61
- msgstr ""
62
+ msgstr "Obsah"
62
63
 
63
64
  #. Translators: This is the date and time the bulletin has been created
64
65
  #: aa_bulletin_board/models.py:90
65
66
  msgid "Created"
66
- msgstr ""
67
+ msgstr "Vytvořeno"
67
68
 
68
69
  #. Translators: This is the date and time the bulletin has been updated
69
70
  #: aa_bulletin_board/models.py:96
70
71
  msgid "Updated"
71
- msgstr ""
72
+ msgstr "Upraveno"
72
73
 
73
74
  #: aa_bulletin_board/models.py:105
74
75
  msgid "User"
75
- msgstr ""
76
+ msgstr "Uživatel"
76
77
 
77
78
  #: aa_bulletin_board/models.py:111
78
79
  msgid "Group restrictions"
79
- msgstr ""
80
+ msgstr "Omezení skupiny"
80
81
 
81
82
  #: aa_bulletin_board/models.py:122
82
83
  msgid "Bulletin"
83
- msgstr ""
84
+ msgstr "Nástěnka"
84
85
 
85
86
  #: aa_bulletin_board/models.py:123
86
87
  msgid "Bulletins"
87
- msgstr ""
88
+ msgstr "Nástěnky"
88
89
 
89
90
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
90
91
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
91
92
  msgid "Back"
92
- msgstr ""
93
+ msgstr "Zpět"
93
94
 
94
95
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
95
96
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
96
97
  msgid "Edit"
97
- msgstr ""
98
+ msgstr "Upravit"
98
99
 
99
100
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
100
101
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
101
102
  msgid "Delete"
102
- msgstr ""
103
+ msgstr "Smazat"
103
104
 
104
105
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
105
106
  msgid "This bulletin is restricted to the following group:"
106
107
  msgid_plural "This bulletin is restricted to the following groups:"
107
- msgstr[0] ""
108
- msgstr[1] ""
109
- msgstr[2] ""
110
- msgstr[3] ""
108
+ msgstr[0] "Tato nástěnka je omezena pro tuto skupinu:"
109
+ msgstr[1] "Tato nástěnka je omezena pro tyto skupiny:"
110
+ msgstr[2] "Tato nástěnka je omezena pro tyto skupiny:"
111
+ msgstr[3] "Tato nástěnka je omezena pro tyto skupiny:"
111
112
 
112
113
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
113
114
  msgid "Read more"
114
- msgstr ""
115
+ msgstr "Zobrazit více"
115
116
 
116
117
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
117
118
  msgid "No bulletins found."
118
- msgstr ""
119
+ msgstr "Žádné nástěnky nebyly nalezeny."
119
120
 
120
121
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
121
122
  msgid "Edit bulletin"
122
- msgstr ""
123
+ msgstr "Upravit nástěnku"
123
124
 
124
125
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:14
125
126
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:25
126
127
  msgid "Create new bulletin"
127
- msgstr ""
128
+ msgstr "Vytvořit nástěnku"
128
129
 
129
130
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
130
131
  msgid "Update bulletin"
131
- msgstr ""
132
+ msgstr "Aktualizovat nástěnku"
132
133
 
133
134
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
134
135
  msgid "Create bulletin"
135
- msgstr ""
136
+ msgstr "Vytvořit nástěnku"
136
137
 
137
138
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
138
139
  msgid "Add bulletin"
139
- msgstr ""
140
+ msgstr "Přidat nástěnku"
140
141
 
141
142
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
142
143
  msgid ""
143
144
  "Do you want to help translate this app into your language or improve the "
144
145
  "existing translation?"
145
146
  msgstr ""
147
+ "Chceš pomoc s překladem této aplikace do tvého jazyka, nebo vylepšit "
148
+ "současný překlad?"
146
149
 
147
150
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
148
151
  msgid "Join our team of translators!"
149
- msgstr ""
152
+ msgstr "Připoj se k našemu týmu překladatelů!"
150
153
 
151
154
  #: aa_bulletin_board/views.py:98
152
155
  #, python-brace-format
153
156
  msgid "Bulletin \"{bulletin__title}\" created."
154
- msgstr ""
157
+ msgstr "Nástěnka \"{bulletin__title}\" vytvořena."
155
158
 
156
159
  #: aa_bulletin_board/views.py:141
157
160
  msgid ""
158
161
  "The bulletin you are looking for does either not exist, or you don't have "
159
162
  "access to it."
160
- msgstr ""
163
+ msgstr "Nástěnka kterou hledáte buďto neexistuje, nebo k ní nemáte přístup."
161
164
 
162
165
  #: aa_bulletin_board/views.py:168
163
166
  msgid "The bulletin you are trying to edit does not exist."
164
- msgstr ""
167
+ msgstr "Nástěnka kterou chcete upravit neexistuje."
165
168
 
166
169
  #: aa_bulletin_board/views.py:195
167
170
  #, python-brace-format
168
171
  msgid "Bulletin \"{bulletin__title}\" updated."
169
- msgstr ""
172
+ msgstr "Nástěnka \"{bulletin__title}\" aktualizována."
170
173
 
171
174
  #: aa_bulletin_board/views.py:227
172
175
  #, python-brace-format
173
176
  msgid "Bulletin \"{bulletin.title}\" deleted."
174
- msgstr ""
177
+ msgstr "Nástěnka \"{bulletin.title}\" smazána."
175
178
 
176
179
  #: aa_bulletin_board/views.py:234
177
180
  msgid "The bulletin you are trying to delete does not exist."
178
- msgstr ""
181
+ msgstr "Nástěnku kterou se snažíte smazat neexistuje."
@@ -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-20 17:29+0100\n"
11
+ "POT-Creation-Date: 2024-07-27 20:19+0200\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"
@@ -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
12
  "POT-Creation-Date: 2024-03-15 18:14+0100\n"
11
- "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
- "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\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,7 +19,7 @@ msgstr ""
17
19
  "Content-Type: text/plain; charset=UTF-8\n"
18
20
  "Content-Transfer-Encoding: 8bit\n"
19
21
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
20
- "X-Generator: Weblate 5.5.3\n"
22
+ "X-Generator: Weblate 5.6.2\n"
21
23
 
22
24
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
23
25
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -25,53 +27,63 @@ msgstr ""
25
27
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
26
28
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
27
29
  msgid "Bulletin Board"
28
- msgstr ""
30
+ msgstr "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
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."
41
46
 
42
47
  #: aa_bulletin_board/forms.py:112
43
48
  msgid "You have forgotten the content!"
44
- msgstr ""
49
+ msgstr "Vous avez oublié le contenu !"
45
50
 
46
51
  #: aa_bulletin_board/models.py:71
52
+ #, fuzzy
47
53
  msgid "Can access this app"
48
54
  msgstr "Peut accéder à cette application"
49
55
 
50
56
  #: aa_bulletin_board/models.py:72
57
+ #, fuzzy
51
58
  msgid "Can manage (add/change/remove) bulletins"
52
- msgstr ""
59
+ msgstr "Peut gérer (ajouter/modifier/supprimer) des bulletins"
53
60
 
54
61
  #: aa_bulletin_board/models.py:81
62
+ #, fuzzy
55
63
  msgid "Title"
56
- msgstr ""
64
+ msgstr "Titre"
57
65
 
58
66
  #: aa_bulletin_board/models.py:84
67
+ #, fuzzy
59
68
  msgid "Content"
60
- msgstr ""
69
+ msgstr "Contenu"
61
70
 
62
71
  #. Translators: This is the date and time the bulletin has been created
63
72
  #: aa_bulletin_board/models.py:90
73
+ #, fuzzy
64
74
  msgid "Created"
65
- msgstr ""
75
+ msgstr "Créé"
66
76
 
67
77
  #. Translators: This is the date and time the bulletin has been updated
68
78
  #: aa_bulletin_board/models.py:96
79
+ #, fuzzy
69
80
  msgid "Updated"
70
- msgstr ""
81
+ msgstr "Mis à jour"
71
82
 
72
83
  #: aa_bulletin_board/models.py:105
84
+ #, fuzzy
73
85
  msgid "User"
74
- msgstr ""
86
+ msgstr "Utilisateur"
75
87
 
76
88
  #: aa_bulletin_board/models.py:111
77
89
  msgid "Group restrictions"
@@ -79,21 +91,21 @@ msgstr "Restrictions de groupe"
79
91
 
80
92
  #: aa_bulletin_board/models.py:122
81
93
  msgid "Bulletin"
82
- msgstr ""
94
+ msgstr "Bulletin"
83
95
 
84
96
  #: aa_bulletin_board/models.py:123
85
97
  msgid "Bulletins"
86
- msgstr ""
98
+ msgstr "Bulletins"
87
99
 
88
100
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
89
101
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
90
102
  msgid "Back"
91
- msgstr ""
103
+ msgstr "Retour"
92
104
 
93
105
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
94
106
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
95
107
  msgid "Edit"
96
- msgstr ""
108
+ msgstr "Editer"
97
109
 
98
110
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
99
111
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
@@ -1,15 +1,14 @@
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
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
4
+ # Xrandier <xrandier@gmail.com>, 2024.
6
5
  msgid ""
7
6
  msgstr ""
8
7
  "Project-Id-Version: PACKAGE VERSION\n"
9
8
  "Report-Msgid-Bugs-To: \n"
10
9
  "POT-Creation-Date: 2024-03-15 18:14+0100\n"
11
- "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
- "Last-Translator: Anonymous <noreply@weblate.org>\n"
10
+ "PO-Revision-Date: 2024-07-08 06:27+0000\n"
11
+ "Last-Translator: Xrandier <xrandier@gmail.com>\n"
13
12
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/"
14
13
  "alliance-auth-apps/aa-bulletin-board/ja/>\n"
15
14
  "Language: ja\n"
@@ -17,7 +16,7 @@ msgstr ""
17
16
  "Content-Type: text/plain; charset=UTF-8\n"
18
17
  "Content-Transfer-Encoding: 8bit\n"
19
18
  "Plural-Forms: nplurals=1; plural=0;\n"
20
- "X-Generator: Weblate 5.5.3\n"
19
+ "X-Generator: Weblate 5.6.2\n"
21
20
 
22
21
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
23
22
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -71,7 +70,7 @@ msgstr ""
71
70
 
72
71
  #: aa_bulletin_board/models.py:105
73
72
  msgid "User"
74
- msgstr ""
73
+ msgstr "ユーザー"
75
74
 
76
75
  #: aa_bulletin_board/models.py:111
77
76
  msgid "Group restrictions"
@@ -4,13 +4,14 @@
4
4
  # "H. Peter Pfeufer" <info@ppfeufer.de>, 2023, 2024.
5
5
  # Nikolay <nick.postnikov@gmail.com>, 2023, 2024.
6
6
  # Max <mark25@inbox.ru>, 2023, 2024.
7
+ # Roycce_ <malyasov.roma@mail.ru>, 2024.
7
8
  msgid ""
8
9
  msgstr ""
9
10
  "Project-Id-Version: PACKAGE VERSION\n"
10
11
  "Report-Msgid-Bugs-To: \n"
11
12
  "POT-Creation-Date: 2024-03-15 18:14+0100\n"
12
- "PO-Revision-Date: 2024-05-10 13:57+0000\n"
13
- "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "PO-Revision-Date: 2024-06-07 13:27+0000\n"
14
+ "Last-Translator: Roycce_ <malyasov.roma@mail.ru>\n"
14
15
  "Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
15
16
  "alliance-auth-apps/aa-bulletin-board/ru/>\n"
16
17
  "Language: ru\n"
@@ -19,7 +20,7 @@ msgstr ""
19
20
  "Content-Transfer-Encoding: 8bit\n"
20
21
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
21
22
  "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
22
- "X-Generator: Weblate 5.5.3\n"
23
+ "X-Generator: Weblate 5.5.5\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
@@ -45,7 +46,7 @@ msgstr ""
45
46
 
46
47
  #: aa_bulletin_board/forms.py:112
47
48
  msgid "You have forgotten the content!"
48
- msgstr ""
49
+ msgstr "Вы забыли содержание!"
49
50
 
50
51
  #: aa_bulletin_board/models.py:71
51
52
  msgid "Can access this app"
@@ -117,10 +118,8 @@ msgid "Read more"
117
118
  msgstr "Читать"
118
119
 
119
120
  #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
120
- #, fuzzy
121
- #| msgid "Bulletin Board"
122
121
  msgid "No bulletins found."
123
- msgstr "Доска бюллетеней"
122
+ msgstr "Бюллетеней не найдено."
124
123
 
125
124
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
126
125
  msgid "Edit bulletin"
@@ -5,13 +5,14 @@
5
5
  # Dehao Wu <wudehao2000@163.com>, 2024.
6
6
  # SAM_FPS <sam_fps@163.com>, 2024.
7
7
  # MxdHana <236833425@qq.com>, 2024.
8
+ # Peter Pfeufer <info@ppfeufer.de>, 2024.
8
9
  msgid ""
9
10
  msgstr ""
10
11
  "Project-Id-Version: PACKAGE VERSION\n"
11
12
  "Report-Msgid-Bugs-To: \n"
12
13
  "POT-Creation-Date: 2024-03-15 18:14+0100\n"
13
- "PO-Revision-Date: 2024-05-15 09:20+0000\n"
14
- "Last-Translator: MxdHana <236833425@qq.com>\n"
14
+ "PO-Revision-Date: 2024-05-28 16:27+0000\n"
15
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
15
16
  "Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/"
16
17
  "alliance-auth-apps/aa-bulletin-board/zh_Hans/>\n"
17
18
  "Language: zh_Hans\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=1; plural=0;\n"
22
- "X-Generator: Weblate 5.5.3\n"
23
+ "X-Generator: Weblate 5.5.5\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
@@ -4,7 +4,6 @@ Test utilities
4
4
 
5
5
  # Standard Library
6
6
  import re
7
- from typing import List
8
7
 
9
8
  # Django
10
9
  from django.contrib.auth.models import User
@@ -22,7 +21,7 @@ def create_fake_user(
22
21
  corporation_ticker: str = None,
23
22
  alliance_id: int = None,
24
23
  alliance_name: str = None,
25
- permissions: List[str] = None,
24
+ permissions: list[str] = None,
26
25
  ) -> User:
27
26
  """
28
27
  Create a fake user incl. Main character and (optional) permissions.
@@ -13,11 +13,11 @@ keywords = [
13
13
  "bulletinboard",
14
14
  "eveonline",
15
15
  ]
16
- license = {file = "LICENSE"}
16
+ license = { file = "LICENSE" }
17
17
  authors = [
18
18
  { name = "Peter Pfeufer", email = "develop@ppfeufer.de" },
19
19
  ]
20
- requires-python = ">=3.8"
20
+ requires-python = ">=3.10"
21
21
  classifiers = [
22
22
  "Environment :: Web Environment",
23
23
  "Framework :: Django",
@@ -27,8 +27,6 @@ classifiers = [
27
27
  "Operating System :: OS Independent",
28
28
  "Programming Language :: Python",
29
29
  "Programming Language :: Python :: 3 :: Only",
30
- "Programming Language :: Python :: 3.8",
31
- "Programming Language :: Python :: 3.9",
32
30
  "Programming Language :: Python :: 3.10",
33
31
  "Programming Language :: Python :: 3.11",
34
32
  "Programming Language :: Python :: 3.12",
@@ -39,24 +37,22 @@ dynamic = [
39
37
  "version",
40
38
  ]
41
39
  dependencies = [
42
- "allianceauth<5.0.0,>=4",
40
+ "allianceauth<5,>=4",
43
41
  "allianceauth-app-utils>=1.19.1",
44
42
  "django-ckeditor-5>=0.2.11",
45
43
  "unidecode",
46
44
  ]
47
- [project.optional-dependencies]
48
- tests-allianceauth-latest = [
45
+ optional-dependencies.tests-allianceauth-latest = [
49
46
  "coverage",
50
47
  "django-webtest",
51
- "Faker",
52
- ]
53
- [project.urls]
54
- Changelog = "https://github.com/ppfeufer/aa-bulletin-board/blob/master/CHANGELOG.md"
55
- Documentation = "https://github.com/ppfeufer/aa-bulletin-board/blob/master/README.md"
56
- Donations = "https://ko-fi.com/ppfeufer"
57
- Homepage = "https://github.com/ppfeufer/aa-bulletin-board"
58
- Source = "https://github.com/ppfeufer/aa-bulletin-board.git"
59
- Tracker = "https://github.com/ppfeufer/aa-bulletin-board/issues"
48
+ "faker",
49
+ ]
50
+ urls.Changelog = "https://github.com/ppfeufer/aa-bulletin-board/blob/master/CHANGELOG.md"
51
+ urls.Documentation = "https://github.com/ppfeufer/aa-bulletin-board/blob/master/README.md"
52
+ urls.Donations = "https://ko-fi.com/ppfeufer"
53
+ urls.Homepage = "https://github.com/ppfeufer/aa-bulletin-board"
54
+ urls.Source = "https://github.com/ppfeufer/aa-bulletin-board.git"
55
+ urls.Tracker = "https://github.com/ppfeufer/aa-bulletin-board/issues"
60
56
 
61
57
  [tool.hatch.build]
62
58
  include = [