mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-05 21:08:30 +00:00

web/i18n/cs: add translation web/i18n: update translations Updated by "Squash Git commits" add-on in Weblate. web/i18n/cs: add translation web/i18n/cs: 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/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n: update translations Updated by "Cleanup translation files" add-on in Weblate. web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n: update translations Updated by "Cleanup translation files" add-on in Weblate. web/i18n/cs: update translation web/i18n: update translations Updated by "Cleanup translation files" add-on in Weblate. web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n/cs: update translation web/i18n: update translations Updated by "Cleanup translation files" add-on in Weblate. 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: Languages add-on <noreply-addon-languages@weblate.org> Co-authored-by: StaticVoid <Public-StaticVoid@users.noreply.github.com> Co-authored-by: imput project translators <i18n@imput.net> Co-authored-by: jj <log@riseup.net> Co-authored-by: saitric <saitric@users.noreply.github.com> Translate-URL: https://i18n.imput.net/projects/cobalt/about/ Translate-URL: https://i18n.imput.net/projects/cobalt/about/cs/ 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/aboutgeneral/cs/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutprivacy/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutprivacy/cs/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutterms/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutterms/cs/ Translate-URL: https://i18n.imput.net/projects/cobalt/error/cs/ Translate-URL: https://i18n.imput.net/projects/cobalt/general/cs/ Translate-URL: https://i18n.imput.net/projects/cobalt/remux/ Translate-URL: https://i18n.imput.net/projects/cobalt/remux/cs/ Translate-URL: https://i18n.imput.net/projects/cobalt/save/cs/ Translate-URL: https://i18n.imput.net/projects/cobalt/settings/cs/ Translate-URL: https://i18n.imput.net/projects/cobalt/updates/ Translation: cobalt/about Translation: cobalt/about/credits Translation: cobalt/about/general Translation: cobalt/about/privacy Translation: cobalt/about/terms Translation: cobalt/error Translation: cobalt/general Translation: cobalt/remux Translation: cobalt/save Translation: cobalt/settings Translation: cobalt/updates
77 lines
2.8 KiB
Markdown
77 lines
2.8 KiB
Markdown
<script lang="ts">
|
|
import { t } from "$lib/i18n/translations";
|
|
import { contacts, docs } from "$lib/env";
|
|
|
|
import SectionHeading from "$components/misc/SectionHeading.svelte";
|
|
</script>
|
|
|
|
<section id="summary">
|
|
<SectionHeading
|
|
title={$t("about.heading.summary")}
|
|
sectionId="summary"
|
|
/>
|
|
|
|
cobalt ti pomůže uložit cokoli z tvých oblíbených webových stránek: video, zvuk,
|
|
fotografie nebo gify. stačí vložit odkaz a můžeme jít na to!
|
|
|
|
žádné reklamy, trackery, paywally ani jiné nesmysly. jen pohodlná webová
|
|
aplikace, která funguje kdekoli a kdykoli ji potřebuješ.
|
|
</section>
|
|
|
|
<section id="motivation">
|
|
<SectionHeading
|
|
title={$t("about.heading.motivation")}
|
|
sectionId="motivation"
|
|
/>
|
|
|
|
cobalt was created for public benefit, to protect people from ads and malware
|
|
pushed by alternative downloaders. we believe that the best software is safe,
|
|
open, and accessible. all imput project follow these basic principles.
|
|
</section>
|
|
|
|
<section id="privacy-efficiency">
|
|
<SectionHeading
|
|
title={$t("about.heading.privacy_efficiency")}
|
|
sectionId="privacy-efficiency"
|
|
/>
|
|
|
|
all requests to the backend are anonymous and all information about potential
|
|
file tunnels is encrypted. we have a strict zero log policy and don't store or
|
|
track *anything* about individual people.
|
|
|
|
if a request requires additional processing, such as remuxing or transcoding,
|
|
cobalt processes media directly on your device. this ensures best efficiency and
|
|
privacy.
|
|
|
|
if your device doesn't support local processing, then server-based live
|
|
processing is used instead. in this scenario, processed media is streamed
|
|
directly to client, without ever being stored on server's disk.
|
|
|
|
you can [enable forced tunneling](/settings/privacy#tunnel) to boost privacy
|
|
even further. when enabled, cobalt will tunnel all downloaded files, not just
|
|
those that require it. no one will know where you download something from, even
|
|
your network provider. all they'll see is that you're using a cobalt instance.
|
|
</section>
|
|
|
|
<section id="community">
|
|
<SectionHeading
|
|
title={$t("about.heading.community")}
|
|
sectionId="community"
|
|
/>
|
|
|
|
cobalt používá nespočet umělců, pedagogů a tvůrců obsahu k tomu, aby mohli
|
|
dělat, co je baví. s naší komunitou jsme stále na jedné lodi a společně
|
|
pracujeme na tom, aby byl cobalt ještě užitečnější. neváhejte a [zapojte se do
|
|
konverzace](/about/community)!
|
|
|
|
věříme, že budoucnost internetu je otevřená, a proto je cobalt [source
|
|
first](https://sourcefirst.com/) a [snadno
|
|
hostovatelný]({docs.instanceHosting}).
|
|
|
|
pokud tvůj kamarád hostuje zpracovávací instanci, stačí je požádat o doménu a
|
|
[přidat ji do nastavení instance](/settings/instances#community).
|
|
|
|
kdykoli můžeš zkontrolovat zdrojový kód a přispívat do něj [na
|
|
githubu]({contacts.github}). vítáme všechny příspěvky a návrhy!
|
|
</section>
|