[app] Add translations

This commit is contained in:
tehcneko 2021-02-13 18:17:09 +08:00
parent affa6fe643
commit 8f8441b12c
2 changed files with 8 additions and 1 deletions

View File

@ -165,4 +165,11 @@
<string name="module_information_collaborators">合作者</string>
<string name="module_release_view_assets">附件</string>
<string name="menu_open_in_browser">在浏览器中打开</string>
<string name="refresh">刷新</string>
<string name="group_network">网络</string>
<string name="dns_over_http">安全 DNSDoH</string>
<string name="dns_over_http_summary">解决某些地区的 DNS 污染问题</string>
<string name="about_view_source_code"><![CDATA[在 %s 查看源码<br/>加入我们的 %s 频道]]></string>
<string name="module_release_load_more">显示更旧的版本</string>
<string name="module_release_no_more">没有更旧的版本</string>
</resources>

View File

@ -175,6 +175,6 @@
<string name="dns_over_http">DNS over HTTPS</string>
<string name="dns_over_http_summary">Workaround DNS poisoning in some nations</string>
<string name="about_view_source_code"><![CDATA[View source code at %s<br/>Join our %s channel]]></string>
<string name="module_release_load_more">Load more</string>
<string name="module_release_load_more">Show older versions</string>
<string name="module_release_no_more">No more release</string>
</resources>