diff options
Diffstat (limited to 'data/lang/en.json')
-rw-r--r-- | data/lang/en.json | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/data/lang/en.json b/data/lang/en.json new file mode 100644 index 0000000..cb55ffa --- /dev/null +++ b/data/lang/en.json @@ -0,0 +1,129 @@ +{ + "global": { + "copyright": "All rights reserved", + "source": "Source Code", + "legal": "Legal", + "account": "Minteck Account" + }, + "main": { + "page": "Main page", + "intro": { + "title": "Hello, I'm Minteck", + "tagline": [ + "Creator of that cursed thing", + "Also known as Mintexie", + "Also known as Minty or Mints", + "More than one... I guess", + "You wouldn't believe your eyes!", + "I'm cute, you're cute, we're all cute!", + "Such a good foxxo ^^", + "I'm a furry! OwO?", + "Doing weird techy stuff", + "Privacy is a <s>human</s> <b>creature</b> right!", + "I just built this animal shelter" + ], + "subtitle": "Welcome to my personal shelter!" + }, + "elements": { + "projects": { + "title": "Projects", + "description": "The kind of weird stuff I do on my free time", + "action": "View list" + }, + "contact": { + "title": "Contact Me", + "description": "So, you want to have a chat? With me? Nice! Come say hi.", + "action": "Contact Info" + }, + "about": { + "title": "About Me", + "description": "Oh no, you don't know me! Don't worry, we can solve that!", + "action": "View Info" + } + }, + "history": { + "title": "On the same month", + "items": [ + { + "title": "Project AI is getting better (2019)", + "description": "Project AI (then known as Kiki) was a well being chat bot made to make the user feel better" + }, + { + "title": "Horizon's development starts (2019)", + "description": "Horizon was a multipurpose Discord bot developed by me and imagined by Horizon.Data (now SSmellys)" + }, + { + "title": "Chat'Max is now open to registration", + "description": "Chat'Max was a page system designed for my friends. It was then replaced by Projectpedia and PinPages." + }, + { + "title": "Projectpedia is announced (2019)", + "description": "Projectpedia was a wiki system to get help on any kind of projects. It was then replaced by PinPages." + }, + { + "title": "Kartik's early access program is launched on May 4<sup>th</sup> 2021", + "description": "This 1-month-long period helped polish the UI and experience, test the online mode and fix bugs." + }, + { + "title": "Kartik officially releases on June 12<sup>th</sup> 2021", + "description": "Kartik was a simple racing game developed during 6 months" + }, + { + "title": "Fluffy Friends is extended to become public (2021)", + "description": "Fluffy Friends is a furry, plural-friendly and otherkin-friendly community network" + }, + { + "title": "PinPages version 20.08 (2020), a massive update, is officially released", + "description": "PinPages was a social network project similar to Twitter or Facebook" + }, + { + "title": "the 4<sup>th</sup> version of my website is published in September 2019", + "description": "Minteck Projects v4 website. Same rendering engine as v3, but different UI" + }, + { + "title": "the first Neutron version (2019) was made in only 2 weeks", + "description": "Neutron (at the time known as Minteck Projects CMS). Version 1.0 made in 2 days." + }, + { + "title": "a dark themed and more solid variant of my website is now live", + "description": "Minteck Projects v5 website. Same as v4 but with modified UI and fonts." + }, + { + "title": "my first website is developed (2018)", + "description": "Minteck Projects v1 website. You are currently on v9, it has come a long way!" + } + ] + }, + "contact": { + "title": "Contact Me" + }, + "about": { + "title": "About Me", + "languages": { + "title": "Languages", + "description": "French is my mother language, and I am fluent in English." + }, + "experiments": { + "title": "Experimenting", + "description": "I sometimes experiment with technological stuff on my free time" + }, + "archives": { + "title": "Archives", + "description": "All the stuff I did is kept on my website, whether it's maintained or not.", + "action": "Visit archives" + }, + "general": { + "title": "Who am I?", + "description": "I am a French, furry and otherkin non binary girl." + }, + "history": { + "title": "We've come a long way", + "description": "I've been doing techy stuff for the last %1 years now, that's loooong!" + }, + "privacy": { + "title": "Privacy is a right!", + "description": "I strive to respect people's privacy, and try not to use services or applications that violate your privacy." + } + } + } +}
\ No newline at end of file |