From e3dcff56cafb09e8cb255a56acf06f7de8cb421e Mon Sep 17 00:00:00 2001 From: t3chguy Date: Wed, 6 Sep 2023 16:59:57 +0000 Subject: [PATCH] [create-pull-request] automated change --- src/i18n/strings/de_DE.json | 5 ++++- src/i18n/strings/en_EN.json | 2 +- src/i18n/strings/en_US.json | 38 +------------------------------------ 3 files changed, 6 insertions(+), 39 deletions(-) diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index 1811a094d6c..5f59f5dce1b 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -1,7 +1,10 @@ { "action": { + "create_account": "Konto erstellen", "dismiss": "Ausblenden", - "open": "Öffnen" + "explore_rooms": "Räume erkunden", + "open": "Öffnen", + "sign_in": "Anmelden" }, "auth": { "sso_complete_in_browser_dialog_title": "Browser öffnen, um die Anmeldung abzuschließen" diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 5456b1e9e61..39725bfee71 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -4,7 +4,7 @@ "dismiss": "Dismiss", "explore_rooms": "Explore rooms", "open": "Open", - "sign_in": "Sign In" + "sign_in": "Sign in" }, "auth": { "sso_complete_in_browser_dialog_title": "Go to your browser to complete Sign In" diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index 2e9930b4012..c88b1fb3363 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -1,41 +1,5 @@ { - "error": { - "invalid_configuration_no_server": "Invalid configuration: no default server specified.", - "misconfigured": "Your Element is misconfigured", - "invalid_json": "Your Element configuration contains invalid JSON. Please correct the problem and reload the page.", - "invalid_json_detail": "The message from the parser is: %(message)s", - "invalid_json_generic": "Invalid JSON", - "cannot_load_config": "Unable to load config file: please refresh the page to try again.", - "app_launch_unexpected_error": "Unexpected error preparing the app. See console for details." - }, - "download_completed": "Download Completed", "action": { - "open": "Open", - "dismiss": "Dismiss" - }, - "desktop_default_device_name": "%(brand)s Desktop: %(platformName)s", - "auth": { - "sso_complete_in_browser_dialog_title": "Go to your browser to complete Sign In" - }, - "unknown_device": "Unknown device", - "web_default_device_name": "%(appName)s: %(browserName)s on %(osName)s", - "powered_by_matrix": "Powered by Matrix", - "use_brand_on_mobile": "Use %(brand)s on mobile", - "incompatible_browser": { - "title": "Unsupported browser", - "summary": "Your browser can't run %(brand)s", - "features": "%(brand)s uses advanced browser features which aren't supported by your current browser.", - "browser_links": "Please install Chrome, Firefox, or Safari for the best experience.", - "feature_warning": "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.", - "continue_warning": "I understand the risks and wish to continue" - }, - "go_to_element_io": "Go to element.io", - "failed_to_start": "Failed to start", - "welcome_to_element": "Welcome to Element", - "powered_by_matrix_with_logo": "Decentralised, encrypted chat & collaboration powered by $matrixLogo", - "common": { - "sign_in": "Sign In", - "create_account": "Create Account", - "explore_rooms": "Explore rooms" + "sign_in": "Sign in" } }