mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-16 03:45:14 +00:00
e097d99499
Updated by "Cleanup translation files" add-on in Weblate. web/i18n: update translations Updated by "Cleanup translation files" add-on in Weblate. web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n/zh: update translation web/i18n: update translations Updated by "Cleanup translation files" add-on in Weblate. web/i18n/zh: update translation web/i18n: update translations Updated by "Squash Git commits" add-on in Weblate. web/i18n: update translations Updated by "Squash Git commits" add-on in Weblate. Co-authored-by: Aaron Ruan <aaron212cn@outlook.com> Co-authored-by: Andrew <SimplyYourAverageDev@users.noreply.github.com> Co-authored-by: Anonymous <anonymous@users.noreply.github.com> Co-authored-by: Echo <3kh0@users.noreply.github.com> Co-authored-by: imput project translators <i18n@imput.net> Co-authored-by: jj <log@riseup.net> Translate-URL: https://i18n.imput.net/projects/cobalt/a11ydialog/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/a11ydonate/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/a11ygeneral/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/a11ysave/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/a11ytabs/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/about/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutcredits/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutprivacy/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutterms/ Translate-URL: https://i18n.imput.net/projects/cobalt/button/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/dialog/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/donate/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/general/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/notification/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/remux/ Translate-URL: https://i18n.imput.net/projects/cobalt/save/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/settings/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/tabs/zh/ Translate-URL: https://i18n.imput.net/projects/cobalt/updates/ Translation: cobalt/a11y/dialog Translation: cobalt/a11y/donate Translation: cobalt/a11y/general Translation: cobalt/a11y/save Translation: cobalt/a11y/tabs Translation: cobalt/about Translation: cobalt/about/credits Translation: cobalt/about/privacy Translation: cobalt/about/terms Translation: cobalt/button Translation: cobalt/dialog Translation: cobalt/donate Translation: cobalt/general Translation: cobalt/notification Translation: cobalt/remux Translation: cobalt/save Translation: cobalt/settings Translation: cobalt/tabs Translation: cobalt/updates
68 lines
2 KiB
Markdown
68 lines
2 KiB
Markdown
<script lang="ts">
|
||
import { contacts, docs } from "$lib/env";
|
||
import { t } from "$lib/i18n/translations";
|
||
|
||
import SectionHeading from "$components/misc/SectionHeading.svelte";
|
||
import BetaTesters from "$components/misc/BetaTesters.svelte";
|
||
</script>
|
||
|
||
<section id="imput">
|
||
<SectionHeading
|
||
title="imput"
|
||
sectionId="imput"
|
||
/>
|
||
|
||
cobalt是由[imput](https://imput.net/)研发团队以爱与关心制成的。
|
||
|
||
您可以通过 [捐赠页面](/donate)支持我们!
|
||
</section>
|
||
|
||
<section id="testers">
|
||
<SectionHeading
|
||
title={$t("about.heading.testers")}
|
||
sectionId="testers"
|
||
/>
|
||
|
||
感谢我们的测试人员及早测试更新并确保其稳定性。他们还帮助我们发布了 cobalt 10! <BetaTesters />
|
||
|
||
all links are external and lead to their personal websites or social media.
|
||
</section>
|
||
|
||
<section id="meowbalt">
|
||
<SectionHeading
|
||
title={$t("general.meowbalt")}
|
||
sectionId="meowbalt"
|
||
/>
|
||
|
||
meowbalt is cobalt's speedy mascot. he is an extremely expressive cat that loves
|
||
fast internet.
|
||
|
||
all amazing drawings of meowbalt that you see in cobalt were made by
|
||
[GlitchyPSI](https://glitchypsi.xyz/). he is also the original designer of the
|
||
character.
|
||
|
||
you cannot use or modify GlitchyPSI's artworks of meowbalt without his explicit
|
||
permission.
|
||
|
||
you cannot use or modify the meowbalt character design commercially or in any
|
||
form that isn't fan art.
|
||
</section>
|
||
|
||
<section id="licenses">
|
||
<SectionHeading
|
||
title={$t("about.heading.licenses")}
|
||
sectionId="licenses"
|
||
/>
|
||
|
||
cobalt processing server is open source and licensed under
|
||
[AGPL-3.0]({docs.apiLicense}).
|
||
|
||
cobalt frontend is [source first](https://sourcefirst.com/) and licensed under
|
||
[CC-BY-NC-SA 4.0]({docs.webLicense}). we decided to use this license to stop
|
||
grifters from profiting off our work & from creating malicious clones that
|
||
deceive people and hurt our public identity.
|
||
|
||
we rely on many open source libraries, create & distribute our own. you can see
|
||
the full list of dependencies on [github]({contacts.github}).
|
||
</section>
|