Files
community-rule/messages/en/components/footer.json
T
2026-08-15 14:39:23 -06:00

45 lines
1.4 KiB
JSON

{
"_comment": "Footer component translations",
"organization": {
"name": "Media Economies Design Lab",
"email": "medlab@colorado.edu",
"url": "https://communityrule.com"
},
"social": {
"bluesky": {
"label": "Bluesky",
"ariaLabel": "Follow us on Bluesky",
"url": "https://bsky.app/profile/medlabboulder.bsky.social"
},
"gitea": {
"label": "Gitea",
"ariaLabel": "View source on Gitea",
"url": "https://git.medlab.host/CommunityRule/community-rule"
},
"mastodon": {
"label": "Mastodon",
"ariaLabel": "Follow us on Mastodon",
"url": "https://social.medlab.host/@medlab"
}
},
"navigation": {
"useCases": "Use cases",
"learn": "Learn",
"about": "About"
},
"legal": {
"_comment": "privacyPolicyHref, termsOfServiceHref, cookiesSettingsHref are stubs until legal pages ship.",
"privacyPolicy": "Privacy Policy",
"privacyPolicyHref": "#",
"termsOfService": "Terms of Service",
"termsOfServiceHref": "#",
"cookiesSettings": "Cookies Settings",
"cookiesSettingsHref": "#"
},
"license": {
"_comment": "Replaces Figma's '© All right reserved'. Covers user-facing content (guides, template copy, marketing) per README — not GPL-3.0 application source. Published user-authored rules are a separate grant.",
"label": "Content licensed under CC BY-SA 4.0",
"href": "https://creativecommons.org/licenses/by-sa/4.0/"
}
}