From 840c1e1d57cc6ce8a3085e2e8c985cbbfaffbd5e Mon Sep 17 00:00:00 2001 From: Lucas Brandstaetter <lucas@brandstaetter.tech> Date: Fri, 29 Nov 2024 02:10:47 +0100 Subject: [PATCH] Remove unused translations --- .../locale/de/LC_MESSAGES/django.po | 3 -- .../locale/en/LC_MESSAGES/django.po | 6 ---- src/core/locale/de/LC_MESSAGES/django.po | 36 ------------------- src/core/locale/en/LC_MESSAGES/django.po | 27 -------------- 4 files changed, 72 deletions(-) diff --git a/src/backoffice/locale/de/LC_MESSAGES/django.po b/src/backoffice/locale/de/LC_MESSAGES/django.po index 526b46db6..aece1fdab 100644 --- a/src/backoffice/locale/de/LC_MESSAGES/django.po +++ b/src/backoffice/locale/de/LC_MESSAGES/django.po @@ -1963,6 +1963,3 @@ msgstr "Statische Seite und zugehörige Historie gelöscht." msgid "StaticPageRevision--deleted" msgstr "Historieneintrag gelöscht." - -#~ msgid "All" -#~ msgstr "alle" diff --git a/src/backoffice/locale/en/LC_MESSAGES/django.po b/src/backoffice/locale/en/LC_MESSAGES/django.po index b5e32ee7a..a78de9dd4 100644 --- a/src/backoffice/locale/en/LC_MESSAGES/django.po +++ b/src/backoffice/locale/en/LC_MESSAGES/django.po @@ -1968,9 +1968,3 @@ msgstr "StaticPage and all corresponding revisions deleted." msgid "StaticPageRevision--deleted" msgstr "StaticPageRevision deleted." - -#~ msgid "assemblyedit_message" -#~ msgstr "send a message to the assembly's organizing staff" - -#~ msgid "All" -#~ msgstr "all" diff --git a/src/core/locale/de/LC_MESSAGES/django.po b/src/core/locale/de/LC_MESSAGES/django.po index fb5ca287c..54af1d06f 100644 --- a/src/core/locale/de/LC_MESSAGES/django.po +++ b/src/core/locale/de/LC_MESSAGES/django.po @@ -2520,39 +2520,3 @@ msgstr "Dies ist keine valide alphabetische Seite" #, python-format msgid "Invalid page (%(page_number)s): %(message)s" msgstr "" - -#~ msgid "InvitationLink__type" -#~ msgstr "Einladungstyp" - -#~ msgid "InvitationLink__created_at" -#~ msgstr "Erstellt up" - -#~ msgid "InvitationLink__expires_at" -#~ msgstr "Auslaufdatum" - -#~ msgid "InvitationLink__expires_at__help_text" -#~ msgstr "Ab diesem Zeitpunk kann dieser Einladungslink nicht mehr verwendet werden. (Standard: 1 Tag)" - -#~ msgid "InvitationLink__uses" -#~ msgstr "Verwendungen" - -#~ msgid "InvitationLink__uses__help_text" -#~ msgstr "Anzahl der Verwendungen für diesen Link. Standard: 1. Wenn nichts angegeben wird, kann der Link beliebig oft verwendet werden." - -#~ msgid "InvitationLink__auto_accept" -#~ msgstr "Automatische Annahme" - -#~ msgid "InvitationLink__auto_accept__help_text" -#~ msgstr "Wenn diese Option gesetzt ist wird jedem mit diesem Link automatisch hinzugefügt, ohne vorherige Freigabe." - -#~ msgid "Projekt_Eigentümer_oder_Baugruppe_erforderlich" -#~ msgstr "Es muss entweder ein Eigentümer oder eine Assembly angegeben werden. (Mutually exclusive)" - -#~ msgid "Projekt_Eigentümer_und_Baugruppe_nicht_erlaubt" -#~ msgstr "Es muss entweder ein Besitzer oder eine Assembly gewählt werden, beides ist nicht erlaubt." - -#~ msgid "Raum__Typ_Projekt_nicht_erlaubt" -#~ msgstr "Räume vom Typ Projekt werden nicht mehr unterstützt, bitte verwenden Sie ein Projektobjekt." - -#~ msgid "Assembly__parent__slug" -#~ msgstr "Habitat (Slug)" diff --git a/src/core/locale/en/LC_MESSAGES/django.po b/src/core/locale/en/LC_MESSAGES/django.po index 79449988d..dedbe2fa9 100644 --- a/src/core/locale/en/LC_MESSAGES/django.po +++ b/src/core/locale/en/LC_MESSAGES/django.po @@ -2502,30 +2502,3 @@ msgstr "This is not a valid alphabetic page" #, python-format msgid "Invalid page (%(page_number)s): %(message)s" msgstr "" - -#~ msgid "InvitationLink__type" -#~ msgstr "invitation link type" - -#~ msgid "InvitationLink__created_at" -#~ msgstr "Created at" - -#~ msgid "InvitationLink__expires_at" -#~ msgstr "Expiry date" - -#~ msgid "InvitationLink__expires_at__help_text" -#~ msgstr "From this point on, this invitation link can no longer be used (Default: 1 day)." - -#~ msgid "InvitationLink__uses" -#~ msgstr "Uses" - -#~ msgid "InvitationLink__uses__help_text" -#~ msgstr "Number of uses for this link (Default: 1). If left blank, the link can be used any number of times." - -#~ msgid "InvitationLink__auto_accept" -#~ msgstr "Automatic acceptance" - -#~ msgid "InvitationLink__auto_accept__help_text" -#~ msgstr "If this option is set, everyone with this link will be added automatically, without prior approval." - -#~ msgid "Assembly__parent__slug" -#~ msgstr "parent (slug)" -- GitLab