-
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.
start adding agenda item edit functionality
- Loading branch information
1 parent
2e8d065
commit 5ca163e
Showing
9 changed files
with
100 additions
and
87 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
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-06-03 20:27+0200\n" | ||
"POT-Creation-Date: 2024-06-12 11:54+0200\n" | ||
"PO-Revision-Date: 2024-05-21 21:20+0200\n" | ||
"Last-Translator: cyrill <[email protected]>\n" | ||
"Language-Team: German <[email protected]>\n" | ||
|
@@ -71,6 +71,7 @@ msgid "People" | |
msgstr "Personen" | ||
|
||
#: src/privatim/layouts/navbar.pt src/privatim/views/consultations.py | ||
#: src/privatim/views/templates/person.pt | ||
msgid "Consultations" | ||
msgstr "Vernehmlassungen" | ||
|
||
|
@@ -108,14 +109,9 @@ msgstr "Profilbild erfolgreich geändert" | |
msgid "Successfully deleted file \"${title}\"" | ||
msgstr "Datei \"${title}\" erfolgreich gelöscht" | ||
|
||
#. format data | ||
#. | ||
#: src/privatim/views/meetings.py src/privatim/views/templates/working_group.pt | ||
#: src/privatim/views/templates/profile.pt | ||
#: src/privatim/views/templates/people.pt src/privatim/forms/meeting_form.py | ||
#: src/privatim/forms/working_group_forms.py | ||
msgid "Name" | ||
msgstr "Name" | ||
#: src/privatim/views/meetings.py src/privatim/forms/agenda_item_form.py | ||
msgid "Edit Agenda Item" | ||
msgstr "Traktandum bearbeiten" | ||
|
||
#: src/privatim/views/meetings.py | ||
msgid "Details" | ||
|
@@ -278,6 +274,13 @@ msgid "" | |
"meeting\" to get started." | ||
msgstr "Hier können Sie Sitzungen im Kontext eines Gremiums hinzufügen." | ||
|
||
#: src/privatim/views/templates/working_group.pt | ||
#: src/privatim/views/templates/profile.pt | ||
#: src/privatim/views/templates/people.pt src/privatim/forms/meeting_form.py | ||
#: src/privatim/forms/working_group_forms.py | ||
msgid "Name" | ||
msgstr "Name" | ||
|
||
#: src/privatim/views/templates/consultation.pt | ||
msgid "Description:" | ||
msgstr "Beschreibung:" | ||
|
@@ -304,6 +307,10 @@ msgstr "Ihr Kommentar" | |
msgid "Change Password" | ||
msgstr "Passwort ändern" | ||
|
||
#: src/privatim/views/templates/person.pt | ||
msgid "Meetings" | ||
msgstr "Sitzungen" | ||
|
||
#: src/privatim/views/templates/activities.pt | ||
msgid "" | ||
"No activities added yet. You can add activities in the Consultations tab or " | ||
|
@@ -312,10 +319,6 @@ msgstr "" | |
"Keine Aktivitäten erfasst. Sie können Aktivitäten im Tab 'Vernehmlassungen' " | ||
"hinzufügen oder eine Sitzung einer Arbeitsgruppe erfassen" | ||
|
||
#: src/privatim/views/templates/activities.pt | ||
msgid "Max Müller" | ||
msgstr "Max Müller" | ||
|
||
#: src/privatim/views/templates/activities.pt | ||
msgid "Show Details" | ||
msgstr "Details anzeigen" | ||
|
@@ -476,6 +479,18 @@ msgstr "Zug" | |
msgid "Zurich" | ||
msgstr "Zurich" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "Open" | ||
msgstr "Erstellt" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "Closed" | ||
msgstr "Abgeschlossen" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "In Progress" | ||
msgstr "in Bearbeitung" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
#: src/privatim/forms/agenda_item_form.py | ||
msgid "Title" | ||
|
@@ -490,18 +505,6 @@ msgstr "Beschreibung" | |
msgid "Recommendation" | ||
msgstr "Empfehlung" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "Open" | ||
msgstr "Erstellt" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "Closed" | ||
msgstr "Abgeschlossen" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "In Progress" | ||
msgstr "in Bearbeitung" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "Cantons" | ||
msgstr "Kantone" | ||
|
@@ -534,10 +537,6 @@ msgstr "Zeit" | |
msgid "Attendees" | ||
msgstr "Teilnehmer" | ||
|
||
#: src/privatim/forms/agenda_item_form.py | ||
msgid "Edit Agenda Item" | ||
msgstr "Traktandum bearbeiten" | ||
|
||
#: src/privatim/forms/working_group_forms.py | ||
msgid "Edit Working Group" | ||
msgstr "Arbeitsgruppe bearbeiten" | ||
|
@@ -558,6 +557,9 @@ msgstr "Mitglieder" | |
msgid "Upload additional files" | ||
msgstr "Weitere Dokumente hochladen" | ||
|
||
#~ msgid "Max Müller" | ||
#~ msgstr "Max Müller" | ||
|
||
#~ msgid "Tags" | ||
#~ msgstr "Tags" | ||
|
||
|
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-06-03 20:27+0200\n" | ||
"POT-Creation-Date: 2024-06-12 11:54+0200\n" | ||
"PO-Revision-Date: 2024-04-11 15:53+0200\n" | ||
"Last-Translator: cyrill <[email protected]>\n" | ||
"Language-Team: French <[email protected]>\n" | ||
|
@@ -66,6 +66,7 @@ msgid "People" | |
msgstr "Les personnes" | ||
|
||
#: src/privatim/layouts/navbar.pt src/privatim/views/consultations.py | ||
#: src/privatim/views/templates/person.pt | ||
msgid "Consultations" | ||
msgstr "Consultations" | ||
|
||
|
@@ -103,14 +104,9 @@ msgstr "Image de profil mise à jour avec succès" | |
msgid "Successfully deleted file \"${title}\"" | ||
msgstr "Fichier supprimé avec succès \"${titre}\"" | ||
|
||
#. format data | ||
#. | ||
#: src/privatim/views/meetings.py src/privatim/views/templates/working_group.pt | ||
#: src/privatim/views/templates/profile.pt | ||
#: src/privatim/views/templates/people.pt src/privatim/forms/meeting_form.py | ||
#: src/privatim/forms/working_group_forms.py | ||
msgid "Name" | ||
msgstr "Nom" | ||
#: src/privatim/views/meetings.py src/privatim/forms/agenda_item_form.py | ||
msgid "Edit Agenda Item" | ||
msgstr "Traiter un point de l'ordre du jour" | ||
|
||
#: src/privatim/views/meetings.py | ||
msgid "Details" | ||
|
@@ -275,6 +271,13 @@ msgid "" | |
"meeting\" to get started." | ||
msgstr "Ici, vous pouvez ajouter des sessions dans le contexte d'un comité." | ||
|
||
#: src/privatim/views/templates/working_group.pt | ||
#: src/privatim/views/templates/profile.pt | ||
#: src/privatim/views/templates/people.pt src/privatim/forms/meeting_form.py | ||
#: src/privatim/forms/working_group_forms.py | ||
msgid "Name" | ||
msgstr "Nom" | ||
|
||
#: src/privatim/views/templates/consultation.pt | ||
msgid "Description:" | ||
msgstr "Description" | ||
|
@@ -301,6 +304,10 @@ msgstr "Votre commentaire" | |
msgid "Change Password" | ||
msgstr "Changer le mot de passe" | ||
|
||
#: src/privatim/views/templates/person.pt | ||
msgid "Meetings" | ||
msgstr "Réunions" | ||
|
||
#: src/privatim/views/templates/activities.pt | ||
msgid "" | ||
"No activities added yet. You can add activities in the Consultations tab or " | ||
|
@@ -310,10 +317,6 @@ msgstr "" | |
"dans l'onglet Consultations ou en ajoutant une réunion d'un groupe de " | ||
"travail." | ||
|
||
#: src/privatim/views/templates/activities.pt | ||
msgid "Max Müller" | ||
msgstr "Max Müller" | ||
|
||
#: src/privatim/views/templates/activities.pt | ||
msgid "Show Details" | ||
msgstr "Afficher les détails" | ||
|
@@ -474,6 +477,18 @@ msgstr "Zoug" | |
msgid "Zurich" | ||
msgstr "Zurich" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "Open" | ||
msgstr "Créé" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "Closed" | ||
msgstr "Terminé" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "In Progress" | ||
msgstr "En cours de traitement" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
#: src/privatim/forms/agenda_item_form.py | ||
msgid "Title" | ||
|
@@ -488,18 +503,6 @@ msgstr "Description" | |
msgid "Recommendation" | ||
msgstr "Recommandation" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "Open" | ||
msgstr "Créé" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "Closed" | ||
msgstr "Terminé" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "In Progress" | ||
msgstr "En cours de traitement" | ||
|
||
#: src/privatim/forms/consultation_form.py | ||
msgid "Cantons" | ||
msgstr "Les cantons" | ||
|
@@ -532,10 +535,6 @@ msgstr "Temps" | |
msgid "Attendees" | ||
msgstr "Participants" | ||
|
||
#: src/privatim/forms/agenda_item_form.py | ||
msgid "Edit Agenda Item" | ||
msgstr "Traiter un point de l'ordre du jour" | ||
|
||
#: src/privatim/forms/working_group_forms.py | ||
msgid "Edit Working Group" | ||
msgstr "Groupe de travail sur l'édition" | ||
|
@@ -556,6 +555,9 @@ msgstr "Membres" | |
msgid "Upload additional files" | ||
msgstr "Télécharger des fichiers supplémentaires" | ||
|
||
#~ msgid "Max Müller" | ||
#~ msgstr "Max Müller" | ||
|
||
#~ msgid "Sign out" | ||
#~ msgstr "Déconnecter" | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE 1.0\n" | ||
"POT-Creation-Date: 2024-06-03 20:27+0200\n" | ||
"POT-Creation-Date: 2024-06-12 11:54+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -66,6 +66,7 @@ msgid "People" | |
msgstr "" | ||
|
||
#: ./src/privatim/layouts/navbar.pt ./src/privatim/views/consultations.py | ||
#: ./src/privatim/views/templates/person.pt | ||
msgid "Consultations" | ||
msgstr "" | ||
|
||
|
@@ -103,15 +104,8 @@ msgstr "" | |
msgid "Successfully deleted file \"${title}\"" | ||
msgstr "" | ||
|
||
#. format data | ||
#. | ||
#: ./src/privatim/views/meetings.py | ||
#: ./src/privatim/views/templates/working_group.pt | ||
#: ./src/privatim/views/templates/profile.pt | ||
#: ./src/privatim/views/templates/people.pt | ||
#: ./src/privatim/forms/meeting_form.py | ||
#: ./src/privatim/forms/working_group_forms.py | ||
msgid "Name" | ||
#: ./src/privatim/views/meetings.py ./src/privatim/forms/agenda_item_form.py | ||
msgid "Edit Agenda Item" | ||
msgstr "" | ||
|
||
#: ./src/privatim/views/meetings.py | ||
|
@@ -270,6 +264,14 @@ msgid "" | |
"meeting\" to get started." | ||
msgstr "" | ||
|
||
#: ./src/privatim/views/templates/working_group.pt | ||
#: ./src/privatim/views/templates/profile.pt | ||
#: ./src/privatim/views/templates/people.pt | ||
#: ./src/privatim/forms/meeting_form.py | ||
#: ./src/privatim/forms/working_group_forms.py | ||
msgid "Name" | ||
msgstr "" | ||
|
||
#: ./src/privatim/views/templates/consultation.pt | ||
msgid "Description:" | ||
msgstr "" | ||
|
@@ -296,16 +298,16 @@ msgstr "" | |
msgid "Change Password" | ||
msgstr "" | ||
|
||
#: ./src/privatim/views/templates/person.pt | ||
msgid "Meetings" | ||
msgstr "" | ||
|
||
#: ./src/privatim/views/templates/activities.pt | ||
msgid "" | ||
"No activities added yet. You can add activities in the Consultations tab or " | ||
"by adding a Meeting of a Working Group." | ||
msgstr "" | ||
|
||
#: ./src/privatim/views/templates/activities.pt | ||
msgid "Max Müller" | ||
msgstr "" | ||
|
||
#: ./src/privatim/views/templates/activities.pt | ||
msgid "Show Details" | ||
msgstr "" | ||
|
@@ -467,29 +469,29 @@ msgid "Zurich" | |
msgstr "" | ||
|
||
#: ./src/privatim/forms/consultation_form.py | ||
#: ./src/privatim/forms/agenda_item_form.py | ||
msgid "Title" | ||
msgid "Open" | ||
msgstr "" | ||
|
||
#: ./src/privatim/forms/consultation_form.py | ||
#: ./src/privatim/forms/agenda_item_form.py | ||
msgid "Description" | ||
msgid "Closed" | ||
msgstr "" | ||
|
||
#: ./src/privatim/forms/consultation_form.py | ||
msgid "Recommendation" | ||
msgid "In Progress" | ||
msgstr "" | ||
|
||
#: ./src/privatim/forms/consultation_form.py | ||
msgid "Open" | ||
#: ./src/privatim/forms/agenda_item_form.py | ||
msgid "Title" | ||
msgstr "" | ||
|
||
#: ./src/privatim/forms/consultation_form.py | ||
msgid "Closed" | ||
#: ./src/privatim/forms/agenda_item_form.py | ||
msgid "Description" | ||
msgstr "" | ||
|
||
#: ./src/privatim/forms/consultation_form.py | ||
msgid "In Progress" | ||
msgid "Recommendation" | ||
msgstr "" | ||
|
||
#: ./src/privatim/forms/consultation_form.py | ||
|
@@ -524,10 +526,6 @@ msgstr "" | |
msgid "Attendees" | ||
msgstr "" | ||
|
||
#: ./src/privatim/forms/agenda_item_form.py | ||
msgid "Edit Agenda Item" | ||
msgstr "" | ||
|
||
#: ./src/privatim/forms/working_group_forms.py | ||
msgid "Edit Working Group" | ||
msgstr "" | ||
|
Oops, something went wrong.