-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
213 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
client/src/main/resources/META-INF/i18n/exitmsg_en.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
exitmsg.title = ERROR | ||
exitmsg.client_boot.start_failure = Startup failure, error message\uFF1A{0} | ||
exitmsg.standard_client.config_load_error = Load config file at classpath://config.properties failure, detail message\uFF1A{0} | ||
exitmsg.swt_view.init_failure = UI component startup failure, detail message: {0} | ||
exitmsg.swt_view.run_error = An error occurred during the operation of the UI component, detail message: {0} | ||
exitmsg.pac.gfw_load_error = An error occurred while reading the GFW list file, detail message: {0} | ||
exitmsg.pac.ipv4_load_error = An error occurred while reading the IPv4 whitelist file, detail message: {0} | ||
exitmsg.pac.gfw_default_load_error = Error reading the default GFW list file, detail message: {0} | ||
exitmsg.pac.ipv4_default_load_error = Error reading the default IPv4 list file, detail message: {0} | ||
exitmsg.socks.bind_error = Unable to bind local SOCKS5 proxy port {0}, error message: {1} |
10 changes: 10 additions & 0 deletions
10
client/src/main/resources/META-INF/i18n/exitmsg_zh.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
exitmsg.title = \u9519\u8BEF | ||
exitmsg.client_boot.start_failure = \u542F\u52A8\u9519\u8BEF\uFF0C\u9519\u8BEF\u4FE1\u606F\uFF1A{0} | ||
exitmsg.standard_client.config_load_error = \u8BFB\u53D6\u914D\u7F6E\u6587\u4EF6classpath://config.properties\u5931\u8D25\uFF0C\u8BE6\u7EC6\u4FE1\u606F\uFF1A{0} | ||
exitmsg.swt_view.init_failure = UI\u7EC4\u4EF6\u542F\u52A8\u5931\u8D25\uFF0C\u8BE6\u7EC6\u4FE1\u606F\uFF1A{0} | ||
exitmsg.swt_view.run_error = UI\u7EC4\u4EF6\u8FD0\u884C\u671F\u95F4\u53D1\u751F\u9519\u8BEF\uFF0C\u8BE6\u7EC6\u4FE1\u606F\uFF1A{0} | ||
exitmsg.pac.gfw_load_error = \u8BFB\u53D6GFW\u5217\u8868\u6587\u4EF6\u53D1\u751F\u9519\u8BEF\uFF0C\u8BE6\u7EC6\u4FE1\u606F\uFF1A{0} | ||
exitmsg.pac.ipv4_load_error = \u8BFB\u53D6IPv4\u767D\u540D\u5355\u5217\u8868\u6587\u4EF6\u53D1\u751F\u9519\u8BEF\uFF0C\u8BE6\u7EC6\u4FE1\u606F\uFF1A{0} | ||
exitmsg.pac.gfw_default_load_error = \u8BFB\u53D6\u9ED8\u8BA4GFW\u5217\u8868\u6587\u4EF6\u53D1\u751F\u9519\u8BEF\uFF0C\u8BE6\u7EC6\u4FE1\u606F\uFF1A{0} | ||
exitmsg.pac.ipv4_default_load_error = \u8BFB\u53D6\u9ED8\u8BA4IPv4\u5217\u8868\u6587\u4EF6\u53D1\u751F\u9519\u8BEF\uFF0C\u8BE6\u7EC6\u4FE1\u606F\uFF1A{0} | ||
exitmsg.socks.bind_error = \u65E0\u6CD5\u7ED1\u5B9A\u672C\u5730SOCKS5\u4EE3\u7406\u7AEF\u53E3{0}\uFF0C\u9519\u8BEF\u4FE1\u606F\uFF1A{1} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.