Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions app/src/main/play/listings/zh-CN/full-description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DNS Hero let you inspect DNS zones easily. This app will give you information about the root nameserver, nameservers associated with the domain and various other DNS records (A, AAAA, MX, CNAME, TXT, SOA). You can also view the domain health as a diagnostic is run.
DNS Hero让你轻松查看 DNS 区域。 此应用会为你提供关于根域名服务器,与该域名关联的名称服务器以及其他各种 DNS 记录(A,AAAA,MX,CNAMETXTSOA)。 您还可以通过运行诊断查看域名的运行状况。

This project is opensource at https://github.com/devgianlu/DNSHero.
Built using the http://zone.vision API by DNSimple.
项目源代码位于 https://github.com/devgianlu/DNSHero
使用 DNSimple 的 http://zone.vision API 构建。
2 changes: 1 addition & 1 deletion app/src/main/play/listings/zh-CN/short-description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Inspect DNS zones like a superhero
像超级英雄那样检查DNS区域吧
6 changes: 5 additions & 1 deletion app/src/main/res/values-en-rUS/strings.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
<resources>
<string name="app_name"></string>
<string name="domain"></string>
<string name="searchFailed">!</string>
</resources>
6 changes: 5 additions & 1 deletion app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
<resources>
<string name="app_name">DNS Hero</string>
<string name="domain">Domínio</string>
<string name="searchFailed">Pesquisa falhou!</string>
</resources>