40 lines
2.3 KiB
JSON
40 lines
2.3 KiB
JSON
{
|
|
"action": {
|
|
"create_account": "Create Account",
|
|
"dismiss": "Dismiss",
|
|
"explore_rooms": "Explore rooms",
|
|
"open": "Open",
|
|
"sign_in": "Sign in"
|
|
},
|
|
"auth": {
|
|
"sso_complete_in_browser_dialog_title": "Go to your browser to complete Sign In"
|
|
},
|
|
"desktop_default_device_name": "%(brand)s Desktop: %(platformName)s",
|
|
"download_completed": "Download Completed",
|
|
"error": {
|
|
"app_launch_unexpected_error": "Unexpected error preparing the app. See console for details.",
|
|
"cannot_load_config": "Unable to load config file: please refresh the page to try again.",
|
|
"invalid_configuration_mixed_server": "Invalid configuration: a default_hs_url can't be specified along with default_server_name or default_server_config",
|
|
"invalid_configuration_no_server": "Invalid configuration: no default server specified.",
|
|
"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",
|
|
"misconfigured": "Your Element is misconfigured"
|
|
},
|
|
"failed_to_start": "Failed to start",
|
|
"go_to_element_io": "Go to element.io",
|
|
"incompatible_browser": {
|
|
"browser_links": "Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.",
|
|
"continue_warning": "I understand the risks and wish to continue",
|
|
"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.",
|
|
"features": "%(brand)s uses advanced browser features which aren't supported by your current browser.",
|
|
"summary": "Your browser can't run %(brand)s",
|
|
"title": "Unsupported browser"
|
|
},
|
|
"powered_by_matrix": "Powered by Matrix",
|
|
"powered_by_matrix_with_logo": "Decentralised, encrypted chat & collaboration powered by $matrixLogo",
|
|
"unknown_device": "Unknown device",
|
|
"use_brand_on_mobile": "Use %(brand)s on mobile",
|
|
"web_default_device_name": "%(appName)s: %(browserName)s on %(osName)s",
|
|
"welcome_to_element": "Welcome to Element"
|
|
}
|