From 2a88d62ddf3e7a16aed57b02e524391086f171c9 Mon Sep 17 00:00:00 2001 From: Myx Date: Fri, 14 Aug 2026 03:19:29 +0200 Subject: [PATCH] chore(i18n): sync generated en.json with the catalog additions --- toju-app/public/i18n/en.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/toju-app/public/i18n/en.json b/toju-app/public/i18n/en.json index 050e41f..134eec4 100644 --- a/toju-app/public/i18n/en.json +++ b/toju-app/public/i18n/en.json @@ -80,6 +80,11 @@ "defaultServerName": "Signal Server" }, "provision": { + "credentialsRejected": "This server already has an account that the restored session cannot unlock. Your home account is still signed in.", + "reconnectTitle": "Reconnect to {{serverName}}", + "retry": "Retry", + "retrying": "Retrying…", + "serverUnavailable": "This server is currently unavailable. Retry when the connection is restored.", "usernameCollision": "Username {{preferredUsername}} was taken on {{serverName}}. Created {{provisionedUsername}} instead." } }, @@ -133,7 +138,8 @@ "microphonePermissionDenied": "Microphone access is blocked. Allow the microphone permission in system settings to join calls.", "microphoneUnavailable": "Could not start the microphone. Close other apps that use it and try again.", "cameraPermissionDenied": "Camera access is blocked. Allow the camera permission in system settings to share video.", - "cameraUnavailable": "Could not start the camera. Close other apps that use it and try again." + "cameraUnavailable": "Could not start the camera. Close other apps that use it and try again.", + "ringUndelivered": "Could not reach anyone in this call. They may be offline or on another server." } }, "chat": { @@ -1256,7 +1262,8 @@ "microphone": "Microphone", "speaker": "Speaker", "microphoneFallback": "Microphone {{index}}", - "speakerFallback": "Speaker {{index}}" + "speakerFallback": "Speaker {{index}}", + "systemDefault": "System default" }, "volume": { "title": "Volume", @@ -2264,6 +2271,10 @@ "retry": "Retry", "failedConnect": "Failed to connect voice session." }, + "devices": { + "inputFellBack": "Your microphone was disconnected. Switched to the system default.", + "outputFellBack": "Your speaker was disconnected. Switched to the system default." + }, "floating": { "backToServer": "Back to {{server}}", "voiceFallback": "Voice",