Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localazy Download #26131

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/i18n/strings/de_DE.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/strings/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
38 changes: 1 addition & 37 deletions src/i18n/strings/en_US.json
Original file line number Diff line number Diff line change
@@ -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 <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> 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 &amp; collaboration powered by $matrixLogo",
"common": {
"sign_in": "Sign In",
"create_account": "Create Account",
"explore_rooms": "Explore rooms"
"sign_in": "Sign in"
}
}
Loading