Files
website-old/locales/en-US.ts
2020-12-17 18:08:43 +01:00

226 lines
6.7 KiB
TypeScript

export default {
header: {
title: 'Arthur Danjou',
home: 'Home',
about: 'About',
blog: 'Blog',
work: 'Work',
contact: 'Contact'
},
footer: {
find_me: 'Find me on :',
separator: 'et by',
links_click: '(Clic it\'s free 🔗)',
credits: 'Developed and designed with ❤ using',
credits_separator: 'by',
copyrights: '© Copyright {date} - All rights reserved'
},
error: {
back: 'Go to home',
no_page: 'The page you are looking for does not exist',
internal: 'Internal error',
error: 'Error'
},
part: {
about: 'About',
blog: 'My Blog',
work: 'My Work',
contact: 'Contact me',
about_description: 'Learn more about me, how I work and who I am',
blog_description: 'I write articles about my life, development and my passions',
work_description: 'Discover my creations to get an idea of my skills',
contact_description: 'Find all my social networks to contact me'
},
home: {
banner: {
role: 'Developer & student',
hello: 'Hello, I am',
description: 'I am a {age} year old self-taught developer. I live in Paris 🇫🇷. I love creating more or less useful applications and software. I use modern technologies to get the best possible result ✨',
},
},
blog: {
read: {
back: 'Go back',
thanks: 'Thanks for reading to the end!',
time: 'Reading'
},
tweet: 'I love a new post from @ArthurDanj, check it out here:',
no_posts: 'Unfortunately there are no items available yet. Come back later 😉',
tags: {
search: 'Are you looking for a specific type of article? Test the search by tag 🏷',
back: 'Return to all articles',
current: 'List of articles with the tag \'{tag}\':'
},
pagination: {
prev: 'Previous',
next: 'Next'
}
},
about: {
banner: {
hello: 'Hello, I am',
1: 'I am a young creative developer who loves to tinker and touch everything! I am very interested in new technologies, development and IT.',
2: 'I love sharing my knowledge and helping others through lives on Twitchs, technical articles on my blog, open-source projects or by reviewing community code. As long as I share my passions, I will continue to do this.',
3: 'I am able to quickly learn new technologies to meet the needs of different projects. I often identify the need for new systems or tools to improve workflow efficiency. I am always motivated by a challenge and like to be well organized to produce consistent results.',
},
title: {
skills: 'Skills',
interests: 'Interests',
technologies: 'Technologies',
languages: 'Languages',
formations: 'Formations',
experiences: 'Experiences'
},
interests: {
dev: 'Development',
devops: 'DevOps',
startups: 'Startups & innovative companies',
sysadmin: 'System administration',
trips: 'Trip',
moto: 'Motorbike'
},
languages: {
fr: 'French',
en: 'English',
native: 'Native',
fluent: 'Fluent'
},
cv: 'Download my CV',
environment: 'My Environment',
env: {
description: 'My development environment makes it possible to gain in productivity. Indeed, I organize myself in this way to always optimize my time for reflection and development. Here is a list of all my software that I use on a daily basis and my setup.',
ide: 'Text editors',
apps: 'Apps & Softwares',
hosting: 'Hosting & Co',
setup: 'Office setup'
},
ide: {
java: 'Java editor',
python: 'Python editor',
web: 'Web editor',
go: 'Go editor',
db: 'Databases editor',
all: 'All-In-One'
},
police: 'Font',
console: 'Console',
wsl_2: 'WSL 2',
email_client: 'Email Client',
vpn_client: 'VPN Client',
ftp_client: 'FTP Client',
web_client: 'Web Browser',
design_tool: 'Creation / Graphics',
communication_tool: 'Communication tool',
organisation_tool: 'Organisation tool',
hosting: {
vps: 'VPS hosting',
ndd: 'Domain name'
},
setup: {
desk: 'Desktop',
phone: 'Phone',
computer: 'Desktop computer',
screen: 'Screen',
keyboard: 'Keyboard',
mouse: 'Mouse',
headphone: 'Headphone',
microphone: 'Headset'
}
},
work: {
no_work: 'Unfortunately there are no projects available yet. Come back later 😉',
description: 'Here are the different projects I was able to participate in in my past!',
tech_used: 'Lists of skills used',
go_back: 'Go back'
},
contact: {
newsletter: {
title: 'Software & Tech Newsletter 📬',
description: 'Subscribe to not miss my next offers, my next articles and my new projects.',
unfollow: 'No spam. Unsubscribe whenever you want'
},
form: {
name: 'Name',
mail: 'Mail address',
submit: 'Subscribe',
error: 'Error in the form!',
success: 'Registration confirmed for {email}!'
},
how_to: {
title: 'How to contact me? ✉',
description: 'Please don\'t hesitate to contact me if you have any questions, think we could work together or if you just want to chat ✌️'
},
available: {
title: 'Am I available? 🚩',
description: 'This status will be updated in real time to let you know if I am available for work.',
start: 'I am currently',
end: 'for work'
}
},
copied: 'Copied',
month: {
'01': 'January',
'02': 'February',
'03': 'March',
'04': 'April',
'05': 'May',
'06': 'June',
'07': 'July',
'08': 'August',
'09': 'September',
10: 'October',
11: 'November',
12: 'December',
},
hiring: {
status: {
not_available: 'not available',
available: 'available'
}
},
tags: {
life: 'Life',
dev: 'Dev',
tech: 'Tech'
},
experiences: {
erisium: 'Junior Developer',
freelance: 'FullStack Software & Web FullStack Development',
idemia: 'Discovery of the IT sector & the data-center',
lsam: 'Room cleaning - Waiter - Taking orders - Welcoming customers'
},
formations: {
freelance: {
title: 'Self-learning',
description: 'Java, TypeScript, Go, Python, etc...'
},
dnb: {
title: 'Diplôme National du Brevet',
description: 'Obtention du Brevet mention Très Bien'
},
bac: {
title: 'Baccalauréat',
description: 'General Baccalaureate Physics / Chemistry & Mathematics'
}
},
works: {
artapi: 'ArtApi is my personal API connected to my various instances',
artsite: 'ArtSite is my personal website creating a single point of contact',
erisium: 'Erisium is a french minecraft mini-game server.',
artclick: 'ArtClick is my url shortener'
}
}