Füge Spalte product_quality zur Tabelle stock hinzu und erstelle Migration für weather_type_id in production
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user