From b36dc74452e2529e6a1881976cb86e7cac792153 Mon Sep 17 00:00:00 2001 From: doktorhorst Date: Thu, 4 Jul 2019 06:18:49 +0000 Subject: [PATCH 1/6] Translated using Weblate (German) Currently translated at 89.9% (1501 of 1670 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/ --- src/i18n/strings/de_DE.json | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index a050f4d44c..cea94a145d 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -1812,8 +1812,8 @@ "Email, name or Matrix ID": "E-Mail, Name oder Matrix-ID", "Name or Matrix ID": "Name oder Matrix ID", "Your Riot is misconfigured": "Dein Riot ist falsch konfiguriert", - "You cannot modify widgets in this room.": "Du kannst in diesem Raum keine Widgets verändern", - "Whether or not you're using the 'breadcrumbs' feature (avatars above the room list)": "Ob du die 'Breadcrumbs' Funktion nutzt oder nicht (Avatare oberhalb der Raumliste).", + "You cannot modify widgets in this room.": "Du kannst in diesem Raum keine Widgets verändern.", + "Whether or not you're using the 'breadcrumbs' feature (avatars above the room list)": "Ob du die \"Breadcrumbs\"-Funktion nutzt oder nicht (Avatare oberhalb der Raumliste)", "A conference call could not be started because the integrations server is not available": "Ein Konferenzanruf konnte nicht gestartet werden, da der Integrationsserver nicht verfügbar ist", "The server does not support the room version specified.": "Der Server unterstützt die angegebene Raumversion nicht.", "Room upgrade confirmation": "Raum-Upgradebestätigung", @@ -1850,5 +1850,31 @@ "Show recently visited rooms above the room list": "Zeige kürzlich besuchte Räume oberhalb der Raumliste", "Show hidden events in timeline": "Zeige versteckte Ereignisse in der Chronik", "Low bandwidth mode": "Modus für niedrige Bandbreite", - "No integrations server configured": "Keine Integrations-Server konfiguriert" + "No integrations server configured": "Keine Integrations-Server konfiguriert", + "Enable desktop notifications for this device": "Desktop-Benachrichtigungen für dieses Gerät aktivieren", + "Reset": "Zurücksetzen", + "Joining room …": "Raum beitreten…", + "Rejecting invite …": "Einladung ablehnen…", + "Sign Up": "Registrieren", + "Sign In": "Anmelden", + "Reason: %(reason)s": "Grund: %(reason)s", + "Forget this room": "Diesen Raum entfernen", + "Do you want to join %(roomName)s?": "Möchtest du %(roomName)s betreten?", + " invited you": " hat dich eingeladen", + "edited": "bearbeitet", + "Edit message": "Nachricht bearbeiten", + "GitHub issue": "GitHub-Issue", + "Upload files": "Dateien hochladen", + "Upload all": "Alle hochladen", + "Upload": "Hochladen", + "Cancel All": "Alle abbrechen", + "Upload Error": "Fehler beim Hochladen", + "Deny": "Ablehnen", + "Enter password": "Passwort eingeben", + "Password is allowed, but unsafe": "Passwort ist erlaubt, aber unsicher", + "Passwords don't match": "Passwörter stimmen nicht überein", + "Enter username": "Benutzername eingeben", + "Add room": "Raum hinzufügen", + "Your profile": "Dein Profil", + "Registration Successful": "Registrierung erfolgreich" } From b05f6d12815dbac43ea0720c15d1c0df04d1ea8a Mon Sep 17 00:00:00 2001 From: natowi Date: Thu, 4 Jul 2019 06:26:59 +0000 Subject: [PATCH 2/6] Translated using Weblate (German) Currently translated at 89.9% (1501 of 1670 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/ --- src/i18n/strings/de_DE.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index cea94a145d..162b6a418d 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -1876,5 +1876,8 @@ "Enter username": "Benutzername eingeben", "Add room": "Raum hinzufügen", "Your profile": "Dein Profil", - "Registration Successful": "Registrierung erfolgreich" + "Registration Successful": "Registrierung erfolgreich", + "Failed to revoke invite": "Einladung zurückziehen fehlgeschlagen", + "Revoke invite": "Einladung zurückziehen", + "Invited by %(sender)s": "Eingeladen von %(sender)s" } From 5147d66dd60d3a742dd377e5f1cd804f5cc6f68a Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Thu, 4 Jul 2019 13:09:13 +0000 Subject: [PATCH 3/6] Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (1671 of 1671 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/ --- src/i18n/strings/zh_Hant.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index 43892f3b5f..927acc7537 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -2029,5 +2029,6 @@ "%(oneUser)smade no changes %(count)s times|one": "%(oneUser)s 未做出變更", "Resend edit": "重新傳送編輯", "Resend %(unsentCount)s reaction(s)": "重新傳送 %(unsentCount)s 反應", - "Resend removal": "重新傳送移除" + "Resend removal": "重新傳送移除", + "Your homeserver doesn't seem to support this feature.": "您的家伺服器似乎並不支援此功能。" } From a13d063e332087bdb054d3984ad65c1d1e9c01e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20C?= Date: Thu, 4 Jul 2019 12:31:49 +0000 Subject: [PATCH 4/6] Translated using Weblate (French) Currently translated at 100.0% (1671 of 1671 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/ --- src/i18n/strings/fr.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index e294e739b9..5ae89b739b 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -2035,5 +2035,6 @@ "%(oneUser)smade no changes %(count)s times|one": "%(oneUser)s n’a fait aucun changement", "Resend edit": "Renvoyer l’édition", "Resend %(unsentCount)s reaction(s)": "Renvoyer %(unsentCount)s réaction(s)", - "Resend removal": "Renvoyer la suppression" + "Resend removal": "Renvoyer la suppression", + "Your homeserver doesn't seem to support this feature.": "Il semble que votre serveur d’accueil ne prenne pas en charge cette fonctionnalité." } From f4ad9cc91634b636394e2b32fb5b0d19f20bc932 Mon Sep 17 00:00:00 2001 From: Besnik Bleta Date: Fri, 5 Jul 2019 09:55:19 +0000 Subject: [PATCH 5/6] Translated using Weblate (Albanian) Currently translated at 99.6% (1674 of 1681 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/ --- src/i18n/strings/sq.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/sq.json b/src/i18n/strings/sq.json index 15c4411606..da0d9dd91d 100644 --- a/src/i18n/strings/sq.json +++ b/src/i18n/strings/sq.json @@ -1992,5 +1992,16 @@ "%(oneUser)smade no changes %(count)s times|one": "%(oneUser)ss’bëri ndryshime", "Resend edit": "Ridërgoje përpunimin", "Resend %(unsentCount)s reaction(s)": "Ridërgo %(unsentCount)s reagim(e)", - "Resend removal": "Ridërgo heqjen" + "Resend removal": "Ridërgo heqjen", + "Changes your avatar in all rooms": "Ndryshon avatarin tuaj në krejt dhomat", + "Clear all data on this device?": "Të spastrohen krejt të dhënat në këtë pajisje?", + "Deleting all data from this device is permanent. Encrypted messages will be lost unless their keys have been backed up.": "Fshirja e krejt të dhënave prej kësaj pajisje është e përhershme. Mesazhet e fshehtëzuar do të humbin, veç në mos qofshin kopjeruajtur kyçet e tyre.", + "Delete everything": "Fshi gjithçka", + "Your homeserver doesn't seem to support this feature.": "Shërbyesi juaj Home nuk duket se e mbulon këtë veçori.", + "You're signed out": "Keni bërë dalje", + "Your homeserver (%(domainName)s) admin has signed you out of your account %(displayName)s (%(userId)s).": "Përgjegjësi i shërbyesit tuaj Home (%(domainName)s) ka bërë daljen tuaj nga llogaria juaj %(displayName)s (%(userId)s).", + "I don't want to sign in": "S’dua të bëj hyrjen", + "If this is a shared device, or you don't want to access your account again from it, clear all data stored locally on this device.": "Nëse kjo është një pajisje e përbashkët me të tjerë, ose nëse s’doni të hyni në llogarinë tuaj që prej saj, spastroni krejt të dhënat e depozituara lokalisht në këtë pajisje.", + "Clear all data": "Spastro krejt të dhënat", + "Sign in again to regain access to your account, or a different one.": "Ribëni hyrjen që të mund të ripërdorni llogarinë tuaj, ose një tjetër." } From 1e22b781e4eec341a42e026a416761e5c91a499a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20C?= Date: Fri, 5 Jul 2019 07:09:54 +0000 Subject: [PATCH 6/6] Translated using Weblate (French) Currently translated at 100.0% (1681 of 1681 strings) Translation: Riot Web/matrix-react-sdk Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/ --- src/i18n/strings/fr.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index 5ae89b739b..b0f369dfc5 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -2036,5 +2036,15 @@ "Resend edit": "Renvoyer l’édition", "Resend %(unsentCount)s reaction(s)": "Renvoyer %(unsentCount)s réaction(s)", "Resend removal": "Renvoyer la suppression", - "Your homeserver doesn't seem to support this feature.": "Il semble que votre serveur d’accueil ne prenne pas en charge cette fonctionnalité." + "Your homeserver doesn't seem to support this feature.": "Il semble que votre serveur d’accueil ne prenne pas en charge cette fonctionnalité.", + "Changes your avatar in all rooms": "Change votre avatar dans tous les salons", + "Clear all data on this device?": "Supprimer toutes les données sur cet appareil ?", + "Deleting all data from this device is permanent. Encrypted messages will be lost unless their keys have been backed up.": "La suppression de toutes les données sur cet appareil est permanente. Les messages chiffrés seront perdus sauf si les clés ont été sauvegardées.", + "Delete everything": "Tout supprimer", + "You're signed out": "Vous êtes déconnecté(e)", + "Your homeserver (%(domainName)s) admin has signed you out of your account %(displayName)s (%(userId)s).": "L’administrateur de votre serveur d’accueil (%(domainName)s) vous a déconnecté(e) de votre compte %(displayName)s (%(userId)s).", + "I don't want to sign in": "Je ne veux pas me connecter", + "If this is a shared device, or you don't want to access your account again from it, clear all data stored locally on this device.": "S’il s’agit d’un appareil partagé, ou si vous ne voulez pas accéder à nouveau à votre compte depuis cet appareil, supprimez toutes les données enregistrées localement sur cet appareil.", + "Clear all data": "Supprimer toutes les données", + "Sign in again to regain access to your account, or a different one.": "Reconnectez-vous pour accéder à nouveau à votre compte ou à un autre compte." }