mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-05 12:58:27 +00:00

web/i18n/nn: add translation web/i18n: update translations Updated by "Squash Git commits" add-on in Weblate. web/i18n/nn: add translation web/i18n: update translations Updated by "Squash Git commits" add-on in Weblate. web/i18n/nn: add translation 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: 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: 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/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation web/i18n/nn: add translation Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org> Co-authored-by: Thomas Lekanger <datagutt@users.noreply.github.com> Co-authored-by: imput project translators <i18n@imput.net> Translate-URL: https://i18n.imput.net/projects/cobalt/about/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutcredits/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutgeneral/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutprivacy/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutterms/ Translation: cobalt/about Translation: cobalt/about/credits Translation: cobalt/about/general Translation: cobalt/about/privacy Translation: cobalt/about/terms
66 lines
2.0 KiB
Markdown
66 lines
2.0 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 instance 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 we
|
|
take zero liability for what the saved content is used for.
|
|
|
|
processing servers operate like advanced proxies and don't ever write any
|
|
requested content to disk. everything is handled in RAM and permanently purged
|
|
once the tunnel is completed. we have no downloading logs and cannot identify
|
|
anyone.
|
|
|
|
you can learn more about how tunnels work in [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
|
|
fully 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, you can reach out for support via any preferred
|
|
method on [the community page](/about/community).
|
|
</section>
|