data: init data
This commit is contained in:
parent
e85d11b83d
commit
7a27c16d95
69 changed files with 5033 additions and 0 deletions
128
data/en-US/index.json
Normal file
128
data/en-US/index.json
Normal file
|
@ -0,0 +1,128 @@
|
|||
{
|
||||
"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",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue