Start switch to Bootstrap 5

- drop jQuery and fontawesome dependencies
- add bootstrap5 and bootstrap-icons
- update fonts mfizz
- update base templates and the first set of other templates
- replace blocktrans and trans with blocktranslate and translate to
  prepare for Django 4
- move hostingpakcage templates to hostingpackages/templates
- update translations
This commit is contained in:
Jan Dittberner 2023-04-16 22:11:32 +02:00
parent 5cf7ef7a23
commit 8e42cb9c18
124 changed files with 10873 additions and 4490 deletions

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: websites gnuviechadmin app\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-01-29 11:04+0100\n"
"PO-Revision-Date: 2015-01-27 19:00+0100\n"
"POT-Creation-Date: 2023-04-16 22:07+0200\n"
"PO-Revision-Date: 2023-04-16 18:21+0200\n"
"Last-Translator: Jan Dittberner <jan@dittberner.info>\n"
"Language-Team: Jan Dittberner <jan@dittberner.info>\n"
"Language: de\n"
@ -16,46 +16,46 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.6.10\n"
"X-Generator: Poedit 3.2.2\n"
"X-Poedit-SourceCharset: UTF-8\n"
#: websites/apps.py:17
msgid "Websites"
msgstr "Webauftritte"
#: websites/forms.py:51
#: websites/forms.py:48
msgid "Add website"
msgstr "Webauftritt anlegen"
#: websites/forms.py:60
#: websites/forms.py:55
msgid "There is already a website for this subdomain"
msgstr "Es gibt bereits einen Webauftritt mit dieser Subdomain"
#: websites/models.py:35
#: websites/models.py:32
msgid "sub domain"
msgstr "Subdomain"
#: websites/models.py:37
#: websites/models.py:34
msgid "operating system user"
msgstr "Betriebssystemnutzer"
#: websites/models.py:39
#: websites/models.py:36
msgid "domain"
msgstr "Domain"
#: websites/models.py:40
#: websites/models.py:37
msgid "wildcard"
msgstr "Wildcard"
#: websites/models.py:44
#: websites/models.py:41
msgid "website"
msgstr "Webauftritt"
#: websites/models.py:45
#: websites/models.py:42
msgid "websites"
msgstr "Webauftritte"
#: websites/views.py:57
#: websites/views.py:61
#, python-brace-format
msgid "Successfully added website {subdomain}.{domain}"
msgstr "Webauftritt {subdomain}.{domain} erfolgreich angelegt"