-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes several things and clean up after merge.
- Fix teardown in client fixture not working (ForeignKey error). - Adjust view `download_general_file` to work with the new SearchableFile
- Loading branch information
1 parent
57633f4
commit ab15cce
Showing
22 changed files
with
834 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE 1.0\n" | ||
"POT-Creation-Date: 2024-07-10 01:22+0200\n" | ||
"POT-Creation-Date: 2024-07-10 10:22+0200\n" | ||
"PO-Revision-Date: 2024-05-21 21:20+0200\n" | ||
"Last-Translator: cyrill <[email protected]>\n" | ||
"Language-Team: German <[email protected]>\n" | ||
|
@@ -335,6 +335,11 @@ msgstr "Beschreibung:" | |
msgid "Recommendation:" | ||
msgstr "Empfehlung:" | ||
|
||
#: src/privatim/views/templates/consultation.pt | ||
#: src/privatim/forms/add_comment.py | ||
msgid "Add Comment" | ||
msgstr "Kommentar hinzufügen" | ||
|
||
#: src/privatim/views/templates/consultation.pt | ||
#: src/privatim/forms/consultation_form.py | ||
msgid "Documents" | ||
|
@@ -345,11 +350,6 @@ msgstr "Dokumente" | |
msgid "Status" | ||
msgstr "Status" | ||
|
||
#: src/privatim/views/templates/consultation.pt | ||
#: src/privatim/forms/add_comment.py | ||
msgid "Add Comment" | ||
msgstr "Kommentar hinzufügen" | ||
|
||
#: src/privatim/views/templates/search_results.pt | ||
msgid "Search Results" | ||
msgstr "Suchergebnisse" | ||
|
@@ -392,17 +392,21 @@ msgstr "Gremium:" | |
msgid "Show Meeting" | ||
msgstr "Sitzung anzeigen" | ||
|
||
#: src/privatim/views/templates/activities.pt | ||
#: src/privatim/views/templates/activities.pt src/privatim/forms/filter_form.py | ||
msgid "Meeting" | ||
msgstr "Sitzung" | ||
|
||
#: src/privatim/views/templates/activities.pt | ||
#: src/privatim/views/templates/activities.pt src/privatim/forms/filter_form.py | ||
msgid "Consultation" | ||
msgstr "Vernehmlassung" | ||
|
||
#: src/privatim/views/templates/activities.pt | ||
msgid "Choose..." | ||
msgstr "Auswählen..." | ||
msgid "Type" | ||
msgstr "Art" | ||
|
||
#: src/privatim/views/templates/activities.pt src/privatim/forms/filter_form.py | ||
msgid "Filter" | ||
msgstr "Filter" | ||
|
||
#: src/privatim/views/templates/login.pt | ||
msgid "Sign in" | ||
|
@@ -590,7 +594,7 @@ msgstr "Beschluss" | |
msgid "Cantons" | ||
msgstr "Kantone" | ||
|
||
#: src/privatim/forms/add_comment.py | ||
#: src/privatim/forms/add_comment.py src/privatim/forms/filter_form.py | ||
msgid "Comment" | ||
msgstr "Kommentar" | ||
|
||
|
@@ -617,6 +621,22 @@ msgstr "Dieses Feld ist deaktiviert." | |
msgid "This field is read only." | ||
msgstr "Dieses Feld ist schreibgeschützt." | ||
|
||
#: src/privatim/forms/filter_form.py | ||
msgid "Canton" | ||
msgstr "Kanton" | ||
|
||
#: src/privatim/forms/filter_form.py | ||
msgid "all" | ||
msgstr "Alle" | ||
|
||
#: src/privatim/forms/filter_form.py | ||
msgid "Date from" | ||
msgstr "Datum von" | ||
|
||
#: src/privatim/forms/filter_form.py | ||
msgid "Date to" | ||
msgstr "Datum bis" | ||
|
||
#: src/privatim/forms/meeting_form.py | ||
msgid "Edit meeting" | ||
msgstr "Sitzung bearbeiten" | ||
|
@@ -691,3 +711,6 @@ msgstr "Protokoll der Sitzung ${title}" | |
#: src/privatim/reporting/template/report.pt | ||
msgid "Attendees:" | ||
msgstr "Teilnehmende:" | ||
|
||
#~ msgid "Kanton" | ||
#~ msgstr "Canton" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE 1.0\n" | ||
"POT-Creation-Date: 2024-07-10 01:22+0200\n" | ||
"POT-Creation-Date: 2024-07-10 10:22+0200\n" | ||
"PO-Revision-Date: 2024-04-11 15:53+0200\n" | ||
"Last-Translator: cyrill <[email protected]>\n" | ||
"Language-Team: French <[email protected]>\n" | ||
|
@@ -349,11 +349,6 @@ msgstr "Documents" | |
msgid "Status" | ||
msgstr "Statut" | ||
|
||
#: src/privatim/views/templates/consultation.pt | ||
#: src/privatim/forms/add_comment.py | ||
msgid "Add Comment" | ||
msgstr "Ajouter un commentaire" | ||
|
||
#: src/privatim/views/templates/search_results.pt | ||
msgid "Search Results" | ||
msgstr "Résultats de la recherche" | ||
|
@@ -375,7 +370,6 @@ msgstr "Correspondance de fichier" | |
msgid "File Content" | ||
msgstr "Contenu du fichier" | ||
|
||
|
||
#: src/privatim/views/templates/password_change.pt | ||
msgid "Change Password" | ||
msgstr "Changer le mot de passe" | ||
|
@@ -396,17 +390,21 @@ msgstr "Comité:" | |
msgid "Show Meeting" | ||
msgstr "Afficher la réunion" | ||
|
||
#: src/privatim/views/templates/activities.pt | ||
#: src/privatim/views/templates/activities.pt src/privatim/forms/filter_form.py | ||
msgid "Meeting" | ||
msgstr "Réunion" | ||
|
||
#: src/privatim/views/templates/activities.pt | ||
#: src/privatim/views/templates/activities.pt src/privatim/forms/filter_form.py | ||
msgid "Consultation" | ||
msgstr "Consultation" | ||
|
||
#: src/privatim/views/templates/activities.pt | ||
msgid "Choose..." | ||
msgstr "Choisir..." | ||
msgid "Type" | ||
msgstr "Variété" | ||
|
||
#: src/privatim/views/templates/activities.pt src/privatim/forms/filter_form.py | ||
msgid "Filter" | ||
msgstr "Filtre" | ||
|
||
#: src/privatim/views/templates/login.pt | ||
msgid "Sign in" | ||
|
@@ -594,7 +592,7 @@ msgstr "Décision" | |
msgid "Cantons" | ||
msgstr "Les cantons" | ||
|
||
#: src/privatim/forms/add_comment.py | ||
#: src/privatim/forms/add_comment.py src/privatim/forms/filter_form.py | ||
msgid "Comment" | ||
msgstr "Commentaire" | ||
|
||
|
@@ -619,6 +617,22 @@ msgstr "Ce champ est désactivé." | |
msgid "This field is read only." | ||
msgstr "Ce champ est en lecture seule." | ||
|
||
#: src/privatim/forms/filter_form.py | ||
msgid "Canton" | ||
msgstr "Canton" | ||
|
||
#: src/privatim/forms/filter_form.py | ||
msgid "all" | ||
msgstr "tous" | ||
|
||
#: src/privatim/forms/filter_form.py | ||
msgid "Date from" | ||
msgstr "Date de" | ||
|
||
#: src/privatim/forms/filter_form.py | ||
msgid "Date to" | ||
msgstr "Date à" | ||
|
||
#: src/privatim/forms/meeting_form.py | ||
msgid "Edit meeting" | ||
msgstr "Modifier la réunion" | ||
|
@@ -691,9 +705,3 @@ msgstr "Procès-verbal de la réunion ${title}" | |
#: src/privatim/reporting/template/report.pt | ||
msgid "Attendees:" | ||
msgstr "Participants:" | ||
|
||
#~ msgid "Unbekannter Ersteller" | ||
#~ msgstr "Créateur inconnu" | ||
|
||
#~ msgid "Search..." | ||
#~ msgstr "Recherche" |
Oops, something went wrong.