cobalt/web/i18n/zh/about/terms.md
imput project translators e097d99499 web/i18n: update translations
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
2024-12-23 10:10:01 +00:00

65 lines
2 KiB
Markdown

<script lang="ts">
import { t } from "$lib/i18n/translations";
import SectionHeading from "$components/misc/SectionHeading.svelte";
</script>
<section id="general">
<SectionHeading
title={$t("about.heading.general")}
sectionId="general"
/>
these terms are applicable only when using the official cobalt instance. in
other cases, you may need to contact the hoster for accurate info.
</section>
<section id="saving">
<SectionHeading
title={$t("about.heading.saving")}
sectionId="saving"
/>
saving functionality simplifies downloading content from the internet and takes
zero liability for what the saved content is used for. processing servers work
like advanced proxies and don't ever write any content to disk. everything is
handled in RAM and permanently purged once the tunnel is done. we have no
downloading logs and can't identify anyone.
[you can read more about how tunnels work in our privacy
policy.](/about/privacy)
</section>
<section id="responsibility">
<SectionHeading
title={$t("about.heading.responsibility")}
sectionId="responsibility"
/>
you (end user) are responsible for what you do with our tools, how you use and
distribute resulting content. please be mindful when using content of others and
always credit original creators. make sure you don't violate any terms or
licenses.
when used in educational purposes, always cite sources and credit original
creators.
fair use and credits benefit everyone.
</section>
<section id="abuse">
<SectionHeading
title={$t("about.heading.abuse")}
sectionId="abuse"
/>
we have no way of detecting abusive behavior automatically because cobalt is
100% anonymous. however, you can report such activities to us via email and
we'll do our best to comply manually: abuse[at]imput.net
**this email is not intended for user support, you will not get a response if
your concern is not related to abuse.**
if you're experiencing issues, contact us via any preferred method on [the
support page](/about/community).
</section>