From 9d47d8831118c68e8db6e63791d1bfcae251c600 Mon Sep 17 00:00:00 2001 From: sh <37271604+shumvgolove@users.noreply.github.com> Date: Sat, 25 Jul 2026 19:03:11 +0400 Subject: [PATCH] website: translations (#7306) * Translated using Weblate (German) Currently translated at 100.0% (374 of 374 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/de/ * Translated using Weblate (Italian) Currently translated at 100.0% (374 of 374 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/it/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (374 of 374 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/hu/ * Translated using Weblate (German) Currently translated at 100.0% (374 of 374 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/de/ * Translated using Weblate (Italian) Currently translated at 100.0% (374 of 374 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/it/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (374 of 374 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/hu/ * website: fix Italian translation of 'Host Chat Relay' 'Gestisci' means manage/run, not host. The sibling entries in the same docs dropdown ('Host SMP Server', 'Host XFTP Server') use 'Ospita', and all three render adjacently in the menu. --------- Co-authored-by: mlanp Co-authored-by: Random Co-authored-by: summoner001 Co-authored-by: Narasimha-sc <166327228+Narasimha-sc@users.noreply.github.com> --- website/langs/de.json | 3 ++- website/langs/hu.json | 3 ++- website/langs/it.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/website/langs/de.json b/website/langs/de.json index 8173e07206..e3a3bafbfc 100644 --- a/website/langs/de.json +++ b/website/langs/de.json @@ -372,5 +372,6 @@ "send-file": "Datei senden", "links": "Links", "links-title": "Community-Links", - "links-all-languages": "Alle Sprachen" + "links-all-languages": "Alle Sprachen", + "docs-dropdown-16": "Ein Chat-Relais hosten" } diff --git a/website/langs/hu.json b/website/langs/hu.json index f098236531..9775e2da57 100644 --- a/website/langs/hu.json +++ b/website/langs/hu.json @@ -372,5 +372,6 @@ "send-file": "Fájl küldése", "links": "Hivatkozások", "links-title": "Közösségi hivatkozások", - "links-all-languages": "Összes nyelv" + "links-all-languages": "Összes nyelv", + "docs-dropdown-16": "Csevegési átjátszó üzemeltetése" } diff --git a/website/langs/it.json b/website/langs/it.json index 6129863909..8970706295 100644 --- a/website/langs/it.json +++ b/website/langs/it.json @@ -372,5 +372,6 @@ "send-file": "Invia file", "links": "Collegamenti", "links-title": "Link della comunità", - "links-all-languages": "Tutte le lingue" + "links-all-languages": "Tutte le lingue", + "docs-dropdown-16": "Ospita un relay di chat" }