diff --git a/web/i18n/sr/a11y/dialog.json b/web/i18n/sr/a11y/dialog.json new file mode 100644 index 00000000..2609ac90 --- /dev/null +++ b/web/i18n/sr/a11y/dialog.json @@ -0,0 +1,5 @@ +{ + "picker.item.photo": "минијатура фотографије", + "picker.item.video": "минијатура видеа", + "picker.item.gif": "минијатура gif-а" +} diff --git a/web/i18n/sr/a11y/donate.json b/web/i18n/sr/a11y/donate.json new file mode 100644 index 00000000..0251ab7d --- /dev/null +++ b/web/i18n/sr/a11y/donate.json @@ -0,0 +1,4 @@ +{ + "share.qr.collapse": "проширени QR код. притисните да бисте скупили.", + "share.qr.expand": "QR код. притисните да бисте проширили." +} diff --git a/web/i18n/sr/a11y/general.json b/web/i18n/sr/a11y/general.json new file mode 100644 index 00000000..0baa66a6 --- /dev/null +++ b/web/i18n/sr/a11y/general.json @@ -0,0 +1,3 @@ +{ + "back": "врати се назад" +} diff --git a/web/i18n/sr/a11y/save.json b/web/i18n/sr/a11y/save.json new file mode 100644 index 00000000..a424f7c1 --- /dev/null +++ b/web/i18n/sr/a11y/save.json @@ -0,0 +1,12 @@ +{ + "link_area": "поље за унос везе", + "link_area.turnstile": "поље за унос везе. провера да ли сте робот.", + "clear_input": "очисти унис", + "download": "преузми", + "download.think": "обрада везе…", + "download.check": "потврђивање преузимања…", + "download.done": "преузимање завршено", + "download.error": "грешка при преузимању", + "tutorial.shortcut.photos": "додај пречицу за фотографије", + "tutorial.shortcut.files": "додај пречицу за датотеке" +} diff --git a/web/i18n/sr/a11y/tabs.json b/web/i18n/sr/a11y/tabs.json new file mode 100644 index 00000000..2806eee3 --- /dev/null +++ b/web/i18n/sr/a11y/tabs.json @@ -0,0 +1,3 @@ +{ + "tab_panel": "панел са картицама" +} diff --git a/web/i18n/sr/about.json b/web/i18n/sr/about.json new file mode 100644 index 00000000..a634e2d4 --- /dev/null +++ b/web/i18n/sr/about.json @@ -0,0 +1,30 @@ +{ + "page.faq": "ЧПП", + "page.privacy": "политика приватности", + "page.terms": "услови и етика", + "page.credits": "хвала и лиценце", + "heading.general": "општи услови", + "heading.licenses": "лиценце", + "heading.summary": "најбољи начин да сачувате оно што волите", + "heading.privacy": "водећа приватност", + "heading.community": "отворена заједница", + "heading.local": "обрада на уређају", + "heading.saving": "чување", + "heading.encryption": "шифровање", + "heading.cloudflare": "веб приватност и безбедност", + "heading.responsibility": "одговорности корисника", + "heading.abuse": "пријављивање злоупотребе", + "heading.motivation": "мотивacija", + "page.community": "заједница и подршка", + "heading.plausible": "анонимна анализа саобраћаја", + "page.general": "шта је cobalt?", + "support.github": "погледајте изворни код cobalt-a, допринесите променама или пријавите проблеме", + "heading.testers": "бета тестери", + "support.discord": "разговарајте са заједницом и програмерима о cobalt-у или затражите помоћ", + "support.twitter": "пратите cobalt-ове актуелности и развој на вашој twitter временској линији", + "support.telegram": "будите у току са најновијим cobalt-овим актуелностима преко telegram канала", + "support.bluesky": "пратите cobalt-ове актуелности и развој на вашем bluesky фиду", + "support.description.issue": "ако желите да пријавите грешку или неки други понављајући проблем, молимо вас да то урадите на github-у.", + "support.description.help": "користите discord за сва остала питања. правилно опишите проблем у #cobalt-support или нико неће моћи да вам помогне.", + "support.description.best-effort": "подршку пружамо како можемо али није загарантована, одговор може потрајати." +} diff --git a/web/i18n/sr/about/credits.md b/web/i18n/sr/about/credits.md new file mode 100644 index 00000000..a64a082a --- /dev/null +++ b/web/i18n/sr/about/credits.md @@ -0,0 +1,70 @@ + + +
+ + +cobalt је направљен с љубављу и пажњом од стране [imput](https://imput.net/) +тима за истраживање и развој. + +можете нас подржати на [страници за донације](/donate)! +
+ +
+ + +огромно хвала нашим „thing breakers “ који тестирају ажурирања рано и +осигуравају да су стабилна. такође су нам помогли да испоручимо cobalt 10! + + +све везе су спољашње и воде на њихове личне веб странице или друштвене мреже. +
+ +
+ + +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. +
+ +
+ + +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}). +
diff --git a/web/i18n/sr/about/general.md b/web/i18n/sr/about/general.md new file mode 100644 index 00000000..4850fa90 --- /dev/null +++ b/web/i18n/sr/about/general.md @@ -0,0 +1,87 @@ + + +
+ + +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. +
+ +
+ + +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})! +
+ +
+ + +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. +
+ +
+ + +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! +
+ +
+ + +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. +
diff --git a/web/i18n/sr/about/privacy.md b/web/i18n/sr/about/privacy.md new file mode 100644 index 00000000..6ddf12d3 --- /dev/null +++ b/web/i18n/sr/about/privacy.md @@ -0,0 +1,96 @@ + + +
+ + +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. + +these terms are applicable only when using the official cobalt instance. in +other cases, you may need to contact the hoster for accurate info. +
+ +
+ + +tools that use on-device processing work offline, locally, and never send any +data anywhere. they are explicitly marked as such whenever applicable. +
+ +
+ + +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. +
+ +
+ + +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. +
+ +{#if env.PLAUSIBLE_ENABLED} +
+ + +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). +
+{/if} + +
+ + +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/) +
diff --git a/web/i18n/sr/about/terms.md b/web/i18n/sr/about/terms.md new file mode 100644 index 00000000..e2e0b478 --- /dev/null +++ b/web/i18n/sr/about/terms.md @@ -0,0 +1,64 @@ + + +
+ + +these terms are applicable only when using the official cobalt instance. in +other cases, you may need to contact the hoster for accurate info. +
+ +
+ + +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) +
+ +
+ + +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. +
+ +
+ + +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). +
diff --git a/web/i18n/sr/button.json b/web/i18n/sr/button.json new file mode 100644 index 00000000..6424d268 --- /dev/null +++ b/web/i18n/sr/button.json @@ -0,0 +1,3 @@ +{ + "download": "преузми" +} diff --git a/web/i18n/sr/dialog.json b/web/i18n/sr/dialog.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/web/i18n/sr/dialog.json @@ -0,0 +1 @@ +{} diff --git a/web/i18n/sr/donate.json b/web/i18n/sr/donate.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/web/i18n/sr/donate.json @@ -0,0 +1 @@ +{} diff --git a/web/i18n/sr/error.json b/web/i18n/sr/error.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/web/i18n/sr/error.json @@ -0,0 +1 @@ +{} diff --git a/web/i18n/sr/general.json b/web/i18n/sr/general.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/web/i18n/sr/general.json @@ -0,0 +1 @@ +{} diff --git a/web/i18n/sr/notification.json b/web/i18n/sr/notification.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/web/i18n/sr/notification.json @@ -0,0 +1 @@ +{} diff --git a/web/i18n/sr/receiver.json b/web/i18n/sr/receiver.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/web/i18n/sr/receiver.json @@ -0,0 +1 @@ +{} diff --git a/web/i18n/sr/remux.json b/web/i18n/sr/remux.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/web/i18n/sr/remux.json @@ -0,0 +1 @@ +{} diff --git a/web/i18n/sr/save.json b/web/i18n/sr/save.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/web/i18n/sr/save.json @@ -0,0 +1 @@ +{} diff --git a/web/i18n/sr/settings.json b/web/i18n/sr/settings.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/web/i18n/sr/settings.json @@ -0,0 +1 @@ +{} diff --git a/web/i18n/sr/tabs.json b/web/i18n/sr/tabs.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/web/i18n/sr/tabs.json @@ -0,0 +1 @@ +{} diff --git a/web/i18n/sr/updates.json b/web/i18n/sr/updates.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/web/i18n/sr/updates.json @@ -0,0 +1 @@ +{}