Fixed the bug that the dialog could be closed.

Fixed the bug that the dialog could not be closed automatically when the query failed.
Optimized the name of the onFailure method.
This commit is contained in:
2022-09-28 10:38:31 +08:00
parent 95124ad291
commit ed70494a26
8 changed files with 42 additions and 25 deletions

View File

@@ -76,13 +76,15 @@
<string name="tool_translation_choose_language">选择语言</string>
<string name="tool_translation_please_enter_text">请输入内容……</string>
<string name="tool_translation_translation_failed">翻译失败</string>
<string name="tool_translation_translation_failed">翻译失败,请检查网络连接。</string>
<string name="tool_ip_current_IP">当前 IP</string>
<string name="tool_ip_Unknown">未知</string>
<string name="tool_ip_ipaddress">IP 地址</string>
<string name="tool_ip_querying">查询中</string>
<string name="tool_ip_wait">请耐心等待……</string>
<string name="tool_ip_city">城市</string>
<string name="tool_ip_province">省份</string>
<string name="tool_ip_isp">网络提供商</string>
<string name="tool_ip_query_failed">查询失败,请检查网络连接。</string>
</resources>