mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-17 11:58:30 +00:00
Bugfixes
Do not crash on zero items to update Report unreachable URLs Verify API URL does not have a trailing slash '/' Increased HTTP response diagnosis
This commit is contained in:
@ -30,4 +30,8 @@
|
||||
<string id="NoApiUrl">应用程序设置中没有 API URL</string>
|
||||
<string id="NoConfigUrl">应用程序设置中没有配置 URL</string>
|
||||
<string id="ApiFlood">API 调用速度太快。请放慢您的请求。</string>
|
||||
<string id="ApiUrlNotFound">找不到网址。设置中可能存在 API URL 错误。</string>
|
||||
<string id="ConfigUrlNotFound">找不到网址。设置中可能存在配置 URL 错误。</string>
|
||||
<string id="UnhandledHttpErr">HTTP请求返回错误码=</string>
|
||||
<string id="TrailingSlashErr">API URL 不得有尾部斜杠“/”</string>
|
||||
</strings>
|
Reference in New Issue
Block a user