Skip to content

Commit

Permalink
change language
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Jul 11, 2023
1 parent 6e5bfef commit 3e6672a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/original_messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@
},
"error_connection_configuration": {
"desciption": "An error message shown when the user's server configuration is invalid. The user should contact their service manager to resolve the issue.",
"message": "The configuration information for your server is incomplete or invalid. Please contact your service manager to troubleshoot this issue."
"message": "The configuration information for your server is incomplete or invalid. Please contact the person who gave you this access key to troubleshoot this issue."
},
"error_connection_configuration_fetch": {
"description": "An error message shown when the dynamic access key given proves to be unreachable. The user should contact their service manager to resolve the issue.",
"message": "Outline failed to download the configuration information for your server. Please contact your service manager to troubleshoot this issue."
"message": "Outline failed to download the configuration information for your server. Please contact the person who gave you this access key to troubleshoot this issue."
},
"error_connection_proxy": {
"description": "An error message show when Outline fails to establish contact with the obfuscation proxy.",
"message": "Outline could not connect to the server. Review the error details to troubleshoot your connection."
"message": "Outline could not connect to the server. Please check your internet connectivity, and then contact the person who gave you this access key to troubleshoot the issue."
},
"error_details": {
"description": "Button pointing to additional details of an error shown to the user",
Expand Down Expand Up @@ -118,7 +118,7 @@
"message": "Sorry, this access key is not compatible with this version of Outline."
},
"error_shadowsocks_unsupported_cipher": {
"description": "The server you requested to add uses an unsafe cipher ($CIPHER$). Please contact your server admin.",
"description": "The server you requested to add uses an unsafe cipher ($CIPHER$). Please contact the person who gave you this access key.",
"message": "Shadowsocks Unsupported cipher",
"placeholders": {
"CIPHER": {
Expand Down Expand Up @@ -233,7 +233,7 @@
},
"outline_plugin_error_invalid_server_credentials": {
"description": "An error message when the user is trying to connect but has provided an invalid connection key.",
"message": "It seems like your access key is not valid. If this happens again, please contact your server admin."
"message": "It seems like your access key is not valid. If this happens again, please contact the person who gave you this access key."
},
"outline_plugin_error_routing_tables": {
"description": "An error message when the application is not able to configure the system for proxying. A button is shown alongside this message to submit feedback.",
Expand All @@ -249,7 +249,7 @@
},
"outline_plugin_error_udp_forwarding_not_enabled": {
"description": "An error message shown when the application tries to connect to a server that does not have the correct UDP forwarding configuration.",
"message": "It seems like this server doesn’t support UDP forwarding. If this happens again, please contact your server admin."
"message": "It seems like this server doesn’t support UDP forwarding. If this happens again, please contact the person who gave you this access key."
},
"outline_plugin_error_unsupported_routing_table": {
"description": "An error message when the application fails to connect due to another active VPN.",
Expand Down

0 comments on commit 3e6672a

Please sign in to comment.