AccountsAdminPage, ConcertsAdminPage

This commit is contained in:
2024-10-30 05:58:53 +01:00
parent 012c544bde
commit 0f78d3eecc
8 changed files with 166 additions and 24 deletions

View File

@@ -31,7 +31,14 @@
"goToTheConcert": "Go to concert",
"noConcertsFound": "No Concerts found",
"selectedConcert": "Selected Concert",
"concertSoldOut": "Sold out"
"concertSoldOut": "Sold out",
"addNewConcert": "Add new concert",
"date": "Date",
"name": "Name of concert",
"offered": "Offered",
"image": "Image of concert",
"price": "Price",
"inStock": "Open tickets"
},
"band": {
"band": "Band | Bands",
@@ -96,7 +103,9 @@
"title": "Delete Account?",
"description": "Do you really want to delete this account? This is permanent!"
}
}
},
"addNewAccount": "Add new account",
"accountRole": "Account Role"
},
"order": {
"orders": "Order | Orders",