mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 07:01:26 +08:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user