Füge Spalte product_quality zur Tabelle stock hinzu und erstelle Migration für weather_type_id in production

This commit is contained in:
Torsten Schulz (local)
2025-12-16 13:00:29 +01:00
parent 43d86cce18
commit ee4b0ee7c2
11 changed files with 325 additions and 16 deletions

View File

@@ -27,7 +27,8 @@
"messages": {
"title": "Nachrichten",
"tooltip": "Nachrichten",
"empty": "Keine Nachrichten vorhanden."
"empty": "Keine Nachrichten vorhanden.",
"markAllRead": "Alle als gelesen markieren"
},
"notifications": {
"notify_election_created": "Es wurde eine neue Wahl ausgeschrieben.",
@@ -902,6 +903,8 @@
"office": "Amt",
"region": "Region",
"termEnds": "Läuft ab am",
"benefit": "Vorteil",
"benefit_all": "Alle Regionen",
"income": "Einkommen",
"none": "Keine aktuelle Position vorhanden.",
"holder": "Inhaber"

View File

@@ -13,7 +13,8 @@
"messages": {
"title": "Messages",
"tooltip": "Messages",
"empty": "No messages."
"empty": "No messages.",
"markAllRead": "Mark all as read"
},
"notifications": {
"notify_election_created": "A new election has been scheduled.",
@@ -211,6 +212,8 @@
"office": "Office",
"region": "Region",
"termEnds": "Term Ends",
"benefit": "Benefit",
"benefit_all": "All regions",
"income": "Income",
"none": "No current position available.",
"holder": "Holder"