mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-29 11:01:16 +00:00
web/i18n/fr: add translation
web/i18n/fr: add translation web/i18n/fr: add 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. web/i18n/fr: 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/fr: update translation web/i18n/fr: update translation web/i18n/fr: update translation web/i18n/fr: update translation web/i18n/fr: update 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/fr: update translation web/i18n/fr: update translation web/i18n/fr: update translation web/i18n/fr: update translation web/i18n/fr: update translation web/i18n/fr: update translation web/i18n/fr: update translation web/i18n/fr: update translation web/i18n/fr: update translation web/i18n/fr: update translation web/i18n: update translations Updated by "Cleanup translation files" add-on in Weblate. web/i18n/fr: update translation web/i18n/fr: 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: Aridow <Aridow@users.noreply.github.com> Co-authored-by: EDM115 <dev@edm115.eu.org> Co-authored-by: Enzo Dal Cerro <endcerro@users.noreply.github.com> Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org> Co-authored-by: RonanACNH <RonanACNH@users.noreply.github.com> Co-authored-by: SPark <lumivalo@users.noreply.github.com> Co-authored-by: ValouNatsuki <ValouNatsuki@users.noreply.github.com> Co-authored-by: fclivaz <fclivaz42@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/a11ysave/fr/ Translate-URL: https://i18n.imput.net/projects/cobalt/about/ Translate-URL: https://i18n.imput.net/projects/cobalt/about/fr/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutcredits/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutcredits/fr/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutgeneral/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutgeneral/fr/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutprivacy/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutprivacy/fr/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutterms/ Translate-URL: https://i18n.imput.net/projects/cobalt/aboutterms/fr/ Translate-URL: https://i18n.imput.net/projects/cobalt/error/fr/ Translate-URL: https://i18n.imput.net/projects/cobalt/general/fr/ Translate-URL: https://i18n.imput.net/projects/cobalt/remux/ Translate-URL: https://i18n.imput.net/projects/cobalt/save/fr/ Translate-URL: https://i18n.imput.net/projects/cobalt/settings/fr/ Translate-URL: https://i18n.imput.net/projects/cobalt/updates/ Translation: cobalt/a11y/save 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
This commit is contained in:
90
web/i18n/fr/about/credits.md
Normal file
90
web/i18n/fr/about/credits.md
Normal file
@@ -0,0 +1,90 @@
|
||||
<script lang="ts">
|
||||
import { contacts, docs, partners } 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 is made with love and care by [imput](https://imput.net/) ❤️
|
||||
|
||||
we're a small team of two guys, but we work really hard to make great software
|
||||
that benefits everyone. if you like our work, please consider supporting it on
|
||||
the [donate page](/donate)!
|
||||
</section>
|
||||
|
||||
<section id="testers">
|
||||
<SectionHeading
|
||||
title={$t("about.heading.testers")}
|
||||
sectionId="testers"
|
||||
/>
|
||||
|
||||
huge shout-out to our testers for testing updates early and making sure they're
|
||||
stable. they also helped us ship cobalt 10! <BetaTesters />
|
||||
|
||||
tous les liens sont externes et mènent à leurs sites web personnels ou à leurs
|
||||
réseaux sociaux.
|
||||
</section>
|
||||
|
||||
<section id="partners">
|
||||
<SectionHeading
|
||||
title={$t("about.heading.partners")}
|
||||
sectionId="partners"
|
||||
/>
|
||||
|
||||
a portion of cobalt's processing infrastructure is provided by our long-standing
|
||||
partner, [royalehosting.net]({partners.royalehosting})!
|
||||
</section>
|
||||
|
||||
<section id="meowbalt">
|
||||
<SectionHeading
|
||||
title={$t("general.meowbalt")}
|
||||
sectionId="meowbalt"
|
||||
/>
|
||||
|
||||
meowbalt is cobalt's speedy mascot, a very expressive cat who loves fast
|
||||
internet.
|
||||
|
||||
all amazing art of meowbalt that you see in cobalt was made by
|
||||
[GlitchyPSI](https://glitchypsi.xyz/). he's also the original creator of the
|
||||
character.
|
||||
|
||||
imput holds legal rights to meowbalt's character design, but not specific
|
||||
artworks that were created by GlitchyPSI.
|
||||
|
||||
we love meowbalt, so we have to set a few rules in place to protect him:
|
||||
- you cannot use meowbalt's character design in any form that isn't fan art.
|
||||
- you cannot use meowbalt's design or artworks commercially.
|
||||
- you cannot use meowbalt's design or artworks in your own projects.
|
||||
- you cannot use or modify GlitchyPSI's artworks of meowbalt in any form.
|
||||
|
||||
if you create fan art of meowbalt, please share it in [our discord
|
||||
server](/about/community), we'd love to see it!
|
||||
</section>
|
||||
|
||||
<section id="licenses">
|
||||
<SectionHeading
|
||||
title={$t("about.heading.licenses")}
|
||||
sectionId="licenses"
|
||||
/>
|
||||
|
||||
cobalt api (processing server) code is open source and licensed under
|
||||
[AGPL-3.0]({docs.apiLicense}).
|
||||
|
||||
cobalt frontend code is [source first](https://sourcefirst.com/) and is licensed
|
||||
under [CC-BY-NC-SA 4.0]({docs.webLicense}).
|
||||
|
||||
we had to make frontend source first to stop grifters from profiting off our
|
||||
work & from creating malicious clones that deceive people and hurt our public
|
||||
identity. other than commercial use, it follows same principles as many open
|
||||
source licenses.
|
||||
|
||||
we rely on many open source libraries, but also create & distribute our own. you
|
||||
can see the full list of dependencies on [github]({contacts.github})!
|
||||
</section>
|
||||
78
web/i18n/fr/about/general.md
Normal file
78
web/i18n/fr/about/general.md
Normal file
@@ -0,0 +1,78 @@
|
||||
<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 vous permet de sauvegarder tout ce que vous aimez sur vos sites web
|
||||
préférés : vidéo, audio, photos ou gifs. collez simplement le lien et vous êtes
|
||||
prêt à démarrer !
|
||||
|
||||
pas de publicités, de traqueurs, d'accès payant ou autres absurdités. juste une
|
||||
application web pratique qui fonctionne partout et quand vous en avez besoin.
|
||||
</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 est utilisé par d'innombrables artistes, éducateurs et créateurs de
|
||||
contenu pour faire ce qu'ils aiment. nous sommes toujours en contact avec notre
|
||||
communauté et travaillons ensemble pour créer encore plus d'outils utiles pour
|
||||
eux. n'hésitez pas à [rejoindre la conversation](/about/community) !
|
||||
|
||||
nous croyons que l'avenir de l'internet est ouvert, c'est pourquoi cobalt est
|
||||
[source first](https://sourcefirst.com/) et [facilement
|
||||
auto-hébergeable]({docs.instanceHosting}).
|
||||
|
||||
si votre ami en héberge un, demandez-lui simplement un domaine et [ajoutez-le
|
||||
dans les paramètres de l'instance](/settings/instances#community).
|
||||
|
||||
vous pouvez consulter le code source et contribuer [sur
|
||||
github]({contacts.github}) à tout moment. nous accueillons toutes les
|
||||
contributions et suggestions !
|
||||
</section>
|
||||
126
web/i18n/fr/about/privacy.md
Normal file
126
web/i18n/fr/about/privacy.md
Normal file
@@ -0,0 +1,126 @@
|
||||
<script lang="ts">
|
||||
import env from "$lib/env";
|
||||
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"
|
||||
/>
|
||||
|
||||
la politique de confidentialité de cobalt est simple : nous ne collectons ni ne
|
||||
stockons rien à votre sujet. ce que vous faites est uniquement votre affaire,
|
||||
pas la nôtre ni celle de quelqu'un d'autre.
|
||||
|
||||
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="local">
|
||||
<SectionHeading
|
||||
title={$t("about.heading.local")}
|
||||
sectionId="local"
|
||||
/>
|
||||
|
||||
tools that use on-device processing work offline, locally, and never send any
|
||||
processed data anywhere. they are explicitly marked as such whenever applicable.
|
||||
</section>
|
||||
|
||||
<section id="saving">
|
||||
<SectionHeading
|
||||
title={$t("about.heading.saving")}
|
||||
sectionId="saving"
|
||||
/>
|
||||
|
||||
when using saving functionality, cobalt may need to proxy or remux/transcode
|
||||
files. if that's the case, then a temporary tunnel is created for this purpose
|
||||
and minimal required information about the media is stored for 90 seconds.
|
||||
|
||||
on an unmodified & official cobalt instance, **all tunnel data is encrypted with
|
||||
a key that only the end user has access to**.
|
||||
|
||||
encrypted tunnel data may include:
|
||||
- origin service's name.
|
||||
- original URLs for media files.
|
||||
- internal arguments needed to differentiate between types of processing.
|
||||
- minimal file metadata (generated filename, title, author, creation year,
|
||||
copyright info).
|
||||
- minimal information about the original request that may be used in case of an
|
||||
URL failure during the tunnelling process.
|
||||
|
||||
this data is irreversibly purged from server's RAM after 90 seconds. no one has
|
||||
access to cached tunnel data, even instance owners, as long as cobalt's source
|
||||
code is not modified.
|
||||
|
||||
media data from tunnels is never stored/cached anywhere. everything is processed
|
||||
live, even during remuxing and transcoding. cobalt tunnels function like an
|
||||
anonymous proxy.
|
||||
|
||||
if your device supports local processing, then encrypted tunnel info includes
|
||||
way less info, because it's returned to client instead.
|
||||
|
||||
see the [related source code on
|
||||
github](https://github.com/imputnet/cobalt/tree/main/api/src/stream) to learn
|
||||
more about how it works.
|
||||
</section>
|
||||
|
||||
<section id="encryption">
|
||||
<SectionHeading
|
||||
title={$t("about.heading.encryption")}
|
||||
sectionId="encryption"
|
||||
/>
|
||||
|
||||
les données de tunnel stockées temporairement sont cryptées en utilisant la
|
||||
norme AES-256. les clés de déchiffrement ne sont incluses que dans le lien
|
||||
d'accès et ne sont jamais enregistrées/mises en cache/stockées nulle part. seul
|
||||
l'utilisateur final a accès au lien et aux clés de chiffrement. les clés sont
|
||||
générées de manière unique pour chaque tunnel demandé.
|
||||
</section>
|
||||
|
||||
{#if env.PLAUSIBLE_ENABLED}
|
||||
<section id="plausible">
|
||||
<SectionHeading
|
||||
title={$t("about.heading.plausible")}
|
||||
sectionId="plausible"
|
||||
/>
|
||||
|
||||
we use [plausible](https://plausible.io/) to get an approximate number of active
|
||||
cobalt users, fully anonymously. no identifiable information about you or your
|
||||
requests is ever stored. all data is anonymized and aggregated. we self-host and
|
||||
manage the [plausible instance](https://{env.PLAUSIBLE_HOST}/) that cobalt uses.
|
||||
|
||||
plausible n'utilise pas de cookies et est entièrement conforme au RGPD, au CCPA
|
||||
et au PECR.
|
||||
|
||||
if you wish to opt out of anonymous analytics, you can do it in [privacy
|
||||
settings](/settings/privacy#analytics). if you opt out, the plausible script
|
||||
will not be loaded at all.
|
||||
|
||||
[learn more about plausible's dedication to
|
||||
privacy](https://plausible.io/privacy-focused-web-analytics).
|
||||
</section>
|
||||
{/if}
|
||||
|
||||
<section id="cloudflare">
|
||||
<SectionHeading
|
||||
title={$t("about.heading.cloudflare")}
|
||||
sectionId="cloudflare"
|
||||
/>
|
||||
|
||||
we use cloudflare services for:
|
||||
- ddos & abuse protection.
|
||||
- bot protection (cloudflare turnstile).
|
||||
- hosting & deploying the statically rendered web app (cloudflare workers).
|
||||
|
||||
all of these are required to provide the best experience for everyone.
|
||||
cloudflare is the most private & reliable provider for all mentioned solutions
|
||||
that we know of.
|
||||
|
||||
cloudflare est entièrement conforme au RGPD et à la HIPAA.
|
||||
|
||||
[learn more about cloudflare's dedication to
|
||||
privacy](https://www.cloudflare.com/trust-hub/privacy-and-data-protection/).
|
||||
</section>
|
||||
66
web/i18n/fr/about/terms.md
Normal file
66
web/i18n/fr/about/terms.md
Normal file
@@ -0,0 +1,66 @@
|
||||
<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"
|
||||
/>
|
||||
|
||||
vous (l'utilisateur final) êtes responsable de ce que vous faites avec nos
|
||||
outils, de la manière dont vous utilisez et distribuez le contenu résultant.
|
||||
veuillez être attentif lorsque vous utilisez le contenu des autres et créditez
|
||||
toujours les créateurs originaux. assurez-vous de ne pas violer les termes ou
|
||||
les licences.
|
||||
|
||||
lorsqu'il est utilisé à des fins éducatives, citez toujours les sources et
|
||||
créditez les créateurs originaux.
|
||||
|
||||
l'utilisation équitable et les crédits profitent à tout le monde.
|
||||
</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
|
||||
|
||||
**cet addresse n'est pas utilisable pour recevoir de l'aide technique, vous ne
|
||||
recevrez donc pas de réponse si votre requête n'est pas liée a un cas d'abus.**
|
||||
|
||||
if you're experiencing issues, you can reach out for support via any preferred
|
||||
method on [the community page](/about/community).
|
||||
</section>
|
||||
Reference in New Issue
Block a user