Update hint text, permission and version, update code to v1.0.25

This commit is contained in:
Caten
2025-08-05 15:49:03 +08:00
parent 3b84c7da2c
commit d9c4c24adc
13 changed files with 250 additions and 176 deletions

View File

@@ -55,6 +55,7 @@
"fileAccessHint": "Request additional file permissions to access special directories.",
"requestStoragePermission": "Request Storage Permission",
"requestAllFilesAccess": "Request All Files Access",
"ignoreBatteryOptimization": "Ignore Battery Optimization",
"graphicsAcceleration": "Graphics Acceleration",
"experimentalFeature": "Experimental Feature",
"graphicsAccelerationHint": "Utilizes device GPU to improve graphics performance, but may cause system instability due to device variations.\n\nVirgl provides acceleration for OpenGL ES applications.",
@@ -98,5 +99,9 @@
"copyingContainerSystem": "Copying Container System",
"installingContainerSystem": "Installing Container System",
"installationComplete": "Installation Complete",
"reinstallingBootPackage": "Reinstalling Boot Package"
"reinstallingBootPackage": "Reinstalling Boot Package",
"issueUrl": "Issue Report",
"faqUrl": "FAQ",
"solutionUrl": "Usage Guide",
"firstLoadInstructions": "The first load may take about 5 to 10 minutes...\n\nNormally, the software will automatically redirect to the graphical interface after loading.\n\nIn the graphical interface:\n- Tap for left-click\n- Long press for right-click\n- Two-finger tap to open the keyboard\n- Two-finger swipe for mouse wheel\n\nPlease do not exit the software during installation.\n\nWhile waiting, you can click the button below to request permissions.\n\nMany folders in Tiny Computer (e.g., Downloads, Documents, Pictures) are bound to the corresponding device folders. Without these permissions, access to these folders will be denied.\n\nIf you don't need to access these folders, you can skip granting file permissions (but this may cause Firefox to fail when downloading files due to denied access to the Downloads folder)."
}

View File

@@ -55,6 +55,7 @@
"fileAccessHint": "通过这里获取更多文件权限,以实现对特殊目录的访问。",
"requestStoragePermission": "申请存储权限",
"requestAllFilesAccess": "申请所有文件访问权限",
"ignoreBatteryOptimization": "忽略电池优化",
"graphicsAcceleration": "图形加速",
"experimentalFeature": "实验性功能",
"graphicsAccelerationHint": "图形加速可部分利用设备GPU提升系统图形处理表现但由于设备差异也可能导致容器系统及软件运行不稳定甚至异常退出。\n\nVirgl可为使用OpenGL ES的应用提供加速。",
@@ -98,5 +99,9 @@
"copyingContainerSystem": "正在复制容器系统",
"installingContainerSystem": "正在安装容器系统",
"installationComplete": "安装完成",
"reinstallingBootPackage": "正在重新安装引导包"
"reinstallingBootPackage": "正在重新安装引导包",
"issueUrl": "问题反馈",
"faqUrl": "常见问题",
"solutionUrl": "典型场景使用指南",
"firstLoadInstructions": "第一次加载大概需要5到10分钟...\n\n正常情况下加载完成后软件会自动跳转到图形界面。\n\n在图形界面时\n- 点击为鼠标左键\n- 长按为鼠标右键\n- 双指点击可弹出键盘\n- 双指划动为鼠标滚轮\n\n请不要在安装时退出软件。\n\n在等待时可以点击下面的按钮申请一下权限。\n\n小小电脑的许多文件夹比如下载、文档、图片等等都和设备的这些文件夹绑定如果不授予这些权限会导致这些文件夹无权访问。\n\n但如果你不需要访问这些文件夹也可以不授予文件权限可能导致火狐浏览器下载文件失败因为无权访问下载文件夹。"
}

View File

@@ -55,6 +55,7 @@
"fileAccessHint": "在此處取得更多檔案權限,以便存取特殊目錄。",
"requestStoragePermission": "申請儲存權限",
"requestAllFilesAccess": "申請所有檔案存取權限",
"ignoreBatteryOptimization": "忽略電池優化",
"graphicsAcceleration": "圖形加速",
"experimentalFeature": "實驗性功能",
"graphicsAccelerationHint": "圖形加速可部分利用裝置 GPU 增強系統圖形效能,但因裝置差異可能導致容器系統與軟體執行不穩或異常退出。\n請酌情開啟。",
@@ -98,5 +99,9 @@
"copyingContainerSystem": "正在複製容器系統",
"installingContainerSystem": "正在安裝容器系統",
"installationComplete": "安裝完成",
"reinstallingBootPackage": "正在重新安裝啟動套件"
"reinstallingBootPackage": "正在重新安裝啟動套件",
"issueUrl": "問題回報",
"faqUrl": "常見問題",
"solutionUrl": "使用指南",
"firstLoadInstructions": "第一次載入大概需要5到10分鐘...\n\n正常情況下載入完成後軟體會自動跳轉到圖形介面。\n\n在圖形介面時\n- 點擊為滑鼠左鍵\n- 長按為滑鼠右鍵\n- 雙指點擊可彈出鍵盤\n- 雙指滑動為滑鼠滾輪\n\n請不要在安裝時退出軟體。\n\n在等待時可以點擊下面的按鈕申請權限。\n\n小小電腦的許多資料夾比如下載、文件、圖片等等都和裝置的這些資料夾綁定如果不授予這些權限會導致這些資料夾無權存取。\n\n但如果你不需要存取這些資料夾也可以不授予檔案權限可能導致火狐瀏覽器下載檔案失敗因為無權存取下載資料夾。"
}