-
Notifications
You must be signed in to change notification settings - Fork 123
/
active.en-US.toml
68 lines (68 loc) · 4.02 KB
/
active.en-US.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
About = "About"
AboutContent = "# Introduce \n\n Fetch Github Hosts is a Github Hosts synchronization tool primarily designed to address \n\n issues such as slow access to Github or other issues for researchers and learners\n---\n# License\nGNU General Public License v3.0\n\n# Version"
CheckUpdate = "Update Check"
CheckUpdateFail = "Check for updates failed"
CleanGithubHostsFail = "Clearing github records in hosts failed"
CleanGithubHostsSuccess = "The github record in the hosts file has been successfully cleared"
ClearHosts = "Clear hosts"
ClientFetchHostsGetErrorLog = "Failed to obtain the latest hosts"
ClientFetchHostsReadErrorLog = "Failed to read the latest hosts"
ClientMode = "Client Mode"
CurrentIsNewest = "Currently, it is the latest version"
DownloadNow = "Download Now"
Feedback = "Feedback"
FetchGithubHostsFail = "Failed to obtain the Host for Github"
GetHostRecordErr = "Failed to obtain host records"
GetIntervalMinutes = "Get interval (minutes)"
GetIntervalNeedInt = "Get interval must be an integer"
HostsOptCustom = "Custom hosts source"
HostsOptOfficial = "Official designated hosts source"
HostsOrigin = "Hosts origin"
LangChangeTips = "The language has been switched to {{.Lang}} and will take effect the next time you start the program!"
ListeningAddress = "Listening address {{.Addr}}"
ListeningAddressWait = "Listening address: To be started"
LogCreatedFail = "Log file creation failed"
NetworkRequestFail = "Network request error"
Ok = "OK"
OpenHome = "Open home"
ParseDomainsJsonErr = "domain.json parsing failed"
ParseUpdateResponseFail = "Failed to parse and update response content"
PermissionCheckFail = "Failed to check hosts read and write permissions, please run this program as sudo or administrator!"
PortMustBeInt = "Port number must be an integer"
ReadDomainsJsonErr = "Error reading file domains.json"
ReadHostsErr = "Error reading file hosts"
ReadIndexFileErr = "Failed to read homepage template file"
ReadUpdateResponseFail = "Failed to read update response content"
RemoteHostsFetchErrorLog = "Failed to update Github Hosts: {{.E}}"
RemoteHostsFetchStopLog = "Stop obtaining hosts"
RemoteHostsFetchSuccessLog = "Successfully updated Github Hosts!"
RemoteHostsUrl = "Remote hosts url"
RemoteHostsUrlLog = "Remote hosts obtaining links: {{.Url}}"
RequestFail = "request failure"
RunAsAdminUnix = "Please use the root account or sudo to execute this program!"
RunAsAdminWin = "Please right-click and select [Run as administrator] to execute this program!"
ServerFetchHostsErrorLog = "Failed to execute update Github Hosts: {{.E}}"
ServerFetchHostsStopErrorLog = "Failed to close port listening"
ServerFetchHostsStopLog = "Stopping updating hosts service"
ServerFetchHostsStopSuccessLog = "Stopped updating hosts service"
ServerFetchHostsSuccessLog = "Successfully executed update Github Hosts!"
ServerFetchIndexFileErr = "Failed to retrieve homepage file: {{.E}}"
ServerMode = "Server Mode"
ServerStartErrorLog = "Service startup failed (possibly due to the target port being occupied): {{.E}}"
ServerStartSuccessHostsJsonLinkLog = "JSON format link for hosts: http://127.0.0.1:{{.Port}}/hosts.json"
ServerStartSuccessHostsLinkLog = "Hosts file link: http://127.0.0.1:{{.Port}}/hosts.txt"
ServerStartSuccessLog = "Successfully listened to HTTP service:http://127.0.0.1:{{.Port}}"
Start = "Start"
StartupAutoGet = "Startup auto start"
StartupAutoGetTips = "The automatic acquisition status of the startup software has changed and will take effect the next time the program is launched!"
StartupPort = "Start port"
Stop = "Stop"
Tip = "Tip"
UpdateLater = "Update later"
UpdateTip = "Update Tip"
UpdateTipContent = "Detected a new version, do you need to download the latest version immediately?"
VersionParseFail = "Version number parsing failed"
WriteHostsJsonFileErr = "Writing data to the hosts.json file failed"
WriteHostsNoPermission = "Writing hosts file failed, please start this program as a super administrator!"
WriteHostsTxtFileErr = "Writing data to the hosts.txt file failed"
WriteIndexFileErr = "Failed to write update information to the homepage file"