mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-05-02 21:52:26 +00:00
Separation of phone connectivity and Internet access tests for finer grained feedback to the user. Updates no longer stop on absence of Internet connectivity.
39 lines
1.8 KiB
XML
39 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
|
|
Distributed under MIT Licence
|
|
See https://github.com/house-of-abbey/GarminHomeAssistant/blob/main/LICENSE.
|
|
|
|
|
|
GarminHomeAssistant is a Garmin IQ application written in Monkey C and routinely
|
|
tested on a Venu 2 device. The source code is provided at:
|
|
https://github.com/house-of-abbey/GarminHomeAssistant.
|
|
|
|
P A Abbey & J D Abbey, 31 October 2023
|
|
|
|
-->
|
|
|
|
<!--
|
|
Generated by Google Translate: English to Korean
|
|
영어에서 Google 번역으로 생성됨
|
|
-->
|
|
|
|
<strings>
|
|
<string id="AppName">HomeAssistant</string>
|
|
<string id="MenuItemOn">~에</string>
|
|
<string id="MenuItemOff">끄다</string>
|
|
<string id="MenuItemTap">수도꼭지</string>
|
|
<string id="MenuItemMenu">메뉴</string>
|
|
<string id="NoPhone">전화 연결 없음</string>
|
|
<string id="NoInternet">인터넷에 연결되지 않음</string>
|
|
<string id="NoResponse">응답이 없습니다. 인터넷 연결을 확인하세요.</string>
|
|
<string id="NoMenu">메뉴 가져오기 오류</string>
|
|
<string id="NoAPIKey">애플리케이션 설정에 API 키가 없습니다.</string>
|
|
<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> |