diff options
Diffstat (limited to 'locales/help_docs/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 5dfcb9d..2d4bbdc 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -338,8 +338,7 @@ jv: parse: str_to_sockaddr: | - Could not recognize *`%{str}`* as an IP address - This is a problem with your input syntax! Please check **the content you entered** + *`%{str}`* is not a valid IP address, please check your input! action_operation_fail: main: | @@ -403,6 +402,9 @@ jv: read_cfg: Failed to read local workspace configuration file! write_cfg: Failed to write changes to local workspace configuration file! + create_socket: Failed to create TCP socket! + connection_failed: Failed to connect to target server! + success: account: as: Successfully switched this workspace's account to `%{account}` |
