Add 'Vorbereitung' status option in German and English translations; update cache timestamps

This commit is contained in:
2026-01-23 22:36:44 +01:00
parent 908b20aef7
commit 2e5b0d8e6f
4 changed files with 10 additions and 6 deletions

View File

@@ -103,6 +103,7 @@
"options": {
"status": {
"": "",
"Vorbereitung": "Vorbereitung",
"Offen": "Offen",
"Warte auf Mandatierung": "Warte auf Mandatierung",
"Mandat erteilt": "Mandat erteilt",

View File

@@ -93,8 +93,9 @@
"options": {
"status": {
"": "",
"Offen": "Offen",
"Warte auf Mandatierung": "Warte auf Mandatierung",
"Vorbereitung": "Preparation",
"Offen": "Open",
"Warte auf Mandatierung": "Waiting for Mandate",
"Mandat erteilt": "Mandat erteilt",
"Abgebrochen": "Abgebrochen",
"Zurückgestellt": "Zurückgestellt",

View File

@@ -57,6 +57,7 @@
"required": true,
"options": [
"",
"Vorbereitung",
"Offen",
"Zurückgestellt",
"Wird angerufen",
@@ -70,6 +71,7 @@
],
"style": {
"": null,
"Vorbereitung": "default",
"Offen": null,
"Zurückgestellt": "info",
"Wird angerufen": "info",