diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 3a77025..2f0802b 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -269,7 +269,9 @@ "sunrise": "Sonnenaufgang", "sunset": "Sonnenuntergang", "timed": "Zeitlich abgestimmt", - "distance": "Distanz" + "distance": "Distanz", + "all_linked_items": "Alle verknüpften Elemente", + "itinerary": "Route" }, "home": { "desc_1": "Entdecken, planen und erkunden Sie mühelos", @@ -672,7 +674,12 @@ "contact": "Kontakt", "phone": "Telefon", "recommendation": "Empfehlung", - "website": "Webseite" + "website": "Webseite", + "recommendations": "Empfehlungen", + "adventure_recommendations": "Abenteuerempfehlungen", + "food": "Essen", + "miles": "Meilen", + "tourism": "Tourismus" }, "lodging": { "apartment": "Wohnung", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 8f9ea7a..0e47e4f 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -270,6 +270,8 @@ "download_calendar": "Download Calendar", "all_day": "All Day", "ordered_itinerary": "Ordered Itinerary", + "itinerary": "Itinerary", + "all_linked_items": "All Linked Items", "date_itinerary": "Date Itinerary", "no_ordered_items": "Add items with dates to the collection to see them here.", "date_information": "Date Information", @@ -702,6 +704,11 @@ "phone": "Phone", "contact": "Contact", "website": "Website", - "recommendation": "Recommendation" + "recommendation": "Recommendation", + "recommendations": "Recommendations", + "adventure_recommendations": "Adventure Recommendations", + "miles": "Miles", + "food": "Food", + "tourism": "Tourism" } } diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json index a91ef70..024ab30 100644 --- a/frontend/src/locales/es.json +++ b/frontend/src/locales/es.json @@ -317,7 +317,9 @@ "sunrise": "Amanecer", "sunset": "Atardecer", "timed": "Cronometrado", - "distance": "Distancia" + "distance": "Distancia", + "all_linked_items": "Todos los artículos vinculados", + "itinerary": "Itinerario" }, "worldtravel": { "all": "Todo", @@ -672,7 +674,12 @@ "contact": "Contacto", "phone": "Teléfono", "recommendation": "Recomendación", - "website": "Sitio web" + "website": "Sitio web", + "recommendations": "Recomendaciones", + "adventure_recommendations": "Recomendaciones de aventura", + "food": "Alimento", + "miles": "Millas", + "tourism": "Turismo" }, "lodging": { "apartment": "Departamento", diff --git a/frontend/src/locales/fr.json b/frontend/src/locales/fr.json index f35d568..dfdd496 100644 --- a/frontend/src/locales/fr.json +++ b/frontend/src/locales/fr.json @@ -269,7 +269,9 @@ "sunrise": "Lever du soleil", "sunset": "Coucher de soleil", "timed": "Chronométré", - "distance": "Distance" + "distance": "Distance", + "all_linked_items": "Tous les éléments liés", + "itinerary": "Itinéraire" }, "home": { "desc_1": "Découvrez, planifiez et explorez en toute simplicité", @@ -672,7 +674,12 @@ "contact": "Contact", "phone": "Téléphone", "recommendation": "Recommandation", - "website": "Site web" + "website": "Site web", + "recommendations": "Recommandations", + "adventure_recommendations": "Recommandations d'aventure", + "food": "Nourriture", + "miles": "Kilomètres", + "tourism": "Tourisme" }, "lodging": { "apartment": "Appartement", diff --git a/frontend/src/locales/it.json b/frontend/src/locales/it.json index 2970f1c..fd606dd 100644 --- a/frontend/src/locales/it.json +++ b/frontend/src/locales/it.json @@ -269,7 +269,9 @@ "sunrise": "Alba", "sunset": "Tramonto", "timed": "A tempo", - "distance": "Distanza" + "distance": "Distanza", + "all_linked_items": "Tutti gli elementi collegati", + "itinerary": "Itinerario" }, "home": { "desc_1": "Scopri, pianifica ed esplora con facilità", @@ -672,7 +674,12 @@ "contact": "Contatto", "phone": "Telefono", "recommendation": "Raccomandazione", - "website": "Sito web" + "website": "Sito web", + "recommendations": "Raccomandazioni", + "adventure_recommendations": "Consigli di avventura", + "food": "Cibo", + "miles": "Miglia", + "tourism": "Turismo" }, "lodging": { "apartment": "Appartamento", diff --git a/frontend/src/locales/ko.json b/frontend/src/locales/ko.json index 54a4d22..60754f9 100644 --- a/frontend/src/locales/ko.json +++ b/frontend/src/locales/ko.json @@ -269,7 +269,9 @@ "sunrise": "해돋이", "sunset": "일몰", "timed": "시간이 정해졌습니다", - "distance": "거리" + "distance": "거리", + "all_linked_items": "모든 링크 된 항목", + "itinerary": "여정" }, "auth": { "both_passwords_required": "두 암호 모두 필요합니다", @@ -454,7 +456,12 @@ "contact": "연락처", "phone": "핸드폰", "recommendation": "추천", - "website": "웹사이트" + "website": "웹사이트", + "recommendations": "권장 사항", + "adventure_recommendations": "모험 추천", + "food": "음식", + "miles": "마일", + "tourism": "관광 여행" }, "search": { "adventurelog_results": "Adventurelog 결과", diff --git a/frontend/src/locales/nl.json b/frontend/src/locales/nl.json index 7dbdb40..6f071f3 100644 --- a/frontend/src/locales/nl.json +++ b/frontend/src/locales/nl.json @@ -269,7 +269,9 @@ "sunrise": "Zonsopgang", "sunset": "Zonsondergang", "timed": "Getimed", - "distance": "Afstand" + "distance": "Afstand", + "all_linked_items": "Alle gekoppelde items", + "itinerary": "Routebeschrijving" }, "home": { "desc_1": "Ontdek, plan en verken met gemak", @@ -672,7 +674,12 @@ "contact": "Contact", "phone": "Telefoon", "recommendation": "Aanbeveling", - "website": "Website" + "website": "Website", + "recommendations": "Aanbevelingen", + "adventure_recommendations": "Avontuuraanbevelingen", + "food": "Voedsel", + "miles": "Kilometers", + "tourism": "Toerisme" }, "lodging": { "apartment": "Appartement", diff --git a/frontend/src/locales/no.json b/frontend/src/locales/no.json index 04d9171..ca4d959 100644 --- a/frontend/src/locales/no.json +++ b/frontend/src/locales/no.json @@ -317,7 +317,9 @@ "sunrise": "Soloppgang", "sunset": "Solnedgang", "timed": "Tidsbestemt", - "distance": "Avstand" + "distance": "Avstand", + "all_linked_items": "Alle koblede varer", + "itinerary": "Reiserute" }, "worldtravel": { "country_list": "Liste over land", @@ -702,6 +704,11 @@ "phone": "Telefon", "contact": "Kontakt", "website": "Nettsted", - "recommendation": "Anbefaling" + "recommendation": "Anbefaling", + "recommendations": "Anbefalinger", + "adventure_recommendations": "Eventyranbefalinger", + "food": "Mat", + "miles": "Miles", + "tourism": "Turisme" } } diff --git a/frontend/src/locales/pl.json b/frontend/src/locales/pl.json index fb5b73a..05ced8a 100644 --- a/frontend/src/locales/pl.json +++ b/frontend/src/locales/pl.json @@ -317,7 +317,9 @@ "sunrise": "Wschód słońca", "sunset": "Zachód słońca", "timed": "Czas", - "distance": "Dystans" + "distance": "Dystans", + "all_linked_items": "Wszystkie połączone elementy", + "itinerary": "Trasa" }, "worldtravel": { "country_list": "Lista krajów", @@ -672,7 +674,12 @@ "contact": "Kontakt", "phone": "Telefon", "recommendation": "Zalecenie", - "website": "Strona internetowa" + "website": "Strona internetowa", + "recommendations": "Zalecenia", + "adventure_recommendations": "Zalecenia przygodowe", + "food": "Żywność", + "miles": "Mil", + "tourism": "Turystyka" }, "lodging": { "apartment": "Apartament", diff --git a/frontend/src/locales/sv.json b/frontend/src/locales/sv.json index 83956ce..409df01 100644 --- a/frontend/src/locales/sv.json +++ b/frontend/src/locales/sv.json @@ -269,7 +269,9 @@ "sunrise": "Soluppgång", "sunset": "Solnedgång", "timed": "Tidsinställd", - "distance": "Avstånd" + "distance": "Avstånd", + "all_linked_items": "Alla länkade objekt", + "itinerary": "Resväg" }, "home": { "desc_1": "Upptäck, planera och utforska med lätthet", @@ -672,7 +674,12 @@ "contact": "Kontakta", "phone": "Telefon", "recommendation": "Rekommendation", - "website": "Webbplats" + "website": "Webbplats", + "recommendations": "Rekommendationer", + "adventure_recommendations": "Äventyrsrekommendationer", + "food": "Mat", + "miles": "Miles", + "tourism": "Turism" }, "lodging": { "apartment": "Lägenhet", diff --git a/frontend/src/locales/zh.json b/frontend/src/locales/zh.json index 0351dcf..8a0176e 100644 --- a/frontend/src/locales/zh.json +++ b/frontend/src/locales/zh.json @@ -317,7 +317,9 @@ "sunrise": "日出", "sunset": "日落", "timed": "时间", - "distance": "距离" + "distance": "距离", + "all_linked_items": "所有链接的项目", + "itinerary": "行程" }, "auth": { "forgot_password": "忘记密码?", @@ -672,7 +674,12 @@ "contact": "联系方式", "phone": "电话", "recommendation": "推荐", - "website": "网站" + "website": "网站", + "recommendations": "建议", + "adventure_recommendations": "冒险建议", + "food": "食物", + "miles": "英里", + "tourism": "旅游" }, "lodging": { "campground": "露营地", diff --git a/frontend/src/routes/collections/[id]/+page.svelte b/frontend/src/routes/collections/[id]/+page.svelte index 524160e..7d5a1c3 100644 --- a/frontend/src/routes/collections/[id]/+page.svelte +++ b/frontend/src/routes/collections/[id]/+page.svelte @@ -781,11 +781,11 @@ value={currentView} on:change={changeHash} > - - - - - + + + + + @@ -1372,7 +1372,9 @@ {#if currentView == 'recommendations' && data.user}
-

Adventure Recommendations

+

+ {$t('recomendations.adventure_recommendations')} +

{#each adventures as adventure} {#if adventure.longitude && adventure.latitude}