Migration to Nuxt3

This commit is contained in:
2023-04-30 18:36:39 +02:00
parent ed2e1824c5
commit 0480b99865
170 changed files with 13890 additions and 3699 deletions

78
locales/en-US/general.ts Normal file
View File

@ -0,0 +1,78 @@
export default {
// 404
"wrong directions": "I probably gave you wrong directions",
"back to home": "Return to homepage",
// Navbar
"open nav": "Open navbar",
"home": "Home",
"projects": "Projects",
"about": "About",
"resume": "Résumé",
"contacts": "Contacts",
// Home
"i am a": "I'm a",
"cs student": "Computer Science Student",
"a very accurate description of me": "Sometimes a bit distracted",
// About
"about me": "About me",
"reading": "Currently I'm reading",
"that's bright": "That's bright",
"better": "Better",
"where lights": "Who turned off the lights?",
"here lights": "Here they are",
// Random thing
"penguin": "This is a penguin",
"llama": "This is a llama",
"rock": "This is a rock",
"coconut": "This is a coconut",
"red panda": "This is a red panda",
// Title
"title_home": "Hello",
"title_about": "About",
"title_projects": "Projects",
"title_resume": "Résumé",
"title_contacts": "Say hi",
"log_hello": "Hello 🐡",
// Cookies
"cookie policy title": "Cookie policy",
"cookie policy": "This website uses cookies but not for analysis purposes and they are not sent to third parties. " +
"The only cookies here are those that I ate this morning, although I prefer a savory breakfast. " +
"I don't know why you are reading this, but thanks for keeping me company, I wish you a great day. " +
"If you would like some cookies too, do not hesitate to click on the following link:",
"cookie policy link": "Click here to read the policy",
"accept": "Accept",
"reject": "Reject",
// Easter eggs
"easter eggs found": "easter eggs found",
"all easter eggs found": "You found all easter eggs 🥚",
"cookie.title": "Who wants a cookie?",
"cookie.description": "It appears that you read the cookie policy",
"future.title": "What a wonderful future",
"future.description": "What will happen next?",
"bright.title": "It's bright",
"bright.description": "I don't like the light",
"bright_either.description": "I don't like the light either",
"dark.title": "It's dark",
"dark.description": "I don't like the dark",
"dark_either.description": "I don't like the dark either",
"something.title": "You didn't like that?",
"something.description": "I hope this one is better",
}

48
locales/en-US/projects.ts Normal file
View File

@ -0,0 +1,48 @@
export default {
"projects": "Projects",
"wip": "Currently I'm working on",
"completed": "Completed projects",
"unibo_20-21": "University of Bologna, A.Y. 2020-2021",
"unibo_21-22": "University of Bologna, A.Y. 2021-2022",
"unibo_22-23": "University of Bologna, A.Y. 2022-2023",
"notxia.github.io.description": "Here's a secret preview of my website.",
"no recursion": "Recursion out of service, sorry for the inconvenience.",
"wirefilter.description":
"Virtual Distributed Ethernet (VDE) is an open source project that allows the creation of virtual networks through a set of plugins.\n" +
"Wirefilter is a plugin that allows to manipulate packet flow by changing the parameters of the virtual cable.",
"tweet_analysis.description":
"Project for the Software Engineering course.\n" +
"Twitter client with analytics features developed using the Scrum methodology.",
"animalhouse.description":
"Project for the Web Technology course.\n" +
"Web app with three sections:",
"animalhouse.description.game": "Game: area with games and facts about animals",
"animalhouse.description.frontoffice": "Frontoffice: area to access services as a logged user",
"animalhouse.description.backoffice": "Backoffice: administration panel",
"pandos+.description":
"Project for the Operating Systems course.\n" +
"Minimal operating system for the MIPS architecture.",
"imaging.description":
"Project for the Numerical Computing course.\n" +
"Image deblurring solved as a minimization problem.",
"mnk.description":
"Project for the Algorithms and Data Structures course.\n" +
"Algorithm able to efficiently play a generalized version of tic-tac-toe.",
"platform.description":
"Project for the Programmin course.\n" +
"Text based platform game with randomly generated levels.",
"pathfinding_visualizer.description": "Visualizer of some graph search algorithms.",
"sort_visualizer.description": "Visualizer of some sorting algorithms.",
}

52
locales/en-US/resume.ts Normal file
View File

@ -0,0 +1,52 @@
export default {
"education": "Education",
"working experience": "Work experience",
"certificates": "Certificates",
"skills": "Skills",
"other": "Other activities",
"link to certificate": "Link to certificate",
"future": "What will happen?",
"like timelines": "I like timelines",
"cv_link": "/cv/cv_xia_en1.pdf",
"cv_link_color": "/cv/cv_xia_en2.pdf",
"with_colors": "but colored",
"january": "January", "february": "February", "march": "March", "april": "April", "may": "May", "june": "June",
"july": "July", "august": "August", "september": "September", "october": "October", "november": "November", "december": "December",
"m_1": "Jan", "m_2": "Feb", "m_3": "Mar", "m_4": "Apr", "m_5": "May", "m_6": "June",
"m_7": "July", "m_8": "Aug", "m_9": "Sept", "m_10": "Oct", "m_11": "Nov", "m_12": "Dec",
"present": "present",
"final degree": "Final degree",
"with honors": "with honors",
"bs in cs": "Bachelor's Degree in Computer Science",
"unibo": "Alma Mater Studiorum, University of Bologna",
"diploma": "High school diploma, major in IT",
"aldini": "Aldini Valeriani, Bologna, Italy",
"web development": "Web development",
"devops": "DevOps",
"data analysis": "Data analysis",
"other programming languages": "Other programming languages",
"cisco it essentials description": "Maintenance and administration of IT systems.\n" +
"Configuration and management of network devices.",
"cs50 ai description": "Problem solving through algorithms based on graphs, statistics, optimization and machine learning.",
"pcto toyota": "IT/IS Office, Internship",
"pcto toyota description": "Internship organized during high school.\n" +
"IT support, maintenance and initial setup of network devices.\n" +
"SQL programming, automation with bash and batch scripts.",
"ois": "Informatics Olympiad in Teams",
"ois description": "Team based programming competition.",
"MAST foundation": "MAST Foundation",
"MAST expeditions description": "Design and implementation of an IOT box with Flip & Click programmable microcontrollers and " +
"Zerynth Studio development environment."
}