feat: enhance ProductDetailPage to support partial data loading and improve user feedback with loading descriptions
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
"loading": "Produkt wird geladen...",
|
||||
"loadingDescription": "Produktbeschreibung wird geladen...",
|
||||
"notFound": "Produkt nicht gefunden",
|
||||
"notFoundDescription": "Das gesuchte Produkt existiert nicht oder wurde entfernt.",
|
||||
"backToHome": "Zurück zur Startseite",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
"loading": "Loading product...", // Produkt wird geladen...
|
||||
"loadingDescription": "Loading product description...", // Produktbeschreibung wird geladen...
|
||||
"notFound": "Product not found", // Produkt nicht gefunden
|
||||
"notFoundDescription": "The product you are looking for does not exist or has been removed.", // Das gesuchte Produkt existiert nicht oder wurde entfernt.
|
||||
"backToHome": "Back to homepage", // Zurück zur Startseite
|
||||
|
||||
Reference in New Issue
Block a user