From d868bf64bf074319cf154a297f4275b443a87515 Mon Sep 17 00:00:00 2001 From: ganfra Date: Wed, 17 Dec 2025 13:58:54 +0100 Subject: [PATCH] localazy : sync strings # Conflicts: # features/roomdetails/impl/src/main/res/values/localazy.xml # features/securityandprivacy/impl/src/main/res/values/localazy.xml # libraries/ui-strings/src/main/res/values/localazy.xml --- .../src/main/res/values/localazy.xml | 31 ++++++++++++++++--- tools/localazy/config.json | 3 +- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/libraries/ui-strings/src/main/res/values/localazy.xml b/libraries/ui-strings/src/main/res/values/localazy.xml index df47b71577..9afde6fefc 100644 --- a/libraries/ui-strings/src/main/res/values/localazy.xml +++ b/libraries/ui-strings/src/main/res/values/localazy.xml @@ -435,11 +435,32 @@ Are you sure you want to continue?" "Options" "Remove %1$s" "Settings" - "Spaces where members can join the room without an invitation." - "Manage spaces" - "(Unknown space)" - "Other spaces you’re not a member of" - "Your spaces" + "Scan the QR code" + "Open %1$s on a laptop or desktop computer" + "Scan the QR code with this device" + "Ready to scan" + "Open %1$s on a desktop computer to get the QR code" + "The numbers don’t match" + "Enter 2-digit code" + "This will verify that the connection to your other device is secure." + "Enter the number shown on your other device" + "Your account provider does not support %1$s." + "%1$s not supported" + "Your account provider doesn’t support signing into a new device with a QR code." + "QR code not supported" + "The sign in was cancelled on the other device." + "Sign in request cancelled" + "Sign in expired. Please try again." + "The sign in was not completed in time" + "Open %1$s on the other device" + "Select %1$s" + "“Sign in with QR code”" + "Scan the QR code shown here with the other device" + "Open %1$s on the other device" + "Desktop computer" + "Loading QR code…" + "Mobile device" + "What type of device do you want to link?" "Failed selecting media, please try again." "Press on a message and choose “%1$s” to include here." "Pin important messages so that they can be easily discovered" diff --git a/tools/localazy/config.json b/tools/localazy/config.json index a8572fb660..3894befcb0 100644 --- a/tools/localazy/config.json +++ b/tools/localazy/config.json @@ -403,7 +403,8 @@ "name" : ":features:securityandprivacy:impl", "includeRegex" : [ "screen\\.edit_room_address\\..*", - "screen\\.security_and_privacy\\..*" + "screen\\.security_and_privacy\\..*", + "screen\\.manage_authorized_spaces\\..*" ] } ]