Files
community-rule/messages/en/components/footer.json
T
2026-05-22 13:30:47 -06:00

36 lines
991 B
JSON

{
"_comment": "Footer component translations",
"organization": {
"name": "Media Economies Design Lab",
"email": "medlab@colorado.edu",
"url": "https://communityrule.com"
},
"social": {
"bluesky": {
"handle": "medlabboulder",
"ariaLabel": "Follow us on Bluesky",
"url": "https://bsky.app/profile/medlabboulder"
},
"gitlab": {
"handle": "medlabboulder",
"ariaLabel": "Follow us on GitLab",
"url": "https://gitlab.com/medlabboulder"
}
},
"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": "#"
},
"copyright": "© All right reserved"
}