Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
<resources>
<string name="app_name">科学 Host</string>
<string name="get_last_host">获取最新的科学host</string>
<string name="huifu_host">恢复host</string>
<string name="read_host">查看当前host</string>
<string name="app_name">科学 Hosts</string>
<string name="get_last_host">获取最新的科学hosts</string>
<string name="huifu_host">恢复hosts</string>
<string name="read_host">查看当前hosts</string>
<string name="about">关于</string>
<string name="get_root_fail">获取root权限失败</string>
<string name="network_error">网络错误请稍后再试</string>
<string name="network_error">网络错误,请稍后再试</string>
<string name="about_detail">
<![CDATA[
科学Host中获取的Host都是来自
<a href="https://github.com/racaljk">racaljk</a>
科学Hosts中获取的hosts都是直接抓取自
<a href="https://coding.net/u/scaffrey/p/hosts">scaffrey</a>
<a href="https://github.com/racaljk/hosts">hosts开源项目</a>
\n我只是一个host 的搬运工
\n在这里特别感谢 <a href="https://github.com/racaljk">racaljk</a>提供的 <a href="https://github.com/racaljk/hosts">开源hosts</a>
<a href="https://coding.net/u/scaffrey/p/hosts">hosts开源项目</a>
\n我只是一个hosts 的搬运工
\n在这里特别感谢 <a href="https://coding.net/u/scaffrey/p/hosts">scaffrey</a>提供的 <a href="https://coding.net/u/scaffrey/p/hosts">开源hosts</a>
]]>
</string>

<string name="host_github">
<![CDATA[
host 开源地址:
<a href="https://github.com/racaljk/hosts">github.com/racaljk/hosts</a>
Hosts 镜像地址:
<a href="https://coding.net/u/scaffrey/p/hosts">https://coding.net/u/scaffrey/p/hosts</a>
]]>
</string>
<string name="app_github">
<![CDATA[
科学Host 开源地址:
<a href="https://github.com/racaljk/hosts">github.com/racaljk/hosts</a>
本程序开源地址:
<a href="https://github.com/crianzy/AndroidGoogleHost">https://github.com/crianzy/AndroidGoogleHost</a>
]]>
</string>

<string name="your_mobile_have_no_root">您的手机没有root 将无法修改hsot文件, 请root 后再尝试</string>
<string name="huifu_host_tips">恢复host成功</string>
<string name="get_last_host_tips">获取host成功</string>
<string name="your_mobile_have_no_root">您的手机没有root 将无法修改hosts文件, 请root 后再尝试</string>
<string name="huifu_host_tips">恢复hosts成功</string>
<string name="get_last_host_tips">获取hosts成功</string>
<string name="loading">loading...</string>

</resources>