cobalt/web/i18n/uk/about/credits.md
imput project translators aedb5238d3 web/i18n: update translations
Updated by "Cleanup translation files" add-on in Weblate.

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: update translation

web/i18n/uk: 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/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

web/i18n/uk: add translation

Co-authored-by: Denys Kovalevskyi <ItzDFPlayer@users.noreply.github.com>
Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org>
Co-authored-by: Mykhailo <gappjust@users.noreply.github.com>
Co-authored-by: imput project translators <i18n@imput.net>
Translate-URL: https://i18n.imput.net/projects/cobalt/a11ydialog/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/a11ydonate/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/a11ygeneral/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/a11ysave/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/about/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutcredits/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutgeneral/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutgeneral/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutprivacy/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutprivacy/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutterms/
Translate-URL: https://i18n.imput.net/projects/cobalt/aboutterms/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/dialog/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/donate/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/general/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/notification/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/save/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/settings/uk/
Translate-URL: https://i18n.imput.net/projects/cobalt/updates/uk/
Translation: cobalt/a11y/dialog
Translation: cobalt/a11y/donate
Translation: cobalt/a11y/general
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/dialog
Translation: cobalt/donate
Translation: cobalt/general
Translation: cobalt/notification
Translation: cobalt/save
Translation: cobalt/settings
Translation: cobalt/updates
2025-02-20 15:31:31 +00:00

69 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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"
/>
кобальт створений з любов'ю і турботою дослідницькою і розробницькою командою
[imput](https://imput.net/).
you can support us on the [donate page](/donate)!
</section>
<section id="testers">
<SectionHeading
title={$t("about.heading.testers")}
sectionId="testers"
/>
huge shoutout to our thing breakers for testing updates early and making sure
they're stable. they also helped us ship 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>