mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +00:00
GUAC-605: Handle tunnel state/error events. Handle client error events. Add remaining translations for state/error display.
This commit is contained in:
@@ -231,21 +231,40 @@
|
||||
"reconnect" : "Reconnect",
|
||||
"connectionErrorTitle" : "Connection Error",
|
||||
"clientErrors" : {
|
||||
"0x0201" : "This connection has been closed because the server is busy. Please wait a few minutes and try again.",
|
||||
"0x0202" : "The Guacamole server has closed the connection because the remote desktop is taking too long to respond. Please try again or contact your system administrator.",
|
||||
"0x0203" : "The remote desktop server encountered an error and has closed the connection. Please try again or contact your system administrator.",
|
||||
"0x0205" : "This connection has been closed because it conflicts with another connection. Please try again later.",
|
||||
"0x0301" : "Log in failed. Please reconnect and try again.",
|
||||
"0x0303" : "You do not have permission to access this connection. If you require access, please ask your system administrator to add you the list of allowed users, or check your system settings.",
|
||||
"0x0308" : "The Guacamole server has closed the connection because there has been no response from your browser for long enough that it appeared to be disconnected. This is commonly caused by network problems, such as spotty wireless signal, or simply very slow network speeds. Please check your network and try again.",
|
||||
"0x031D" : "The Guacamole server is denying access to this connection because you have exhausted the limit for simultaneous connection use by an individual user. Please close one or more connections and try again.",
|
||||
"201" : "This connection has been closed because the server is busy. Please wait a few minutes and try again.",
|
||||
"202" : "The Guacamole server has closed the connection because the remote desktop is taking too long to respond. Please try again or contact your system administrator.",
|
||||
"203" : "The remote desktop server encountered an error and has closed the connection. Please try again or contact your system administrator.",
|
||||
"205" : "This connection has been closed because it conflicts with another connection. Please try again later.",
|
||||
"301" : "Log in failed. Please reconnect and try again.",
|
||||
"303" : "You do not have permission to access this connection. If you require access, please ask your system administrator to add you the list of allowed users, or check your system settings.",
|
||||
"308" : "The Guacamole server has closed the connection because there has been no response from your browser for long enough that it appeared to be disconnected. This is commonly caused by network problems, such as spotty wireless signal, or simply very slow network speeds. Please check your network and try again.",
|
||||
"31D" : "The Guacamole server is denying access to this connection because you have exhausted the limit for simultaneous connection use by an individual user. Please close one or more connections and try again.",
|
||||
"DEFAULT" : "An internal error has occurred within the Guacamole server, and the connection has been terminated. If the problem persists, please notify your system administrator, or check your system logs."
|
||||
},
|
||||
"tunnelErrors" : {
|
||||
"201" : "The Guacamole server has rejected this connection attempt because there are too many active connections. Please wait a few minutes and try again.",
|
||||
"202" : "The connection has been closed because the server is taking too long to respond. This is usually caused by network problems, such as a spotty wireless signal, or slow network speeds. Please check your network connection and try again or contact your system administrator.",
|
||||
"203" : "The server encountered an error and has closed the connection. Please try again or contact your system administrator.",
|
||||
"204" : "The requested connection does not exist. Please check the connection name and try again.",
|
||||
"205" : "This connection is currently in use, and concurrent access to this connection is not allowed. Please try again later.",
|
||||
"301" : "You do not have permission to access this connection because you are not logged in. Please log in and try again.",
|
||||
"303" : "You do not have permission to access this connection. If you require access, please ask your system administrator to add you the list of allowed users, or check your system settings.",
|
||||
"308" : "The Guacamole server has closed the connection because there has been no response from your browser for long enough that it appeared to be disconnected. This is commonly caused by network problems, such as spotty wireless signal, or simply very slow network speeds. Please check your network and try again.",
|
||||
"31D" : "The Guacamole server is denying access to this connection because you have exhausted the limit for simultaneous connection use by an individual user. Please close one or more connections and try again.",
|
||||
"DEFAULT" : "An internal error has occurred within the Guacamole server, and the connection has been terminated. If the problem persists, please notify your system administrator, or check your system logs."
|
||||
}
|
||||
},
|
||||
"status" : {
|
||||
"idle" : "Idle.",
|
||||
"connecting" : "Connecting to Guacamole...",
|
||||
"waiting" : "Connected to Guacamole. Waiting for response..."
|
||||
"connectingStatusTitle" : "Connecting",
|
||||
"closedStatusTitle" : "Disconnected",
|
||||
"clientStates" : {
|
||||
"idle" : "Idle.",
|
||||
"connecting" : "Connecting to Guacamole...",
|
||||
"waiting" : "Connected to Guacamole. Waiting for response..."
|
||||
},
|
||||
"tunnelStates" : {
|
||||
"closed" : "You have been disconnected. Reload the page to reconnect."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user