Improve slash commands and due dates

This commit is contained in:
rucki
2026-08-27 09:51:06 +02:00
parent ee332a11a8
commit 78290ee5dc
6 changed files with 120 additions and 11 deletions
+16
View File
@@ -644,6 +644,22 @@ msgstr "Team %(team)s erstellt. Nutze #%(slug)s für Team-Einträge."
msgid "You are now a member of team %(team)s."
msgstr "Du bist jetzt Mitglied im Team %(team)s."
#: core/templates/core/base.html core/templates/core/index.html
msgid "Due date (DD.MM.YY)"
msgstr "Fälligkeitsdatum (TT.MM.JJ)"
#: core/templates/core/base.html core/templates/core/index.html
msgid "Tomorrow"
msgstr "Morgen"
#: core/templates/core/base.html core/templates/core/index.html
msgid "Day after tomorrow"
msgstr "Übermorgen"
#: core/templates/core/base.html core/templates/core/index.html
msgid "Next week"
msgstr "Nächste Woche"
#: core/forms.py
msgid "Default type for new entries"
msgstr "Standardtyp für neue Einträge"
+16
View File
@@ -638,6 +638,22 @@ msgstr ""
msgid "You are now a member of team %(team)s."
msgstr ""
#: core/templates/core/base.html core/templates/core/index.html
msgid "Due date (DD.MM.YY)"
msgstr "Due date (DD.MM.YY)"
#: core/templates/core/base.html core/templates/core/index.html
msgid "Tomorrow"
msgstr "Tomorrow"
#: core/templates/core/base.html core/templates/core/index.html
msgid "Day after tomorrow"
msgstr "Day after tomorrow"
#: core/templates/core/base.html core/templates/core/index.html
msgid "Next week"
msgstr "Next week"
#: core/forms.py
msgid "Default type for new entries"
msgstr "Default type for new entries"