refactor: enhance UI components with improved styling and layout
- Updated CollectionCard, CountryCard, LodgingCard, NoteCard, RegionCard, TransportationCard, UserCard, and ShareModal components for better visual consistency and responsiveness. - Introduced hover effects and transitions for a more interactive experience. - Improved accessibility by ensuring proper alt text for images and using semantic HTML elements. - Refactored date formatting logic into a utility function for reuse across components. - Added new translations for profile viewing and joined date in the localization files.
This commit is contained in:
@@ -258,6 +258,8 @@
|
||||
"hide": "Hide",
|
||||
"clear_location": "Clear Location",
|
||||
"starting_airport": "Starting Airport",
|
||||
"view_profile": "View Profile",
|
||||
"joined": "Joined",
|
||||
"ending_airport": "Ending Airport",
|
||||
"no_location_found": "No location found",
|
||||
"from": "From",
|
||||
|
||||
@@ -319,7 +319,9 @@
|
||||
"timed": "Cronometrado",
|
||||
"distance": "Distancia",
|
||||
"all_linked_items": "Todos los artículos vinculados",
|
||||
"itinerary": "Itinerario"
|
||||
"itinerary": "Itinerario",
|
||||
"joined": "Unido",
|
||||
"view_profile": "Ver perfil"
|
||||
},
|
||||
"worldtravel": {
|
||||
"all": "Todo",
|
||||
|
||||
@@ -271,7 +271,9 @@
|
||||
"timed": "Chronométré",
|
||||
"distance": "Distance",
|
||||
"all_linked_items": "Tous les éléments liés",
|
||||
"itinerary": "Itinéraire"
|
||||
"itinerary": "Itinéraire",
|
||||
"joined": "Joint",
|
||||
"view_profile": "Afficher le profil"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Découvrez, planifiez et explorez en toute simplicité",
|
||||
|
||||
@@ -271,7 +271,9 @@
|
||||
"timed": "A tempo",
|
||||
"distance": "Distanza",
|
||||
"all_linked_items": "Tutti gli elementi collegati",
|
||||
"itinerary": "Itinerario"
|
||||
"itinerary": "Itinerario",
|
||||
"joined": "Partecipato",
|
||||
"view_profile": "Visualizza il profilo"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Scopri, pianifica ed esplora con facilità",
|
||||
|
||||
@@ -271,7 +271,9 @@
|
||||
"timed": "시간이 정해졌습니다",
|
||||
"distance": "거리",
|
||||
"all_linked_items": "모든 링크 된 항목",
|
||||
"itinerary": "여정"
|
||||
"itinerary": "여정",
|
||||
"joined": "가입",
|
||||
"view_profile": "프로필을 봅니다"
|
||||
},
|
||||
"auth": {
|
||||
"both_passwords_required": "두 암호 모두 필요합니다",
|
||||
|
||||
@@ -271,7 +271,9 @@
|
||||
"timed": "Getimed",
|
||||
"distance": "Afstand",
|
||||
"all_linked_items": "Alle gekoppelde items",
|
||||
"itinerary": "Routebeschrijving"
|
||||
"itinerary": "Routebeschrijving",
|
||||
"joined": "Samengevoegd",
|
||||
"view_profile": "Bekijk profiel"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Ontdek, plan en verken met gemak",
|
||||
|
||||
@@ -319,7 +319,9 @@
|
||||
"timed": "Tidsbestemt",
|
||||
"distance": "Avstand",
|
||||
"all_linked_items": "Alle koblede varer",
|
||||
"itinerary": "Reiserute"
|
||||
"itinerary": "Reiserute",
|
||||
"joined": "Ble med",
|
||||
"view_profile": "Vis profil"
|
||||
},
|
||||
"worldtravel": {
|
||||
"country_list": "Liste over land",
|
||||
|
||||
@@ -319,7 +319,9 @@
|
||||
"timed": "Czas",
|
||||
"distance": "Dystans",
|
||||
"all_linked_items": "Wszystkie połączone elementy",
|
||||
"itinerary": "Trasa"
|
||||
"itinerary": "Trasa",
|
||||
"joined": "Dołączył",
|
||||
"view_profile": "Zobacz profil"
|
||||
},
|
||||
"worldtravel": {
|
||||
"country_list": "Lista krajów",
|
||||
|
||||
@@ -271,7 +271,9 @@
|
||||
"timed": "Tidsinställd",
|
||||
"distance": "Avstånd",
|
||||
"all_linked_items": "Alla länkade objekt",
|
||||
"itinerary": "Resväg"
|
||||
"itinerary": "Resväg",
|
||||
"joined": "Gick med i",
|
||||
"view_profile": "Visa profil"
|
||||
},
|
||||
"home": {
|
||||
"desc_1": "Upptäck, planera och utforska med lätthet",
|
||||
|
||||
@@ -319,7 +319,9 @@
|
||||
"timed": "时间",
|
||||
"distance": "距离",
|
||||
"all_linked_items": "所有链接的项目",
|
||||
"itinerary": "行程"
|
||||
"itinerary": "行程",
|
||||
"joined": "加入",
|
||||
"view_profile": "查看个人资料"
|
||||
},
|
||||
"auth": {
|
||||
"forgot_password": "忘记密码?",
|
||||
|
||||
Reference in New Issue
Block a user