From f8a4535503e9c52b958b69f939a10cfc0852856d Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 16 Jun 2023 10:57:06 -0700 Subject: [PATCH] Update Translations --- i18n/de/code.json | 20 +-- .../current.json | 4 +- .../current.json | 8 +- .../current.json | 12 +- .../current/chat/conversation-settings.md | 23 ++++ .../current/contribute/testing.md | 14 ++ .../getting-started/supported_platforms.md | 2 +- .../current/platforms/_category_.json | 7 + .../current/platforms/tails.md | 120 ++++++++++++++++++ .../current/profiles/availability-status.md | 51 ++++++++ .../current/profiles/profile-info.md | 43 +++++++ .../settings/experiments/file-sharing.md | 4 + .../settings/experiments/group-experiment.md | 8 +- .../image-previews-and-profile-pictures.md | 10 +- .../experiments/message-formatting.md | 6 +- i18n/de/docusaurus-theme-classic/footer.json | 14 +- i18n/de/docusaurus-theme-classic/navbar.json | 12 +- i18n/es/code.json | 2 +- .../current/chat/conversation-settings.md | 23 ++++ .../current/chat/share-file.md | 4 +- .../current/contribute/testing.md | 14 ++ .../getting-started/supported_platforms.md | 2 +- .../current/platforms/_category_.json | 7 + .../current/platforms/tails.md | 120 ++++++++++++++++++ .../current/profiles/availability-status.md | 51 ++++++++ .../current/profiles/profile-info.md | 43 +++++++ .../settings/experiments/file-sharing.md | 4 + .../settings/experiments/group-experiment.md | 8 +- .../image-previews-and-profile-pictures.md | 10 +- .../experiments/message-formatting.md | 6 +- i18n/it/code.json | 2 +- .../current/chat/conversation-settings.md | 23 ++++ .../current/chat/share-file.md | 4 +- .../current/contribute/testing.md | 14 ++ .../getting-started/supported_platforms.md | 2 +- .../current/platforms/_category_.json | 7 + .../current/platforms/tails.md | 120 ++++++++++++++++++ .../current/profiles/availability-status.md | 51 ++++++++ .../current/profiles/profile-info.md | 43 +++++++ .../settings/experiments/file-sharing.md | 4 + .../settings/experiments/group-experiment.md | 8 +- .../image-previews-and-profile-pictures.md | 10 +- .../experiments/message-formatting.md | 6 +- 43 files changed, 866 insertions(+), 80 deletions(-) create mode 100644 i18n/de/docusaurus-plugin-content-docs/current/chat/conversation-settings.md create mode 100644 i18n/de/docusaurus-plugin-content-docs/current/platforms/_category_.json create mode 100644 i18n/de/docusaurus-plugin-content-docs/current/platforms/tails.md create mode 100644 i18n/de/docusaurus-plugin-content-docs/current/profiles/availability-status.md create mode 100644 i18n/de/docusaurus-plugin-content-docs/current/profiles/profile-info.md create mode 100644 i18n/es/docusaurus-plugin-content-docs/current/chat/conversation-settings.md create mode 100644 i18n/es/docusaurus-plugin-content-docs/current/platforms/_category_.json create mode 100644 i18n/es/docusaurus-plugin-content-docs/current/platforms/tails.md create mode 100644 i18n/es/docusaurus-plugin-content-docs/current/profiles/availability-status.md create mode 100644 i18n/es/docusaurus-plugin-content-docs/current/profiles/profile-info.md create mode 100644 i18n/it/docusaurus-plugin-content-docs/current/chat/conversation-settings.md create mode 100644 i18n/it/docusaurus-plugin-content-docs/current/platforms/_category_.json create mode 100644 i18n/it/docusaurus-plugin-content-docs/current/platforms/tails.md create mode 100644 i18n/it/docusaurus-plugin-content-docs/current/profiles/availability-status.md create mode 100644 i18n/it/docusaurus-plugin-content-docs/current/profiles/profile-info.md diff --git a/i18n/de/code.json b/i18n/de/code.json index fe06aa89..3ed5ff11 100644 --- a/i18n/de/code.json +++ b/i18n/de/code.json @@ -231,43 +231,43 @@ "description": "The ARIA label and title attribute for expand button of doc sidebar" }, "theme.admonition.note": { - "message": "note", + "message": "note Hinweis", "description": "The default label used for the Note admonition (:::note)" }, "theme.admonition.tip": { - "message": "tip", + "message": "tip Hinweis", "description": "The default label used for the Tip admonition (:::tip)" }, "theme.admonition.danger": { - "message": "danger", + "message": "danger Gefahr", "description": "The default label used for the Danger admonition (:::danger)" }, "theme.admonition.info": { - "message": "info", + "message": "info Info", "description": "The default label used for the Info admonition (:::info)" }, "theme.admonition.caution": { - "message": "caution", + "message": "caution Vorsicht", "description": "The default label used for the Caution admonition (:::caution)" }, "theme.NavBar.navAriaLabel": { - "message": "Main", + "message": "Hauptseite", "description": "The ARIA label for the main navigation" }, "theme.docs.sidebar.navAriaLabel": { - "message": "Docs sidebar", + "message": "Dokumentenseitenleiste", "description": "The ARIA label for the sidebar navigation" }, "theme.docs.sidebar.closeSidebarButtonAriaLabel": { - "message": "Close navigation bar", + "message": "Navigationsleiste schließen", "description": "The ARIA label for close button of mobile sidebar" }, "theme.docs.sidebar.toggleSidebarButtonAriaLabel": { - "message": "Toggle navigation bar", + "message": "Navigationsleiste umschalten", "description": "The ARIA label for hamburger menu button of mobile navigation" }, "theme.tags.tagsPageTitle": { - "message": "Tags", + "message": "Schlagwörter", "description": "The title of the tag list page" } } diff --git a/i18n/de/docusaurus-plugin-content-docs-docs-developer/current.json b/i18n/de/docusaurus-plugin-content-docs-docs-developer/current.json index 69b49efb..0f5b0351 100644 --- a/i18n/de/docusaurus-plugin-content-docs-docs-developer/current.json +++ b/i18n/de/docusaurus-plugin-content-docs-docs-developer/current.json @@ -1,10 +1,10 @@ { "version.label": { - "message": "Next", + "message": "Nächste", "description": "The label for version current" }, "sidebar.tutorialSidebar.category.Building a Cwtch App": { - "message": "Building a Cwtch App", + "message": "Eine Cwtch App erstellen", "description": "The label for category Building a Cwtch App in sidebar tutorialSidebar" } } diff --git a/i18n/de/docusaurus-plugin-content-docs-docs-security/current.json b/i18n/de/docusaurus-plugin-content-docs-docs-security/current.json index 7b8f55e2..39f3aceb 100644 --- a/i18n/de/docusaurus-plugin-content-docs-docs-security/current.json +++ b/i18n/de/docusaurus-plugin-content-docs-docs-security/current.json @@ -1,14 +1,14 @@ { "version.label": { - "message": "Next", + "message": "Nächste", "description": "The label for version current" }, "sidebar.tutorialSidebar.category.Cwtch Components": { - "message": "Cwtch Components", + "message": "Cwtch Komponenten", "description": "The label for category Cwtch Components in sidebar tutorialSidebar" }, "sidebar.tutorialSidebar.category.Connectivity & Tor": { - "message": "Connectivity & Tor", + "message": "Verbindung & Tor", "description": "The label for category Connectivity & Tor in sidebar tutorialSidebar" }, "sidebar.tutorialSidebar.category.Tapir": { @@ -20,7 +20,7 @@ "description": "The label for category Cwtch in sidebar tutorialSidebar" }, "sidebar.tutorialSidebar.category.Cwtch UI": { - "message": "Cwtch UI", + "message": "Cwtch-UI", "description": "The label for category Cwtch UI in sidebar tutorialSidebar" } } diff --git a/i18n/de/docusaurus-plugin-content-docs/current.json b/i18n/de/docusaurus-plugin-content-docs/current.json index f58c17c7..627fd575 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current.json +++ b/i18n/de/docusaurus-plugin-content-docs/current.json @@ -28,27 +28,27 @@ "description": "The label for category Contribute in sidebar tutorialSidebar" }, "sidebar.tutorialSidebar.category.Getting started": { - "message": "Getting started", + "message": "Erste Schritte", "description": "The label for category Getting started in sidebar tutorialSidebar" }, "sidebar.tutorialSidebar.category.Conversations": { - "message": "Conversations", + "message": "Konversationen", "description": "The label for category Conversations in sidebar tutorialSidebar" }, "sidebar.tutorialSidebar.category.Groups": { - "message": "Groups", + "message": "Gruppen", "description": "The label for category Groups in sidebar tutorialSidebar" }, "sidebar.tutorialSidebar.category.Servers": { - "message": "Servers", + "message": "Server", "description": "The label for category Servers in sidebar tutorialSidebar" }, "sidebar.tutorialSidebar.category.Experiments": { - "message": "Experiments", + "message": "Experimentelle Funktionen", "description": "The label for category Experiments in sidebar tutorialSidebar" }, "sidebar.tutorialSidebar.category.Platforms": { - "message": "Platforms", + "message": "Plattformen", "description": "The label for category Platforms in sidebar tutorialSidebar" } } diff --git a/i18n/de/docusaurus-plugin-content-docs/current/chat/conversation-settings.md b/i18n/de/docusaurus-plugin-content-docs/current/chat/conversation-settings.md new file mode 100644 index 00000000..4e34f21e --- /dev/null +++ b/i18n/de/docusaurus-plugin-content-docs/current/chat/conversation-settings.md @@ -0,0 +1,23 @@ +--- +sidebar_position: 5 +--- + +# Konversationseinstellungen aufrufen + +Klicke in einem Konversationsfenster auf das Einstellungssymbol in der oberen Leiste. + +
+ +[![](/img/conversations/settings.png)](/img/conversations/settings.png) + +
+
+ +Diese Aktion öffnet einen neuen Bildschirm, auf dem du den Kontakt ansehen und verwalten kannst. + +
+ +[![](/img/conversations/settings-full.png)](/img/conversations/settings-full.png) + +
+
\ No newline at end of file diff --git a/i18n/de/docusaurus-plugin-content-docs/current/contribute/testing.md b/i18n/de/docusaurus-plugin-content-docs/current/contribute/testing.md index 253eab31..f8649001 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/contribute/testing.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/contribute/testing.md @@ -34,4 +34,18 @@ Wir empfehlen **nicht**, dass Tester immer auf die neueste Nightly aktualisieren Alle Beiträge sind [berechtigt für Aufkleber](/docs/contribute/stickers) +::: + +### Feedback abgeben + +Es gibt drei wichtige Möglichkeiten, Test-Feedback an das Team zu übermitteln: + +* Über Cwtch: Entweder über die Release Candidate Tester Gruppe oder direkt über ein Cwtch Team-Mitglied. +* Via Gitea: Bitte öffne ein Problem unter [https://git.openprivacy.ca/cwtch. m/cwtch-ui/issues](https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues) - Bitte mache dir keine Gedanken über doppelte Probleme, wir werden doppelte Probleme als Teil unseres Triage Prozesses entfernen. +* Per E-Mail: E-Mail `team@cwtch.im` mit dem Fehlerbericht und eines unserer Teams wird ihn prüfen. + +:::note Hinweis + +Aufgrund eines Problems mit unserem E-Mail-Provider sind wir derzeit nicht in der Lage, E-Mails von unserer gitea-Instanz zu versenden. Bitte überprüfe regelmäßig offene Probleme / Pull-Requests auf Updates (oder abonniere die RSS-Feeds des Projektarchivs) + ::: \ No newline at end of file diff --git a/i18n/de/docusaurus-plugin-content-docs/current/getting-started/supported_platforms.md b/i18n/de/docusaurus-plugin-content-docs/current/getting-started/supported_platforms.md index ebc5331f..ea9fb4eb 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/getting-started/supported_platforms.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/getting-started/supported_platforms.md @@ -35,5 +35,5 @@ In vielen Fällen suchen wir nach Testern, die bestätigen, dass verschiedene Fu | Android 11 | ✅ | ✅ | Offizielle SDK unterstützen arm, arm64 und amd64 Architekturen. | | Android 12 | ✅ | ✅ | Offizielle SDK unterstützen arm, arm64 und amd64 Architekturen. | | Android 13 | ✅ | ✅ | Offizielle SDK unterstützen arm, arm64 und amd64 Architekturen. | -| LineageOS | 🟡 | 🟡 | [Bekannte Probleme. Für die Unterstützung sind spezielle Änderungen an Cwtch erforderlich.](https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues/607) | +| LineageOS | ✅ | ✅ | Offizielle SDK unterstützen arm, arm64 und amd64 Architekturen. | | Andere Android Distributionen | 🟡 | 🟡 | Testen erforderlich. | diff --git a/i18n/de/docusaurus-plugin-content-docs/current/platforms/_category_.json b/i18n/de/docusaurus-plugin-content-docs/current/platforms/_category_.json new file mode 100644 index 00000000..be41142a --- /dev/null +++ b/i18n/de/docusaurus-plugin-content-docs/current/platforms/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Plattformen", + "position": 12, + "link": { + "type": "generierter Index" + } +} \ No newline at end of file diff --git a/i18n/de/docusaurus-plugin-content-docs/current/platforms/tails.md b/i18n/de/docusaurus-plugin-content-docs/current/platforms/tails.md new file mode 100644 index 00000000..54bd55cb --- /dev/null +++ b/i18n/de/docusaurus-plugin-content-docs/current/platforms/tails.md @@ -0,0 +1,120 @@ +--- +sidebar_position: 1 +--- + +# Cwtch in Tails laufen lassen + +:::warning Warnung Feature des nächtlichen Releases + +Diese Funktionalität ist derzeit **nur ** verfügbar in den [Nächtlichen Release](https://docs.cwtch.im/docs/contribute/testing#cwtch-nightlies) Builds von Cwtch. + +Diese Funktionalität kann unvollständig und/oder gefährlich sein, wenn sie falsch benutzt wird. Bitte hilf uns bei der Überprüfung und dem Test. +::: + +Die folgenden Schritte erfordern, dass Tails mit einem [Administrationspasswort gestartet wurde](https://tails.boum.org/doc/first_steps/welcome_screen/administration_password/). + +Tails verwendet [Onion Grater](https://gitlab.tails.boum.org/tails/tails/-/blob/master/config/chroot_local-includes/usr/local/lib/onion-grater#L3) um den Zugriff auf den Kontrollport zu schützen. Wir haben eine Onion Gratar Konfiguration [`cwtch-tails.yml` ](https://git.openprivacy.ca/cwtch.im/cwtch-ui/src/branch/trunk/linux/cwtch-tails.yml) paketiert und ein Skript (`install-tails.sh`) mit dem Cwtch unter Linux eingerichtet. + +Der Tails-spezifische Teil des Skripts wird unten reproduziert: + + # Tails needs to be have been setup up with an Administration account + # + # Make Auth Cookie Readable + sudo chmod o+r /var/run/tor/control.authcookie + # Copy Onion Grater Config + sudo cp cwtch.yml /etc/onion-grater.d/cwtch.yml + # Restart Onion Grater so the Config Takes effect + sudo systemctl restart onion-grater.service + +Beim Start sollte Cwtch auf Tails die `CWTCH_TAILS=true` Umgebungsvariable übergeben werden, um Cwtch automatisch für die Ausführung in einer Tails-ähnlichen Umgebung zu konfigurieren: + +`exec env CWTCH_TAILS=true LD_LIBRARY_PATH=~/.local/lib/cwtch/:~/.local/lib/cwtch/Tor ~/.local/lib/cwtch/cwtch` + +:::info Installationsort + +Der obige Befehl und die unten stehende Onion Gratar Konfiguration gehen davon aus, dass Cwtch in `~/.local/lib/cwtch/cwtch` installiert wurde - wenn Cwtch irgendwo anders installiert wurde (oder wenn Du es direkt aus dem Download-Ordner laufen lässt) musst du die Befehle anpassen. + +::: + +## Onion Grater Konfiguration + +Die Onion Gratar Konfiguration [`cwtch-tails.yml` ](https://git.openprivacy.ca/cwtch.im/cwtch-ui/src/branch/trunk/linux/cwtch-tails.yml) wird unten reproduziert. Wie erwähnt, kann diese Konfiguration wahrscheinlich noch viel weiter eingeschränkt werden. + + --- + # TODO: This can likely be restricted even further, especially in regards to the ADD_ONION pattern + + - apparmor-profiles: + - '/home/amnesia/.local/lib/cwtch/cwtch' + users: + + - 'amnesia' + commands: + AUTHCHALLENGE: + + - 'SAFECOOKIE .*' + SETEVENTS: + + - 'CIRC WARN ERR' + - 'CIRC ORCONN INFO NOTICE WARN ERR HS_DESC HS_DESC_CONTENT' + GETINFO: + + - '.*' + GETCONF: + + - 'DisableNetwork' + SETCONF: + + - 'DisableNetwork.*' + ADD_ONION: + + - '.*' + DEL_ONION: + + - '.+' + HSFETCH: + + - '.+' + events: + CIRC: + suppress: true + ORCONN: + suppress: true + INFO: + suppress: true + NOTICE: + suppress: true + WARN: + suppress: true + ERR: + suppress: true + HS_DESC: + response: + + - pattern: '650 HS_DESC CREATED (\S+) (\S+) (\S+) \S+ (.+)' + replacement: '650 HS_DESC CREATED {} {} {} redacted {}' + + - pattern: '650 HS_DESC UPLOAD (\S+) (\S+) .*' + replacement: '650 HS_DESC UPLOAD {} {} redacted redacted' + + - pattern: '650 HS_DESC UPLOADED (\S+) (\S+) .+' + replacement: '650 HS_DESC UPLOADED {} {} redacted' + + - pattern: '650 HS_DESC REQUESTED (\S+) NO_AUTH' + replacement: '650 HS_DESC REQUESTED {} NO_AUTH' + + - pattern: '650 HS_DESC REQUESTED (\S+) NO_AUTH \S+ \S+' + replacement: '650 HS_DESC REQUESTED {} NO_AUTH redacted redacted' + + - pattern: '650 HS_DESC RECEIVED (\S+) NO_AUTH \S+ \S+' + replacement: '650 HS_DESC RECEIVED {} NO_AUTH redacted redacted' + + - pattern: '.*' + replacement: '' + HS_DESC_CONTENT: + suppress: true + +## Dauerhaft + +Standardmäßig erstellt Cwtch `$HOME/.cwtch` und speichert dort alle verschlüsselten Profile und Einstellungsdateien. Um Profil/Konversationen in Cwtch auf Tails zu speichern, musst du diesen Ordner in einem nicht flüchtigen Zuhause sichern. + +Siehe Tails Dokumentation zum Einrichten von [Dauerhaftem Speicher](https://tails.boum.org/doc/persistent_storage/) \ No newline at end of file diff --git a/i18n/de/docusaurus-plugin-content-docs/current/profiles/availability-status.md b/i18n/de/docusaurus-plugin-content-docs/current/profiles/availability-status.md new file mode 100644 index 00000000..f6040516 --- /dev/null +++ b/i18n/de/docusaurus-plugin-content-docs/current/profiles/availability-status.md @@ -0,0 +1,51 @@ +--- +sidebar_position: 14 +--- + +# Verfügbarkeitsstatus einstellen + +:::warning Warnung Feature des nächtlichen Releases + +Diese Funktionalität ist derzeit **nur ** verfügbar in den [Nächtlichen Release](https://docs.cwtch.im/docs/contribute/testing#cwtch-nightlies) Builds von Cwtch. + +Diese Funktionalität kann unvollständig und/oder gefährlich sein, wenn sie falsch benutzt wird. Bitte hilf uns bei der Überprüfung und dem Test. +::: + +Klicke im [-Konversationsfenster](https://docs.cwtch.im/docs/category/conversations) auf das Status-Symbol neben deinem Profilbild. + +
+ +[![](/img/profiles/status-tooltip.png)](/img/profiles/status-tooltip.png) + +
+
+ +Ein Dropdown-Menü wird angezeigt mit verschiedenen Optionen wie Verfügbar, Abwesend und Beschäftigt + +
+ +[![](/img/profiles/status-tooltip-busy.png)](/img/profiles/status-tooltip-busy.png) + +
+
+ +Wenn du Abwesend oder Beschäftigt als Status auswählst, wird sich die Grenzlinie deines Profilbildes ändern, um den Status zu reflektieren +
+ +[![](/img/profiles/status-tooltip-busy-set.png)](/img/profiles/status-tooltip-busy-set.png) + +
+
+ +Kontakte sehen diese Änderung in ihrem Konversationsfenster. + +
+ +[![](/img/profiles/status-busy.png)](/img/profiles/status-busy.png) + +
+
+ + + + diff --git a/i18n/de/docusaurus-plugin-content-docs/current/profiles/profile-info.md b/i18n/de/docusaurus-plugin-content-docs/current/profiles/profile-info.md new file mode 100644 index 00000000..24040f28 --- /dev/null +++ b/i18n/de/docusaurus-plugin-content-docs/current/profiles/profile-info.md @@ -0,0 +1,43 @@ +--- +sidebar_position: 15 +--- + +# Profilattribute einstellen + +:::warning Warnung Feature des nächtlichen Releases + +Diese Funktionalität ist derzeit **nur ** verfügbar in den [Nächtlichen Release](https://docs.cwtch.im/docs/contribute/testing#cwtch-nightlies) Builds von Cwtch. + +Diese Funktionalität kann unvollständig und/oder gefährlich sein, wenn sie falsch benutzt wird. Bitte hilf uns bei der Überprüfung und dem Test. +::: + +Im [Profilverwaltungsfenster](/docs/profiles/introduction#manage-profiles) befinden sich drei freiformatige Textfelder unterhalb deines Profilbilds. + +
+ +[![](/img/profiles/attributes-empty.png)](/img/profiles/attributes-empty.png) + +
+
+ +Du kannst diese Felder mit allen Informationen ausfüllen, die du potenzielle Kontakte wissen möchtest. **Diese Informationen sind öffentlich** - lege hier keine Informationen an, die du nicht mit allen teilen möchtest. + +
+ +[![](/img/profiles/attributes-set.png)](/img/profiles/attributes-set.png) + +
+
+ +Kontakte können diese Informationen in den [Konversationseinstellungen](/docs/chat/conversation-settings) einsehen. + +
+ +[![](/img/profiles/attributes-contact.png)](/img/profiles/attributes-contact.png) + +
+
+ + + + diff --git a/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/file-sharing.md b/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/file-sharing.md index fae64fd2..1e2d6355 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/file-sharing.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/file-sharing.md @@ -4,6 +4,10 @@ sidebar_position: 3 # Dateifreigabe +Diese Einstellung aktiviert Cwtch [Dateisharing-Funktionalität](/docs/chat/share-file). Dies zeigt die Option "Datei teilen" im Konversationsbereich an und erlaubt dir Dateien von Konversationen herunterzuladen. + +Optional kannst du [Bildvorschau und Profilbilder](https://docs.cwtch.im/docs/settings/experiments/image-previews-and-profile-pictures) aktivieren, um Bilddateien automatisch herunterzuladen, Bilder im Konversationsfenster anzuzeigen und die Funktion [Profilbilder](/docs/profiles/change-profile-image) aktivieren; + :::info Info Diese Dokumentationsseite ist ein Muster. Du kannst helfen, indem [du es mit vergrößerst](https://git.openprivacy.ca/cwtch.im/docs.cwtch.im). diff --git a/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/group-experiment.md b/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/group-experiment.md index 34529b38..8fe589c1 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/group-experiment.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/group-experiment.md @@ -2,13 +2,11 @@ sidebar_position: 1 --- -# Gruppen-Experiment aktivieren +# experimentelle Gruppen Funktion -:::info Info +Ermöglicht Cwtch [eine Verbindung zu nicht vertrauenswürdigen Server](/docs/servers/introduction) und verwendet diese für [private, asynchrone Gruppen](/docs/groups/introduction). -Diese Dokumentationsseite ist ein Muster. Du kannst helfen, indem [du es mit vergrößerst](https://git.openprivacy.ca/cwtch.im/docs.cwtch.im). - -::: +## Zum Einschalten 1. Zu den Einstellungen 2. Experimente aktivieren diff --git a/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/image-previews-and-profile-pictures.md b/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/image-previews-and-profile-pictures.md index 19517e5f..b2362a67 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/image-previews-and-profile-pictures.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/image-previews-and-profile-pictures.md @@ -4,8 +4,12 @@ sidebar_position: 4 # Bildvorschau und Profilbilder -:::info Info +:::caution Vorsicht -Diese Dokumentationsseite ist ein Muster. Du kannst helfen, indem [du es mit vergrößerst](https://git.openprivacy.ca/cwtch.im/docs.cwtch.im). +Dieses experimentelle Funktion erfordert das [File Sharing](https://docs.cwtch.im/docs/settings/experiments/file-sharing) aktiviert ist. -::: \ No newline at end of file +::: + +Wenn aktiviert, wird Cwtch die Bilddateien automatisch herunterladen, Bildvorschau im Konversationsfenster anzeigen und [Profilbilder](/docs/profiles/change-profile-image) aktivieren; + +Auf dem Desktop, durch das Aktivieren dieser experimentellen Funktion wird der Zugriff auf eine zusätzliche Einstellung `"`Downloadordner` erlaubt, die geändert werden kann, um Cwtch zu sagen, wo (automatisch) Bilder heruntergeladen werden sollen. \ No newline at end of file diff --git a/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/message-formatting.md b/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/message-formatting.md index 131f36a1..52f0f3ef 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/message-formatting.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/settings/experiments/message-formatting.md @@ -4,8 +4,6 @@ sidebar_position: 6 # Nachrichtenformatierung -:::info Info +Wenn aktiviert, ändert diese experimentelle Funktion die Konversationsbox um [Nachrichtenformatierung](/docs/chat/message-formatting) UX hinzuzufügen. -Diese Dokumentationsseite ist ein Muster. Du kannst helfen, indem [du es mit vergrößerst](https://git.openprivacy.ca/cwtch.im/docs.cwtch.im). - -::: \ No newline at end of file +Diese experimentelle Funktion ist nun standardmäßig aktiviert. \ No newline at end of file diff --git a/i18n/de/docusaurus-theme-classic/footer.json b/i18n/de/docusaurus-theme-classic/footer.json index 9d6c83a3..35856656 100644 --- a/i18n/de/docusaurus-theme-classic/footer.json +++ b/i18n/de/docusaurus-theme-classic/footer.json @@ -32,19 +32,19 @@ "description": "The footer copyright" }, "link.title.Contribute": { - "message": "Contribute", + "message": "Mitwirken", "description": "The title of the footer links column with title=Contribute in the footer" }, "link.item.label.Introduction": { - "message": "Introduction", + "message": "Einführung", "description": "The label of footer link with label=Introduction linking to /docs/intro" }, "link.item.label.Security Handbook": { - "message": "Security Handbook", + "message": "Sicherheitshandbuch", "description": "The label of footer link with label=Security Handbook linking to /security/intro" }, "link.item.label.Developer Guide": { - "message": "Developer Guide", + "message": "Entwicklerhandbuch", "description": "The label of footer link with label=Developer Guide linking to /developing/intro" }, "link.item.label.Mastodon": { @@ -52,7 +52,7 @@ "description": "The label of footer link with label=Mastodon linking to https://fosstodon.org/@cwtch" }, "link.item.label.Donate": { - "message": "Donate", + "message": "Spenden", "description": "The label of footer link with label=Donate linking to https://openprivacy.ca/donate" }, "link.item.label.Patreon": { @@ -60,11 +60,11 @@ "description": "The label of footer link with label=Patreon linking to https://patreon.com/openprivacy" }, "link.item.label.Source Code": { - "message": "Source Code", + "message": "Quellcode", "description": "The label of footer link with label=Source Code linking to https://git.openprivacy.ca/cwtch.im" }, "link.item.label.Download": { - "message": "Download", + "message": "Herunterladen", "description": "The label of footer link with label=Download linking to https://cwtch.im/download" } } diff --git a/i18n/de/docusaurus-theme-classic/navbar.json b/i18n/de/docusaurus-theme-classic/navbar.json index a1f61b33..f21bd7dd 100644 --- a/i18n/de/docusaurus-theme-classic/navbar.json +++ b/i18n/de/docusaurus-theme-classic/navbar.json @@ -12,23 +12,23 @@ "description": "Navbar item with label Git" }, "logo.alt": { - "message": "Cwtch Logo", + "message": "Cwtch-Logo", "description": "The alt text of navbar logo" }, "item.label.Security Handbook": { - "message": "Security Handbook", + "message": "Sicherheitshandbuch", "description": "Navbar item with label Security Handbook" }, "item.label.Developers Handbook": { - "message": "Developers Handbook", + "message": "Entwicklerhandbuch", "description": "Navbar item with label Developers Handbook" }, "item.label.Development Log": { - "message": "Development Log", + "message": "Entwicklungsprotokoll", "description": "Navbar item with label Development Log" }, "item.label.Donate": { - "message": "Donate", + "message": "Spenden", "description": "Navbar item with label Donate" }, "item.label.Patreon": { @@ -36,7 +36,7 @@ "description": "Navbar item with label Patreon" }, "item.label.Download": { - "message": "Download", + "message": "Herunterladen", "description": "Navbar item with label Download" } } diff --git a/i18n/es/code.json b/i18n/es/code.json index 9b130fa9..50ed31e6 100644 --- a/i18n/es/code.json +++ b/i18n/es/code.json @@ -267,7 +267,7 @@ "description": "The ARIA label for hamburger menu button of mobile navigation" }, "theme.tags.tagsPageTitle": { - "message": "Etiquetas", + "message": "Tags", "description": "The title of the tag list page" } } diff --git a/i18n/es/docusaurus-plugin-content-docs/current/chat/conversation-settings.md b/i18n/es/docusaurus-plugin-content-docs/current/chat/conversation-settings.md new file mode 100644 index 00000000..50a3c47a --- /dev/null +++ b/i18n/es/docusaurus-plugin-content-docs/current/chat/conversation-settings.md @@ -0,0 +1,23 @@ +--- +sidebar_position: 5 +--- + +# Accessing Conversation Settings + +In a conversation window, click on the Settings icon in the top bar. + +
+ +[![](/img/conversations/settings.png)](/img/conversations/settings.png) + +
+
+ +This action will open up a new screen where you can view and manage the contact. + +
+ +[![](/img/conversations/settings-full.png)](/img/conversations/settings-full.png) + +
+
\ No newline at end of file diff --git a/i18n/es/docusaurus-plugin-content-docs/current/chat/share-file.md b/i18n/es/docusaurus-plugin-content-docs/current/chat/share-file.md index 61690a2e..20987587 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/chat/share-file.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/chat/share-file.md @@ -8,7 +8,7 @@ sidebar_position: 6 Esta función requiere [Experimentos habilitados](https://docs.cwtch.im/docs/settings/introduction#experiments) y el [Experimento de Grupos](https://docs.cwtch.im/docs/settings/experiments/file-sharing) activado. -Opcionalmente, puede habilitar [vistas previas de imágenes y fotos de perfil](https://docs.cwtch.im/docs/settings/experiments/image-previews-and-profile-pictures) para ver vistas previas de imágenes compartidas en la ventana de conversación. +Optionally, you can enable [Image Previews and Profile Pictures](https://docs.cwtch.im/docs/settings/experiments/image-previews-and-profile-pictures) to see display shared image previews in the conversation window. ::: @@ -48,4 +48,4 @@ Enviamos el nombre del archivo como sugerencia y le ayudamos a distinguirlo de o ## ¿Puedo descargar archivos automáticamente? -Si el experimento de [Vistas previas de imágenes y fotos de perfil](https://docs.cwtch.im/docs/settings/experiments/image-previews-and-profile-pictures) está activado, Cwtch descargará automáticamente las imágenes de conversaciones aceptadas +If the [Image Previews and Profile Pictures experiment](https://docs.cwtch.im/docs/settings/experiments/image-previews-and-profile-pictures) is enabled then Cwtch will automatically download images from accepted conversations diff --git a/i18n/es/docusaurus-plugin-content-docs/current/contribute/testing.md b/i18n/es/docusaurus-plugin-content-docs/current/contribute/testing.md index 15e92da2..a38451c6 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/contribute/testing.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/contribute/testing.md @@ -34,4 +34,18 @@ Nosotros **no** recomendamos que los testers se actualicen siempre a los último All contributions are [eligible for stickers](/docs/contribute/stickers) +::: + +### Submitting Feedback + +There are three main ways of submitting testing feedback to the team: + +* Via Cwtch: Either via the Release Candidate Testers Group or directly to a Cwtch team member. +* Via Gitea: Please open an issue in [https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues](https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues) - please do not worry about duplicate issues, we will de-duplicate as part of our triage process. +* Via Email: Email `team@cwtch.im` with the bug report and one of our team will look into it. + +:::note + +Due to an issue with our email provider, we are currently unable to consistently send email from our gitea instance. Please regularly check open issues / pull-requests for updates (or subscribe to the repository's RSS feeds) + ::: \ No newline at end of file diff --git a/i18n/es/docusaurus-plugin-content-docs/current/getting-started/supported_platforms.md b/i18n/es/docusaurus-plugin-content-docs/current/getting-started/supported_platforms.md index f28f83da..bfff7e28 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/getting-started/supported_platforms.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/getting-started/supported_platforms.md @@ -35,5 +35,5 @@ In many cases we are looking for testers to confirm that various functionality w | Android 11 | ✅ | ✅ | Official SDK supprts arm, arm64, and amd64 architectures. | | Android 12 | ✅ | ✅ | Official SDK supprts arm, arm64, and amd64 architectures. | | Android 13 | ✅ | ✅ | Official SDK supprts arm, arm64, and amd64 architectures. | -| LineageOS | 🟡 | 🟡 | [Known Issues. Specific changes to Cwtch are required for support.](https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues/607) | +| LineageOS | ✅ | ✅ | Official SDK supprts arm, arm64, and amd64 architectures. | | Other Android Distributions | 🟡 | 🟡 | Testing Needed. | diff --git a/i18n/es/docusaurus-plugin-content-docs/current/platforms/_category_.json b/i18n/es/docusaurus-plugin-content-docs/current/platforms/_category_.json new file mode 100644 index 00000000..cf37d34a --- /dev/null +++ b/i18n/es/docusaurus-plugin-content-docs/current/platforms/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Platforms", + "position": 12, + "link": { + "type": "generated-index" + } +} \ No newline at end of file diff --git a/i18n/es/docusaurus-plugin-content-docs/current/platforms/tails.md b/i18n/es/docusaurus-plugin-content-docs/current/platforms/tails.md new file mode 100644 index 00000000..211c4c76 --- /dev/null +++ b/i18n/es/docusaurus-plugin-content-docs/current/platforms/tails.md @@ -0,0 +1,120 @@ +--- +sidebar_position: 1 +--- + +# Running Cwtch on Tails + +:::warning Nightly Feature + +This functionality is currently **only** available in the [Nightly Release](https://docs.cwtch.im/docs/contribute/testing#cwtch-nightlies) builds of Cwtch. + +This functionality may be incomplete and/or dangerous if misused. Please help us to review, and test. +::: + +The following steps require that Tails has been launched with an [Administration Password](https://tails.boum.org/doc/first_steps/welcome_screen/administration_password/). + +Tails uses [Onion Grater](https://gitlab.tails.boum.org/tails/tails/-/blob/master/config/chroot_local-includes/usr/local/lib/onion-grater#L3) to guard access to the control port. We have packaged an oniongrater configuration [`cwtch-tails.yml` ](https://git.openprivacy.ca/cwtch.im/cwtch-ui/src/branch/trunk/linux/cwtch-tails.yml) and setup script (`install-tails.sh`) with Cwtch on Linux. + +The tails-specific part of the script is reproduced below: + + # Tails needs to be have been setup up with an Administration account + # + # Make Auth Cookie Readable + sudo chmod o+r /var/run/tor/control.authcookie + # Copy Onion Grater Config + sudo cp cwtch.yml /etc/onion-grater.d/cwtch.yml + # Restart Onion Grater so the Config Takes effect + sudo systemctl restart onion-grater.service + +When launching, Cwtch on Tails should be passed the `CWTCH_TAILS=true` environment variable to automatically configure Cwtch for running in a Tails-like environment: + +`exec env CWTCH_TAILS=true LD_LIBRARY_PATH=~/.local/lib/cwtch/:~/.local/lib/cwtch/Tor ~/.local/lib/cwtch/cwtch` + +:::info Install Location + +The above command, and the below onion grater configuration assume that Cwtch was installed in `~/.local/lib/cwtch/cwtch` - if Cwtch was installed somewhere else (or if you are running directly from the download folder) then you will need to adjust the commands. + +::: + +## Onion Grater Configuration + +The oniongrater configuration [`cwtch-tails.yml` ](https://git.openprivacy.ca/cwtch.im/cwtch-ui/src/branch/trunk/linux/cwtch-tails.yml) is reproduced below. As noted this configuration is can likely be restricted much further. + + --- + # TODO: This can likely be restricted even further, especially in regards to the ADD_ONION pattern + + - apparmor-profiles: + - '/home/amnesia/.local/lib/cwtch/cwtch' + users: + + - 'amnesia' + commands: + AUTHCHALLENGE: + + - 'SAFECOOKIE .*' + SETEVENTS: + + - 'CIRC WARN ERR' + - 'CIRC ORCONN INFO NOTICE WARN ERR HS_DESC HS_DESC_CONTENT' + GETINFO: + + - '.*' + GETCONF: + + - 'DisableNetwork' + SETCONF: + + - 'DisableNetwork.*' + ADD_ONION: + + - '.*' + DEL_ONION: + + - '.+' + HSFETCH: + + - '.+' + events: + CIRC: + suppress: true + ORCONN: + suppress: true + INFO: + suppress: true + NOTICE: + suppress: true + WARN: + suppress: true + ERR: + suppress: true + HS_DESC: + response: + + - pattern: '650 HS_DESC CREATED (\S+) (\S+) (\S+) \S+ (.+)' + replacement: '650 HS_DESC CREATED {} {} {} redacted {}' + + - pattern: '650 HS_DESC UPLOAD (\S+) (\S+) .*' + replacement: '650 HS_DESC UPLOAD {} {} redacted redacted' + + - pattern: '650 HS_DESC UPLOADED (\S+) (\S+) .+' + replacement: '650 HS_DESC UPLOADED {} {} redacted' + + - pattern: '650 HS_DESC REQUESTED (\S+) NO_AUTH' + replacement: '650 HS_DESC REQUESTED {} NO_AUTH' + + - pattern: '650 HS_DESC REQUESTED (\S+) NO_AUTH \S+ \S+' + replacement: '650 HS_DESC REQUESTED {} NO_AUTH redacted redacted' + + - pattern: '650 HS_DESC RECEIVED (\S+) NO_AUTH \S+ \S+' + replacement: '650 HS_DESC RECEIVED {} NO_AUTH redacted redacted' + + - pattern: '.*' + replacement: '' + HS_DESC_CONTENT: + suppress: true + +## Persistence + +By default, Cwtch creates `$HOME/.cwtch` and saves all encrypted profiles and settings files there. In order to save any profiles/conversations in Cwtch on Tails you will have to backup this folder to a non-volatile home. + +See the Tails documentation for setting up [persistent storage](https://tails.boum.org/doc/persistent_storage/) \ No newline at end of file diff --git a/i18n/es/docusaurus-plugin-content-docs/current/profiles/availability-status.md b/i18n/es/docusaurus-plugin-content-docs/current/profiles/availability-status.md new file mode 100644 index 00000000..1520c079 --- /dev/null +++ b/i18n/es/docusaurus-plugin-content-docs/current/profiles/availability-status.md @@ -0,0 +1,51 @@ +--- +sidebar_position: 14 +--- + +# Setting Availability Status + +:::warning Nightly Feature + +This functionality is currently **only** available in the [Nightly Release](https://docs.cwtch.im/docs/contribute/testing#cwtch-nightlies) builds of Cwtch. + +This functionality may be incomplete and/or dangerous if misused. Please help us to review, and test. +::: + +On the [conversations pane](https://docs.cwtch.im/docs/category/conversations) click the Status icon next to your profile picture. + +
+ +[![](/img/profiles/status-tooltip.png)](/img/profiles/status-tooltip.png) + +
+
+ +A drop-down menu will appear with various options e.g. Available, Away, and Busy + +
+ +[![](/img/profiles/status-tooltip-busy.png)](/img/profiles/status-tooltip-busy.png) + +
+
+ +When you select Away or Busy as a status the border of your profile picture will change to reflect the status +
+ +[![](/img/profiles/status-tooltip-busy-set.png)](/img/profiles/status-tooltip-busy-set.png) + +
+
+ +Contacts will see this change reflected in their conversations pane. + +
+ +[![](/img/profiles/status-busy.png)](/img/profiles/status-busy.png) + +
+
+ + + + diff --git a/i18n/es/docusaurus-plugin-content-docs/current/profiles/profile-info.md b/i18n/es/docusaurus-plugin-content-docs/current/profiles/profile-info.md new file mode 100644 index 00000000..11709587 --- /dev/null +++ b/i18n/es/docusaurus-plugin-content-docs/current/profiles/profile-info.md @@ -0,0 +1,43 @@ +--- +sidebar_position: 15 +--- + +# Setting Profile Attributes + +:::warning Nightly Feature + +This functionality is currently **only** available in the [Nightly Release](https://docs.cwtch.im/docs/contribute/testing#cwtch-nightlies) builds of Cwtch. + +This functionality may be incomplete and/or dangerous if misused. Please help us to review, and test. +::: + +On the [profile management pane](/docs/profiles/introduction#manage-profiles) there are three free-form text fields below your profile picture. + +
+ +[![](/img/profiles/attributes-empty.png)](/img/profiles/attributes-empty.png) + +
+
+ +You can fill these fields with any information your would like potential contacts to know. **This information is public** - do not put any information in here that you do not want to share with everyone. + +
+ +[![](/img/profiles/attributes-set.png)](/img/profiles/attributes-set.png) + +
+
+ +Contacts will be able to see this information in [conversation settings](/docs/chat/conversation-settings) + +
+ +[![](/img/profiles/attributes-contact.png)](/img/profiles/attributes-contact.png) + +
+
+ + + + diff --git a/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/file-sharing.md b/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/file-sharing.md index f52ebfa6..9d88b3b1 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/file-sharing.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/file-sharing.md @@ -4,6 +4,10 @@ sidebar_position: 3 # Compartir Archivos +These setting enables Cwtch [filesharing functionality](/docs/chat/share-file). This reveals the "Share File" option in the conversation pane, and allows you to download files from conversations. + +Optionally, you can enable [Image Previews and Profile Pictures](https://docs.cwtch.im/docs/settings/experiments/image-previews-and-profile-pictures) to download image files automatically, view image previews in the conversation window, and enable the [Profile Pictures](/docs/profiles/change-profile-image) feature; + :::info This documentation page is a stub. You can help by [expanding it](https://git.openprivacy.ca/cwtch.im/docs.cwtch.im). diff --git a/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/group-experiment.md b/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/group-experiment.md index 9c3dcb49..2e376cf7 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/group-experiment.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/group-experiment.md @@ -2,13 +2,11 @@ sidebar_position: 1 --- -# Habilitar el Experimento de Grupos +# Groups Experiment -:::info +Enables Cwtch to [connect to untrusted servers](/docs/servers/introduction) and use them to [host private, asynchronous, groups](/docs/groups/introduction). -This documentation page is a stub. You can help by [expanding it](https://git.openprivacy.ca/cwtch.im/docs.cwtch.im). - -::: +## To Turn On 1. Ir a Configuración 2. Habilitar Experimentos diff --git a/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/image-previews-and-profile-pictures.md b/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/image-previews-and-profile-pictures.md index 2e797e07..d4e44a76 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/image-previews-and-profile-pictures.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/image-previews-and-profile-pictures.md @@ -4,8 +4,12 @@ sidebar_position: 4 # Vista previa de imágenes y fotos de perfil -:::info +:::caution -This documentation page is a stub. You can help by [expanding it](https://git.openprivacy.ca/cwtch.im/docs.cwtch.im). +This experiment requires the [File Sharing](https://docs.cwtch.im/docs/settings/experiments/file-sharing) experiment enabled. -::: \ No newline at end of file +::: + +When enabled, Cwtch will download image files automatically, display image previews in the conversation window, and enable the [Profile Pictures](/docs/profiles/change-profile-image) feature; + +On Desktop, enabling this experiment will allow access to an additional setting `"`Download Folder` which can be changed to tell Cwtch where to (automatically) download pictures. \ No newline at end of file diff --git a/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/message-formatting.md b/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/message-formatting.md index 90c4664c..035d0e3a 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/message-formatting.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/settings/experiments/message-formatting.md @@ -4,8 +4,6 @@ sidebar_position: 6 # Formato de mensajes -:::info +When enabled, this experiment changes the conversation compose box to add [message formatting](/docs/chat/message-formatting) UX. -This documentation page is a stub. You can help by [expanding it](https://git.openprivacy.ca/cwtch.im/docs.cwtch.im). - -::: \ No newline at end of file +This experiment is now enabled by default. \ No newline at end of file diff --git a/i18n/it/code.json b/i18n/it/code.json index 953dc371..8c75d682 100644 --- a/i18n/it/code.json +++ b/i18n/it/code.json @@ -267,7 +267,7 @@ "description": "The ARIA label for hamburger menu button of mobile navigation" }, "theme.tags.tagsPageTitle": { - "message": "Etichette", + "message": "Tags", "description": "The title of the tag list page" } } diff --git a/i18n/it/docusaurus-plugin-content-docs/current/chat/conversation-settings.md b/i18n/it/docusaurus-plugin-content-docs/current/chat/conversation-settings.md new file mode 100644 index 00000000..50a3c47a --- /dev/null +++ b/i18n/it/docusaurus-plugin-content-docs/current/chat/conversation-settings.md @@ -0,0 +1,23 @@ +--- +sidebar_position: 5 +--- + +# Accessing Conversation Settings + +In a conversation window, click on the Settings icon in the top bar. + +
+ +[![](/img/conversations/settings.png)](/img/conversations/settings.png) + +
+
+ +This action will open up a new screen where you can view and manage the contact. + +
+ +[![](/img/conversations/settings-full.png)](/img/conversations/settings-full.png) + +
+
\ No newline at end of file diff --git a/i18n/it/docusaurus-plugin-content-docs/current/chat/share-file.md b/i18n/it/docusaurus-plugin-content-docs/current/chat/share-file.md index b7041933..6e499eae 100644 --- a/i18n/it/docusaurus-plugin-content-docs/current/chat/share-file.md +++ b/i18n/it/docusaurus-plugin-content-docs/current/chat/share-file.md @@ -8,7 +8,7 @@ sidebar_position: 6 Questa funzione richiede [Esperimenti abilitati](https://docs.cwtch.im/docs/settings/introduction#experiments) e l'[Esperimento di condivisione file](https://docs.cwtch.im/docs/settings/experiments/file-sharing) attivato. -Come opzione ulteriore, puoi abilitare [Anteprime immagine e Immagini del profilo](https://docs.cwtch.im/docs/settings/experiments/image-previews-and-profile-pictures) per visualizzare le anteprime delle immagini condivise nella finestra di conversazione. +Optionally, you can enable [Image Previews and Profile Pictures](https://docs.cwtch.im/docs/settings/experiments/image-previews-and-profile-pictures) to see display shared image previews in the conversation window. ::: @@ -48,4 +48,4 @@ Inviamo il nome del file come suggerimento e per aiutare a distinguerlo dalle of ## Posso scaricare file automaticamente? -Se l'esperimento [Anteprima immagini e immagini del profilo](https://docs.cwtch.im/docs/settings/experiments/image-previews-and-profile-pictures) è abilitato, Cwtch scaricherà automaticamente le immagini dalle conversazioni accettate +If the [Image Previews and Profile Pictures experiment](https://docs.cwtch.im/docs/settings/experiments/image-previews-and-profile-pictures) is enabled then Cwtch will automatically download images from accepted conversations diff --git a/i18n/it/docusaurus-plugin-content-docs/current/contribute/testing.md b/i18n/it/docusaurus-plugin-content-docs/current/contribute/testing.md index f8a2f558..1e269c30 100644 --- a/i18n/it/docusaurus-plugin-content-docs/current/contribute/testing.md +++ b/i18n/it/docusaurus-plugin-content-docs/current/contribute/testing.md @@ -34,4 +34,18 @@ Le versioni di sviluppo più recenti di Cwtch sono disponibili dal nostro [build All contributions are [eligible for stickers](/docs/contribute/stickers) +::: + +### Submitting Feedback + +There are three main ways of submitting testing feedback to the team: + +* Via Cwtch: Either via the Release Candidate Testers Group or directly to a Cwtch team member. +* Via Gitea: Please open an issue in [https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues](https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues) - please do not worry about duplicate issues, we will de-duplicate as part of our triage process. +* Via Email: Email `team@cwtch.im` with the bug report and one of our team will look into it. + +:::note + +Due to an issue with our email provider, we are currently unable to consistently send email from our gitea instance. Please regularly check open issues / pull-requests for updates (or subscribe to the repository's RSS feeds) + ::: \ No newline at end of file diff --git a/i18n/it/docusaurus-plugin-content-docs/current/getting-started/supported_platforms.md b/i18n/it/docusaurus-plugin-content-docs/current/getting-started/supported_platforms.md index f28f83da..bfff7e28 100644 --- a/i18n/it/docusaurus-plugin-content-docs/current/getting-started/supported_platforms.md +++ b/i18n/it/docusaurus-plugin-content-docs/current/getting-started/supported_platforms.md @@ -35,5 +35,5 @@ In many cases we are looking for testers to confirm that various functionality w | Android 11 | ✅ | ✅ | Official SDK supprts arm, arm64, and amd64 architectures. | | Android 12 | ✅ | ✅ | Official SDK supprts arm, arm64, and amd64 architectures. | | Android 13 | ✅ | ✅ | Official SDK supprts arm, arm64, and amd64 architectures. | -| LineageOS | 🟡 | 🟡 | [Known Issues. Specific changes to Cwtch are required for support.](https://git.openprivacy.ca/cwtch.im/cwtch-ui/issues/607) | +| LineageOS | ✅ | ✅ | Official SDK supprts arm, arm64, and amd64 architectures. | | Other Android Distributions | 🟡 | 🟡 | Testing Needed. | diff --git a/i18n/it/docusaurus-plugin-content-docs/current/platforms/_category_.json b/i18n/it/docusaurus-plugin-content-docs/current/platforms/_category_.json new file mode 100644 index 00000000..cf37d34a --- /dev/null +++ b/i18n/it/docusaurus-plugin-content-docs/current/platforms/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "Platforms", + "position": 12, + "link": { + "type": "generated-index" + } +} \ No newline at end of file diff --git a/i18n/it/docusaurus-plugin-content-docs/current/platforms/tails.md b/i18n/it/docusaurus-plugin-content-docs/current/platforms/tails.md new file mode 100644 index 00000000..211c4c76 --- /dev/null +++ b/i18n/it/docusaurus-plugin-content-docs/current/platforms/tails.md @@ -0,0 +1,120 @@ +--- +sidebar_position: 1 +--- + +# Running Cwtch on Tails + +:::warning Nightly Feature + +This functionality is currently **only** available in the [Nightly Release](https://docs.cwtch.im/docs/contribute/testing#cwtch-nightlies) builds of Cwtch. + +This functionality may be incomplete and/or dangerous if misused. Please help us to review, and test. +::: + +The following steps require that Tails has been launched with an [Administration Password](https://tails.boum.org/doc/first_steps/welcome_screen/administration_password/). + +Tails uses [Onion Grater](https://gitlab.tails.boum.org/tails/tails/-/blob/master/config/chroot_local-includes/usr/local/lib/onion-grater#L3) to guard access to the control port. We have packaged an oniongrater configuration [`cwtch-tails.yml` ](https://git.openprivacy.ca/cwtch.im/cwtch-ui/src/branch/trunk/linux/cwtch-tails.yml) and setup script (`install-tails.sh`) with Cwtch on Linux. + +The tails-specific part of the script is reproduced below: + + # Tails needs to be have been setup up with an Administration account + # + # Make Auth Cookie Readable + sudo chmod o+r /var/run/tor/control.authcookie + # Copy Onion Grater Config + sudo cp cwtch.yml /etc/onion-grater.d/cwtch.yml + # Restart Onion Grater so the Config Takes effect + sudo systemctl restart onion-grater.service + +When launching, Cwtch on Tails should be passed the `CWTCH_TAILS=true` environment variable to automatically configure Cwtch for running in a Tails-like environment: + +`exec env CWTCH_TAILS=true LD_LIBRARY_PATH=~/.local/lib/cwtch/:~/.local/lib/cwtch/Tor ~/.local/lib/cwtch/cwtch` + +:::info Install Location + +The above command, and the below onion grater configuration assume that Cwtch was installed in `~/.local/lib/cwtch/cwtch` - if Cwtch was installed somewhere else (or if you are running directly from the download folder) then you will need to adjust the commands. + +::: + +## Onion Grater Configuration + +The oniongrater configuration [`cwtch-tails.yml` ](https://git.openprivacy.ca/cwtch.im/cwtch-ui/src/branch/trunk/linux/cwtch-tails.yml) is reproduced below. As noted this configuration is can likely be restricted much further. + + --- + # TODO: This can likely be restricted even further, especially in regards to the ADD_ONION pattern + + - apparmor-profiles: + - '/home/amnesia/.local/lib/cwtch/cwtch' + users: + + - 'amnesia' + commands: + AUTHCHALLENGE: + + - 'SAFECOOKIE .*' + SETEVENTS: + + - 'CIRC WARN ERR' + - 'CIRC ORCONN INFO NOTICE WARN ERR HS_DESC HS_DESC_CONTENT' + GETINFO: + + - '.*' + GETCONF: + + - 'DisableNetwork' + SETCONF: + + - 'DisableNetwork.*' + ADD_ONION: + + - '.*' + DEL_ONION: + + - '.+' + HSFETCH: + + - '.+' + events: + CIRC: + suppress: true + ORCONN: + suppress: true + INFO: + suppress: true + NOTICE: + suppress: true + WARN: + suppress: true + ERR: + suppress: true + HS_DESC: + response: + + - pattern: '650 HS_DESC CREATED (\S+) (\S+) (\S+) \S+ (.+)' + replacement: '650 HS_DESC CREATED {} {} {} redacted {}' + + - pattern: '650 HS_DESC UPLOAD (\S+) (\S+) .*' + replacement: '650 HS_DESC UPLOAD {} {} redacted redacted' + + - pattern: '650 HS_DESC UPLOADED (\S+) (\S+) .+' + replacement: '650 HS_DESC UPLOADED {} {} redacted' + + - pattern: '650 HS_DESC REQUESTED (\S+) NO_AUTH' + replacement: '650 HS_DESC REQUESTED {} NO_AUTH' + + - pattern: '650 HS_DESC REQUESTED (\S+) NO_AUTH \S+ \S+' + replacement: '650 HS_DESC REQUESTED {} NO_AUTH redacted redacted' + + - pattern: '650 HS_DESC RECEIVED (\S+) NO_AUTH \S+ \S+' + replacement: '650 HS_DESC RECEIVED {} NO_AUTH redacted redacted' + + - pattern: '.*' + replacement: '' + HS_DESC_CONTENT: + suppress: true + +## Persistence + +By default, Cwtch creates `$HOME/.cwtch` and saves all encrypted profiles and settings files there. In order to save any profiles/conversations in Cwtch on Tails you will have to backup this folder to a non-volatile home. + +See the Tails documentation for setting up [persistent storage](https://tails.boum.org/doc/persistent_storage/) \ No newline at end of file diff --git a/i18n/it/docusaurus-plugin-content-docs/current/profiles/availability-status.md b/i18n/it/docusaurus-plugin-content-docs/current/profiles/availability-status.md new file mode 100644 index 00000000..1520c079 --- /dev/null +++ b/i18n/it/docusaurus-plugin-content-docs/current/profiles/availability-status.md @@ -0,0 +1,51 @@ +--- +sidebar_position: 14 +--- + +# Setting Availability Status + +:::warning Nightly Feature + +This functionality is currently **only** available in the [Nightly Release](https://docs.cwtch.im/docs/contribute/testing#cwtch-nightlies) builds of Cwtch. + +This functionality may be incomplete and/or dangerous if misused. Please help us to review, and test. +::: + +On the [conversations pane](https://docs.cwtch.im/docs/category/conversations) click the Status icon next to your profile picture. + +
+ +[![](/img/profiles/status-tooltip.png)](/img/profiles/status-tooltip.png) + +
+
+ +A drop-down menu will appear with various options e.g. Available, Away, and Busy + +
+ +[![](/img/profiles/status-tooltip-busy.png)](/img/profiles/status-tooltip-busy.png) + +
+
+ +When you select Away or Busy as a status the border of your profile picture will change to reflect the status +
+ +[![](/img/profiles/status-tooltip-busy-set.png)](/img/profiles/status-tooltip-busy-set.png) + +
+
+ +Contacts will see this change reflected in their conversations pane. + +
+ +[![](/img/profiles/status-busy.png)](/img/profiles/status-busy.png) + +
+
+ + + + diff --git a/i18n/it/docusaurus-plugin-content-docs/current/profiles/profile-info.md b/i18n/it/docusaurus-plugin-content-docs/current/profiles/profile-info.md new file mode 100644 index 00000000..11709587 --- /dev/null +++ b/i18n/it/docusaurus-plugin-content-docs/current/profiles/profile-info.md @@ -0,0 +1,43 @@ +--- +sidebar_position: 15 +--- + +# Setting Profile Attributes + +:::warning Nightly Feature + +This functionality is currently **only** available in the [Nightly Release](https://docs.cwtch.im/docs/contribute/testing#cwtch-nightlies) builds of Cwtch. + +This functionality may be incomplete and/or dangerous if misused. Please help us to review, and test. +::: + +On the [profile management pane](/docs/profiles/introduction#manage-profiles) there are three free-form text fields below your profile picture. + +
+ +[![](/img/profiles/attributes-empty.png)](/img/profiles/attributes-empty.png) + +
+
+ +You can fill these fields with any information your would like potential contacts to know. **This information is public** - do not put any information in here that you do not want to share with everyone. + +
+ +[![](/img/profiles/attributes-set.png)](/img/profiles/attributes-set.png) + +
+
+ +Contacts will be able to see this information in [conversation settings](/docs/chat/conversation-settings) + +
+ +[![](/img/profiles/attributes-contact.png)](/img/profiles/attributes-contact.png) + +
+
+ + + + diff --git a/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/file-sharing.md b/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/file-sharing.md index 5aa0527a..c831cc24 100644 --- a/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/file-sharing.md +++ b/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/file-sharing.md @@ -4,6 +4,10 @@ sidebar_position: 3 # Condivisione file +These setting enables Cwtch [filesharing functionality](/docs/chat/share-file). This reveals the "Share File" option in the conversation pane, and allows you to download files from conversations. + +Optionally, you can enable [Image Previews and Profile Pictures](https://docs.cwtch.im/docs/settings/experiments/image-previews-and-profile-pictures) to download image files automatically, view image previews in the conversation window, and enable the [Profile Pictures](/docs/profiles/change-profile-image) feature; + :::info This documentation page is a stub. You can help by [expanding it](https://git.openprivacy.ca/cwtch.im/docs.cwtch.im). diff --git a/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/group-experiment.md b/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/group-experiment.md index 639daa47..4f04e79b 100644 --- a/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/group-experiment.md +++ b/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/group-experiment.md @@ -2,13 +2,11 @@ sidebar_position: 1 --- -# Abilita l'Esperimento Gruppi +# Groups Experiment -:::info +Enables Cwtch to [connect to untrusted servers](/docs/servers/introduction) and use them to [host private, asynchronous, groups](/docs/groups/introduction). -This documentation page is a stub. You can help by [expanding it](https://git.openprivacy.ca/cwtch.im/docs.cwtch.im). - -::: +## To Turn On 1. Vai su "Impostazioni" 2. Abilita "Esperimenti" diff --git a/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/image-previews-and-profile-pictures.md b/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/image-previews-and-profile-pictures.md index d2fbaf64..43ea39e6 100644 --- a/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/image-previews-and-profile-pictures.md +++ b/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/image-previews-and-profile-pictures.md @@ -4,8 +4,12 @@ sidebar_position: 4 # Anteprime immagine e immagini del profilo -:::info +:::caution -This documentation page is a stub. You can help by [expanding it](https://git.openprivacy.ca/cwtch.im/docs.cwtch.im). +This experiment requires the [File Sharing](https://docs.cwtch.im/docs/settings/experiments/file-sharing) experiment enabled. -::: \ No newline at end of file +::: + +When enabled, Cwtch will download image files automatically, display image previews in the conversation window, and enable the [Profile Pictures](/docs/profiles/change-profile-image) feature; + +On Desktop, enabling this experiment will allow access to an additional setting `"`Download Folder` which can be changed to tell Cwtch where to (automatically) download pictures. \ No newline at end of file diff --git a/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/message-formatting.md b/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/message-formatting.md index 00137d4e..602a787f 100644 --- a/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/message-formatting.md +++ b/i18n/it/docusaurus-plugin-content-docs/current/settings/experiments/message-formatting.md @@ -4,8 +4,6 @@ sidebar_position: 6 # Formattazione messaggio -:::info +When enabled, this experiment changes the conversation compose box to add [message formatting](/docs/chat/message-formatting) UX. -This documentation page is a stub. You can help by [expanding it](https://git.openprivacy.ca/cwtch.im/docs.cwtch.im). - -::: \ No newline at end of file +This experiment is now enabled by default. \ No newline at end of file