homepage/data/en-US/index.json
2025-02-03 15:07:11 +08:00

129 lines
No EOL
3.3 KiB
JSON

{
"translation": {
"nav": {
"home": "Home",
"projects": "Projects",
"updates": "Updates",
"contributors": "Contributors",
"about": "About"
},
"brand": {
"name": "STARSET Mirror"
},
"hero": {
"title": "Connecting Starset and You",
"subtitle": "",
"cta": {
"projects": "Browse Projects",
"updates": "Check Updates"
}
},
"projects": {
"title": "Projects",
"tags": {
"translation": "Translation",
"service": "Service",
"community": "Community"
},
"status": {
"planning": "Planning",
"approved": "Approved",
"in_progress": "In Progress",
"launched": "Launched",
"completed": "Completed"
}
},
"updates": {
"title": "Project Updates",
"loading": "Loading...",
"back_to_list": "Back to Updates List",
"filter": {
"all": "All Updates",
"title": "Filter by Tag",
"search_placeholder": "Search Tag...",
"no_results": "No matching tags found",
"clear": "Clear Filter"
},
"pagination": {
"previous": "Previous",
"next": "Next",
"page_info": "Page {{current}} of {{total}}"
},
"tags": {
"journal": "Journal/Summary",
"milestone": "Milestone",
"other": "Other"
},
"notFound": {
"title": "Update not found",
"description": "The update you're looking for does not exist, is not available in the current language, or has been removed."
}
},
"contributors": {
"title": "Contributors",
"tabs": {
"contributors": "Contributors",
"sponsors": "Sponsors"
},
"core_members": "Core Members",
"regular_members": "Regular Members & Community Contributors"
},
"about": {
"title": "About Us",
"contact": {
"title": "Social Links"
},
"join": {
"title": "Join Us"
}
},
"theme": {
"light": "Light",
"dark": "Dark",
"system": "System"
},
"footer": {
"copyright": " 2024 STARSET Mirror."
},
"social": {
"links": [
{
"name": "Keyoxide",
"url": "https://keyoxide.org/647501bc9eb15d88fcb5747f04729e58c6565dfd",
"color": "text-gray-400 hover:text-gray-300",
"icon": "Keyoxide"
},
{
"name": "YouTube",
"url": "https://www.youtube.com/@starsetmirror",
"color": "text-gray-400 hover:text-red-500",
"icon": "YouTube"
},
{
"name": "Fediverse",
"url": "https://social.starset.fans/@mirror",
"color": "text-gray-400 hover:text-purple-400",
"icon": "Fediverse"
},
{
"name": "Twitter",
"url": "https://x.com/starset_mirror",
"color": "text-gray-400 hover:text-blue-400",
"icon": "Twitter"
},
{
"name": "Discord",
"url": "https://discord.gg/zhEqePWneb",
"color": "text-gray-400 hover:text-indigo-400",
"icon": "Discord"
},
{
"name": "Forgejo",
"url": "https://git.owu.one/starset-mirror",
"color": "text-gray-400 hover:text-orange-400",
"icon": "Forgejo"
}
]
}
}
}