From 45f18cd9134fdf378ffa55e60d7cc1d973aa77b0 Mon Sep 17 00:00:00 2001 From: ankur12-1610 Date: Sun, 24 Jul 2022 18:10:25 +0530 Subject: [PATCH] Added labs.md for knocking Signed-off-by: ankur12-1610 --- docs/labs.md | 6 +++++- src/i18n/strings/en_US.json | 4 +++- src/i18n/strings/es.json | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index dccb4fbb0b6..d71bfe9fdbf 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -191,4 +191,8 @@ have [MSC3827](https://github.com/matrix-org/matrix-spec-proposals/pull/3827) en ## Favourite Messages (`feature_favourite_messages`) [In Development] -Enables users to bookmark a message or content for a later reference. \ No newline at end of file +Enables users to bookmark a message or content for a later reference. + +## Ask to join rooms (`feature_knocking`) [In Development] + +Enables users to knock on a room to join it. diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index ce1ec9f033c..6328affc5cc 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -26,5 +26,7 @@ "Download Completed": "Download Completed", "Unable to load config file: please refresh the page to try again.": "Unable to load config file: please refresh the page to try again.", "Your Element configuration contains invalid JSON. Please correct the problem and reload the page.": "Your Element configuration contains invalid JSON. Please correct the problem and reload the page.", - "Your Element is misconfigured": "Your Element is misconfigured" + "Your Element is misconfigured": "Your Element is misconfigured", + "Anyone can knock on this room to join. You can change this at any time from room settings.": "Anyone can knock on this room to join. You can change this at any time from room settings.", + "Knocking": "Knocking" } diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index 0f1e717f741..da1acd00552 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -28,5 +28,7 @@ "%(brand)s uses advanced browser features which aren't supported by your current browser.": "%(brand)s usa funciones avanzadas que su navegador actual no soporta.", "Powered by Matrix": "Funciona con Matrix", "Use %(brand)s on mobile": "Usar %(brand)s en modo móvil", - "Decentralised, encrypted chat & collaboration powered by $matrixLogo": "Conversaciones y colaboración descentralizadas y cifradas gracias a $matrixLogo" + "Decentralised, encrypted chat & collaboration powered by $matrixLogo": "Conversaciones y colaboración descentralizadas y cifradas gracias a $matrixLogo", + "Anyone can knock on this room to join. You can change this at any time from room settings.": "Anyone can knock on this room to join. You can change this at any time from room settings.", + "Knocking": "Knocking" }