|
| 1 | +About = "About" |
| 2 | +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" |
| 3 | +CheckUpdate = "Update Check" |
| 4 | +CheckUpdateFail = "Check for updates failed" |
| 5 | +CleanGithubHostsFail = "Clearing github records in hosts failed" |
| 6 | +CleanGithubHostsSuccess = "The github record in the hosts file has been successfully cleared" |
| 7 | +ClearHosts = "Clear hosts" |
| 8 | +ClientFetchHostsGetErrorLog = "Failed to obtain the latest hosts" |
| 9 | +ClientFetchHostsReadErrorLog = "Failed to read the latest hosts" |
| 10 | +ClientMode = "Client Mode" |
| 11 | +CurrentIsNewest = "Currently, it is the latest version" |
| 12 | +DownloadNow = "Download Now" |
| 13 | +Feedback = "Feedback" |
| 14 | +FetchGithubHostsFail = "Failed to obtain the Host for Github" |
| 15 | +GetHostRecordErr = "Failed to obtain host records" |
| 16 | +GetIntervalMinutes = "Get interval (minutes)" |
| 17 | +GetIntervalNeedInt = "Get interval must be an integer" |
| 18 | +HostsOptCustom = "Custom hosts source" |
| 19 | +HostsOptOfficial = "Official designated hosts source" |
| 20 | +HostsOrigin = "Hosts origin" |
| 21 | +ListeningAddress = "Listening address {{.Addr}}" |
| 22 | +ListeningAddressWait = "Listening address: To be started" |
| 23 | +LogCreatedFail = "Log file creation failed" |
| 24 | +NetworkRequestFail = "Network request error" |
| 25 | +Ok = "OK" |
| 26 | +OpenHome = "Open home" |
| 27 | +ParseDomainsJsonErr = "domain.json parsing failed" |
| 28 | +ParseUpdateResponseFail = "Failed to parse and update response content" |
| 29 | +PortMustBeInt = "Port number must be an integer" |
| 30 | +ReadDomainsJsonErr = "Error reading file domains.json" |
| 31 | +ReadHostsErr = "Error reading file hosts" |
| 32 | +ReadIndexFileErr = "Failed to read homepage template file" |
| 33 | +ReadUpdateResponseFail = "Failed to read update response content" |
| 34 | +RemoteHostsFetchErrorLog = "Failed to update Github Hosts: {{.E}}" |
| 35 | +RemoteHostsFetchStopLog = "Stop obtaining hosts" |
| 36 | +RemoteHostsFetchSuccessLog = "Successfully updated Github Hosts!" |
| 37 | +RemoteHostsUrl = "Remote hosts url" |
| 38 | +RemoteHostsUrlLog = "Remote hosts obtaining links: {{.Url}}" |
| 39 | +RequestFail = "request failure" |
| 40 | +ServerFetchHostsErrorLog = "Failed to execute update Github Hosts: {{.E}}" |
| 41 | +ServerFetchHostsStopErrorLog = "Failed to close port listening" |
| 42 | +ServerFetchHostsStopLog = "Stopping updating hosts service" |
| 43 | +ServerFetchHostsStopSuccessLog = "Stopped updating hosts service" |
| 44 | +ServerFetchHostsSuccessLog = "Successfully executed update Github Hosts!" |
| 45 | +ServerFetchIndexFileErr = "Failed to retrieve homepage file: {{.E}}" |
| 46 | +ServerMode = "Server Mode" |
| 47 | +ServerStartErrorLog = "Service startup failed (possibly due to the target port being occupied): {{.E}}" |
| 48 | +ServerStartSuccessHostsJsonLinkLog = "JSON format link for hosts: http://127.0.0.1:{{.Port}}/hosts.json" |
| 49 | +ServerStartSuccessHostsLinkLog = "Hosts file link: http://127.0.0.1:{{.Port}}/hosts.txt" |
| 50 | +ServerStartSuccessLog = "Successfully listened to HTTP service:http://127.0.0.1:{{.Port}}" |
| 51 | +Start = "Start" |
| 52 | +StartupAutoGet = "Startup auto start" |
| 53 | +StartupAutoGetTips = "The automatic acquisition status of the startup software has changed and will take effect the next time the program is launched!" |
| 54 | +StartupPort = "Start port" |
| 55 | +Stop = "Stop" |
| 56 | +Tip = "Tip" |
| 57 | +UpdateLater = "Update later" |
| 58 | +UpdateTip = "Update Tip" |
| 59 | +UpdateTipContent = "Detected a new version, do you need to download the latest version immediately?" |
| 60 | +VersionParseFail = "Version number parsing failed" |
| 61 | +WriteHostsJsonFileErr = "Writing data to the hosts.json file failed" |
| 62 | +WriteHostsNoPermission = "Writing hosts file failed, please start this program as a super administrator!" |
| 63 | +WriteHostsTxtFileErr = "Writing data to the hosts.txt file failed" |
| 64 | +WriteIndexFileErr = "Failed to write update information to the homepage file" |
0 commit comments