mirror of
				https://github.com/house-of-abbey/GarminHomeAssistant.git
				synced 2025-11-04 00:48:14 +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">URLが見つかりません。設定における API URL エラーの可能性があります。</string>
 | 
			
		||||
  <string id="ConfigUrlNotFound">URLが見つかりません。設定内の構成 URL エラーの可能性があります。</string>
 | 
			
		||||
  <string id="UnhandledHttpErr">HTTP リクエストがエラー コードを返しました =</string>
 | 
			
		||||
  <string id="TrailingSlashErr">API URL の末尾にスラッシュ「/」を含めることはできません</string>
 | 
			
		||||
</strings>
 | 
			
		||||
		Reference in New Issue
	
	Block a user