2025-11-06 09:24:44 +01:00
|
|
|
|
{
|
|
|
|
|
|
"website": {
|
|
|
|
|
|
"name": "Lucien Cartier-Tilet",
|
|
|
|
|
|
"langSwitch": "Language"
|
|
|
|
|
|
},
|
|
|
|
|
|
"menu": {
|
2025-11-11 19:12:21 +01:00
|
|
|
|
"name": "Menu",
|
|
|
|
|
|
"language": "Language Selector",
|
|
|
|
|
|
"theme": "Theme Selector"
|
2025-11-06 09:24:44 +01:00
|
|
|
|
},
|
|
|
|
|
|
"theme": {
|
|
|
|
|
|
"name": "theme",
|
|
|
|
|
|
"dark": "Dark",
|
|
|
|
|
|
"light": "Light",
|
2025-11-11 19:12:21 +01:00
|
|
|
|
"system": "Auto"
|
2025-11-06 09:24:44 +01:00
|
|
|
|
},
|
|
|
|
|
|
"pages": {
|
|
|
|
|
|
"home": {
|
|
|
|
|
|
"name": "Home"
|
|
|
|
|
|
},
|
|
|
|
|
|
"resume": {
|
2025-11-11 19:12:21 +01:00
|
|
|
|
"name": "Resume",
|
|
|
|
|
|
"description": "",
|
|
|
|
|
|
"experience": "Experience",
|
|
|
|
|
|
"education": "Education",
|
|
|
|
|
|
"tools": "Tools",
|
|
|
|
|
|
"devops": "Devops Tools",
|
|
|
|
|
|
"os": "Operating Systems",
|
|
|
|
|
|
"programmingLanguages": "Programming Languages",
|
|
|
|
|
|
"frameworks": "Frameworks"
|
2025-11-06 09:24:44 +01:00
|
|
|
|
},
|
|
|
|
|
|
"vocal-synthesis": {
|
2025-11-11 19:12:21 +01:00
|
|
|
|
"name": "Vocal Synthesis",
|
|
|
|
|
|
"projects": "Key Projects",
|
|
|
|
|
|
"tools": "Tools"
|
2025-11-06 09:24:44 +01:00
|
|
|
|
},
|
|
|
|
|
|
"languages": {
|
|
|
|
|
|
"name": "Languages & Worldbuilding"
|
|
|
|
|
|
},
|
|
|
|
|
|
"contact": {
|
2025-11-19 22:03:35 +01:00
|
|
|
|
"form": {
|
|
|
|
|
|
"sendButton": "Send Message",
|
|
|
|
|
|
"validation": {
|
|
|
|
|
|
"shortName": "Must contain at least one character",
|
|
|
|
|
|
"longName": "Cannot exceed 100 characters",
|
|
|
|
|
|
"shortMessage": "Must contain at least 10 characters",
|
|
|
|
|
|
"longMessage": "Cannot exceed 5000 characters",
|
|
|
|
|
|
"invalidEmail": "Invalid email address format"
|
|
|
|
|
|
},
|
|
|
|
|
|
"labels": {
|
|
|
|
|
|
"name": "Name",
|
|
|
|
|
|
"email": "Email Address",
|
|
|
|
|
|
"message": "Message",
|
|
|
|
|
|
"website": "Website"
|
|
|
|
|
|
},
|
|
|
|
|
|
"placeholders": {
|
|
|
|
|
|
"name": "Alex Taylor",
|
|
|
|
|
|
"email": "alex.taylor[at]example.com",
|
|
|
|
|
|
"message": "Hello, ...",
|
|
|
|
|
|
"website": "https://example.com"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2025-11-06 09:24:44 +01:00
|
|
|
|
"name": "Contact"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
"footer": {
|
|
|
|
|
|
"links": {
|
2025-11-11 19:12:21 +01:00
|
|
|
|
"source": "Website’s source code",
|
|
|
|
|
|
"nuxt": "Frontend made with Nuxt",
|
|
|
|
|
|
"rust": "Backend made with Rust"
|
|
|
|
|
|
},
|
|
|
|
|
|
"versions": {
|
|
|
|
|
|
"frontend": "Frontend Version",
|
|
|
|
|
|
"backend": "Backend Version"
|
2025-11-06 09:24:44 +01:00
|
|
|
|
}
|
2025-11-19 22:03:35 +01:00
|
|
|
|
},
|
|
|
|
|
|
"backend": {
|
|
|
|
|
|
"failed": "Error",
|
|
|
|
|
|
"errors": {
|
|
|
|
|
|
"title": "There was an error",
|
|
|
|
|
|
"unknown": "The website encountered an unknown error. Please try again later."
|
|
|
|
|
|
},
|
|
|
|
|
|
"contact": {
|
|
|
|
|
|
"success": "Email sent! We’ve also sent you a confirmation email!",
|
|
|
|
|
|
"honeypot": "Mmmmmh, I love me some honey from the honeypot!",
|
|
|
|
|
|
"errors": {
|
|
|
|
|
|
"internal": "The website encountered an internal error. Please try again later.",
|
|
|
|
|
|
"validation": {
|
|
|
|
|
|
"name": "Incorrect name format. Must contain from 1 to 50 characters.",
|
|
|
|
|
|
"email": "Incorrect email format.",
|
|
|
|
|
|
"message": "Incorrect message format. Must contain from 10 to 5000 characters.",
|
|
|
|
|
|
"other": "Malformed request."
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2025-11-06 09:24:44 +01:00
|
|
|
|
}
|
|
|
|
|
|
}
|