web/i18n: update translations

Updated by "Cleanup translation files" add-on in Weblate.

web/i18n/tr: update translation

web/i18n: update translations

Updated by "Cleanup translation files" add-on in Weblate.

web/i18n/tr: update translation

web/i18n/tr: update translation

web/i18n/tr: update translation

web/i18n/tr: update translation

web/i18n/tr: update translation

web/i18n: update translations

Updated by "Cleanup translation files" add-on in Weblate.

web/i18n/tr: 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: Anonymous <anonymous@users.noreply.github.com>
Co-authored-by: KwiatekMiki <hi@kwiatekmiki.pl>
Co-authored-by: SectorWire <SectorWire-New@users.noreply.github.com>
Co-authored-by: enescetinkal <enescetinkal@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/a11ytabs/tr/
Translate-URL: https://i18n.imput.net/projects/cobalt/about/tr/
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/tr/
Translate-URL: https://i18n.imput.net/projects/cobalt/general/tr/
Translate-URL: https://i18n.imput.net/projects/cobalt/remux/
Translate-URL: https://i18n.imput.net/projects/cobalt/save/tr/
Translate-URL: https://i18n.imput.net/projects/cobalt/tabs/tr/
Translate-URL: https://i18n.imput.net/projects/cobalt/updates/
Translation: cobalt/a11y/tabs
Translation: cobalt/about
Translation: cobalt/about/privacy
Translation: cobalt/about/terms
Translation: cobalt/button
Translation: cobalt/general
Translation: cobalt/remux
Translation: cobalt/save
Translation: cobalt/tabs
Translation: cobalt/updates
This commit is contained in:
imput project translators 2024-11-27 12:52:12 +00:00
parent 4de2706773
commit ee8e8d9c28
22 changed files with 460 additions and 0 deletions

View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1,12 @@
{
"link_area": "bağlantı girdi alanı",
"link_area.turnstile": "bağlantı girdi alanı. robot olup olmadığını kontrol ediyoruz.",
"clear_input": "girdiyi sil",
"download": "indirme",
"download.think": "bağlantı işleniyor...",
"download.check": "indirme onaylanıyor...",
"download.done": "indirme tamamlandı",
"download.error": "indirme hata verdi",
"tutorial.shortcut.photos": "galeri kestirmesini ekle",
"tutorial.shortcut.files": "dosyalar kestirmesini ekle"
}

View file

@ -0,0 +1,3 @@
{
"tab_panel": "sekmeler paneli"
}

34
web/i18n/tr/about.json Normal file
View file

@ -0,0 +1,34 @@
{
"page.faq": "SSS",
"page.community": "topluluk ve destek",
"heading.testers": "beta test programı",
"page.general": "cobalt nedir?",
"page.privacy": "gizlilik şartları",
"page.terms": "şartlar ve etik",
"page.credits": "teşekkürler ve lisanslar",
"community.discord": "topluluk discord sunucusu",
"community.twitter": "",
"community.github": "github deposu",
"community.email": "destek e-posta adresi",
"community.telegram": "telegram haber kanalı",
"heading.general": "genel şartlar",
"heading.licenses": "lisanslar",
"heading.summary": "beğendiğini kaydetmenin en iyi yolu",
"heading.privacy": "gizlilikte önde gelen",
"heading.community": "açık topluluk",
"heading.local": "cihaz içi işleme",
"heading.saving": "kaydetme",
"heading.encryption": "şifreleme",
"heading.plausible": "anonim erişim analitiği",
"heading.cloudflare": "web gizliliği ve güvenliği",
"heading.responsibility": "kullanıcı sorumlulukları",
"heading.abuse": "kötü kullanım bildirme",
"heading.motivation": "motivasyon",
"support.github": "",
"support.discord": "",
"support.twitter": "",
"support.telegram": "",
"support.description.issue": "",
"support.description.help": "",
"support.description.best-effort": ""
}

View file

@ -0,0 +1,69 @@
<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"
/>
cobalt is made with love and care by the [imput](https://imput.net/) research
and development team.
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>

View file

@ -0,0 +1,87 @@
<script lang="ts">
import { t } from "$lib/i18n/translations";
import { partners, 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 helps you save anything from your favorite websites: video, audio, photos
or gifs. just paste the link and you're ready to rock!
no ads, trackers, paywalls, or other nonsense. just a convenient web app that
works anywhere, whenever you need it.
</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 its alternatives. we believe that the best software is safe, open, and
accessible.
it's possible to keep the main instances up thanks to our long-standing
infrastructure partner, [royalehosting.net]({partners.royalehosting})!
</section>
<section id="privacy">
<SectionHeading
title={$t("about.heading.privacy")}
sectionId="privacy"
/>
all requests to the backend are anonymous and all information about tunnels is
encrypted. we have a strict zero log policy and don't track *anything* about
individual people.
when a request needs additional processing, cobalt processes files on-the-fly.
it's done by tunneling processed parts directly to the client, without ever
saving anything to disk. for example, this method is used when the source
service provides video and audio channels as separate files.
additionally, you can [enable forced tunneling](/settings/privacy#tunnel) to
protect your privacy. when enabled, cobalt will tunnel all downloaded files. 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 is used by countless artists, educators, and content creators to do what
they love. we're always on the line with our community and work together to make
cobalt even more useful. feel free to [join the conversation](/about/community)!
we believe that the future of the internet is open, which is why cobalt is
[source first](https://sourcefirst.com/) and [easily
self-hostable]({docs.instanceHosting}).
if your friend hosts a processing instance, just ask them for a domain and [add
it in instance settings](/settings/instances#community).
you can check the source code and contribute [on github]({contacts.github}) at
any time. we welcome all contributions and suggestions!
</section>
<section id="local">
<SectionHeading
title={$t("about.heading.local")}
sectionId="local"
/>
newest features, such as [remuxing](/remux), work locally on your device.
on-device processing is efficient and never sends anything over the internet. it
perfectly aligns with our future goal of moving as much processing as possible
to the client.
</section>

View file

@ -0,0 +1,97 @@
<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"
/>
cobalt's privacy policy is simple: we don't collect or store anything about you.
what you do is solely your business, not ours or anyone else's.
bu şartlar, yalnızca cobalt'ın resmî uygulamasını kullandığınız zaman
geçerlidir. aksi takdirde, kesin bilgi için site yetkilisi ile iletişime
geçmeniz gerekebilir.
</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
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, in some cases cobalt will encrypt & temporarily
store information needed for tunneling. it's stored in processing server's RAM
for 90 seconds and irreversibly purged afterwards. no one has access to it, even
instance owners, as long as they don't modify the official cobalt image.
processed/tunneled files are never cached anywhere. everything is tunneled live.
cobalt's saving functionality is essentially a fancy proxy service.
</section>
<section id="encryption">
<SectionHeading
title={$t("about.heading.encryption")}
sectionId="encryption"
/>
temporarily stored tunnel data is encrypted using the AES-256 standard.
decryption keys are only included in the access link and never
logged/cached/stored anywhere. only the end user has access to the link &
encryption keys. keys are generated uniquely for each requested tunnel.
</section>
{#if env.PLAUSIBLE_ENABLED}
<section id="plausible">
<SectionHeading
title={$t("about.heading.plausible")}
sectionId="plausible"
/>
for sake of privacy, we use [plausible's anonymous traffic
analytics](https://plausible.io/) to get an approximate number of active cobalt
users. no identifiable information about you or your requests is ever stored.
all data is anonymized and aggregated. the plausible instance we use is hosted &
managed by us.
plausible doesn't use cookies and is fully compliant with GDPR, CCPA, and PECR.
[learn more about plausible's dedication to
privacy.](https://plausible.io/privacy-focused-web-analytics)
if you wish to opt out of anonymous analytics, you can do it in [privacy
settings](/settings/privacy#analytics).
</section>
{/if}
<section id="cloudflare">
<SectionHeading
title={$t("about.heading.cloudflare")}
sectionId="cloudflare"
/>
we use cloudflare services for ddos & bot protection. we also use cloudflare
pages for deploying & hosting the static web app. all of these are required to
provide the best experience for everyone. it's the most private & reliable
provider that we know of.
cloudflare is fully compliant with GDPR and HIPAA.
[learn more about cloudflare's dedication to
privacy.](https://www.cloudflare.com/trust-hub/privacy-and-data-protection/)
</section>

View file

@ -0,0 +1,65 @@
<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"
/>
bu şartlar, yalnızca cobalt'ın resmî uygulamasını kullandığınız zaman
geçerlidir. aksi takdirde, kesin bilgi için site yetkilisi ile iletişime
geçmeniz gerekebilir.
</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>

4
web/i18n/tr/button.json Normal file
View file

@ -0,0 +1,4 @@
{
"download": "indirme",
"save": "kaydet"
}

1
web/i18n/tr/dialog.json Normal file
View file

@ -0,0 +1 @@
{}

1
web/i18n/tr/donate.json Normal file
View file

@ -0,0 +1 @@
{}

1
web/i18n/tr/error.json Normal file
View file

@ -0,0 +1 @@
{}

5
web/i18n/tr/general.json Normal file
View file

@ -0,0 +1,5 @@
{
"meowbalt": "miyavbalt",
"beta": "beta",
"embed.description": "sevdikleri reklamsız,izlenmeden,parasız yada başka saçmalıksız kaydet. cobalt sevgi ve bakımla yapılmış cidden bir açık web uygulamasıdır."
}

View file

@ -0,0 +1 @@
{}

View file

@ -0,0 +1,5 @@
{
"title": "bir dosya sürükleyin veya seçin",
"title.drop": "dosyayı buraya sürükleyin!",
"accept": "desteklenen formatlar: {{ formats }}."
}

1
web/i18n/tr/remux.json Normal file
View file

@ -0,0 +1 @@
{}

22
web/i18n/tr/save.json Normal file
View file

@ -0,0 +1,22 @@
{
"auto": "otomatik",
"mute": "sustur",
"audio": "yalnız ses",
"input.placeholder": "bağlantıyı buraya yapıştırın",
"terms.note.agreement": "devam ederek kullanım şartları ve etik kurallarını kabul edersiniz",
"terms.note.link": "oku",
"services.title": "desteklenen hizmetler",
"services.title_show": "desteklenen hizmetleri göster",
"services.title_hide": "desteklenen hizmetleri gizle",
"services.disclaimer": "cobalt, aşağıda belirtilen hizmetlerin herhangi biri ile bağlı değildir.",
"tutorial.title": "ios'te nasıl kaydedilir?",
"tutorial.intro": "ios'te dosyaları rahatça kaydetmek için, paylaş menüsünden bir siri kestirmesi kullanmanız gerekir.",
"tutorial.step.1": "siri kestirmesini ekle:",
"tutorial.step.2": "cobalt'ın kaydetme kutucuğunda \"paylaş'a\" basın.",
"tutorial.step.3": "paylaş menüsünden uygun kestirmeyi seçin.",
"tutorial.outro": "bu kestirmeler sadece cobalt uygulamasında çalışır. başka uygulamalardan bağlantılarla çalışmaz.",
"tutorial.shortcut.photos": "galeriye",
"tutorial.shortcut.files": "dosyalara",
"paste": "yapıştır",
"paste.long": "yapıştır ve indir"
}

45
web/i18n/tr/settings.json Normal file
View file

@ -0,0 +1,45 @@
{
"video.youtube.codec.description": "h264: en iyi uyumluluk, ortalama bithızı. en yüksek kalite 1080p.\nav1: en iyi kalite, verimlilik ve bithızı. 8k ve HDR destekler.\nvp9: av1 ile aynı kalite ve bithızı, ama dosya yaklaşık iki kat daha büyük. 4k ve HDR destekler.\n\nav1 ve vp9, h264 kadar destekli değil.",
"page.appearance": "görünüm",
"page.privacy": "gizlilik",
"page.video": "görüntü",
"page.audio": "ses",
"page.download": "indirme",
"page.advanced": "gelişmiş",
"page.debug": "debug",
"page.instances": "sunucular",
"section.general": "genel",
"section.save": "kaydet",
"theme": "tema",
"theme.auto": "otomatik",
"theme.light": "aydınlık",
"theme.dark": "karanlık",
"theme.description": "otomatik ayar, temayı cihazınızın görüntüleme moduna göre aydınlık veya karanlık temaya değiştirir.",
"video.quality": "görüntü kalitesi",
"video.quality.max": "8k+",
"video.quality.2160": "4k",
"video.quality.1440": "1440p",
"video.quality.1080": "1080p",
"video.quality.720": "720p",
"video.quality.480": "480p",
"video.quality.360": "360p",
"video.quality.240": "240p",
"video.quality.144": "144p",
"video.quality.description": "istenen görüntü kalitesi yoksa, bir sonraki en iyisi kullanılır.",
"video.youtube.codec": "youtube görüntü formatı ve container'ı",
"video.twitter.gif": "twitter/x",
"video.tiktok.h265": "tiktok",
"video.tiktok.h265.title": "HEVC/H265 formatına öncelik ver",
"video.tiktok.h265.description": "uyumluluk pahasına 1080p video indirmeyi sağlar.",
"audio.format": "ses formatı",
"audio.format.best": "en iyi",
"audio.format.mp3": "mp3",
"video.twitter.gif.title": "döngülü videoları GIF'e dönüştür",
"video.twitter.gif.description": "GIF'e dönüştürme verimsizdir. dosya aşırı büyük ve düşük kalite olabilir.",
"audio.format.ogg": "ogg",
"audio.format.wav": "wav",
"audio.format.opus": "opus",
"audio.bitrate": "ses bithızı",
"audio.format.description": "\"en iyi\" dışındaki tüm formatlar dönüştürülür, bu nedenle hepsinde bir miktar kalite kaybı vardır. ses sadece \"en iyi\" formatı seçildiği takdirde yeniden enkode edilmez.",
"audio.bitrate.kbps": "kb/s"
}

3
web/i18n/tr/tabs.json Normal file
View file

@ -0,0 +1,3 @@
{
"save": "kaydet"
}

1
web/i18n/tr/updates.json Normal file
View file

@ -0,0 +1 @@
{}