mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
108 lines
2.4 KiB
JSON
108 lines
2.4 KiB
JSON
{
|
|
"common": {
|
|
"app-title": {
|
|
"text": "Wunschlisten"
|
|
},
|
|
"loading": {
|
|
"text": "Lade..."
|
|
}
|
|
},
|
|
"errors": {
|
|
"not-found": {
|
|
"text": "Ups, die aufgerufene Seite existiert nicht."
|
|
},
|
|
"generic": {
|
|
"text": "Es ist ein Fehler aufgetreten..."
|
|
}
|
|
},
|
|
"pages": {
|
|
"login-view": {
|
|
"main": {
|
|
"title": {
|
|
"text": "Anmelden"
|
|
},
|
|
"form": {
|
|
"api-key": {
|
|
"placeholder": "API-Key",
|
|
"error-requried": "API-Key wird benötigt"
|
|
},
|
|
"submit": {
|
|
"text": "Anmelden"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"home-view": {
|
|
"main": {
|
|
"empty-list": {
|
|
"text": "Keine Wunschlisten verfügbar."
|
|
}
|
|
}
|
|
},
|
|
"detail-view": {
|
|
"main": {
|
|
"empty-list": {
|
|
"text": "Diese Wunschliste ist leer."
|
|
}
|
|
},
|
|
"confirmation-modal": {
|
|
"title": {
|
|
"text": "Möchten Sie den Gegenstand von der Liste nehmen?"
|
|
},
|
|
"body": {
|
|
"text": "Durch das das runternehmen von der Liste ist dieser Gegenstand nicht mehr andere sichtbar."
|
|
},
|
|
"confirm-button": {
|
|
"text": "Ja"
|
|
},
|
|
"cancel-button": {
|
|
"text": "Nein"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"components": {
|
|
"wishlist-item": {
|
|
"external-product-page-link": {
|
|
"text": "Produktseite öffnen"
|
|
},
|
|
"bought-button": {
|
|
"text": "Gekauft"
|
|
}
|
|
},
|
|
"wishlist-header": {
|
|
"main": {
|
|
"form": {
|
|
"title": {
|
|
"label": "Titel",
|
|
"error-requried": "Titel wird benötigt"
|
|
},
|
|
"public": {
|
|
"label": "Auf der Startseite anzeigen?"
|
|
},
|
|
"description": {
|
|
"label": "Beschreibung",
|
|
"error-max": "Die maximale Länge beträgt 300 Zeichen"
|
|
},
|
|
"slug-text": {
|
|
"label": "URL Slug-Text",
|
|
"error-requried": "URL Slug-Text wird benötigt"
|
|
},
|
|
"image-src": {
|
|
"label": "Bild-URL",
|
|
"error-requried": "Bild-URL wird benötigt",
|
|
"error-url": "Bild-URL muss eine gültige URL sein"
|
|
},
|
|
"submit": {
|
|
"text": "Speichern"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"header": {
|
|
"edit-mode": {
|
|
"text": "Bearbeitungsmodus"
|
|
}
|
|
}
|
|
}
|
|
}
|