Settings internationalised

This commit is contained in:
Philip Abbey
2023-12-16 18:33:51 +00:00
parent 8c5aa820ef
commit 3d24301a72
37 changed files with 351 additions and 15 deletions

View File

@ -37,4 +37,13 @@
<string id="ConfigUrlNotFound">找不到网址。设置中可能存在配置 URL 错误。</string>
<string id="UnhandledHttpErr">HTTP请求返回错误码=</string>
<string id="TrailingSlashErr">API URL 不得有尾部斜杠“/”</string>
<!-- 对于设置 GUI -->
<string id="SettingsApiKey">家庭助理的 API 密钥。</string>
<string id="SettingsApiKeyPrompt">长期访问令牌。</string>
<string id="SettingsApiUrl">Home Assistant API 的 URL。</string>
<string id="SettingsConfigUrl">菜单配置的 URL (JSON)。</string>
<string id="SettingsAppTimeout">超时(以秒为单位)。闲置一段时间后退出应用程序以节省设备电池。</string>
<string id="SettingsConfirmTimeout">在此时间(以秒为单位)之后,操作的确认对话框将自动关闭并取消该操作。设置为 0 以禁用超时。</string>
<string id="SettingsUi">用图标(关闭)或标签(打开)表示类型。</string>
<string id="SettingsTextAlign">左(关)或右(开)菜单对齐。</string>
</strings>