website/assets/i18n/en.json
Stelian Tsekov 2b0c25156a [c] Fixes and style tweaks
- fix links
- tweak styling
- fix translations
2024-04-09 10:32:26 +02:00

80 lines
No EOL
3.5 KiB
JSON

{
"nav": {
"links": {
"git": "Git",
"forum": "Forum",
"signup": "Register"
}
},
"home": {
"header": {
"welcome": "Welcome to the TBZ Community!",
"description": "A student-driven hub for the students of the Technische Berufsschule Zürich to collaborate and innovate."
},
"services": {
"title": "Services",
"subtitle": "Services hosted by students, for students, at the TBZ.",
"forum": {
"title": "Forum",
"description": "Join in on the conversation! Our forum is your go-to destination for all things TBZ. Here, we can exchange problems and issues we're facing, and help each other out!"
},
"git": {
"title": "Git Forge",
"description": "Collaborate on projects with our Git repository and ditch Gitlab and Github. Powered by Forgejo, you get a massive featureset and maximum reliability."
},
"sso": {
"title": "SSO",
"description": "One Account for all things TBZ Community! Log in with a singular account, and forget to re-set passwords individually (because you don't have to, anymore)."
}
},
"join": {
"title": "What're you waiting for?",
"subtitle": "Ready to dive in? Join us now and start contributing to the TBZ Community Hub."
},
"notice": {
"content": "This is an unofficial community platform run by students, for students of the TBZ. For inquiries and support, please contact us <a href='/contact'>here</a>."
},
"footer": {
"source": "This website's been made using the <a href='https://jenil.github.io/chota/'>chota</a> CSS framework. You can find this site's source code <a href='https://git.tbz.community/community/website'>here</a>."
},
"buttons": {
"visit": "Under Construction",
"join": "Join us",
"explore": "Explore Projects"
}
},
"signup": {
"header": {
"title": "TBZ Community Signup Form",
"back": "← Back"
},
"form": {
"labels": {
"fullname": "Full Name:",
"fullnamePlaceholder": "Full Name",
"username": "Username:",
"usernamePlaceholder": "Username",
"email": "Email:",
"emailPlaceholder": "full.name@edu.tbz.ch",
"ssh": "SSH-Key:",
"sshPlaceholder": "ssh-ed25519 AAAAXXXXXXXYYYYYYYZZZZZZZ+00a"
},
"legends": {
"required": "*",
"requiredText": " = required",
"optional": "(optional)",
"optionalText": " = optional"
},
"legal": {
"codeofconduct": "Signing up implies that you agree to abide by our code of conduct.<br>No drama. Be respectful. Have fun. We're all trying, and we're all in this together :)",
"apprenticeVerify": "I visit the TBZ and have an apprenticeship.",
"termsVerify": "I agree that I have read and understood the terms of service and privacy policy."
},
"buttons": {
"submit": "Register",
"login": "Log in"
}
},
"notice": "<strong>Note: </strong>We currently do not accept new members.</br>Please check back at a later date."
}
}