Add automatic tag collections

This commit is contained in:
rucki
2026-08-27 16:48:56 +02:00
parent 2bcd9d901a
commit 682f5f7442
11 changed files with 197 additions and 56 deletions
+44
View File
@@ -772,6 +772,50 @@ msgstr "Wähle höchstens ein Team aus."
msgid "Combine existing notes into ordered documents."
msgstr "Fasse bestehende Notizen zu geordneten Dokumenten zusammen."
#: core/models.py
msgid "Manual collection"
msgstr "Manuelle Sammlung"
#: core/models.py core/templates/core/collection_detail.html core/templates/core/collection_list.html
msgid "Tag collection"
msgstr "Tag-Sammlung"
#: core/forms.py
msgid "Collection type"
msgstr "Art der Sammlung"
#: core/forms.py
msgid "Content tags"
msgstr "Inhalts-Tags"
#: core/forms.py
msgid "Select at least one tag for a tag collection."
msgstr "Wähle mindestens einen Tag für eine Tag-Sammlung aus."
#: core/templates/core/collection_form.html
msgid "Tag collections update automatically and are sorted by note creation time."
msgstr "Tag-Sammlungen aktualisieren sich automatisch und werden nach dem Erstellungszeitpunkt der Notizen sortiert."
#: core/templates/core/collection_form.html
msgid "No content tags are available yet."
msgstr "Es sind noch keine Inhalts-Tags verfügbar."
#: core/templates/core/collection_form.html
msgid "Notes must contain all selected tags. Team tags are not content filters."
msgstr "Notizen müssen alle ausgewählten Tags enthalten. Team-Tags sind keine Inhaltsfilter."
#: core/templates/core/collection_detail.html
msgid "No notes match the selected tags yet."
msgstr "Noch keine Notizen entsprechen den ausgewählten Tags."
#: core/views.py
msgid "Select a team for a team collection."
msgstr "Wähle für eine Team-Sammlung ein Team aus."
#: core/views.py
msgid "Remove all manual sections before changing to a tag collection."
msgstr "Entferne alle manuellen Abschnitte, bevor du zu einer Tag-Sammlung wechselst."
#: core/templates/core/collection_list.html
msgid "New collection"
msgstr "Neue Sammlung"