Enhance ConnectionPlaceholder component to handle missing device IP with localized messages; update DeviceContext to manage IP state; improve CSS for touch actions in various components; update locale files for English and Chinese with new connection prompts.
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
{
|
||||
"connect": {
|
||||
"ipMissingTitle": "未指定裝置 IP",
|
||||
"ipMissingDesc": "請在網址列加入裝置 IP 參數後再開啟本頁,例如:",
|
||||
"connecting": "正在連線 {ip}…",
|
||||
"failedTitle": "連線失敗",
|
||||
"failedDesc": "請檢查裝置 IP 與網路連線。",
|
||||
"failedHint": "透過網址列指定裝置,例如 ?ip=10.0.0.119"
|
||||
},
|
||||
"home": {
|
||||
"audioSet": "音訊設定",
|
||||
"systemSet": "系統設定",
|
||||
|
||||
Reference in New Issue
Block a user