implement directus listings
This commit is contained in:
@@ -23,7 +23,12 @@
|
||||
"placeholderTitle": "Beispielanzeige",
|
||||
"placeholderLocation": "Standort",
|
||||
"addFavorite": "Zu Favoriten hinzufügen",
|
||||
"removeFavorite": "Aus Favoriten entfernen"
|
||||
"removeFavorite": "Aus Favoriten entfernen",
|
||||
"noListings": "Keine Anzeigen gefunden"
|
||||
},
|
||||
"common": {
|
||||
"loading": "Laden...",
|
||||
"error": "Fehler beim Laden"
|
||||
},
|
||||
"categories": {
|
||||
"electronics": "Elektronik",
|
||||
@@ -139,6 +144,7 @@
|
||||
"shippingAvailable": "Versand möglich",
|
||||
"location": "Standort",
|
||||
"locationPlaceholder": "Stadt, PLZ oder Adresse",
|
||||
"locationHint": "Wähle den Standort für deine Anzeige",
|
||||
"description": "Beschreibung",
|
||||
"descriptionPlaceholder": "Beschreibe deinen Artikel ausführlich...",
|
||||
"images": "Bilder",
|
||||
|
||||
@@ -23,7 +23,12 @@
|
||||
"placeholderTitle": "Sample Listing",
|
||||
"placeholderLocation": "Location",
|
||||
"addFavorite": "Add to favorites",
|
||||
"removeFavorite": "Remove from favorites"
|
||||
"removeFavorite": "Remove from favorites",
|
||||
"noListings": "No listings found"
|
||||
},
|
||||
"common": {
|
||||
"loading": "Loading...",
|
||||
"error": "Error loading"
|
||||
},
|
||||
"categories": {
|
||||
"electronics": "Electronics",
|
||||
@@ -139,6 +144,7 @@
|
||||
"shippingAvailable": "Shipping available",
|
||||
"location": "Location",
|
||||
"locationPlaceholder": "City, ZIP or address",
|
||||
"locationHint": "Choose the location for your listing",
|
||||
"description": "Description",
|
||||
"descriptionPlaceholder": "Describe your item in detail...",
|
||||
"images": "Images",
|
||||
|
||||
@@ -23,7 +23,12 @@
|
||||
"placeholderTitle": "Exemple d'annonce",
|
||||
"placeholderLocation": "Emplacement",
|
||||
"addFavorite": "Ajouter aux favoris",
|
||||
"removeFavorite": "Retirer des favoris"
|
||||
"removeFavorite": "Retirer des favoris",
|
||||
"noListings": "Aucune annonce trouvée"
|
||||
},
|
||||
"common": {
|
||||
"loading": "Chargement...",
|
||||
"error": "Erreur de chargement"
|
||||
},
|
||||
"categories": {
|
||||
"electronics": "Électronique",
|
||||
@@ -139,6 +144,7 @@
|
||||
"shippingAvailable": "Livraison disponible",
|
||||
"location": "Emplacement",
|
||||
"locationPlaceholder": "Ville, code postal ou adresse",
|
||||
"locationHint": "Choisissez l'emplacement de votre annonce",
|
||||
"description": "Description",
|
||||
"descriptionPlaceholder": "Décrivez votre article en détail...",
|
||||
"images": "Images",
|
||||
|
||||
Reference in New Issue
Block a user