);
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 1b04ae3b89..9767d7ac76 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -2246,6 +2246,9 @@
"Start a conversation with someone using their name or username (like ).": "Start a conversation with someone using their name or username (like ).",
"This won't invite them to %(communityName)s. To invite someone to %(communityName)s, click here": "This won't invite them to %(communityName)s. To invite someone to %(communityName)s, click here",
"Go": "Go",
+ "Some results may be hidden for privacy.": "Some results may be hidden for privacy.",
+ "If you can’t see who you’re looking for, send them your invite link below.": "If you can’t see who you’re looking for, send them your invite link below.",
+ "Or send invite link": "Or send invite link",
"Unnamed Space": "Unnamed Space",
"Invite to %(roomName)s": "Invite to %(roomName)s",
"Invite someone using their name, email address, username (like ) or share this space.": "Invite someone using their name, email address, username (like ) or share this space.",
From 2c750fcb7a3bc7317b4b8b0e6013aa3f43e584a8 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri, 28 May 2021 12:48:12 +0100
Subject: [PATCH 019/179] Fix overflow issue in suggestion tiles
---
res/css/views/dialogs/_InviteDialog.scss | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/res/css/views/dialogs/_InviteDialog.scss b/res/css/views/dialogs/_InviteDialog.scss
index a33871eca5..4016e7d2e3 100644
--- a/res/css/views/dialogs/_InviteDialog.scss
+++ b/res/css/views/dialogs/_InviteDialog.scss
@@ -193,6 +193,7 @@ limitations under the License.
.mx_InviteDialog_roomTile_nameStack {
display: inline-block;
+ overflow: hidden;
}
.mx_InviteDialog_roomTile_name {
@@ -208,6 +209,13 @@ limitations under the License.
margin-left: 7px;
}
+ .mx_InviteDialog_roomTile_name,
+ .mx_InviteDialog_roomTile_userId {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+
.mx_InviteDialog_roomTile_time {
text-align: right;
font-size: $font-12px;
From ea263937095053bf10ded22c2e0a7ec3da8e7cb5 Mon Sep 17 00:00:00 2001
From: Nique Woodhouse
Date: Fri, 28 May 2021 13:00:18 +0100
Subject: [PATCH 020/179] Styling amends to accommodate the invite dialog
footer
---
res/css/views/dialogs/_InviteDialog.scss | 34 ++++++++++++++-----
src/components/views/dialogs/InviteDialog.tsx | 4 +--
src/i18n/strings/en_EN.json | 2 +-
3 files changed, 29 insertions(+), 11 deletions(-)
diff --git a/res/css/views/dialogs/_InviteDialog.scss b/res/css/views/dialogs/_InviteDialog.scss
index a33871eca5..bda576c44e 100644
--- a/res/css/views/dialogs/_InviteDialog.scss
+++ b/res/css/views/dialogs/_InviteDialog.scss
@@ -73,7 +73,7 @@ limitations under the License.
}
.mx_InviteDialog_section {
- padding-bottom: 10px;
+ padding-bottom: 4px;
h3 {
font-size: $font-12px;
@@ -98,11 +98,25 @@ limitations under the License.
}
}
+.mx_InviteDialog_section_hidden_suggestions_disclaimer {
+ padding: 8px 0 16px 0;
+ font-size: $font-14px;
+
+ > span {
+ color: $primary-fg-color;
+ font-weight: 600;
+ }
+
+ > p {
+ margin:0;
+ }
+}
+
.mx_InviteDialog_footer {
border-top: 1px solid $input-border-color;
> h3 {
- margin: 8px 0;
+ margin: 12px 0;
font-size: $font-12px;
color: $muted-fg-color;
font-weight: bold;
@@ -113,7 +127,7 @@ limitations under the License.
display: flex;
justify-content: space-between;
border-radius: 4px;
- border: solid 1px $input-border-color;
+ border: solid 1px $light-fg-color;
padding: 8px;
> a {
@@ -274,17 +288,21 @@ limitations under the License.
}
.mx_InviteDialog_userSections {
- margin-top: 10px;
+ margin-top: 4px;
overflow-y: auto;
- padding-right: 45px;
- height: calc(100% - 190px); // mx_InviteDialog's height minus some for the upper elements
+ padding: 0px 45px 4px 0px;
+ height: calc(100% - 175px); // mx_InviteDialog's height minus some for the upper and lower elements
}
+
// Right margin for the design. We could apply this to the whole dialog, but then the scrollbar
// for the user section gets weird.
-.mx_InviteDialog_helpText,
.mx_InviteDialog_addressBar {
- margin-right: 45px;
+ margin: 8px 45px 0px 0px;
+}
+
+.mx_InviteDialog_helpText {
+ margin:0px;
}
.mx_InviteDialog_helpText .mx_AccessibleButton_kind_link {
diff --git a/src/components/views/dialogs/InviteDialog.tsx b/src/components/views/dialogs/InviteDialog.tsx
index 22763ceda2..081004fa74 100644
--- a/src/components/views/dialogs/InviteDialog.tsx
+++ b/src/components/views/dialogs/InviteDialog.tsx
@@ -1341,8 +1341,8 @@ export default class InviteDialog extends React.PureComponent
- { _t("Some results may be hidden for privacy.") }
+ extraSection =
+ { _t("Some suggestions may be hidden for privacy.") }
{ _t("If you can’t see who you’re looking for, send them your invite link below.") }
;
const link = makeUserPermalink(MatrixClientPeg.get().getUserId());
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 9767d7ac76..8f5082e88a 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -2246,7 +2246,7 @@
"Start a conversation with someone using their name or username (like ).": "Start a conversation with someone using their name or username (like ).",
"This won't invite them to %(communityName)s. To invite someone to %(communityName)s, click here": "This won't invite them to %(communityName)s. To invite someone to %(communityName)s, click here",
"Go": "Go",
- "Some results may be hidden for privacy.": "Some results may be hidden for privacy.",
+ "Some suggestions may be hidden for privacy.": "Some suggestions may be hidden for privacy.",
"If you can’t see who you’re looking for, send them your invite link below.": "If you can’t see who you’re looking for, send them your invite link below.",
"Or send invite link": "Or send invite link",
"Unnamed Space": "Unnamed Space",
From 36e43270ca6acd79ad5244ec83b96344fd766592 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri, 28 May 2021 13:08:05 +0100
Subject: [PATCH 021/179] Apply suggestions from code review
---
res/css/views/dialogs/_InviteDialog.scss | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/res/css/views/dialogs/_InviteDialog.scss b/res/css/views/dialogs/_InviteDialog.scss
index 0d78589db2..bae086c7d5 100644
--- a/res/css/views/dialogs/_InviteDialog.scss
+++ b/res/css/views/dialogs/_InviteDialog.scss
@@ -108,7 +108,7 @@ limitations under the License.
}
> p {
- margin:0;
+ margin: 0;
}
}
@@ -298,7 +298,7 @@ limitations under the License.
.mx_InviteDialog_userSections {
margin-top: 4px;
overflow-y: auto;
- padding: 0px 45px 4px 0px;
+ padding: 0 45px 4px 0;
height: calc(100% - 175px); // mx_InviteDialog's height minus some for the upper and lower elements
}
@@ -306,11 +306,11 @@ limitations under the License.
// Right margin for the design. We could apply this to the whole dialog, but then the scrollbar
// for the user section gets weird.
.mx_InviteDialog_addressBar {
- margin: 8px 45px 0px 0px;
+ margin: 8px 45px 0 0;
}
.mx_InviteDialog_helpText {
- margin:0px;
+ margin: 0;
}
.mx_InviteDialog_helpText .mx_AccessibleButton_kind_link {
From caaef630776a07c69654393a37bd62bb56398566 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri, 28 May 2021 13:11:48 +0100
Subject: [PATCH 022/179] delint1
---
res/css/views/dialogs/_InviteDialog.scss | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/res/css/views/dialogs/_InviteDialog.scss b/res/css/views/dialogs/_InviteDialog.scss
index bae086c7d5..8c0421b989 100644
--- a/res/css/views/dialogs/_InviteDialog.scss
+++ b/res/css/views/dialogs/_InviteDialog.scss
@@ -17,6 +17,9 @@ limitations under the License.
.mx_InviteDialog_addressBar {
display: flex;
flex-direction: row;
+ // Right margin for the design. We could apply this to the whole dialog, but then the scrollbar
+ // for the user section gets weird.
+ margin: 8px 45px 0 0;
.mx_InviteDialog_editor {
flex: 1;
@@ -127,7 +130,7 @@ limitations under the License.
display: flex;
justify-content: space-between;
border-radius: 4px;
- border: solid 1px $light-fg-color;
+ border: solid 1px $light-fg-color;
padding: 8px;
> a {
@@ -302,13 +305,6 @@ limitations under the License.
height: calc(100% - 175px); // mx_InviteDialog's height minus some for the upper and lower elements
}
-
-// Right margin for the design. We could apply this to the whole dialog, but then the scrollbar
-// for the user section gets weird.
-.mx_InviteDialog_addressBar {
- margin: 8px 45px 0 0;
-}
-
.mx_InviteDialog_helpText {
margin: 0;
}
From 91b7f2551312c405257421221b4d237a3bd96682 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri, 28 May 2021 13:51:54 +0100
Subject: [PATCH 023/179] delint2
---
src/components/views/dialogs/InviteDialog.tsx | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/components/views/dialogs/InviteDialog.tsx b/src/components/views/dialogs/InviteDialog.tsx
index 7cee61d579..ef7a31a177 100644
--- a/src/components/views/dialogs/InviteDialog.tsx
+++ b/src/components/views/dialogs/InviteDialog.tsx
@@ -408,9 +408,6 @@ export default class InviteDialog extends React.PureComponent
Date: Wed, 2 Jun 2021 23:47:21 +0000
Subject: [PATCH 024/179] Translated using Weblate (French)
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
---
src/i18n/strings/fr.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json
index 5a8208f50b..ff48785427 100644
--- a/src/i18n/strings/fr.json
+++ b/src/i18n/strings/fr.json
@@ -2868,7 +2868,7 @@
"The %(capability)s capability": "La capacité %(capability)s",
"See %(eventType)s events posted to your active room": "Voir les événements %(eventType)s publiés dans votre salon actuel",
"Send %(eventType)s events as you in your active room": "Envoie des événements %(eventType)s sous votre nom dans votre salon actuel",
- "See %(eventType)s events posted to this room": "Voir les événements %(eventType)s publiés dans ce salon",
+ "See %(eventType)s events posted to this room": "Voir les événements %(eventType)s envoyés dans ce salon",
"Send %(eventType)s events as you in this room": "Envoie des événements %(eventType)s sous votre nom dans ce salon",
"Send stickers to your active room as you": "Envoie des autocollants sous votre nom dans le salon actuel",
"Continue with %(ssoButtons)s": "Continuer avec %(ssoButtons)s",
@@ -2930,7 +2930,7 @@
"Don't miss a reply": "Ne ratez pas une réponse",
"See %(msgtype)s messages posted to your active room": "Voir les messages de type %(msgtype)s publiés dans le salon actuel",
"See %(msgtype)s messages posted to this room": "Voir les messages de type %(msgtype)s publiés dans ce salon",
- "Send %(msgtype)s messages as you in this room": "Envoie des messages de type%(msgtype)s sous votre nom dans ce salon",
+ "Send %(msgtype)s messages as you in this room": "Envoie les messages de type %(msgtype)s sous votre nom dans ce salon",
"Send %(msgtype)s messages as you in your active room": "Envoie des messages de type %(msgtype)s sous votre nom dans votre salon actif",
"See general files posted to your active room": "Voir les fichiers postés dans votre salon actuel",
"See general files posted to this room": "Voir les fichiers postés dans ce salon",
From b4f8c66f7b2645a83b660478b006b7d0414f4b00 Mon Sep 17 00:00:00 2001
From: Miquel Lionel
Date: Wed, 2 Jun 2021 23:37:33 +0000
Subject: [PATCH 025/179] Translated using Weblate (French)
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
---
src/i18n/strings/fr.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json
index ff48785427..e94dbd6c1f 100644
--- a/src/i18n/strings/fr.json
+++ b/src/i18n/strings/fr.json
@@ -2842,7 +2842,7 @@
"Change the topic of your active room": "Changer le sujet dans le salon actuel",
"Change the topic of this room": "Changer le sujet de ce salon",
"Send stickers into this room": "Envoyer des autocollants dans ce salon",
- "Remain on your screen when viewing another room, when running": "Reste sur votre écran quand vous regardez un autre salon lors de l’appel",
+ "Remain on your screen when viewing another room, when running": "Reste sur votre écran lors de l'appel quand vous regardez un autre salon",
"Takes the call in the current room off hold": "Reprend l’appel en attente dans ce salon",
"Places the call in the current room on hold": "Met l’appel dans ce salon en attente",
"Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message": "Ajoute (╯°□°)╯︵ ┻━┻ en préfixe du message",
@@ -2861,7 +2861,7 @@
"Send videos as you in this room": "Envoie des vidéos sous votre nom dans ce salon",
"See images posted to this room": "Voir les images publiées dans ce salon",
"See images posted to your active room": "Voir les images publiées dans votre salon actif",
- "See messages posted to your active room": "Voir les messages publiés dans votre salon actif",
+ "See messages posted to your active room": "Voir les messages envoyés dans le salon actuel",
"See messages posted to this room": "Voir les messages publiés dans ce salon",
"Send messages as you in your active room": "Envoie des messages sous votre nom dans votre salon actif",
"Send messages as you in this room": "Envoie des messages sous votre nom dans ce salon",
@@ -3034,7 +3034,7 @@
"Send text messages as you in this room": "Envoyez des messages textuels sous votre nom dans ce salon",
"See when the name changes in your active room": "Suivre les changements de nom dans le salon actif",
"Change which room, message, or user you're viewing": "Changer le salon, message, ou la personne que vous visualisez",
- "Change which room you're viewing": "Changer le salon que vous visualisez",
+ "Change which room you're viewing": "Changer le salon que vous êtes en train de lire",
"Remain on your screen while running": "Reste sur votre écran pendant l’exécution",
"%(senderName)s has updated the widget layout": "%(senderName)s a mis à jour la disposition du widget",
"Converts the DM to a room": "Transforme la conversation privée en salon",
From 9f1e1c24205fdc76125f7f1e4351b939b6b7d7b6 Mon Sep 17 00:00:00 2001
From: c-cal
Date: Tue, 1 Jun 2021 15:37:08 +0000
Subject: [PATCH 026/179] Translated using Weblate (French)
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
---
src/i18n/strings/fr.json | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json
index e94dbd6c1f..7f3614bf90 100644
--- a/src/i18n/strings/fr.json
+++ b/src/i18n/strings/fr.json
@@ -1873,7 +1873,7 @@
"This user has not verified all of their sessions.": "Cet utilisateur n’a pas vérifié toutes ses sessions.",
"You have verified this user. This user has verified all of their sessions.": "Vous avez vérifié cet utilisateur. Cet utilisateur a vérifié toutes ses sessions.",
"Someone is using an unknown session": "Quelqu’un utilise une session inconnue",
- "Mod": "Modo",
+ "Mod": "Modérateur",
"Your key share request has been sent - please check your other sessions for key share requests.": "Votre demande de partage de clé a été envoyée − vérifiez les demandes de partage de clé sur vos autres sessions.",
"Key share requests are sent to your other sessions automatically. If you rejected or dismissed the key share request on your other sessions, click here to request the keys for this session again.": "Les demandes de partage de clé sont envoyées à vos autres sessions automatiquement. Si vous avez rejeté ou ignoré la demande de partage de clé sur vos autres sessions, cliquez ici pour redemander les clés pour cette session.",
"If your other sessions do not have the key for this message you will not be able to decrypt them.": "Si vos autres sessions n’ont pas la clé pour ce message vous ne pourrez pas le déchiffrer.",
@@ -3111,7 +3111,7 @@
"No permissions": "Aucune permission",
"Remove from Space": "Supprimer de l’espace",
"Undo": "Annuler",
- "Your message wasn't sent because this homeserver has been blocked by it's administrator. Please contact your service administrator to continue using the service.": "Votre message n’a pas été envoyé car ce serveur d’accueil a été banni par son administrateur. Merci de contacter votre administrateur de service pour poursuivre l’usage de ce service.",
+ "Your message wasn't sent because this homeserver has been blocked by it's administrator. Please contact your service administrator to continue using the service.": "Votre message n’a pas été envoyé car ce serveur d’accueil a été bloqué par son administrateur. Merci de contacter votre administrateur de service pour continuer à utiliser le service.",
"Are you sure you want to leave the space '%(spaceName)s'?": "Êtes-vous sûr de vouloir quitter l’espace « %(spaceName)s » ?",
"This space is not public. You will not be able to rejoin without an invite.": "Cet espace n’est pas public. Vous ne pourrez pas le rejoindre sans invitation.",
"Start audio stream": "Démarrer une diffusion audio",
@@ -3352,5 +3352,11 @@
"sends space invaders": "Envoie les Space Invaders",
"Sends the given message with a space themed effect": "Envoyer le message avec un effet lié au thème de l’espace",
"See when people join, leave, or are invited to your active room": "Afficher quand des personnes rejoignent, partent, ou sont invités dans votre salon actif",
- "Kick, ban, or invite people to your active room, and make you leave": "Expulser, bannir ou inviter des personnes dans votre salon actif et en partir"
+ "Kick, ban, or invite people to your active room, and make you leave": "Expulser, bannir ou inviter des personnes dans votre salon actif et en partir",
+ "Currently joining %(count)s rooms|one": "Vous êtes en train de rejoindre %(count)s salon",
+ "Currently joining %(count)s rooms|other": "Vous êtes en train de rejoindre %(count)s salons",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Essayez d'autres mots ou vérifiez les fautes de frappe. Certains salons peuvent ne pas être visibles car ils sont privés et vous devez être invité pour les rejoindre.",
+ "No results for \"%(query)s\"": "Aucun résultat pour « %(query)s »",
+ "The user you called is busy.": "L’utilisateur que vous avez appelé est indisponible.",
+ "User Busy": "Utilisateur indisponible"
}
From 0c97d90fb98f08204c1d7853e0c0f6c30820e5a3 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu, 3 Jun 2021 16:44:28 +0100
Subject: [PATCH 027/179] Iterate PR based on feedback
---
res/css/views/dialogs/_InviteDialog.scss | 6 +++++-
src/components/views/dialogs/InviteDialog.tsx | 16 +++++++++++-----
2 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/res/css/views/dialogs/_InviteDialog.scss b/res/css/views/dialogs/_InviteDialog.scss
index 8c0421b989..2e48b5d8e9 100644
--- a/res/css/views/dialogs/_InviteDialog.scss
+++ b/res/css/views/dialogs/_InviteDialog.scss
@@ -302,7 +302,11 @@ limitations under the License.
margin-top: 4px;
overflow-y: auto;
padding: 0 45px 4px 0;
- height: calc(100% - 175px); // mx_InviteDialog's height minus some for the upper and lower elements
+ height: calc(100% - 115px); // mx_InviteDialog's height minus some for the upper and lower elements
+}
+
+.mx_InviteDialog_hasFooter .mx_InviteDialog_userSections {
+ height: calc(100% - 175px);
}
.mx_InviteDialog_helpText {
diff --git a/src/components/views/dialogs/InviteDialog.tsx b/src/components/views/dialogs/InviteDialog.tsx
index 5cbcb12c4f..557ea416a8 100644
--- a/src/components/views/dialogs/InviteDialog.tsx
+++ b/src/components/views/dialogs/InviteDialog.tsx
@@ -14,7 +14,9 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
-import React, {createRef} from 'react';
+import React, { createRef } from 'react';
+import classNames from 'classnames';
+
import {_t, _td} from "../../../languageHandler";
import * as sdk from "../../../index";
import {MatrixClientPeg} from "../../../MatrixClientPeg";
@@ -1252,7 +1254,7 @@ export default class InviteDialog extends React.PureComponent {
e.preventDefault();
const target = e.target; // copy target before we go async and React throws it away
@@ -1264,7 +1266,7 @@ export default class InviteDialog extends React.PureComponent
+ >
+
+
} else if (this.props.kind === KIND_INVITE) {
@@ -1437,7 +1441,9 @@ export default class InviteDialog extends React.PureComponent
Date: Fri, 4 Jun 2021 09:24:41 +0000
Subject: [PATCH 028/179] Translated using Weblate (Italian)
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
---
src/i18n/strings/it.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json
index 585ee8ba3a..c83800e82a 100644
--- a/src/i18n/strings/it.json
+++ b/src/i18n/strings/it.json
@@ -3375,5 +3375,11 @@
"Kick, ban, or invite people to your active room, and make you leave": "Buttare fuori, bandire o invitare persone nella tua stanza attiva e farti uscire",
"See when people join, leave, or are invited to this room": "Vedere quando le persone entrano, escono o sono invitate in questa stanza",
"Kick, ban, or invite people to this room, and make you leave": "Buttare fuori, bandire o invitare persone in questa stanza e farti uscire",
- "See when people join, leave, or are invited to your active room": "Vedere quando le persone entrano, escono o sono invitate nella tua stanza attiva"
+ "See when people join, leave, or are invited to your active room": "Vedere quando le persone entrano, escono o sono invitate nella tua stanza attiva",
+ "Currently joining %(count)s rooms|one": "Stai entrando in %(count)s stanza",
+ "Currently joining %(count)s rooms|other": "Stai entrando in %(count)s stanze",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Prova parole diverse o controlla errori di battitura. Alcuni risultati potrebbero non essere visibili dato che sono privati e ti servirebbe un invito per unirti.",
+ "No results for \"%(query)s\"": "Nessun risultato per \"%(query)s\"",
+ "The user you called is busy.": "L'utente che hai chiamato è occupato.",
+ "User Busy": "Utente occupato"
}
From a85e251f0a6ceb0444e3f2de41471803ba07602c Mon Sep 17 00:00:00 2001
From: iaiz
Date: Tue, 1 Jun 2021 21:21:42 +0000
Subject: [PATCH 029/179] Translated using Weblate (Spanish)
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/es/
---
src/i18n/strings/es.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json
index 60f5d06bec..5e8e57bacd 100644
--- a/src/i18n/strings/es.json
+++ b/src/i18n/strings/es.json
@@ -3315,5 +3315,11 @@
"See when people join, leave, or are invited to your active room": "Ver cuando alguien se una, salga o se le invite a tu sala activa",
"Kick, ban, or invite people to this room, and make you leave": "Expulsar, vetar o invitar personas a esta sala, y hacerte salir de ella",
"Kick, ban, or invite people to your active room, and make you leave": "Expulsar, vetar o invitar a gente a tu sala activa, o hacerte salir",
- "See when people join, leave, or are invited to this room": "Ver cuando alguien se une, sale o se le invita a la sala"
+ "See when people join, leave, or are invited to this room": "Ver cuando alguien se une, sale o se le invita a la sala",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Prueba con sinónimos o revisa si te has equivocado al escribir. Puede que algunos resultados no sean visibles si son privados y necesites que te inviten para verlos.",
+ "Currently joining %(count)s rooms|one": "Entrando en %(count)s sala",
+ "Currently joining %(count)s rooms|other": "Entrando en %(count)s salas",
+ "No results for \"%(query)s\"": "Ningún resultado para «%(query)s»",
+ "The user you called is busy.": "La persona a la que has llamado está ocupada.",
+ "User Busy": "Persona ocupada"
}
From d7de5dfe833cd1ea46faa6c0fcd5e273435d5404 Mon Sep 17 00:00:00 2001
From: libexus
Date: Fri, 4 Jun 2021 13:47:33 +0000
Subject: [PATCH 030/179] Translated using Weblate (German)
Currently translated at 99.4% (2962 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
---
src/i18n/strings/de_DE.json | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json
index dcc5343af4..9d1c1fa071 100644
--- a/src/i18n/strings/de_DE.json
+++ b/src/i18n/strings/de_DE.json
@@ -3343,5 +3343,14 @@
"Your feedback will help make spaces better. The more detail you can go into, the better.": "Dein Feedback hilfst uns, die Spaces zu verbessern. Je genauer, desto besser.",
"If you leave, %(brand)s will reload with Spaces disabled. Communities and custom tags will be visible again.": "Durchs Verlassen lädt %(brand)s mit deaktivierten Spaces neu. Danach kannst du Communities und Custom Tags wieder verwenden.",
"sends space invaders": "sendet Space Invaders",
- "Sends the given message with a space themed effect": "Sendet die Nachricht mit Raumschiffen"
+ "Sends the given message with a space themed effect": "Sendet die Nachricht mit Raumschiffen",
+ "Space Autocomplete": "Spaces automatisch vervollständigen",
+ "Currently joining %(count)s rooms|one": "Betrete %(count)s Raum",
+ "Currently joining %(count)s rooms|other": "Betrete %(count)s Räume",
+ "Go to my space": "Zu meinem Space",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Überprüfe auf Tippfehler oder verwende andere Suchbegriffe. Beachte, dass Ergebnisse aus privaten Räumen, in die du nicht eingeladen wurdest, nicht angezeigt werden.",
+ "See when people join, leave, or are invited to this room": "Anzeigen, wenn Leute eingeladen werden oder den Raum betreten und verlassen",
+ "The user you called is busy.": "Der angerufene Benutzer ist momentan beschäftigt.",
+ "User Busy": "Benutzer beschäftigt",
+ "No results for \"%(query)s\"": "Keine Ergebnisse für \"%(query)s\""
}
From 7abd8957a5e2ff0be597d6435aea5f3f16a80e4a Mon Sep 17 00:00:00 2001
From: Jeff Huang
Date: Wed, 2 Jun 2021 02:39:11 +0000
Subject: [PATCH 031/179] Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
---
src/i18n/strings/zh_Hant.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json
index 5c27fb3878..053839f937 100644
--- a/src/i18n/strings/zh_Hant.json
+++ b/src/i18n/strings/zh_Hant.json
@@ -3378,5 +3378,11 @@
"See when people join, leave, or are invited to your active room": "檢視人們何時加入、離開或被邀請至您活躍的聊天室",
"Kick, ban, or invite people to your active room, and make you leave": "踢除、封鎖或邀請人們到您作用中的聊天室,然後讓您離開",
"See when people join, leave, or are invited to this room": "檢視人們何時加入、離開或被邀請至此聊天室",
- "Kick, ban, or invite people to this room, and make you leave": "踢除、封鎖或邀請人們到此聊天室,然後讓您離開"
+ "Kick, ban, or invite people to this room, and make you leave": "踢除、封鎖或邀請人們到此聊天室,然後讓您離開",
+ "Currently joining %(count)s rooms|one": "目前正在加入 %(count)s 個聊天室",
+ "Currently joining %(count)s rooms|other": "目前正在加入 %(count)s 個聊天室",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "嘗試不同的詞或是檢查拼字。某些結果可能不可見,因為其為私人的,您必須要有邀請才能加入。",
+ "No results for \"%(query)s\"": "「%(query)s」沒有結果",
+ "The user you called is busy.": "您想要通話的使用者目前忙碌中。",
+ "User Busy": "使用者忙碌"
}
From 2533a9f52eb334bdb316ad9ebba4824693f940cb Mon Sep 17 00:00:00 2001
From: LinAGKar
Date: Tue, 1 Jun 2021 18:33:41 +0000
Subject: [PATCH 032/179] Translated using Weblate (Swedish)
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
---
src/i18n/strings/sv.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/sv.json b/src/i18n/strings/sv.json
index a50c039e9e..f026e0fe02 100644
--- a/src/i18n/strings/sv.json
+++ b/src/i18n/strings/sv.json
@@ -3305,5 +3305,11 @@
"See when people join, leave, or are invited to your active room": "Se när folk går med, lämnar eller bjuds in till ditt aktiva rum",
"Kick, ban, or invite people to your active room, and make you leave": "Kicka, banna eller bjuda in folk till ditt aktiva rum, och tvinga dig att lämna",
"See when people join, leave, or are invited to this room": "Se när folk går med, lämnar eller bjuds in till det här rummet",
- "Kick, ban, or invite people to this room, and make you leave": "Kicka, banna eller bjuda in folk till det här rummet, och tvinga dig att lämna"
+ "Kick, ban, or invite people to this room, and make you leave": "Kicka, banna eller bjuda in folk till det här rummet, och tvinga dig att lämna",
+ "Currently joining %(count)s rooms|one": "Går just nu med i %(count)s rum",
+ "Currently joining %(count)s rooms|other": "Går just nu med i %(count)s rum",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Testa andra ord eller kolla efter felskrivningar. Vissa resultat kanske inte visas för att de är privata och du behöver en inbjudan för att gå med i dem.",
+ "No results for \"%(query)s\"": "Inga resultat för \"%(query)s\"",
+ "The user you called is busy.": "Användaren du ringde är upptagen.",
+ "User Busy": "Användare upptagen"
}
From 6243e693d6c3a14e28bc4c3ecada911a17859a80 Mon Sep 17 00:00:00 2001
From: jelv
Date: Wed, 2 Jun 2021 09:39:49 +0000
Subject: [PATCH 033/179] Translated using Weblate (Dutch)
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
---
src/i18n/strings/nl.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json
index 16f74e7b2d..7299e9d161 100644
--- a/src/i18n/strings/nl.json
+++ b/src/i18n/strings/nl.json
@@ -3261,5 +3261,11 @@
"See when people join, leave, or are invited to your active room": "Zie wanneer personen deelnemen, vertrekken of worden uitgenodigd in uw actieve gesprek",
"Kick, ban, or invite people to your active room, and make you leave": "Verwijder, verban of nodig personen uit voor uw actieve gesprek en uzelf laten vertrekken",
"See when people join, leave, or are invited to this room": "Zie wanneer personen deelnemen, vertrekken of worden uitgenodigd voor dit gesprek",
- "Kick, ban, or invite people to this room, and make you leave": "Verwijder, verban of verwijder personen uit dit gesprek en uzelf laten vertrekken"
+ "Kick, ban, or invite people to this room, and make you leave": "Verwijder, verban of verwijder personen uit dit gesprek en uzelf laten vertrekken",
+ "Currently joining %(count)s rooms|one": "Momenteel aan het toetreden tot %(count)s gesprek",
+ "Currently joining %(count)s rooms|other": "Momenteel aan het toetreden tot %(count)s gesprekken",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Probeer andere woorden of controleer op typefouten. Sommige resultaten zijn mogelijk niet zichtbaar omdat ze privé zijn of u een uitnodiging nodig heeft om deel te nemen.",
+ "No results for \"%(query)s\"": "Geen resultaten voor \"%(query)s\"",
+ "The user you called is busy.": "De gebruiker die u belde is bezet.",
+ "User Busy": "Gebruiker Bezet"
}
From fe9644baca95f5e658684eeb5e3dd09d83c4491f Mon Sep 17 00:00:00 2001
From: Ihor Hordiichuk
Date: Wed, 2 Jun 2021 00:41:15 +0000
Subject: [PATCH 034/179] Translated using Weblate (Ukrainian)
Currently translated at 49.2% (1467 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
---
src/i18n/strings/uk.json | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/i18n/strings/uk.json b/src/i18n/strings/uk.json
index db5ce9b360..64ba84b678 100644
--- a/src/i18n/strings/uk.json
+++ b/src/i18n/strings/uk.json
@@ -267,8 +267,8 @@
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s",
"Who would you like to add to this community?": "Кого ви хочете додати до цієї спільноти?",
"Where this page includes identifiable information, such as a room, user or group ID, that data is removed before being sent to the server.": "Там, де ця сторінка містить ототожненну інформацію, як-от назва кімнати, користувача чи групи, ці дані будуть вилучені перед надсиланням на сервер.",
- "Call in Progress": "Іде виклик",
- "A call is currently being placed!": "Зараз іде виклик!",
+ "Call in Progress": "Триває виклик",
+ "A call is currently being placed!": "Зараз триває виклик!",
"A call is already in progress!": "Вже здійснюється дзвінок!",
"Permission Required": "Потрібен дозвіл",
"You do not have permission to start a conference call in this room": "У вас немає дозволу, щоб розпочати дзвінок-конференцію в цій кімнаті",
@@ -1602,5 +1602,7 @@
"Share Link to User": "Поділитися посиланням на користувача",
"Messages here are end-to-end encrypted. Verify %(displayName)s in their profile - tap on their avatar.": "Повідомлення тут захищено наскрізним шифруванням. Підтвердьте %(displayName)s у їхньому профілі — натиснувши на їх аватар.",
"Open": "Відкрити",
- "In reply to": "У відповідь на"
+ "In reply to": "У відповідь на",
+ "The user you called is busy.": "Користувач, якого ви викликаєте, зайнятий.",
+ "User Busy": "Користувач зайнятий"
}
From f5b02ecbf55323af1dcdd057da79ba0801495193 Mon Sep 17 00:00:00 2001
From: XoseM
Date: Thu, 3 Jun 2021 06:53:34 +0000
Subject: [PATCH 035/179] Translated using Weblate (Galician)
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
---
src/i18n/strings/gl.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json
index 12a2dcd8c3..abb4776a55 100644
--- a/src/i18n/strings/gl.json
+++ b/src/i18n/strings/gl.json
@@ -3375,5 +3375,11 @@
"See when people join, leave, or are invited to your active room": "Mira cando alguén se une, sae ou é convidada á túa sala activa",
"Kick, ban, or invite people to your active room, and make you leave": "Expulsa, veta ou convida a persoas á túa sala activa, e fai que saias",
"See when people join, leave, or are invited to this room": "Mira cando se une alguén, sae ou é convidada a esta sala",
- "Kick, ban, or invite people to this room, and make you leave": "Expulsa, veta, ou convida persoas a esta sala, e fai que saias"
+ "Kick, ban, or invite people to this room, and make you leave": "Expulsa, veta, ou convida persoas a esta sala, e fai que saias",
+ "Currently joining %(count)s rooms|one": "Neste intre estás en %(count)s sala",
+ "Currently joining %(count)s rooms|other": "Neste intre estás en %(count)s salas",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Intentao con outras palabras e fíxate nos erros de escritura. Algúns resultados poderían non ser visibles porque son privados e precisas un convite.",
+ "No results for \"%(query)s\"": "Sen resultados para \"%(query)s\"",
+ "The user you called is busy.": "A persoa á que chamas está ocupada.",
+ "User Busy": "Usuaria ocupada"
}
From af2d902830c7ab2dd656152bef924602142d4406 Mon Sep 17 00:00:00 2001
From: Besnik Bleta
Date: Wed, 2 Jun 2021 08:30:52 +0000
Subject: [PATCH 036/179] Translated using Weblate (Albanian)
Currently translated at 99.6% (2970 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
---
src/i18n/strings/sq.json | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/sq.json b/src/i18n/strings/sq.json
index bd294093f9..bbeffefda3 100644
--- a/src/i18n/strings/sq.json
+++ b/src/i18n/strings/sq.json
@@ -3361,5 +3361,12 @@
"sends space invaders": "dërgon pushtues hapësire",
"Sends the given message with a space themed effect": "E dërgon mesazhin e dhënë me një efekt teme hapësinore",
"See when people join, leave, or are invited to your active room": "Shihni kur persona vijnë, ikin ose janë ftuar në dhomën tuaj aktive",
- "See when people join, leave, or are invited to this room": "Shihni kur persona vijnë, ikin ose janë ftuar në këtë dhomë"
+ "See when people join, leave, or are invited to this room": "Shihni kur persona vijnë, ikin ose janë ftuar në këtë dhomë",
+ "Space Autocomplete": "Vetëplotësim Hapësire",
+ "Currently joining %(count)s rooms|one": "Aktualisht duke hyrë në %(count)s dhomë",
+ "Currently joining %(count)s rooms|other": "Aktualisht duke hyrë në %(count)s dhoma",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Provoni fjalë të ndryshme, ose kontrolloni për gabime shkrimi. Disa përfundime mund të mos jenë të dukshme, ngaqë janë private dhe ju duhet një ftesë për të marrë pjesë në to.",
+ "No results for \"%(query)s\"": "S’ka përfundime për \"%(query)s\"",
+ "The user you called is busy.": "Përdoruesi që thirrët është i zënë.",
+ "User Busy": "Përdoruesi Është i Zënë"
}
From 3bdc84bb5d164e37f69a9f45e7ee34f7dcb51089 Mon Sep 17 00:00:00 2001
From: waclaw66
Date: Wed, 2 Jun 2021 06:54:33 +0000
Subject: [PATCH 037/179] Translated using Weblate (Czech)
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
---
src/i18n/strings/cs.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/cs.json b/src/i18n/strings/cs.json
index 75472b4d38..a84a10f21c 100644
--- a/src/i18n/strings/cs.json
+++ b/src/i18n/strings/cs.json
@@ -3292,5 +3292,11 @@
"See when people join, leave, or are invited to your active room": "Zjistěte, kdy se lidé připojí, odejdou nebo jsou pozváni do vaší aktivní místnosti",
"Kick, ban, or invite people to this room, and make you leave": "Vykopnout, vykázat, pozvat lidi do této místnosti nebo odejít",
"Kick, ban, or invite people to your active room, and make you leave": "Vykopnout, vykázat, pozvat lidi do vaší aktivní místnosti nebo odejít",
- "See when people join, leave, or are invited to this room": "Zjistěte, kdy se lidé připojí, odejdou nebo jsou pozváni do této místnosti"
+ "See when people join, leave, or are invited to this room": "Zjistěte, kdy se lidé připojí, odejdou nebo jsou pozváni do této místnosti",
+ "Currently joining %(count)s rooms|one": "Momentálně se připojuje %(count)s místnost",
+ "Currently joining %(count)s rooms|other": "Momentálně se připojuje %(count)s místností",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Vyzkoušejte jiná slova nebo zkontrolujte překlepy. Některé výsledky nemusí být viditelné, protože jsou soukromé a potřebujete k nim pozvánku.",
+ "No results for \"%(query)s\"": "Žádné výsledky pro \"%(query)s\"",
+ "The user you called is busy.": "Volaný uživatel je zaneprázdněn.",
+ "User Busy": "Uživatel zaneprázdněn"
}
From 261c91211fa0ad914e59ed27cdbd411ca1de65d5 Mon Sep 17 00:00:00 2001
From: Szimszon
Date: Wed, 2 Jun 2021 06:12:00 +0000
Subject: [PATCH 038/179] Translated using Weblate (Hungarian)
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
---
src/i18n/strings/hu.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json
index a6e9992866..e1ccfb288d 100644
--- a/src/i18n/strings/hu.json
+++ b/src/i18n/strings/hu.json
@@ -3370,5 +3370,11 @@
"See when people join, leave, or are invited to your active room": "Emberek belépésének, távozásának vagy meghívásának a megjelenítése az aktív szobájában",
"Kick, ban, or invite people to your active room, and make you leave": "Kirúgni, kitiltani vagy meghívni embereket az aktív szobába és, hogy ön elhagyja a szobát",
"See when people join, leave, or are invited to this room": "Emberek belépésének, távozásának vagy meghívásának a megjelenítése ebben a szobában",
- "Kick, ban, or invite people to this room, and make you leave": "Kirúgni, kitiltani vagy meghívni embereket ebbe a szobába és, hogy ön elhagyja a szobát"
+ "Kick, ban, or invite people to this room, and make you leave": "Kirúgni, kitiltani vagy meghívni embereket ebbe a szobába és, hogy ön elhagyja a szobát",
+ "Currently joining %(count)s rooms|one": "%(count)s szobába lép be",
+ "Currently joining %(count)s rooms|other": "%(count)s szobába lép be",
+ "No results for \"%(query)s\"": "Nincs találat ehhez: %(query)s",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Próbáljon ki más szavakat vagy keressen elgépelést. Néhány találat azért nem látszik, mert privát és meghívóra van szüksége, hogy csatlakozhasson.",
+ "The user you called is busy.": "A hívott felhasználó foglalt.",
+ "User Busy": "Felhasználó foglalt"
}
From 0de8e9b201107ca76d2271d2091f586ba8a00899 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Priit=20J=C3=B5er=C3=BC=C3=BCt?=
Date: Tue, 1 Jun 2021 17:36:31 +0000
Subject: [PATCH 039/179] Translated using Weblate (Estonian)
Currently translated at 99.8% (2974 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
---
src/i18n/strings/et.json | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/et.json b/src/i18n/strings/et.json
index 5e8d744cca..a8e267fb01 100644
--- a/src/i18n/strings/et.json
+++ b/src/i18n/strings/et.json
@@ -3345,5 +3345,14 @@
"Send and receive voice messages": "Saada ja võta vastu häälsõnumeid",
"Your feedback will help make spaces better. The more detail you can go into, the better.": "Sinu tagasiside aitab teha kogukonnakeskuseid paremaks. Mida detailsemalt sa oma arvamust kirjeldad, seda parem.",
"If you leave, %(brand)s will reload with Spaces disabled. Communities and custom tags will be visible again.": "Kui sa lahkud, siis käivitame %(brand)s uuesti nii, et kogukonnakeskused ei ole kasutusel. Vana tüüpi kogukonnad ja kohandatud sildid saavad jälle olema kasutusel.",
- "Message search initialisation failed": "Sõnumite otsingu alustamine ei õnnestunud"
+ "Message search initialisation failed": "Sõnumite otsingu alustamine ei õnnestunud",
+ "sends space invaders": "korraldab ühe pisikese tulnukate vallutusretke",
+ "Sends the given message with a space themed effect": "Saadab antud sõnumi kosmoseteemalise efektiga",
+ "Go to my space": "Palun vaata minu kogukonnakeskust",
+ "User Busy": "Kasutaja on hõivatud",
+ "The user you called is busy.": "Kasutaja, kellele sa helistasid, on hõivatud.",
+ "No results for \"%(query)s\"": "Päringule „%(query)s“ pole vastuseid",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Proovi muid otsingusõnu või kontrolli, et neis polnud trükivigu. Kuna mõned otsingutulemused on privaatsed ja sa vajad kutset nende nägemiseks, siis kõiki tulemusi siin ei pruugi näha olla.",
+ "Currently joining %(count)s rooms|other": "Parasjagu liitun %(count)s jututoaga",
+ "Currently joining %(count)s rooms|one": "Parasjagu liitun %(count)s jututoaga"
}
From 0ecc97eb4b830f3cbaa09ee8c21617ca5eb5e067 Mon Sep 17 00:00:00 2001
From: Thibault Martin
Date: Thu, 3 Jun 2021 07:09:49 +0000
Subject: [PATCH 040/179] Translated using Weblate (French)
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
---
src/i18n/strings/fr.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json
index 7f3614bf90..e199e094e7 100644
--- a/src/i18n/strings/fr.json
+++ b/src/i18n/strings/fr.json
@@ -2842,7 +2842,7 @@
"Change the topic of your active room": "Changer le sujet dans le salon actuel",
"Change the topic of this room": "Changer le sujet de ce salon",
"Send stickers into this room": "Envoyer des autocollants dans ce salon",
- "Remain on your screen when viewing another room, when running": "Reste sur votre écran lors de l'appel quand vous regardez un autre salon",
+ "Remain on your screen when viewing another room, when running": "Reste sur votre écran lors de l’appel quand vous regardez un autre salon",
"Takes the call in the current room off hold": "Reprend l’appel en attente dans ce salon",
"Places the call in the current room on hold": "Met l’appel dans ce salon en attente",
"Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message": "Ajoute (╯°□°)╯︵ ┻━┻ en préfixe du message",
From 442d7f7a02ee6a0e0c3600e37aed08c289e6b32b Mon Sep 17 00:00:00 2001
From: Trendyne
Date: Thu, 3 Jun 2021 09:58:35 +0000
Subject: [PATCH 041/179] Translated using Weblate (Icelandic)
Currently translated at 22.4% (668 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/is/
---
src/i18n/strings/is.json | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/is.json b/src/i18n/strings/is.json
index 35f5342b30..e8718c941a 100644
--- a/src/i18n/strings/is.json
+++ b/src/i18n/strings/is.json
@@ -720,5 +720,13 @@
"%(count)s messages deleted.|one": "%(count)s skilaboð eytt.",
"%(count)s messages deleted.|other": "%(count)s skilaboðum eytt.",
"Message deleted on %(date)s": "Skilaboð eytt á %(date)s",
- "Message edits": "Skilaboðs breytingar"
+ "Message edits": "Skilaboðs breytingar",
+ "List options": "Lista valkosti",
+ "Create a Group Chat": "Búa Til Hópspjall",
+ "Explore Public Rooms": "Kanna Almenningsherbergi",
+ "Explore public rooms": "Kanna almenningsherbergi",
+ "Explore all public rooms": "Kanna öll almenningsherbergi",
+ "Liberate your communication": "Frelsaðu samskipti þín",
+ "Welcome to ": "Velkomin til ",
+ "Welcome to %(appName)s": "Velkomin til %(appName)s"
}
From 43921500d3459896a8a220c870a2b46d49d34303 Mon Sep 17 00:00:00 2001
From: Robin Townsend
Date: Sat, 5 Jun 2021 22:21:10 -0400
Subject: [PATCH 042/179] Revert "Match requested avatar size to displayed
size"
This reverts commit 44b143c8c3063be7ca2bf24e6cfdb81be9351c75.
---
src/components/views/elements/EventTilePreview.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/views/elements/EventTilePreview.tsx b/src/components/views/elements/EventTilePreview.tsx
index 6d2ea687de..77db94b5dd 100644
--- a/src/components/views/elements/EventTilePreview.tsx
+++ b/src/components/views/elements/EventTilePreview.tsx
@@ -61,7 +61,7 @@ interface IState {
message: string;
}
-const AVATAR_SIZE = 30;
+const AVATAR_SIZE = 32;
@replaceableComponent("views.elements.EventTilePreview")
export default class EventTilePreview extends React.Component {
From ed80db73d4209a518cb8828fa55aa0aec60dcd96 Mon Sep 17 00:00:00 2001
From: Tirifto
Date: Sun, 6 Jun 2021 17:19:04 +0000
Subject: [PATCH 043/179] Translated using Weblate (Esperanto)
Currently translated at 99.9% (2978 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/eo/
---
src/i18n/strings/eo.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json
index fc8c00fd19..1aa5ba8a52 100644
--- a/src/i18n/strings/eo.json
+++ b/src/i18n/strings/eo.json
@@ -3320,5 +3320,11 @@
"Reset event store": "Restarigi deponejon de okazoj",
"If you do, please note that none of your messages will be deleted, but the search experience might be degraded for a few moments whilst the index is recreated": "Se vi tamen tion faras, sciu ke neniu el viaj mesaĝoj foriĝos, sed via sperto pri serĉado povas malboniĝi momente, dum la indekso estas refarata",
"You most likely do not want to reset your event index store": "Plej probable, vi ne volas restarigi vian deponejon de indeksoj de okazoj",
- "Reset event store?": "Ĉu restarigi deponejon de okazoj?"
+ "Reset event store?": "Ĉu restarigi deponejon de okazoj?",
+ "Currently joining %(count)s rooms|one": "Nun aliĝante al %(count)s ĉambro",
+ "Currently joining %(count)s rooms|other": "Nun aliĝante al %(count)s ĉambroj",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "Provu aliajn vortojn aŭ kontorolu, ĉu vi ne tajperaris. Iuj rezultoj eble ne videblos, ĉar ili estas privataj kaj vi bezonus inviton por aliĝi.",
+ "No results for \"%(query)s\"": "Neniuj rezultoj por «%(query)s»",
+ "The user you called is busy.": "La uzanto, kiun vi vokis, estas okupata.",
+ "User Busy": "Uzanto estas okupata"
}
From 5e3ad621892786890692c987d95f74881bebe232 Mon Sep 17 00:00:00 2001
From: Robin Townsend
Date: Mon, 7 Jun 2021 19:03:04 -0400
Subject: [PATCH 044/179] Remove mysterious dot from EventTilePreviews
It was a bullet point, since EventTiles now get created as li by
default :P
Signed-off-by: Robin Townsend
---
src/components/views/elements/EventTilePreview.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/components/views/elements/EventTilePreview.tsx b/src/components/views/elements/EventTilePreview.tsx
index 77db94b5dd..20d6cbaeb3 100644
--- a/src/components/views/elements/EventTilePreview.tsx
+++ b/src/components/views/elements/EventTilePreview.tsx
@@ -128,6 +128,7 @@ export default class EventTilePreview extends React.Component {
mxEvent={event}
layout={this.props.layout}
enableFlair={SettingsStore.getValue(UIFeature.Flair)}
+ as="div"
/>
;
}
From 93eb9feaa7931700323d8406a9ecd912c3f660d6 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue, 8 Jun 2021 16:42:58 +0100
Subject: [PATCH 045/179] iterate PR based on feedback
---
src/components/views/dialogs/InviteDialog.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/views/dialogs/InviteDialog.tsx b/src/components/views/dialogs/InviteDialog.tsx
index 557ea416a8..d7f1644d80 100644
--- a/src/components/views/dialogs/InviteDialog.tsx
+++ b/src/components/views/dialogs/InviteDialog.tsx
@@ -1249,12 +1249,12 @@ export default class InviteDialog extends React.PureComponent {
+ private onCopyClick = async e => {
e.preventDefault();
const target = e.target; // copy target before we go async and React throws it away
@@ -1348,7 +1348,7 @@ export default class InviteDialog extends React.PureComponent{ _t("Some suggestions may be hidden for privacy.") }
-
{ _t("If you can’t see who you’re looking for, send them your invite link below.") }
+
{ _t("If you can't see who you’re looking for, send them your invite link below.") }
;
const link = makeUserPermalink(MatrixClientPeg.get().getUserId());
footer =
From 2b99afc741a4b4b9c71f9bc454cf1d433b93f564 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue, 8 Jun 2021 17:05:56 +0100
Subject: [PATCH 046/179] i18n
---
src/i18n/strings/en_EN.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 2e8e2b39d4..a5107cba70 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -2256,7 +2256,7 @@
"This won't invite them to %(communityName)s. To invite someone to %(communityName)s, click here": "This won't invite them to %(communityName)s. To invite someone to %(communityName)s, click here",
"Go": "Go",
"Some suggestions may be hidden for privacy.": "Some suggestions may be hidden for privacy.",
- "If you can’t see who you’re looking for, send them your invite link below.": "If you can’t see who you’re looking for, send them your invite link below.",
+ "If you can't see who you’re looking for, send them your invite link below.": "If you can't see who you’re looking for, send them your invite link below.",
"Or send invite link": "Or send invite link",
"Unnamed Space": "Unnamed Space",
"Invite to %(roomName)s": "Invite to %(roomName)s",
From 6187863bd18ae3c4048dd4dcb5b377a97c4ac42b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bal=C3=A1zs=20Mesk=C3=B3?=
Date: Tue, 8 Jun 2021 14:32:54 +0000
Subject: [PATCH 047/179] Translated using Weblate (Hungarian)
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
---
src/i18n/strings/hu.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json
index e1ccfb288d..90c1aca5e2 100644
--- a/src/i18n/strings/hu.json
+++ b/src/i18n/strings/hu.json
@@ -31,7 +31,7 @@
"Default Device": "Alapértelmezett eszköz",
"Microphone": "Mikrofon",
"Camera": "Kamera",
- "Advanced": "Haladó",
+ "Advanced": "Speciális",
"Always show message timestamps": "Üzenet időbélyeg folyamatos megjelenítése",
"Authentication": "Azonosítás",
"Failed to change password. Is your password correct?": "Nem sikerült megváltoztatni a jelszót. Helyesen írtad be a jelszavadat?",
@@ -66,7 +66,7 @@
"%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s megváltoztatta a hozzáférési szintjét erre: %(powerLevelDiffText)s.",
"%(senderDisplayName)s changed the room name to %(roomName)s.": "%(senderDisplayName)s megváltoztatta a szoba nevét erre: %(roomName)s.",
"%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s törölte a szoba nevét.",
- "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s megváltoztatta a témát erre \"%(topic)s\".",
+ "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s megváltoztatta a témát erre: „%(topic)s”.",
"Changes your display nickname": "Megváltoztatja a becenevedet",
"Click here to fix": "A javításhoz kattints ide",
"Click to mute audio": "Hang némításához kattints ide",
@@ -116,7 +116,7 @@
"Failed to set display name": "Megjelenítési nevet nem sikerült beállítani",
"Failed to unban": "Kizárás visszavonása sikertelen",
"Failed to upload profile picture!": "Profil kép feltöltése sikertelen!",
- "Failed to verify email address: make sure you clicked the link in the email": "E-mail cím ellenőrzése sikertelen: ellenőrizze, hogy az e-mailben lévő hivatkozásra kattintott-e",
+ "Failed to verify email address: make sure you clicked the link in the email": "Az e-mail-cím ellenőrzése sikertelen: ellenőrizze, hogy az e-mailben lévő hivatkozásra kattintott-e",
"Failure to create room": "Szoba létrehozása sikertelen",
"Favourites": "Kedvencek",
"Fill screen": "Képernyő kitöltése",
@@ -230,7 +230,7 @@
"Submit": "Elküld",
"Success": "Sikeres",
"The phone number entered looks invalid": "A megadott telefonszám érvénytelennek tűnik",
- "This email address is already in use": "Ez az e-mail cím már használatban van",
+ "This email address is already in use": "Ez az e-mail-cím már használatban van",
"This email address was not found": "Az e-mail cím nem található",
"The email address linked to your account must be entered.": "A fiókodhoz kötött e-mail címet add meg.",
"The remote side failed to pick up": "A hívott fél nem vette fel",
@@ -1545,7 +1545,7 @@
"Remove %(count)s messages|one": "1 üzenet törlése",
"Your email address hasn't been verified yet": "Az e-mail-címe még nincs ellenőrizve",
"Click the link in the email you received to verify and then click continue again.": "Ellenőrzéshez kattints a linkre az e-mailben amit kaptál és itt kattints a folytatásra újra.",
- "Add Email Address": "E-mail cím hozzáadása",
+ "Add Email Address": "E-mail-cím hozzáadása",
"Add Phone Number": "Telefonszám hozzáadása",
"%(creator)s created and configured the room.": "%(creator)s elkészítette és beállította a szobát.",
"You should remove your personal data from identity server before disconnecting. Unfortunately, identity server is currently offline or cannot be reached.": "Először töröld a személyes adatokat az azonosítási szerverről () mielőtt lecsatlakozol. Sajnos az azonosítási szerver () jelenleg elérhetetlen.",
@@ -2109,7 +2109,7 @@
"Server did not return valid authentication information.": "A szerver semmilyen érvényes azonosítási információt sem küldött vissza.",
"There was a problem communicating with the server. Please try again.": "A szerverrel való kommunikációval probléma történt. Kérlek próbáld újra.",
"Sign in with SSO": "Belépés SSO-val",
- "Welcome to %(appName)s": "Üdvözöl az %(appName)s",
+ "Welcome to %(appName)s": "Üdvözöl a(z) %(appName)s",
"Liberate your communication": "Kommunikálj szabadon",
"Send a Direct Message": "Közvetlen üzenet küldése",
"Explore Public Rooms": "Nyilvános szobák felfedezése",
@@ -2945,7 +2945,7 @@
"Learn more": "Tudj meg többet",
"Matrix.org is the biggest public homeserver in the world, so it’s a good place for many.": "A matrix.org a legnagyobb nyilvános Matrix szerver a világon, és sok felhasználónak megfelelő választás.",
"About homeservers": "A Matrix szerverekről",
- "Use your preferred Matrix homeserver if you have one, or host your own.": "Add meg az általad választott Matrix szerver címét, ha van ilyen, vagy üzemeltess egy sajátot!",
+ "Use your preferred Matrix homeserver if you have one, or host your own.": "Add meg az általad választott Matrix szerver címét, ha van ilyen, vagy üzemeltess egy sajátot.",
"Other homeserver": "Másik Matrix szerver",
"Host account on": "Fiók létrehozása itt:",
"We call the places where you can host your account ‘homeservers’.": "Matrix szervereknek nevezzük azokat a helyeket, ahol fiókot lehet létrehozni.",
@@ -3107,7 +3107,7 @@
"Room name": "Szoba neve",
"Support": "Támogatás",
"Random": "Véletlen",
- "Welcome to ": "Üdvözlöm itt: ",
+ "Welcome to ": "Üdvözöl a(z) ",
"Your private space ": "Privát tere: ",
"Your public space ": "Nyilvános tere: ",
"You have been invited to ": "Meghívták ide: ",
From ab5d0e5a761cae7e039d17674212097fc218aa30 Mon Sep 17 00:00:00 2001
From: Percy
Date: Thu, 10 Jun 2021 14:25:43 +0000
Subject: [PATCH 048/179] Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (2979 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hans/
---
src/i18n/strings/zh_Hans.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json
index af02a40587..3267060d64 100644
--- a/src/i18n/strings/zh_Hans.json
+++ b/src/i18n/strings/zh_Hans.json
@@ -3274,5 +3274,11 @@
"Send stickers to your active room as you": "发送贴纸到你所活跃的聊天室",
"See when people join, leave, or are invited to your active room": "查看人们何时加入、离开或被邀请到你所活跃的聊天室",
"See when people join, leave, or are invited to this room": "查看人们何时加入、离开或被邀请到这个房间",
- "Kick, ban, or invite people to this room, and make you leave": "移除、封禁或邀请用户到此聊天室,并让你离开"
+ "Kick, ban, or invite people to this room, and make you leave": "移除、封禁或邀请用户到此聊天室,并让你离开",
+ "Currently joining %(count)s rooms|one": "目前正在加入 %(count)s 个聊天室",
+ "Currently joining %(count)s rooms|other": "目前正在加入 %(count)s 个聊天室",
+ "Try different words or check for typos. Some results may not be visible as they're private and you need an invite to join them.": "尝试不同的单词或检查拼写错误。某些结果可能不可见,因为它们属于私有的,你需要一个邀请才能加入。",
+ "No results for \"%(query)s\"": "「%(query)s」没有结果",
+ "The user you called is busy.": "你所拨打的用户正在忙碌中。",
+ "User Busy": "用户正在忙"
}
From 96f6ca81a0e6244415221c0bda3f74d982458363 Mon Sep 17 00:00:00 2001
From: Ihor Hordiichuk
Date: Tue, 8 Jun 2021 03:06:40 +0000
Subject: [PATCH 049/179] Translated using Weblate (Ukrainian)
Currently translated at 50.1% (1493 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
---
src/i18n/strings/uk.json | 36 +++++++++++++++++++++++++++++++-----
1 file changed, 31 insertions(+), 5 deletions(-)
diff --git a/src/i18n/strings/uk.json b/src/i18n/strings/uk.json
index 64ba84b678..92da704837 100644
--- a/src/i18n/strings/uk.json
+++ b/src/i18n/strings/uk.json
@@ -306,8 +306,8 @@
"Missing user_id in request": "У запиті пропущено user_id",
"Usage": "Використання",
"Searches DuckDuckGo for results": "Здійснює пошук через DuckDuckGo",
- "/ddg is not a command": "/ddg — це не команда",
- "To use it, just wait for autocomplete results to load and tab through them.": "Щоб цим скористатися, просто почекайте на підказки доповнення й перемикайтеся між ними клавішею TAB.",
+ "/ddg is not a command": "/ddg не є командою",
+ "To use it, just wait for autocomplete results to load and tab through them.": "Щоб цим скористатися, просто почекайте на підказки автодоповнення й перемикайтеся між ними клавішею TAB.",
"Changes your display nickname": "Змінює ваш нік",
"Invites user with given id to current room": "Запрошує користувача з вказаним ідентифікатором до кімнати",
"Leave room": "Залишити кімнату",
@@ -457,7 +457,7 @@
"Actions": "Дії",
"Other": "Інше",
"Prepends ¯\\_(ツ)_/¯ to a plain-text message": "Додає ¯\\_(ツ)_/¯ на початку текстового повідомлення",
- "Sends a message as plain text, without interpreting it as markdown": "Надсилає повідомлення як чистий текст, не використовуючи markdown",
+ "Sends a message as plain text, without interpreting it as markdown": "Надсилає повідомлення у вигляді звичайного тексту, не інтерпретуючи його як розмітку",
"Upgrades a room to a new version": "Покращує кімнату до нової версії",
"You do not have the required permissions to use this command.": "Вам бракує дозволу на використання цієї команди.",
"Warning: Upgrading a room will not automatically migrate room members to the new version of the room. We'll post a link to the new room in the old version of the room - room members will have to click this link to join the new room.": "Увага!: Поліпшення кімнати не перенесе автоматично усіх учасників до нової версії кімнати. Ми опублікуємо посилання на нову кімнату у старій версії кімнати, а учасники мають власноруч клацнути це посилання, щоб приєднатися до нової кімнати.",
@@ -624,7 +624,7 @@
"Riot is now Element!": "Riot тепер - Element!",
"Learn More": "Дізнатися більше",
"Command error": "Помилка команди",
- "Sends a message as html, without interpreting it as markdown": "Надсилає повідомлення як HTML, не інтерпритуючи Markdown",
+ "Sends a message as html, without interpreting it as markdown": "Надсилає повідомлення у вигляді HTML, не інтерпретуючи його як розмітку",
"Failed to set topic": "Не вдалося встановити тему",
"Once enabled, encryption cannot be disabled.": "Після увімкнення шифрування не можна буде вимкнути.",
"Please enter verification code sent via text.": "Будь ласка, введіть звірювальний код, відправлений у текстовому повідомленні.",
@@ -1604,5 +1604,31 @@
"Open": "Відкрити",
"In reply to": "У відповідь на",
"The user you called is busy.": "Користувач, якого ви викликаєте, зайнятий.",
- "User Busy": "Користувач зайнятий"
+ "User Busy": "Користувач зайнятий",
+ "Prepends ┬──┬ ノ( ゜-゜ノ) to a plain-text message": "Додає ┬──┬ ノ( ゜-゜ノ) на початку текстового повідомлення",
+ "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message": "Додає (╯°□°)╯︵ ┻━┻ на початку текстового повідомлення",
+ "We couldn't log you in": "Нам не вдалося виконати вхід",
+ "You're already in a call with this person.": "Ви вже спілкуєтесь із цією особою.",
+ "Already in call": "Вже у виклику",
+ "You can't send any messages until you review and agree to our terms and conditions.": "Ви не можете надсилати жодних повідомлень, поки не переглянете та не погодитесь з нашими умовами та положеннями.",
+ "Send message": "Надіслати повідомлення",
+ "Sending your message...": "Надсилання повідомлення...",
+ "You can use /help to list available commands. Did you mean to send this as a message?": "Ви можете скористатися /help для перегляду доступних команд. Ви мали намір надіслати це як повідомлення?",
+ "Send messages": "Надіслати повідомлення",
+ "sends confetti": "надсилає конфеті",
+ "sends fireworks": "надсилає феєрверк",
+ "sends space invaders": "надсилає тему про космічних загарбників",
+ "Sends the given message with a space themed effect": "Надсилає це повідомлення з космічними ефектами",
+ "unknown person": "невідома особа",
+ "Sends the given message with snowfall": "Надсилає це повідомлення зі снігопадом",
+ "Sends the given message with fireworks": "Надсилає це повідомлення з феєрверком",
+ "Sends the given message with confetti": "Надсилає це повідомлення з конфеті",
+ "Use Ctrl + Enter to send a message": "Натисніть Ctrl + Enter, щоб надіслати повідомлення",
+ "Use Command + Enter to send a message": "Натисніть Command + Enter, щоб надіслати повідомлення",
+ "Use Ctrl + F to search": "Натисніть Ctrl + F, щоб шукати",
+ "Use Command + F to search": "Натисніть Command + F, щоб шукати",
+ "Send text messages as you in this room": "Надіслати текстові повідомлення у цю кімнату від свого імені",
+ "Send messages as you in your active room": "Надіслати повідомлення у свою активну кімнату від свого імені",
+ "Send messages as you in this room": "Надіслати повідомлення у цю кімнату від свого імені",
+ "Sends the given message as a spoiler": "Надсилає вказане повідомлення згорненим"
}
From 5de7541c51195b7784328f478dc6aaabdbdd1b99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sim=C3=B3=20Albert=20i=20Beltran?=
Date: Tue, 8 Jun 2021 22:28:32 +0000
Subject: [PATCH 050/179] Translated using Weblate (Catalan)
Currently translated at 27.5% (822 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ca/
---
src/i18n/strings/ca.json | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/src/i18n/strings/ca.json b/src/i18n/strings/ca.json
index 9a9e0efaa7..9bbc861732 100644
--- a/src/i18n/strings/ca.json
+++ b/src/i18n/strings/ca.json
@@ -373,21 +373,21 @@
"Manage Integrations": "Gestiona les integracions",
"%(nameList)s %(transitionList)s": "%(transitionList)s%(nameList)s",
"%(severalUsers)sjoined %(count)s times|one": "%(severalUsers)s s'hi han unit",
- "%(oneUser)sjoined %(count)s times|one": "%(oneUser)s s'ha unit",
+ "%(oneUser)sjoined %(count)s times|one": "%(oneUser)ss'ha unit",
"%(severalUsers)sleft %(count)s times|one": "%(severalUsers)s han sortit",
- "%(oneUser)sleft %(count)s times|one": "%(oneUser)s ha sortit",
+ "%(oneUser)sleft %(count)s times|one": "%(oneUser)sha sortit",
"%(severalUsers)sjoined and left %(count)s times|other": "%(severalUsers)s s'hi han unit i han sortit %(count)s vegades",
"%(severalUsers)sjoined and left %(count)s times|one": "%(severalUsers)s s'hi han unit i han sortit",
- "%(oneUser)sjoined and left %(count)s times|other": "%(oneUser)s ha entrat i ha sortit %(count)s vegades",
- "%(oneUser)sjoined and left %(count)s times|one": "%(oneUser)s ha entrat i ha sortit",
+ "%(oneUser)sjoined and left %(count)s times|other": "%(oneUser)sha entrat i ha sortit %(count)s vegades",
+ "%(oneUser)sjoined and left %(count)s times|one": "%(oneUser)sha entrat i ha sortit",
"%(severalUsers)sleft and rejoined %(count)s times|other": "%(severalUsers)s han sortit i han tornat a entrar %(count)s vegades",
"%(severalUsers)sleft and rejoined %(count)s times|one": "%(severalUsers)s han sortit i han tornat a entrar",
- "%(oneUser)sleft and rejoined %(count)s times|other": "%(oneUser)s ha sortit i ha tornat a entrar %(count)s vegades",
- "%(oneUser)sleft and rejoined %(count)s times|one": "%(oneUser)s ha sortit i ha tornat a entrar",
+ "%(oneUser)sleft and rejoined %(count)s times|other": "%(oneUser)sha sortit i ha tornat a entrar %(count)s vegades",
+ "%(oneUser)sleft and rejoined %(count)s times|one": "%(oneUser)sha sortit i ha tornat a entrar",
"%(severalUsers)srejected their invitations %(count)s times|other": "%(severalUsers)s han rebutjat les seves invitacions %(count)s vegades",
"%(severalUsers)srejected their invitations %(count)s times|one": "%(severalUsers)s han rebutjat les seves invitacions",
- "%(oneUser)srejected their invitation %(count)s times|other": "%(oneUser)s ha rebutjat la seva invitació %(count)s vegades",
- "%(oneUser)srejected their invitation %(count)s times|one": "%(oneUser)s ha rebutjat la seva invitació",
+ "%(oneUser)srejected their invitation %(count)s times|other": "%(oneUser)sha rebutjat la seva invitació %(count)s vegades",
+ "%(oneUser)srejected their invitation %(count)s times|one": "%(oneUser)sha rebutjat la seva invitació",
"%(severalUsers)shad their invitations withdrawn %(count)s times|other": "S'han retirat les invitacions de %(severalUsers)s %(count)s vegades",
"%(severalUsers)shad their invitations withdrawn %(count)s times|one": "S'han retirat les invitacions de %(severalUsers)s",
"%(oneUser)shad their invitation withdrawn %(count)s times|other": "S'ha retirat la invitació de %(oneUser)s %(count)s vegades",
@@ -410,12 +410,12 @@
"was kicked %(count)s times|one": "l'han fet fora",
"%(severalUsers)schanged their name %(count)s times|other": "%(severalUsers)s han canviat el seu nom %(count)s vegades",
"%(severalUsers)schanged their name %(count)s times|one": "%(severalUsers)s han canviat el seu nom",
- "%(oneUser)schanged their name %(count)s times|other": "%(oneUser)s ha canviat el seu nom %(count)s vegades",
+ "%(oneUser)schanged their name %(count)s times|other": "%(oneUser)sha canviat el seu nom %(count)s vegades",
"%(oneUser)schanged their name %(count)s times|one": "%(oneUser)s ha canviat el seu nom",
"%(severalUsers)schanged their avatar %(count)s times|other": "%(severalUsers)s han canviat el seu avatar %(count)s vegades",
"%(severalUsers)schanged their avatar %(count)s times|one": "%(severalUsers)s han canviat el seu avatar",
- "%(oneUser)schanged their avatar %(count)s times|other": "%(oneUser)s han canviat el seu avatar %(count)s vegades",
- "%(oneUser)schanged their avatar %(count)s times|one": "%(oneUser)s ha canviat el seu avatar",
+ "%(oneUser)schanged their avatar %(count)s times|other": "%(oneUser)shan canviat el seu avatar %(count)s vegades",
+ "%(oneUser)schanged their avatar %(count)s times|one": "%(oneUser)sha canviat el seu avatar",
"%(items)s and %(count)s others|other": "%(items)s i %(count)s altres",
"%(items)s and %(count)s others|one": "%(items)s i un altre",
"%(items)s and %(lastItem)s": "%(items)s i %(lastItem)s",
@@ -437,9 +437,9 @@
"Showing flair for these communities:": "Mostra els talents d'aquestes comunitats:",
"Display your community flair in rooms configured to show it.": "Mostra els talents de la vostra comunitat dins les sales configurades per a mostrar-los.",
"%(severalUsers)sjoined %(count)s times|other": "%(severalUsers)s han entrat %(count)s vegades",
- "%(oneUser)sjoined %(count)s times|other": "%(oneUser)s ha entrat %(count)s vegades",
+ "%(oneUser)sjoined %(count)s times|other": "%(oneUser)sha entrat %(count)s vegades",
"%(severalUsers)sleft %(count)s times|other": "%(severalUsers)s han sortit %(count)s vegades",
- "%(oneUser)sleft %(count)s times|other": "%(oneUser)s ha sortit %(count)s vegades",
+ "%(oneUser)sleft %(count)s times|other": "%(oneUser)sha sortit %(count)s vegades",
"Community IDs may only contain characters a-z, 0-9, or '=_-./'": "Les ID de les comunitats només poden contendre caràcters a-z, 0-9, o '=_-./'",
"Community IDs cannot be empty.": "Les ID de les comunitats no poden estar buides.",
"Something went wrong whilst creating your community": "S'ha produït un error mentre es creava la comunitat",
@@ -722,7 +722,7 @@
"Failed to invite users to the room:": "No s'han pogut convidar els usuaris a la sala:",
"Missing roomId.": "Falta l'ID de sala.",
"Searches DuckDuckGo for results": "Cerca al DuckDuckGo els resultats",
- "Changes your display nickname": "Canvia el teu àlies de visualització",
+ "Changes your display nickname": "Canvia l'àlies a mostrar",
"Invites user with given id to current room": "Convida a la sala actual l'usuari amb l'ID indicat",
"Kicks user with given id": "Expulsa l'usuari amb l'ID indicat",
"Bans user with given id": "Bandeja l'usuari amb l'ID indicat",
@@ -854,7 +854,7 @@
"Changes your avatar in all rooms": "Canvia el teu avatar en totes les sales",
"Changes your avatar in this current room only": "Canvia el teu avatar només en aquesta sala actual",
"Changes the avatar of the current room": "Canvia l'avatar de la sala actual",
- "Changes your display nickname in the current room only": "Canvia el teu àlies de visualització només en la sala actual",
+ "Changes your display nickname in the current room only": "Canvia el teu àlies a mostrar només en la sala actual",
"Double check that your server supports the room version chosen and try again.": "Comprova que el teu servidor és compatible amb la versió de sala que has triat i torna-ho a intentar.",
"You do not have the required permissions to use this command.": "No disposes dels permisos necessaris per utilitzar aquesta ordre.",
"Sends a message as html, without interpreting it as markdown": "Envia un missatge com a html sense interpretar-lo com a markdown",
@@ -951,5 +951,7 @@
"Click the button below to confirm adding this email address.": "Fes clic al botó de sota per confirmar l'addició d'aquesta adreça de correu electrònic.",
"Unable to access webcam / microphone": "No s'ha pogut accedir a la càmera web / micròfon",
"Unable to access microphone": "No s'ha pogut accedir al micròfon",
- "Explore rooms": "Explora sales"
+ "Explore rooms": "Explora sales",
+ "%(oneUser)smade no changes %(count)s times|one": "%(oneUser)sno ha fet canvis",
+ "%(oneUser)smade no changes %(count)s times|other": "%(oneUser)sno ha fet canvis %(count)s cops"
}
From 373404b1fdc8bccfc988d81ea7e80ad73b5b6a02 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A0?=
Date: Tue, 8 Jun 2021 22:19:25 +0000
Subject: [PATCH 051/179] Translated using Weblate (Catalan)
Currently translated at 27.5% (822 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ca/
---
src/i18n/strings/ca.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/i18n/strings/ca.json b/src/i18n/strings/ca.json
index 9bbc861732..3fdf1e0b4f 100644
--- a/src/i18n/strings/ca.json
+++ b/src/i18n/strings/ca.json
@@ -82,7 +82,7 @@
"Add rooms to the community": "Afegeix sales a la comunitat",
"Add to community": "Afegeix a la comunitat",
"Failed to invite the following users to %(groupId)s:": "No s'han pogut convidar a %(groupId)s els següents usuaris:",
- "Failed to invite users to community": "No s'han pogut convidar els usuaris a la comunitat",
+ "Failed to invite users to community": "No s'ha pogut convidar els usuaris a la comunitat",
"Failed to invite users to %(groupId)s": "No s'han pogut convidar els usuaris a %(groupId)s",
"Failed to add the following rooms to %(groupId)s:": "No s'han pogut afegir a %(groupId)s les següents sales:",
"%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s no té permís per enviar-te notificacions, comprova la configuració del teu navegador",
@@ -371,7 +371,7 @@
"Communities": "Comunitats",
"Home": "Inici",
"Manage Integrations": "Gestiona les integracions",
- "%(nameList)s %(transitionList)s": "%(transitionList)s%(nameList)s",
+ "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s",
"%(severalUsers)sjoined %(count)s times|one": "%(severalUsers)s s'hi han unit",
"%(oneUser)sjoined %(count)s times|one": "%(oneUser)ss'ha unit",
"%(severalUsers)sleft %(count)s times|one": "%(severalUsers)s han sortit",
From e8cc12c94b445363748883c6072b87cdc8fdef82 Mon Sep 17 00:00:00 2001
From: Evilham
Date: Tue, 8 Jun 2021 22:14:11 +0000
Subject: [PATCH 052/179] Translated using Weblate (Catalan)
Currently translated at 27.5% (822 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ca/
---
src/i18n/strings/ca.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/i18n/strings/ca.json b/src/i18n/strings/ca.json
index 3fdf1e0b4f..945b5a10cc 100644
--- a/src/i18n/strings/ca.json
+++ b/src/i18n/strings/ca.json
@@ -78,13 +78,13 @@
"Invite new community members": "Convida nous membres a la comunitat",
"Invite to Community": "Convida a la comunitat",
"Which rooms would you like to add to this community?": "Quines sales vols afegir a aquesta comunitat?",
- "Show these rooms to non-members on the community page and room list?": "Vols mostrar aquestes sales a la pàgina de la comunitat i a la llista de sales per als que no hi son membres?",
+ "Show these rooms to non-members on the community page and room list?": "Voleu mostrar aquestes sales a la pàgina de la comunitat i al llistat de sales, als qui no en siguin membres?",
"Add rooms to the community": "Afegeix sales a la comunitat",
"Add to community": "Afegeix a la comunitat",
"Failed to invite the following users to %(groupId)s:": "No s'han pogut convidar a %(groupId)s els següents usuaris:",
"Failed to invite users to community": "No s'ha pogut convidar els usuaris a la comunitat",
"Failed to invite users to %(groupId)s": "No s'han pogut convidar els usuaris a %(groupId)s",
- "Failed to add the following rooms to %(groupId)s:": "No s'han pogut afegir a %(groupId)s les següents sales:",
+ "Failed to add the following rooms to %(groupId)s:": "No s'ha pogut afegir a %(groupId)s les següents sales:",
"%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s no té permís per enviar-te notificacions, comprova la configuració del teu navegador",
"%(brand)s was not given permission to send notifications - please try again": "%(brand)s no ha rebut cap permís per enviar notificacions, torna-ho a provar",
"Unable to enable Notifications": "No s'han pogut activar les notificacions",
From f79323471970ac27ec7ab69b2ffd9ab2e679ba9e Mon Sep 17 00:00:00 2001
From: BruceyZG
Date: Wed, 9 Jun 2021 15:52:45 +0000
Subject: [PATCH 053/179] Translated using Weblate (Croatian)
Currently translated at 6.9% (207 of 2979 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hr/
---
src/i18n/strings/hr.json | 202 ++++++++++++++++++++++++++++++++++++++-
1 file changed, 201 insertions(+), 1 deletion(-)
diff --git a/src/i18n/strings/hr.json b/src/i18n/strings/hr.json
index 2511771578..8070757426 100644
--- a/src/i18n/strings/hr.json
+++ b/src/i18n/strings/hr.json
@@ -5,5 +5,205 @@
"The platform you're on": "Platforma na kojoj se nalazite",
"The version of %(brand)s": "Verzija %(brand)s",
"Your language of choice": "Izabrani jezik",
- "Dismiss": "Odbaci"
+ "Dismiss": "Odbaci",
+ "France": "Francuska",
+ "Finland": "Finska",
+ "Fiji": "Fiji",
+ "Faroe Islands": "Farski otoci",
+ "Falkland Islands": "Falklandski otoci",
+ "Ethiopia": "Etiopija",
+ "Estonia": "Estonija",
+ "Eritrea": "Eritreja",
+ "Equatorial Guinea": "Ekvatorska Gvineja",
+ "El Salvador": "El Salvador",
+ "Egypt": "Egipat",
+ "Ecuador": "Ekvador",
+ "Dominican Republic": "Dominikanska Republika",
+ "Dominica": "Dominika",
+ "Djibouti": "Džibuti",
+ "Denmark": "Danska",
+ "Côte d’Ivoire": "Obala Bjelokosti",
+ "Czech Republic": "Češka",
+ "Cyprus": "Cipar",
+ "Curaçao": "Curaçao",
+ "Cuba": "Kuba",
+ "Croatia": "Hrvatska",
+ "Costa Rica": "Kostarika",
+ "Cook Islands": "Cookovo Otočje",
+ "Congo - Kinshasa": "Kongo - Kinshasa",
+ "Congo - Brazzaville": "Republika Kongo",
+ "Comoros": "Komori",
+ "Colombia": "Kolumbija",
+ "Cocos (Keeling) Islands": "Kokosovi (Keeling) otoci",
+ "Christmas Island": "Uskršnji otoci",
+ "China": "Kina",
+ "Chile": "Čile",
+ "Chad": "Čad",
+ "Central African Republic": "Srednjoafrička Republika",
+ "Cayman Islands": "Kajmanski otoci",
+ "Caribbean Netherlands": "Karipska Nizozemska",
+ "Cape Verde": "Zelenortski Otoci",
+ "Canada": "Kanada",
+ "Cameroon": "Kamerun",
+ "Cambodia": "Kambodža",
+ "Burundi": "Burundi",
+ "Burkina Faso": "Burkina Faso",
+ "Bulgaria": "Bugarska",
+ "Brunei": "Brunej",
+ "British Virgin Islands": "Britanski djevičanski otoci",
+ "British Indian Ocean Territory": "Britanski teritorij Indijskog oceana",
+ "Brazil": "Brazil",
+ "Bouvet Island": "Otok Bouvet",
+ "Botswana": "Bocvana",
+ "Bosnia": "Bosna i Hercegovina",
+ "Bolivia": "Bolivija",
+ "Bhutan": "Butan",
+ "Bermuda": "Bermuda",
+ "Benin": "Benin",
+ "Belize": "Belize",
+ "Belgium": "Belgija",
+ "Belarus": "Bjelorusija",
+ "Barbados": "Barbados",
+ "Bangladesh": "Bangladeš",
+ "Bahrain": "Bahrein",
+ "Bahamas": "Bahami",
+ "Azerbaijan": "Azerbejdžan",
+ "Austria": "Austrija",
+ "Australia": "Australija",
+ "Aruba": "Aruba",
+ "Armenia": "Armenija",
+ "Argentina": "Argentina",
+ "Antigua & Barbuda": "Antigva i Barbuda",
+ "Antarctica": "Antartika",
+ "Anguilla": "Angvila",
+ "Angola": "Angola",
+ "Andorra": "Andora",
+ "American Samoa": "Američka Samoa",
+ "Algeria": "Alžir",
+ "Albania": "Albanija",
+ "Åland Islands": "Alandski otoci",
+ "Afghanistan": "Afganistan",
+ "United States": "Sjedinjene Države",
+ "United Kingdom": "Ujedinjeno Kraljevstvo",
+ "Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "Čini se da Vaša email adresa nije povezana s Matrix ID-om na ovom kućnom poslužitelju.",
+ "This email address was not found": "Ova email adresa nije pronađena",
+ "Unable to enable Notifications": "Omogućavanje notifikacija nije uspjelo",
+ "%(brand)s was not given permission to send notifications - please try again": "%(brand)s nema dopuštenje slati Vam notifikacije - molimo pokušajte ponovo",
+ "%(brand)s does not have permission to send you notifications - please check your browser settings": "%(brand)s nema dopuštenje slati Vam notifikacije - molimo provjerite postavke pretraživača",
+ "%(name)s is requesting verification": "%(name)s traži potvrdu",
+ "Your homeserver rejected your log in attempt. This could be due to things just taking too long. Please try again. If this continues, please contact your homeserver administrator.": "Vaš je kućni poslužitelj odbio vaš pokušaj prijave. Razlog je možda da je jednostavno sve predugo trajalo. Molimo pokušajte ponovno. Ako se ovo nastavi, obratite se administratoru kućnog poslužitelja.",
+ "Your homeserver was unreachable and was not able to log you in. Please try again. If this continues, please contact your homeserver administrator.": "Vaš kućni poslužitelj nije bio dostupan i nije vas mogao prijaviti. Pokušajte ponovo. Ako se ovo nastavi, obratite se administratoru kućnog poslužitelja.",
+ "Try again": "Pokušaj ponovo",
+ "We asked the browser to remember which homeserver you use to let you sign in, but unfortunately your browser has forgotten it. Go to the sign in page and try again.": "Tražili smo od preglednika da zapamti koji kućni poslužitelj koristite za prijavu, ali ga je Vaš preglednik nažalost zaboravio. Idite na stranicu za prijavu i pokušajte ponovo.",
+ "We couldn't log you in": "Nismo Vas mogli ulogirati",
+ "Trust": "Vjeruj",
+ "Only continue if you trust the owner of the server.": "Nastavite samo ako vjerujete vlasniku poslužitelja.",
+ "This action requires accessing the default identity server to validate an email address or phone number, but the server does not have any terms of service.": "Ova radnja zahtijeva pristup zadanom poslužitelju identiteta radi provjere adrese e-pošte ili telefonskog broja, no poslužitelj nema nikakve uvjete usluge.",
+ "Identity server has no terms of service": "Poslužitelj identiteta nema uvjete usluge",
+ "Unnamed Room": "Neimenovana soba",
+ "Failed to add the following rooms to %(groupId)s:": "Neuspješno dodavanje sljedećih soba u %(groupId)s:",
+ "Failed to invite users to %(groupId)s": "Neuspješno dodavanje korisnika u %(groupId)s",
+ "Failed to invite users to community": "Dodavanje korisnika u zajednicu nije uspjelo",
+ "Failed to invite the following users to %(groupId)s:": "Neuspješno dodavanje sljedećih korisnika u %(groupId)s:",
+ "Add to community": "Dodaj u zajednicu",
+ "Room name or address": "Ime ili adresa sobe",
+ "Add rooms to the community": "Dodaj sobe zajednici",
+ "Show these rooms to non-members on the community page and room list?": "Prikaži ove sobe osobama koje nisu članovi na stranici zajednice i popisu soba?",
+ "Which rooms would you like to add to this community?": "Koju sobu biste željeli dodati u ovu zajednicu?",
+ "Invite to Community": "Pozovi u zajednicu",
+ "Name or Matrix ID": "Ime ili Matrix ID",
+ "Invite new community members": "Pozovite nove članove zajednice",
+ "Warning: any person you add to a community will be publicly visible to anyone who knows the community ID": "Upozorenje: svaka osoba koju dodate u zajednicu bit će javno vidljiva svima koji znaju ID zajednice",
+ "Who would you like to add to this community?": "Koga biste željeli dodati u ovu zajednicu?",
+ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s. %(monthName)s %(fullYear)s, %(time)s",
+ "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s. %(monthName)s %(fullYear)s",
+ "%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(day)s. %(monthName)s, %(time)s",
+ "%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s",
+ "AM": "Prijepodne",
+ "PM": "Poslijepodne",
+ "Dec": "Pro",
+ "Nov": "Stu",
+ "Oct": "Lis",
+ "Sep": "Ruj",
+ "Aug": "Kol",
+ "Jul": "Srp",
+ "Jun": "Lip",
+ "May": "Svi",
+ "Apr": "Tra",
+ "Mar": "Ožu",
+ "Feb": "Velj",
+ "Jan": "Sij",
+ "Sat": "Sub",
+ "Fri": "Pet",
+ "Thu": "Čet",
+ "Wed": "Sri",
+ "Tue": "Uto",
+ "Mon": "Pon",
+ "Sun": "Ned",
+ "Failure to create room": "Stvaranje sobe neuspješno",
+ "The server does not support the room version specified.": "Poslužitelj ne podržava navedenu verziju sobe.",
+ "Server may be unavailable, overloaded, or you hit a bug.": "Poslužitelj je možda nedostupan, preopterećen, ili ste pronašli grešku u aplikaciji.",
+ "Upload Failed": "Prijenos neuspješan",
+ "The file '%(fileName)s' exceeds this homeserver's size limit for uploads": "Datoteka '%(fileName)s' premašuje maksimalnu veličinu ovog kućnog poslužitelja za prijenose",
+ "The file '%(fileName)s' failed to upload.": "Prijenos datoteke '%(fileName)s' nije uspio.",
+ "Continue": "Nastavi",
+ "At this time it is not possible to reply with a file. Would you like to upload this file without replying?": "Trenutno nije moguće odgovoriti datotekom. Želite li prenijeti ovu datoteku bez odgovora?",
+ "Replying With Files": "Odgovaranje datotekama",
+ "This will end the conference for everyone. Continue?": "To će prekinuti konferenciju za sve. Nastaviti?",
+ "End conference": "Završi konferenciju",
+ "You do not have permission to start a conference call in this room": "Nemate dopuštenje uspostaviti konferencijski poziv u ovoj sobi",
+ "Permission Required": "Potrebno dopuštenje",
+ "A call is currently being placed!": "Poziv se upravo uspostavlja!",
+ "Call in Progress": "Poziv u tijeku",
+ "You cannot place a call with yourself.": "Ne možete uspostaviti poziv sami sa sobom.",
+ "You're already in a call with this person.": "Već ste u pozivu sa tom osobom.",
+ "Already in call": "Već u pozivu",
+ "You've reached the maximum number of simultaneous calls.": "Dosegli ste maksimalan broj istodobnih poziva.",
+ "Too Many Calls": "Previše poziva",
+ "You cannot place VoIP calls in this browser.": "Ne možete uspostaviti VoIP pozive u ovom pretraživaču.",
+ "VoIP is unsupported": "VoIP nije podržan",
+ "Unable to capture screen": "Nije moguće snimanje zaslona",
+ "No other application is using the webcam": "Da ni jedna druga aplikacija već ne koristi web kameru",
+ "Permission is granted to use the webcam": "Jeli dopušteno korištenje web kamere",
+ "A microphone and webcam are plugged in and set up correctly": "Jesu li mikrofon i web kamera priključeni i pravilno postavljeni",
+ "Unable to access webcam / microphone": "Nije moguće pristupiti web kameri / mikrofonu",
+ "Call failed because webcam or microphone could not be accessed. Check that:": "Poziv nije uspio jer nije bilo moguće pristupiti web kameri ili mikrofonu. Provjerite:",
+ "Call failed because microphone could not be accessed. Check that a microphone is plugged in and set up correctly.": "Poziv nije uspio jer nije bilo moguće pristupiti mikrofonu. Provjerite je li mikrofon priključen i ispravno postavljen.",
+ "Unable to access microphone": "Nije moguće pristupiti mikrofonu",
+ "OK": "OK",
+ "Try using turn.matrix.org": "Pokušajte koristiti turn.matrix.org",
+ "Alternatively, you can try to use the public server at turn.matrix.org, but this will not be as reliable, and it will share your IP address with that server. You can also manage this in Settings.": "Alternativno, možete pokušati koristiti javni poslužitelj na turn.matrix.org, no to bi moglo biti manje pouzdano i Vaša IP adresa će biti podijeljena s tim poslužiteljem. Time također možete upravljati u Postavkama.",
+ "Please ask the administrator of your homeserver (%(homeserverDomain)s) to configure a TURN server in order for calls to work reliably.": "Zamolite administratora Vašeg kućnog poslužitelja (%(homeserverDomain)s) da konfigurira TURN poslužitelj kako bi pozivi mogli pouzdano funkcionirati.",
+ "Call failed due to misconfigured server": "Poziv neuspješan radi pogrešno konfiguriranog poslužitelja",
+ "The call was answered on another device.": "Na poziv je odgovoreno sa drugog uređaja.",
+ "Answered Elsewhere": "Odgovoreno je drugdje",
+ "The call could not be established": "Poziv se nije mogao uspostaviti",
+ "The remote side failed to pick up": "Sugovornik nije odgovorio na poziv",
+ "The user you called is busy.": "Pozvani korisnik je zauzet.",
+ "User Busy": "Korisnik zauzet",
+ "The other party declined the call.": "Sugovornik je odbio poziv.",
+ "Call Declined": "Poziv odbijen",
+ "Call Failed": "Poziv neuspješan",
+ "Unable to load! Check your network connectivity and try again.": "Učitavanje nije moguće! Provjerite mrežnu povezanost i pokušajte ponovo.",
+ "Error": "Geška",
+ "Where this page includes identifiable information, such as a room, user or group ID, that data is removed before being sent to the server.": "Gdje ova stranica uključuje identificirajuće podatke, poput ID-a sobe, korisnika ili grupe, ti se podaci uklanjaju prije slanja na poslužitelj.",
+ "The information being sent to us to help make %(brand)s better includes:": "Podaci koji nam se šalju radi poboljšanja %(brand)s uključuju:",
+ "Analytics": "Analitika",
+ "Your device resolution": "Razlučivost vašeg uređaja",
+ "Your user agent": "Vaš korisnički agent",
+ "e.g. ": "npr. ",
+ "Every page you use in the app": "Svaka stranica koju upotrebljavate u aplikaciji",
+ "Whether you're using %(brand)s on a device where touch is the primary input mechanism": "Bez obzira upotrebljavate li %(brand)s na uređaju na kojem je dodir primarni mehanizam unosa",
+ "Confirm adding this phone number by using Single Sign On to prove your identity.": "Potvrdite dodavanje ovog telefonskog broja koristeći jedinstvenu prijavu (SSO) da biste dokazali Vaš identitet.",
+ "Confirm adding this email address by using Single Sign On to prove your identity.": "Potvrdite dodavanje ove email adrese koristeći jedinstvenu prijavu (SSO) da biste dokazali Vaš identitet.",
+ "Single Sign On": "Jedinstvena prijava (SSO)",
+ "Use Single Sign On to continue": "Koristite jedinstvenu prijavu (SSO) za nastavak",
+ "Whether or not you're logged in (we don't record your username)": "Bez obzira jeste li ulogirani ili ne (ne snimamo vaše korisničko ime)",
+ "Add Phone Number": "Dodaj telefonski broj",
+ "Click the button below to confirm adding this phone number.": "Kliknite gumb ispod da biste potvrdili dodavanje ovog telefonskog broja.",
+ "Confirm adding phone number": "Potvrdite dodavanje telefonskog broja",
+ "Add Email Address": "Dodaj email adresu",
+ "Confirm": "Potvrdi",
+ "Click the button below to confirm adding this email address.": "Kliknite gumb ispod da biste potvrdili dodavanje ove email adrese.",
+ "Confirm adding email": "Potvrdite dodavanje email adrese"
}
From 7000176572e048ca542cf9cb56d2a26ddc76ca70 Mon Sep 17 00:00:00 2001
From: Germain Souquet
Date: Mon, 14 Jun 2021 14:53:22 +0100
Subject: [PATCH 054/179] Add workflow steps to track measurements
---
.github/workflows/develop.yml | 21 +++++++++++++++++----
test/end-to-end-tests/start.js | 8 ++++++--
2 files changed, 23 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml
index 3f82e61280..749999cfc3 100644
--- a/.github/workflows/develop.yml
+++ b/.github/workflows/develop.yml
@@ -20,8 +20,21 @@ jobs:
test/end-to-end-tests/logs/**/*
test/end-to-end-tests/synapse/installations/consent/homeserver.log
retention-days: 14
- - name: Archive performance benchmark
- uses: actions/upload-artifact@v2
+ - name: Download previous benchmark data
+ uses: actions/cache@v1
with:
- name: performance-entries.json
- path: test/end-to-end-tests/performance-entries.json
+ path: ./cache
+ key: ${{ runner.os }}-benchmark
+ - name: Temporary step before having a fully release GitHub action
+ run: npm install && npm run build
+ working-directory: /home/runner/work/_actions/matrix-org/github-action-benchmark/9f891b47906b73678ba486f7a53e4807e24fff19
+ - name: Store benchmark result
+ uses: matrix-org/github-action-benchmark@9f891b47906b73678ba486f7a53e4807e24fff19
+ with:
+ tool: 'jsperformanceentry'
+ output-file-path: test/end-to-end-tests/performance-entries.json
+ external-data-json-path: ./cache/benchmark-data-template.json
+ fail-on-alert: false
+ - name: Push benchmark result
+ if: ${{ github.ref == 'refs/heads/develop' }}
+ run: git push 'https://matrixbot:${{ secrets.DEPLOY_GH_PAGES }}@github.com/matrix-org/matrix-react-sdk.git' gh-pages:gh-pages
diff --git a/test/end-to-end-tests/start.js b/test/end-to-end-tests/start.js
index f29b485c84..c1588e848e 100644
--- a/test/end-to-end-tests/start.js
+++ b/test/end-to-end-tests/start.js
@@ -79,7 +79,7 @@ async function runTests() {
await new Promise((resolve) => setTimeout(resolve, 5 * 60 * 1000));
}
- const performanceEntries = {};
+ let performanceEntries;
await Promise.all(sessions.map(async (session) => {
// Collecting all performance monitoring data before closing the session
@@ -95,7 +95,11 @@ async function runTests() {
}, true);
return measurements;
});
- performanceEntries[session.username] = JSON.parse(measurements);
+
+ /**
+ * TODO: temporary only use one user session data
+ */
+ performanceEntries = JSON.parse(measurements);
return session.close();
}));
fs.writeFileSync(`performance-entries.json`, JSON.stringify(performanceEntries));
From 6e3ece2dc615a005bf5e06bbd5735a5f98e55bc6 Mon Sep 17 00:00:00 2001
From: Germain Souquet
Date: Mon, 14 Jun 2021 15:29:18 +0100
Subject: [PATCH 055/179] use proper released github action
---
.github/workflows/develop.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml
index 749999cfc3..fe744a5aa8 100644
--- a/.github/workflows/develop.yml
+++ b/.github/workflows/develop.yml
@@ -25,11 +25,8 @@ jobs:
with:
path: ./cache
key: ${{ runner.os }}-benchmark
- - name: Temporary step before having a fully release GitHub action
- run: npm install && npm run build
- working-directory: /home/runner/work/_actions/matrix-org/github-action-benchmark/9f891b47906b73678ba486f7a53e4807e24fff19
- name: Store benchmark result
- uses: matrix-org/github-action-benchmark@9f891b47906b73678ba486f7a53e4807e24fff19
+ uses: matrix-org/github-action-benchmark@jsperfentry
with:
tool: 'jsperformanceentry'
output-file-path: test/end-to-end-tests/performance-entries.json
From 6b746b5d1d1893eadb7300ed49fa237823da152e Mon Sep 17 00:00:00 2001
From: Germain Souquet
Date: Mon, 14 Jun 2021 20:15:05 +0100
Subject: [PATCH 056/179] Migrate ConfirmDestroyCrossSigningDialog to
TypeScript
---
...s => ConfirmDestroyCrossSigningDialog.tsx} | 23 +++++++++----------
1 file changed, 11 insertions(+), 12 deletions(-)
rename src/components/views/dialogs/security/{ConfirmDestroyCrossSigningDialog.js => ConfirmDestroyCrossSigningDialog.tsx} (83%)
diff --git a/src/components/views/dialogs/security/ConfirmDestroyCrossSigningDialog.js b/src/components/views/dialogs/security/ConfirmDestroyCrossSigningDialog.tsx
similarity index 83%
rename from src/components/views/dialogs/security/ConfirmDestroyCrossSigningDialog.js
rename to src/components/views/dialogs/security/ConfirmDestroyCrossSigningDialog.tsx
index e71983b074..6272302a76 100644
--- a/src/components/views/dialogs/security/ConfirmDestroyCrossSigningDialog.js
+++ b/src/components/views/dialogs/security/ConfirmDestroyCrossSigningDialog.tsx
@@ -15,22 +15,21 @@ limitations under the License.
*/
import React from 'react';
-import PropTypes from 'prop-types';
-import {_t} from "../../../../languageHandler";
+import { _t } from "../../../../languageHandler";
import * as sdk from "../../../../index";
-import {replaceableComponent} from "../../../../utils/replaceableComponent";
+import { replaceableComponent } from "../../../../utils/replaceableComponent";
+
+interface IProps {
+ onFinished: (success: boolean) => void;
+}
@replaceableComponent("views.dialogs.security.ConfirmDestroyCrossSigningDialog")
-export default class ConfirmDestroyCrossSigningDialog extends React.Component {
- static propTypes = {
- onFinished: PropTypes.func.isRequired,
- };
-
- _onConfirm = () => {
+export default class ConfirmDestroyCrossSigningDialog extends React.Component {
+ private onConfirm = (): void => {
this.props.onFinished(true);
};
- _onDecline = () => {
+ private onDecline = (): void => {
this.props.onFinished(false);
};
@@ -57,10 +56,10 @@ export default class ConfirmDestroyCrossSigningDialog extends React.Component {
);
From 0909112fa973a38ce871152ccd7d95aeb4a9cf96 Mon Sep 17 00:00:00 2001
From: Germain Souquet
Date: Mon, 14 Jun 2021 20:21:11 +0100
Subject: [PATCH 057/179] Migrate CreateCrossSigningDialog to TypeScript
---
...Dialog.js => CreateCrossSigningDialog.tsx} | 56 ++++++++++---------
1 file changed, 30 insertions(+), 26 deletions(-)
rename src/components/views/dialogs/security/{CreateCrossSigningDialog.js => CreateCrossSigningDialog.tsx} (85%)
diff --git a/src/components/views/dialogs/security/CreateCrossSigningDialog.js b/src/components/views/dialogs/security/CreateCrossSigningDialog.tsx
similarity index 85%
rename from src/components/views/dialogs/security/CreateCrossSigningDialog.js
rename to src/components/views/dialogs/security/CreateCrossSigningDialog.tsx
index fedcc02f89..7770da3049 100644
--- a/src/components/views/dialogs/security/CreateCrossSigningDialog.js
+++ b/src/components/views/dialogs/security/CreateCrossSigningDialog.tsx
@@ -16,7 +16,6 @@ limitations under the License.
*/
import React from 'react';
-import PropTypes from 'prop-types';
import { MatrixClientPeg } from '../../../../MatrixClientPeg';
import { _t } from '../../../../languageHandler';
import Modal from '../../../../Modal';
@@ -25,7 +24,19 @@ import DialogButtons from '../../elements/DialogButtons';
import BaseDialog from '../BaseDialog';
import Spinner from '../../elements/Spinner';
import InteractiveAuthDialog from '../InteractiveAuthDialog';
-import {replaceableComponent} from "../../../../utils/replaceableComponent";
+import { replaceableComponent } from "../../../../utils/replaceableComponent";
+
+interface IProps {
+ accountPassword?: string;
+ tokenLogin?: boolean;
+ onFinished?: (success: boolean) => void;
+}
+
+interface IState {
+ error: Error | null;
+ canUploadKeysWithPasswordOnly: boolean | null;
+ accountPassword: string;
+}
/*
* Walks the user through the process of creating a cross-signing keys. In most
@@ -33,12 +44,7 @@ import {replaceableComponent} from "../../../../utils/replaceableComponent";
* may need to complete some steps to proceed.
*/
@replaceableComponent("views.dialogs.security.CreateCrossSigningDialog")
-export default class CreateCrossSigningDialog extends React.PureComponent {
- static propTypes = {
- accountPassword: PropTypes.string,
- tokenLogin: PropTypes.bool,
- };
-
+export default class CreateCrossSigningDialog extends React.PureComponent {
constructor(props) {
super(props);
@@ -46,26 +52,24 @@ export default class CreateCrossSigningDialog extends React.PureComponent {
error: null,
// Does the server offer a UI auth flow with just m.login.password
// for /keys/device_signing/upload?
- canUploadKeysWithPasswordOnly: null,
- accountPassword: props.accountPassword || "",
- };
-
- if (this.state.accountPassword) {
// If we have an account password in memory, let's simplify and
// assume it means password auth is also supported for device
// signing key upload as well. This avoids hitting the server to
// test auth flows, which may be slow under high load.
- this.state.canUploadKeysWithPasswordOnly = true;
- } else {
- this._queryKeyUploadAuth();
+ canUploadKeysWithPasswordOnly: props.accountPassword ? true : null,
+ accountPassword: props.accountPassword || "",
+ };
+
+ if (!this.state.accountPassword) {
+ this.queryKeyUploadAuth();
}
}
- componentDidMount() {
- this._bootstrapCrossSigning();
+ public componentDidMount(): void {
+ this.bootstrapCrossSigning();
}
- async _queryKeyUploadAuth() {
+ private async queryKeyUploadAuth(): Promise {
try {
await MatrixClientPeg.get().uploadDeviceSigningKeys(null, {});
// We should never get here: the server should always require
@@ -86,7 +90,7 @@ export default class CreateCrossSigningDialog extends React.PureComponent {
}
}
- _doBootstrapUIAuth = async (makeRequest) => {
+ private doBootstrapUIAuth = async (makeRequest): Promise => {
if (this.state.canUploadKeysWithPasswordOnly && this.state.accountPassword) {
await makeRequest({
type: 'm.login.password',
@@ -137,7 +141,7 @@ export default class CreateCrossSigningDialog extends React.PureComponent {
}
}
- _bootstrapCrossSigning = async () => {
+ private bootstrapCrossSigning = async (): Promise => {
this.setState({
error: null,
});
@@ -146,13 +150,13 @@ export default class CreateCrossSigningDialog extends React.PureComponent {
try {
await cli.bootstrapCrossSigning({
- authUploadDeviceSigningKeys: this._doBootstrapUIAuth,
+ authUploadDeviceSigningKeys: this.doBootstrapUIAuth,
});
this.props.onFinished(true);
} catch (e) {
if (this.props.tokenLogin) {
// ignore any failures, we are relying on grace period here
- this.props.onFinished();
+ this.props.onFinished(false);
return;
}
@@ -161,7 +165,7 @@ export default class CreateCrossSigningDialog extends React.PureComponent {
}
}
- _onCancel = () => {
+ private onCancel = (): void => {
this.props.onFinished(false);
}
@@ -172,8 +176,8 @@ export default class CreateCrossSigningDialog extends React.PureComponent {
{_t("Unable to set up keys")}
;
From 68db2438ea84940086d8a05b960aeadd3e9de071 Mon Sep 17 00:00:00 2001
From: Germain Souquet
Date: Mon, 14 Jun 2021 20:41:26 +0100
Subject: [PATCH 058/179] Migrate SetupEncryptionDialog to TypeScript
---
...ionDialog.js => SetupEncryptionDialog.tsx} | 35 +++++++++++--------
1 file changed, 20 insertions(+), 15 deletions(-)
rename src/components/views/dialogs/security/{SetupEncryptionDialog.js => SetupEncryptionDialog.tsx} (77%)
diff --git a/src/components/views/dialogs/security/SetupEncryptionDialog.js b/src/components/views/dialogs/security/SetupEncryptionDialog.tsx
similarity index 77%
rename from src/components/views/dialogs/security/SetupEncryptionDialog.js
rename to src/components/views/dialogs/security/SetupEncryptionDialog.tsx
index 3c15ea9f1d..01ed3e0771 100644
--- a/src/components/views/dialogs/security/SetupEncryptionDialog.js
+++ b/src/components/views/dialogs/security/SetupEncryptionDialog.tsx
@@ -15,14 +15,13 @@ limitations under the License.
*/
import React from 'react';
-import PropTypes from 'prop-types';
import SetupEncryptionBody from '../../../structures/auth/SetupEncryptionBody';
import BaseDialog from '../BaseDialog';
import { _t } from '../../../../languageHandler';
import { SetupEncryptionStore, PHASE_DONE } from '../../../../stores/SetupEncryptionStore';
import {replaceableComponent} from "../../../../utils/replaceableComponent";
-function iconFromPhase(phase) {
+function iconFromPhase(phase: string) {
if (phase === PHASE_DONE) {
return require("../../../../../res/img/e2e/verified.svg");
} else {
@@ -30,32 +29,38 @@ function iconFromPhase(phase) {
}
}
-@replaceableComponent("views.dialogs.security.SetupEncryptionDialog")
-export default class SetupEncryptionDialog extends React.Component {
- static propTypes = {
- onFinished: PropTypes.func.isRequired,
- };
+interface IProps {
+ onFinished: (success: boolean) => void;
+}
- constructor() {
- super();
+interface IState {
+ icon: any;
+}
+
+@replaceableComponent("views.dialogs.security.SetupEncryptionDialog")
+export default class SetupEncryptionDialog extends React.Component {
+ private store: SetupEncryptionStore;
+
+ constructor(props) {
+ super(props);
this.store = SetupEncryptionStore.sharedInstance();
this.state = {icon: iconFromPhase(this.store.phase)};
}
- componentDidMount() {
- this.store.on("update", this._onStoreUpdate);
+ public componentDidMount() {
+ this.store.on("update", this.onStoreUpdate);
}
- componentWillUnmount() {
- this.store.removeListener("update", this._onStoreUpdate);
+ public componentWillUnmount() {
+ this.store.removeListener("update", this.onStoreUpdate);
}
- _onStoreUpdate = () => {
+ private onStoreUpdate = (): void => {
this.setState({icon: iconFromPhase(this.store.phase)});
};
- render() {
+ public render() {
return
Date: Mon, 14 Jun 2021 20:58:20 +0100
Subject: [PATCH 059/179] migrate SetupEncryptionStore to TypeScript
---
src/@types/global.d.ts | 2 +
.../security/SetupEncryptionDialog.tsx | 8 +-
...yptionStore.js => SetupEncryptionStore.ts} | 97 +++++++++++--------
3 files changed, 61 insertions(+), 46 deletions(-)
rename src/stores/{SetupEncryptionStore.js => SetupEncryptionStore.ts} (73%)
diff --git a/src/@types/global.d.ts b/src/@types/global.d.ts
index 22280b8a28..0c6b63dd33 100644
--- a/src/@types/global.d.ts
+++ b/src/@types/global.d.ts
@@ -44,6 +44,7 @@ import { EventIndexPeg } from "../indexing/EventIndexPeg";
import {VoiceRecordingStore} from "../stores/VoiceRecordingStore";
import PerformanceMonitor from "../performance";
import UIStore from "../stores/UIStore";
+import { SetupEncryptionStore } from "../stores/SetupEncryptionStore";
declare global {
interface Window {
@@ -84,6 +85,7 @@ declare global {
mxPerformanceMonitor: PerformanceMonitor;
mxPerformanceEntryNames: any;
mxUIStore: UIStore;
+ mxSetupEncryptionStore?: SetupEncryptionStore;
}
interface Document {
diff --git a/src/components/views/dialogs/security/SetupEncryptionDialog.tsx b/src/components/views/dialogs/security/SetupEncryptionDialog.tsx
index 01ed3e0771..b86b89cede 100644
--- a/src/components/views/dialogs/security/SetupEncryptionDialog.tsx
+++ b/src/components/views/dialogs/security/SetupEncryptionDialog.tsx
@@ -18,11 +18,11 @@ import React from 'react';
import SetupEncryptionBody from '../../../structures/auth/SetupEncryptionBody';
import BaseDialog from '../BaseDialog';
import { _t } from '../../../../languageHandler';
-import { SetupEncryptionStore, PHASE_DONE } from '../../../../stores/SetupEncryptionStore';
+import { SetupEncryptionStore, PHASE } from '../../../../stores/SetupEncryptionStore';
import {replaceableComponent} from "../../../../utils/replaceableComponent";
-function iconFromPhase(phase: string) {
- if (phase === PHASE_DONE) {
+function iconFromPhase(phase: PHASE) {
+ if (phase === PHASE.DONE) {
return require("../../../../../res/img/e2e/verified.svg");
} else {
return require("../../../../../res/img/e2e/warning.svg");
@@ -34,7 +34,7 @@ interface IProps {
}
interface IState {
- icon: any;
+ icon: PHASE;
}
@replaceableComponent("views.dialogs.security.SetupEncryptionDialog")
diff --git a/src/stores/SetupEncryptionStore.js b/src/stores/SetupEncryptionStore.ts
similarity index 73%
rename from src/stores/SetupEncryptionStore.js
rename to src/stores/SetupEncryptionStore.ts
index b768ae69df..86e8b7afc3 100644
--- a/src/stores/SetupEncryptionStore.js
+++ b/src/stores/SetupEncryptionStore.ts
@@ -15,29 +15,42 @@ limitations under the License.
*/
import EventEmitter from 'events';
+import { VerificationRequest } from "matrix-js-sdk/src/crypto/verification/request/VerificationRequest";
+import { IKeyBackupVersion } from "matrix-js-sdk/src/crypto/keybackup";
+import { ISecretStorageKeyInfo } from "matrix-js-sdk/src/matrix";
import { MatrixClientPeg } from '../MatrixClientPeg';
import { accessSecretStorage, AccessCancelledError } from '../SecurityManager';
import { PHASE_DONE as VERIF_PHASE_DONE } from "matrix-js-sdk/src/crypto/verification/request/VerificationRequest";
-export const PHASE_LOADING = 0;
-export const PHASE_INTRO = 1;
-export const PHASE_BUSY = 2;
-export const PHASE_DONE = 3; //final done stage, but still showing UX
-export const PHASE_CONFIRM_SKIP = 4;
-export const PHASE_FINISHED = 5; //UX can be closed
+export enum PHASE {
+ LOADING = 0,
+ INTRO = 1,
+ BUSY = 2,
+ DONE = 3, // final done stage, but still showing UX
+ CONFIRM_SKIP = 4,
+ FINISHED = 5, // UX can be closed
+}
export class SetupEncryptionStore extends EventEmitter {
- static sharedInstance() {
- if (!global.mx_SetupEncryptionStore) global.mx_SetupEncryptionStore = new SetupEncryptionStore();
- return global.mx_SetupEncryptionStore;
+ private started: boolean;
+ public phase: PHASE;
+ public verificationRequest: VerificationRequest;
+ public backupInfo: IKeyBackupVersion;
+ public keyId: string;
+ public keyInfo: ISecretStorageKeyInfo;
+ public hasDevicesToVerifyAgainst: boolean;
+
+ public static sharedInstance() {
+ if (!window.mxSetupEncryptionStore) window.mxSetupEncryptionStore = new SetupEncryptionStore();
+ return window.mxSetupEncryptionStore;
}
- start() {
- if (this._started) {
+ public start(): void {
+ if (this.started) {
return;
}
- this._started = true;
- this.phase = PHASE_LOADING;
+ this.started = true;
+ this.phase = PHASE.LOADING;
this.verificationRequest = null;
this.backupInfo = null;
@@ -48,34 +61,34 @@ export class SetupEncryptionStore extends EventEmitter {
const cli = MatrixClientPeg.get();
cli.on("crypto.verification.request", this.onVerificationRequest);
- cli.on('userTrustStatusChanged', this._onUserTrustStatusChanged);
+ cli.on('userTrustStatusChanged', this.onUserTrustStatusChanged);
const requestsInProgress = cli.getVerificationRequestsToDeviceInProgress(cli.getUserId());
if (requestsInProgress.length) {
// If there are multiple, we take the most recent. Equally if the user sends another request from
// another device after this screen has been shown, we'll switch to the new one, so this
// generally doesn't support multiple requests.
- this._setActiveVerificationRequest(requestsInProgress[requestsInProgress.length - 1]);
+ this.setActiveVerificationRequest(requestsInProgress[requestsInProgress.length - 1]);
}
this.fetchKeyInfo();
}
- stop() {
- if (!this._started) {
+ public stop(): void {
+ if (!this.started) {
return;
}
- this._started = false;
+ this.started = false;
if (this.verificationRequest) {
this.verificationRequest.off("change", this.onVerificationRequestChange);
}
if (MatrixClientPeg.get()) {
MatrixClientPeg.get().removeListener("crypto.verification.request", this.onVerificationRequest);
- MatrixClientPeg.get().removeListener('userTrustStatusChanged', this._onUserTrustStatusChanged);
+ MatrixClientPeg.get().removeListener('userTrustStatusChanged', this.onUserTrustStatusChanged);
}
}
- async fetchKeyInfo() {
+ public async fetchKeyInfo(): Promise {
const cli = MatrixClientPeg.get();
const keys = await cli.isSecretStored('m.cross_signing.master', false);
if (keys === null || Object.keys(keys).length === 0) {
@@ -97,15 +110,15 @@ export class SetupEncryptionStore extends EventEmitter {
if (!this.hasDevicesToVerifyAgainst && !this.keyInfo) {
// skip before we can even render anything.
- this.phase = PHASE_FINISHED;
+ this.phase = PHASE.FINISHED;
} else {
- this.phase = PHASE_INTRO;
+ this.phase = PHASE.INTRO;
}
this.emit("update");
}
- async usePassPhrase() {
- this.phase = PHASE_BUSY;
+ public async usePassPhrase(): Promise {
+ this.phase = PHASE.BUSY;
this.emit("update");
const cli = MatrixClientPeg.get();
try {
@@ -120,7 +133,7 @@ export class SetupEncryptionStore extends EventEmitter {
// passphase cached for that work. This dialog itself will only wait
// on the first trust check, and the key backup restore will happen
// in the background.
- await new Promise((resolve, reject) => {
+ await new Promise((resolve: (value?: unknown) => void, reject: (reason?: any) => void) => {
accessSecretStorage(async () => {
await cli.checkOwnCrossSigningTrust();
resolve();
@@ -134,7 +147,7 @@ export class SetupEncryptionStore extends EventEmitter {
});
if (cli.getCrossSigningId()) {
- this.phase = PHASE_DONE;
+ this.phase = PHASE.DONE;
this.emit("update");
}
} catch (e) {
@@ -142,25 +155,25 @@ export class SetupEncryptionStore extends EventEmitter {
console.log(e);
}
// this will throw if the user hits cancel, so ignore
- this.phase = PHASE_INTRO;
+ this.phase = PHASE.INTRO;
this.emit("update");
}
}
- _onUserTrustStatusChanged = (userId) => {
+ private onUserTrustStatusChanged = (userId: string) => {
if (userId !== MatrixClientPeg.get().getUserId()) return;
const publicKeysTrusted = MatrixClientPeg.get().getCrossSigningId();
if (publicKeysTrusted) {
- this.phase = PHASE_DONE;
+ this.phase = PHASE.DONE;
this.emit("update");
}
}
- onVerificationRequest = (request) => {
- this._setActiveVerificationRequest(request);
+ public onVerificationRequest = (request: VerificationRequest): void => {
+ this.setActiveVerificationRequest(request);
}
- onVerificationRequestChange = () => {
+ public onVerificationRequestChange = (): void => {
if (this.verificationRequest.cancelled) {
this.verificationRequest.off("change", this.onVerificationRequestChange);
this.verificationRequest = null;
@@ -172,34 +185,34 @@ export class SetupEncryptionStore extends EventEmitter {
// cross signing to be ready to use, so wait for the user trust status to
// change (or change to DONE if it's already ready).
const publicKeysTrusted = MatrixClientPeg.get().getCrossSigningId();
- this.phase = publicKeysTrusted ? PHASE_DONE : PHASE_BUSY;
+ this.phase = publicKeysTrusted ? PHASE.DONE : PHASE.BUSY;
this.emit("update");
}
}
- skip() {
- this.phase = PHASE_CONFIRM_SKIP;
+ public skip(): void {
+ this.phase = PHASE.CONFIRM_SKIP;
this.emit("update");
}
- skipConfirm() {
- this.phase = PHASE_FINISHED;
+ public skipConfirm(): void {
+ this.phase = PHASE.FINISHED;
this.emit("update");
}
- returnAfterSkip() {
- this.phase = PHASE_INTRO;
+ public returnAfterSkip(): void {
+ this.phase = PHASE.INTRO;
this.emit("update");
}
- done() {
- this.phase = PHASE_FINISHED;
+ public done(): void {
+ this.phase = PHASE.FINISHED;
this.emit("update");
// async - ask other clients for keys, if necessary
MatrixClientPeg.get().crypto.cancelAndResendAllOutgoingKeyRequests();
}
- async _setActiveVerificationRequest(request) {
+ private async setActiveVerificationRequest(request: VerificationRequest): Promise {
if (request.otherUserId !== MatrixClientPeg.get().getUserId()) return;
if (this.verificationRequest) {
From f2250af5657ce3a92b6a743a6c11b6da9e7e7bff Mon Sep 17 00:00:00 2001
From: Germain Souquet
Date: Mon, 14 Jun 2021 21:03:12 +0100
Subject: [PATCH 060/179] Migrate AskInviteAnywayDialog to TypeScript
---
...wayDialog.js => AskInviteAnywayDialog.tsx} | 41 ++++++++++---------
1 file changed, 22 insertions(+), 19 deletions(-)
rename src/components/views/dialogs/{AskInviteAnywayDialog.js => AskInviteAnywayDialog.tsx} (73%)
diff --git a/src/components/views/dialogs/AskInviteAnywayDialog.js b/src/components/views/dialogs/AskInviteAnywayDialog.tsx
similarity index 73%
rename from src/components/views/dialogs/AskInviteAnywayDialog.js
rename to src/components/views/dialogs/AskInviteAnywayDialog.tsx
index e6cd45ba6b..970883aca2 100644
--- a/src/components/views/dialogs/AskInviteAnywayDialog.js
+++ b/src/components/views/dialogs/AskInviteAnywayDialog.tsx
@@ -15,39 +15,41 @@ limitations under the License.
*/
import React from 'react';
-import PropTypes from 'prop-types';
import * as sdk from '../../../index';
import { _t } from '../../../languageHandler';
import SettingsStore from "../../../settings/SettingsStore";
-import {SettingLevel} from "../../../settings/SettingLevel";
-import {replaceableComponent} from "../../../utils/replaceableComponent";
+import { SettingLevel } from "../../../settings/SettingLevel";
+import { replaceableComponent } from "../../../utils/replaceableComponent";
+
+interface IProps {
+ unknownProfileUsers: Array<{
+ userId: string;
+ errorText: string;
+ }>;
+ onInviteAnyways: () => void;
+ onGiveUp: () => void;
+ onFinished: (success: boolean) => void;
+}
@replaceableComponent("views.dialogs.AskInviteAnywayDialog")
-export default class AskInviteAnywayDialog extends React.Component {
- static propTypes = {
- unknownProfileUsers: PropTypes.array.isRequired, // [ {userId, errorText}... ]
- onInviteAnyways: PropTypes.func.isRequired,
- onGiveUp: PropTypes.func.isRequired,
- onFinished: PropTypes.func.isRequired,
- };
-
- _onInviteClicked = () => {
+export default class AskInviteAnywayDialog extends React.Component {
+ private onInviteClicked = (): void => {
this.props.onInviteAnyways();
this.props.onFinished(true);
};
- _onInviteNeverWarnClicked = () => {
+ private onInviteNeverWarnClicked = (): void => {
SettingsStore.setValue("promptBeforeInviteUnknownUsers", null, SettingLevel.ACCOUNT, false);
this.props.onInviteAnyways();
this.props.onFinished(true);
};
- _onGiveUpClicked = () => {
+ private onGiveUpClicked = (): void => {
this.props.onGiveUp();
this.props.onFinished(false);
};
- render() {
+ public render() {
const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog');
const errorList = this.props.unknownProfileUsers
@@ -55,11 +57,12 @@ export default class AskInviteAnywayDialog extends React.Component {
return (
+ {/* eslint-disable-next-line */}
{_t("Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?")}
;
} else {
From 3d3c4284555ab95a9bc798844c16db517b0f111b Mon Sep 17 00:00:00 2001
From: Germain Souquet
Date: Tue, 22 Jun 2021 10:26:49 +0100
Subject: [PATCH 169/179] Fix DesktopBuildsNotice return type
---
src/components/structures/RoomView.tsx | 1 -
.../views/elements/DesktopBuildsNotice.tsx | 23 +++++++++++--------
src/components/views/rooms/SearchBar.tsx | 20 ++++++++--------
3 files changed, 23 insertions(+), 21 deletions(-)
diff --git a/src/components/structures/RoomView.tsx b/src/components/structures/RoomView.tsx
index c1dcb81e08..a4338e832a 100644
--- a/src/components/structures/RoomView.tsx
+++ b/src/components/structures/RoomView.tsx
@@ -82,7 +82,6 @@ import SpaceRoomView from "./SpaceRoomView";
import { IOpts } from "../../createRoom";
import { replaceableComponent } from "../../utils/replaceableComponent";
import UIStore from "../../stores/UIStore";
-import Search from '../views/emojipicker/Search';
const DEBUG = false;
let debuglog = function(msg: string) {};
diff --git a/src/components/views/elements/DesktopBuildsNotice.tsx b/src/components/views/elements/DesktopBuildsNotice.tsx
index e5e94d4bd4..426554f31e 100644
--- a/src/components/views/elements/DesktopBuildsNotice.tsx
+++ b/src/components/views/elements/DesktopBuildsNotice.tsx
@@ -18,7 +18,6 @@ import React from "react";
import EventIndexPeg from "../../../indexing/EventIndexPeg";
import { _t } from "../../../languageHandler";
import SdkConfig from "../../../SdkConfig";
-
import dis from "../../../dispatcher/dispatcher";
import { Action } from "../../../dispatcher/actions";
import { UserTab } from "../dialogs/UserSettingsDialog";
@@ -39,15 +38,19 @@ export default function DesktopBuildsNotice({isRoomEncrypted, kind}: IProps) {
if (EventIndexPeg.get()) return null;
if (EventIndexPeg.error) {
- return _t("Message search initialisation failed, check your settings for more information", {}, {
- a: sub => ( {
- evt.preventDefault();
- dis.dispatch({
- action: Action.ViewUserSettings,
- initialTabId: UserTab.Security,
- });
- }}>{sub}),
- });
+ return <>
+ {_t("Message search initialisation failed, check your settings for more information", {}, {
+ a: sub => ( {
+ evt.preventDefault();
+ dis.dispatch({
+ action: Action.ViewUserSettings,
+ initialTabId: UserTab.Security,
+ });
+ }}>
+ {sub}
+ ),
+ })}
+ >;
}
const {desktopBuilds, brand} = SdkConfig.get();
diff --git a/src/components/views/rooms/SearchBar.tsx b/src/components/views/rooms/SearchBar.tsx
index de99305d81..47994f5251 100644
--- a/src/components/views/rooms/SearchBar.tsx
+++ b/src/components/views/rooms/SearchBar.tsx
@@ -15,13 +15,13 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
-import React, {createRef, RefObject} from 'react';
+import React, { createRef, RefObject } from 'react';
import AccessibleButton from "../elements/AccessibleButton";
import classNames from "classnames";
import { _t } from '../../../languageHandler';
import {Key} from "../../../Keyboard";
import DesktopBuildsNotice, {WarningKind} from "../elements/DesktopBuildsNotice";
-import {replaceableComponent} from "../../../utils/replaceableComponent";
+import { replaceableComponent } from "../../../utils/replaceableComponent";
interface IProps {
onCancelClick: () => void;
@@ -50,15 +50,15 @@ export default class SearchBar extends React.Component {
};
}
- public onThisRoomClick = () => {
- this.setState({ scope: SearchScope.Room }, () => this._searchIfQuery());
+ private onThisRoomClick = () => {
+ this.setState({ scope: SearchScope.Room }, () => this.searchIfQuery());
};
- public onAllRoomsClick = () => {
- this.setState({ scope: SearchScope.All }, () => this._searchIfQuery());
+ private onAllRoomsClick = () => {
+ this.setState({ scope: SearchScope.All }, () => this.searchIfQuery());
};
- public onSearchChange = (e: React.KeyboardEvent) => {
+ private onSearchChange = (e: React.KeyboardEvent) => {
switch (e.key) {
case Key.ENTER:
this.onSearch();
@@ -69,17 +69,17 @@ export default class SearchBar extends React.Component {
}
};
- _searchIfQuery() {
+ private searchIfQuery(): void {
if (this.searchTerm.current.value) {
this.onSearch();
}
}
- onSearch = () => {
+ private onSearch = (): void => {
this.props.onSearch(this.searchTerm.current.value, this.state.scope);
};
- render() {
+ public render() {
const searchButtonClasses = classNames("mx_SearchBar_searchButton", {
mx_SearchBar_searching: this.props.searchInProgress,
});
From a7daf558bb8f911eaedbf96cd7b8564869624e92 Mon Sep 17 00:00:00 2001
From: Germain
Date: Tue, 22 Jun 2021 13:03:55 +0100
Subject: [PATCH 170/179] Use proper capitalisation for Buildkite
Co-authored-by: J. Ryan Stinnett
---
scripts/fetchdep.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/fetchdep.sh b/scripts/fetchdep.sh
index 246add7e31..c7d8daeda5 100755
--- a/scripts/fetchdep.sh
+++ b/scripts/fetchdep.sh
@@ -38,7 +38,7 @@ else
head=$BUILDKITE_BRANCH
fi
-# If head is set, it will contain on BuildKite either:
+# If head is set, it will contain on Buildkite either:
# * "branch" when the author's branch and target branch are in the same repo
# * "fork:branch" when the author's branch is in their fork or if this is a Netlify build
# We can split on `:` into an array to check.
From 660f3900f8a1369a1dabea3d8e273a5c4861e673 Mon Sep 17 00:00:00 2001
From: Germain Souquet
Date: Tue, 22 Jun 2021 14:11:41 +0100
Subject: [PATCH 171/179] Change if statement syntax to use positive
expressions
---
scripts/fetchdep.sh | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/scripts/fetchdep.sh b/scripts/fetchdep.sh
index c7d8daeda5..55f068e49d 100755
--- a/scripts/fetchdep.sh
+++ b/scripts/fetchdep.sh
@@ -25,17 +25,15 @@ clone() {
# First we check if GITHUB_HEAD_REF is defined,
# Then we check if BUILDKITE_BRANCH is defined,
# if it isn't we can assume this is a Netlify build
-if [ -z ${BUILDKITE_BRANCH+x} ]; then
- if [ -z ${GITHUB_HEAD_REF+x} ]; then
- # Netlify doesn't give us info about the fork so we have to get it from GitHub API
- apiEndpoint="https://api.github.com/repos/matrix-org/matrix-react-sdk/pulls/"
- apiEndpoint+=$REVIEW_ID
- head=$(curl $apiEndpoint | jq -r '.head.label')
- else
- head=$GITHUB_HEAD_REF
- fi
-else
+if [ -n "$BUILDKITE_BRANCH" ]; then
head=$BUILDKITE_BRANCH
+elif [ -n "$GITHUB_HEAD_REF" ]; then
+ head=$GITHUB_HEAD_REF
+else
+ # Netlify doesn't give us info about the fork so we have to get it from GitHub API
+ apiEndpoint="https://api.github.com/repos/matrix-org/matrix-react-sdk/pulls/"
+ apiEndpoint+=$REVIEW_ID
+ head=$(curl $apiEndpoint | jq -r '.head.label')
fi
# If head is set, it will contain on Buildkite either:
@@ -46,7 +44,8 @@ fi
# to determine whether the branch is from a fork or not
BRANCH_ARRAY=(${head//:/ })
if [[ "${#BRANCH_ARRAY[@]}" == "1" ]]; then
- if [ -z ${BUILDKITE_BRANCH+x} ]; then
+
+ if [ -n "$GITHUB_HEAD_REF" ]; then
if [[ "$GITHUB_REPOSITORY" == "$deforg"* ]]; then
clone $deforg $defrepo $GITHUB_HEAD_REF
else
@@ -61,9 +60,9 @@ elif [[ "${#BRANCH_ARRAY[@]}" == "2" ]]; then
fi
# Try the target branch of the push or PR.
-if [ -n ${GITHUB_BASE_REF+x} ]; then
+if [ -n $GITHUB_BASE_REF ]; then
clone $deforg $defrepo $GITHUB_BASE_REF
-elif [ -n ${BUILDKITE_PULL_REQUEST_BASE_BRANCH+x} ]; then
+elif [ -n $BUILDKITE_PULL_REQUEST_BASE_BRANCH ]; then
clone $deforg $defrepo $BUILDKITE_PULL_REQUEST_BASE_BRANCH
fi
From c42f0fd2e4774c60283e33c0233f93993604184f Mon Sep 17 00:00:00 2001
From: Germain Souquet
Date: Tue, 22 Jun 2021 14:17:11 +0100
Subject: [PATCH 172/179] split GITHUB_REPOSITORY rather than using
GITHUB_ACTOR
---
scripts/fetchdep.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/fetchdep.sh b/scripts/fetchdep.sh
index 55f068e49d..7d893a6039 100755
--- a/scripts/fetchdep.sh
+++ b/scripts/fetchdep.sh
@@ -49,7 +49,8 @@ if [[ "${#BRANCH_ARRAY[@]}" == "1" ]]; then
if [[ "$GITHUB_REPOSITORY" == "$deforg"* ]]; then
clone $deforg $defrepo $GITHUB_HEAD_REF
else
- clone $GITHUB_ACTOR $defrepo $GITHUB_HEAD_REF
+ REPO_ARRAY=(${GITHUB_REPOSITORY//\// })
+ clone $REPO_ARRAY[0] $defrepo $GITHUB_HEAD_REF
fi
else
clone $deforg $defrepo $BUILDKITE_BRANCH
From ded738ce8c820cffb9b2a49f659e5febf130e4f1 Mon Sep 17 00:00:00 2001
From: Germain
Date: Tue, 22 Jun 2021 14:57:44 +0100
Subject: [PATCH 173/179] Add spaces around curlies
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
---
src/components/views/rooms/SearchBar.tsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/views/rooms/SearchBar.tsx b/src/components/views/rooms/SearchBar.tsx
index 47994f5251..d71bb8da73 100644
--- a/src/components/views/rooms/SearchBar.tsx
+++ b/src/components/views/rooms/SearchBar.tsx
@@ -19,8 +19,8 @@ import React, { createRef, RefObject } from 'react';
import AccessibleButton from "../elements/AccessibleButton";
import classNames from "classnames";
import { _t } from '../../../languageHandler';
-import {Key} from "../../../Keyboard";
-import DesktopBuildsNotice, {WarningKind} from "../elements/DesktopBuildsNotice";
+import { Key } from "../../../Keyboard";
+import DesktopBuildsNotice, { WarningKind } from "../elements/DesktopBuildsNotice";
import { replaceableComponent } from "../../../utils/replaceableComponent";
interface IProps {
@@ -95,7 +95,7 @@ export default class SearchBar extends React.Component {
{
{_t("This Room")}
Date: Tue, 22 Jun 2021 15:29:53 +0100
Subject: [PATCH 174/179] remove spurious full stop
---
src/i18n/strings/en_EN.json | 2 +-
src/settings/Settings.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 179b58b617..a9a0d15ac4 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -796,7 +796,7 @@
"Show all rooms in Home": "Show all rooms in Home",
"Show people in spaces": "Show people in spaces",
"If disabled, you can still add Direct Messages to Personal Spaces. If enabled, you'll automatically see everyone who is a member of the Space.": "If disabled, you can still add Direct Messages to Personal Spaces. If enabled, you'll automatically see everyone who is a member of the Space.",
- "Show notification badges for DMs in Spaces.": "Show notification badges for DMs in Spaces.",
+ "Show notification badges for DMs in Spaces": "Show notification badges for DMs in Spaces",
"Show options to enable 'Do not disturb' mode": "Show options to enable 'Do not disturb' mode",
"Send and receive voice messages": "Send and receive voice messages",
"Render LaTeX maths in messages": "Render LaTeX maths in messages",
diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx
index af026f4103..3937b7d821 100644
--- a/src/settings/Settings.tsx
+++ b/src/settings/Settings.tsx
@@ -193,7 +193,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
controller: new ReloadOnChangeController(),
},
"feature_spaces.space_dm_badges": {
- displayName: _td("Show notification badges for DMs in Spaces."),
+ displayName: _td("Show notification badges for DMs in Spaces"),
supportedLevels: LEVELS_FEATURE,
default: false,
controller: new ReloadOnChangeController(),
From fca2feaae8ad83cdef7eb1d426873e33bc3e9c00 Mon Sep 17 00:00:00 2001
From: Germain Souquet
Date: Tue, 22 Jun 2021 16:09:33 +0100
Subject: [PATCH 175/179] make github env variable check first as it is new
home for ci
---
scripts/fetchdep.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/fetchdep.sh b/scripts/fetchdep.sh
index 7d893a6039..0b15db6a23 100755
--- a/scripts/fetchdep.sh
+++ b/scripts/fetchdep.sh
@@ -25,10 +25,10 @@ clone() {
# First we check if GITHUB_HEAD_REF is defined,
# Then we check if BUILDKITE_BRANCH is defined,
# if it isn't we can assume this is a Netlify build
-if [ -n "$BUILDKITE_BRANCH" ]; then
- head=$BUILDKITE_BRANCH
-elif [ -n "$GITHUB_HEAD_REF" ]; then
+if [ -n "$GITHUB_HEAD_REF" ]; then
head=$GITHUB_HEAD_REF
+elif [ -n "$BUILDKITE_BRANCH" ]; then
+ head=$BUILDKITE_BRANCH
else
# Netlify doesn't give us info about the fork so we have to get it from GitHub API
apiEndpoint="https://api.github.com/repos/matrix-org/matrix-react-sdk/pulls/"
From b092686453604cb37df602e6fcc796418688c022 Mon Sep 17 00:00:00 2001
From: Germain Souquet
Date: Tue, 22 Jun 2021 16:14:01 +0100
Subject: [PATCH 176/179] improve comment grammar
---
scripts/fetchdep.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/fetchdep.sh b/scripts/fetchdep.sh
index 0b15db6a23..0990af70ce 100755
--- a/scripts/fetchdep.sh
+++ b/scripts/fetchdep.sh
@@ -24,7 +24,7 @@ clone() {
# Try the PR author's branch in case it exists on the deps as well.
# First we check if GITHUB_HEAD_REF is defined,
# Then we check if BUILDKITE_BRANCH is defined,
-# if it isn't we can assume this is a Netlify build
+# if they aren't we can assume this is a Netlify build
if [ -n "$GITHUB_HEAD_REF" ]; then
head=$GITHUB_HEAD_REF
elif [ -n "$BUILDKITE_BRANCH" ]; then
From 4a667942368305799e34ac8b0ea7d569a5207a36 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue, 22 Jun 2021 17:26:19 +0100
Subject: [PATCH 177/179] update copy
---
src/i18n/strings/en_EN.json | 2 +-
src/settings/Settings.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index a9a0d15ac4..17160a6b89 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -796,7 +796,7 @@
"Show all rooms in Home": "Show all rooms in Home",
"Show people in spaces": "Show people in spaces",
"If disabled, you can still add Direct Messages to Personal Spaces. If enabled, you'll automatically see everyone who is a member of the Space.": "If disabled, you can still add Direct Messages to Personal Spaces. If enabled, you'll automatically see everyone who is a member of the Space.",
- "Show notification badges for DMs in Spaces": "Show notification badges for DMs in Spaces",
+ "Show notification badges for People in Spaces": "Show notification badges for People in Spaces",
"Show options to enable 'Do not disturb' mode": "Show options to enable 'Do not disturb' mode",
"Send and receive voice messages": "Send and receive voice messages",
"Render LaTeX maths in messages": "Render LaTeX maths in messages",
diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx
index 3937b7d821..f22882abc4 100644
--- a/src/settings/Settings.tsx
+++ b/src/settings/Settings.tsx
@@ -193,7 +193,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
controller: new ReloadOnChangeController(),
},
"feature_spaces.space_dm_badges": {
- displayName: _td("Show notification badges for DMs in Spaces"),
+ displayName: _td("Show notification badges for People in Spaces"),
supportedLevels: LEVELS_FEATURE,
default: false,
controller: new ReloadOnChangeController(),
From 28c61cca2798f0c41fea47a468057a4a9ecf2c58 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue, 22 Jun 2021 17:56:52 +0100
Subject: [PATCH 178/179] Remove pinned resolution for @types/react to 16.x
---
package.json | 3 ---
yarn.lock | 10 +---------
2 files changed, 1 insertion(+), 12 deletions(-)
diff --git a/package.json b/package.json
index 8ebb90f342..9ca1224baa 100644
--- a/package.json
+++ b/package.json
@@ -167,9 +167,6 @@
"typescript": "^4.1.3",
"walk": "^2.3.14"
},
- "resolutions": {
- "**/@types/react": "^16.14"
- },
"jest": {
"testEnvironment": "./__test-utils__/environment.js",
"testMatch": [
diff --git a/yarn.lock b/yarn.lock
index 4f17b63337..b19a188014 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1634,15 +1634,7 @@
dependencies:
"@types/react" "*"
-"@types/react@*", "@types/react@^16.14":
- version "16.14.2"
- resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c"
- integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==
- dependencies:
- "@types/prop-types" "*"
- csstype "^3.0.2"
-
-"@types/react@^17.0.2":
+"@types/react@*", "@types/react@^17.0.2":
version "17.0.11"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.11.tgz#67fcd0ddbf5a0b083a0f94e926c7d63f3b836451"
integrity sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA==
From cd04fb76dc3dd2aa4b921e61a367015fd104f7df Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue, 22 Jun 2021 18:01:29 +0100
Subject: [PATCH 179/179] Fix type error
---
src/stores/SpaceStore.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/stores/SpaceStore.tsx b/src/stores/SpaceStore.tsx
index d371086b45..f11589485a 100644
--- a/src/stores/SpaceStore.tsx
+++ b/src/stores/SpaceStore.tsx
@@ -335,7 +335,7 @@ export class SpaceStoreClass extends AsyncStoreWithClient {
// rootSpaces.push(space);
// });
- this.orphanedRooms = new Set(orphanedRooms);
+ this.orphanedRooms = new Set(orphanedRooms.map(r => r.roomId));
this.rootSpaces = rootSpaces;
this.parentMap = backrefs;