mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
e
This commit is contained in:
BIN
website/media/Kikkertjes.png
Normal file
BIN
website/media/Kikkertjes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
@@ -89,7 +89,8 @@ function showCategory(category) {
|
||||
];
|
||||
} else if (category === 'Snoep') {
|
||||
items = [
|
||||
{ title: "harribo starmix", imageSrc: "media/starmix.jpg", price: 5.10 },
|
||||
{ title: "Haribo starmix", imageSrc: "media/starmix.jpg", price: 5.10 },
|
||||
{ title: "Haribo Kikkers", imageSrc: "media/kikkertjes.png", price: 5.10 },
|
||||
];
|
||||
}
|
||||
// Voeg de items toe aan de weergave
|
||||
@@ -298,6 +299,7 @@ const translations = {
|
||||
"Soepen": "Soups",
|
||||
"Salades": "Salads",
|
||||
"Sausjes": "Sauces",
|
||||
"Snoep": "Candy",
|
||||
"Winkelmandje": "Shopping Cart",
|
||||
"Prijs": "Price",
|
||||
"Toevoegen aan winkelmandje": "Add to cart",
|
||||
@@ -326,7 +328,7 @@ const translations = {
|
||||
"Bij deze deal krijg je een keuze naar een broodje en een keuze naar een koude drank!!": "With this deal, you get a choice of a sandwich and a choice of a cold drink!!",
|
||||
"Soep van de dag! (Allergieën? Meld het bij ons!)": "Soup of the day! (Allergies? Let us know!)",
|
||||
"Een heerlijke salade met verse groenten en een dressing naar keuze.": "A delicious salad with fresh vegetables and a dressing of your choice.",
|
||||
"Kies de saus naar je keuze!": "Choose the sauce of your choice!"
|
||||
"Kies de saus naar je keuze!": "Choose the sauce of your choice!",
|
||||
},
|
||||
nl: {
|
||||
"Sandwiches": "Broodjes",
|
||||
@@ -338,6 +340,7 @@ const translations = {
|
||||
"Soups": "Soepen",
|
||||
"Salads": "Salades",
|
||||
"Sauces": "Sausjes",
|
||||
"Candy": "Snoep",
|
||||
"Shopping Cart": "Winkelmandje",
|
||||
"Price": "Prijs",
|
||||
"Add to cart": "Toevoegen aan winkelmandje",
|
||||
|
||||
Reference in New Issue
Block a user