fix(i18n): correct website and extension copy

This commit is contained in:
Timo
2026-07-26 05:53:57 +02:00
parent 03710cec33
commit 750b47d32a
43 changed files with 1092 additions and 675 deletions
+4 -4
View File
@@ -11,7 +11,7 @@
<link rel="alternate" hreflang="en" href="https://sync.koalastuff.net/privacy">
<link rel="alternate" hreflang="de" href="https://sync.koalastuff.net/de/datenschutz">
<link rel="alternate" hreflang="x-default" href="https://sync.koalastuff.net/privacy">
<meta name="description" content="Privacy Policy of KoalaSync - We take data security and transparency seriously. Learn about our zero-tracking, zero-log, and zero-cookie approach.">
<meta name="description" content="Privacy Policy of KoalaSync. Learn how live room data, encrypted chat, operational logs and website access logs are handled.">
<meta name="robots" content="index, follow">
<script type="application/ld+json">
@@ -31,7 +31,7 @@
"@type": "WebPage",
"name": "Privacy Policy",
"url": "https://sync.koalastuff.net/privacy",
"description": "Privacy Policy of KoalaSync - We take data security and transparency seriously. Learn about our zero-tracking, zero-log, and zero-cookie approach.",
"description": "Privacy Policy of KoalaSync. Learn how live room data, encrypted chat, operational logs and website access logs are handled.",
"inLanguage": "en",
"isPartOf": {
"@type": "WebSite",
@@ -202,7 +202,7 @@
<section>
<h2>4. Official Relay Server & Room Data</h2>
<p>
The official KoalaSync relay server does not keep persistent logs. It does not store room history, sync history, watch history, room messages, playback events, tab titles, or media titles on disk.
The official KoalaSync relay server does not create a room, chat, synchronization or watch history. Operational console logs used for security and troubleshooting may contain IP addresses, socket or peer identifiers, protocol versions and shortened room identifiers. Their retention depends on the server infrastructure and logging configuration.
</p>
<p style="margin-top: 0.5rem;">
To provide the room feature, the relay temporarily processes room and synchronization data in memory while a room is active. This can include room ID, peer ID, display name, playback state, sync events, and, depending on title privacy settings, tab/media titles. This data is only forwarded to participants in the same room and is removed from memory when the room expires or is closed.
@@ -310,7 +310,7 @@
<footer>
<div class="container">
<p>&copy; 2026 KoalaSync. Open source under the MIT License.</p>
<p style="font-size: 0.8rem; margin-top: 0.5rem;">No relay logs. No tracking. Website access logs are deleted after 7 days.</p>
<p style="font-size: 0.8rem; margin-top: 0.5rem;">No chat or watch history. No tracking. Website access logs are deleted after 7 days.</p>
<div style="margin-top: 1.5rem; font-size: 0.8rem; display: flex; justify-content: center; align-items: center; gap: 1.5rem; flex-wrap: wrap;">
<a href="https://koalastuff.net/legal" style="color: var(--text-muted); text-decoration: none;">Legal Notice</a>
<a href="privacy" style="color: var(--text-muted); text-decoration: none;">Privacy Policy</a>