b440fdf40a
- C++ 后端:移除 D-Bus 通信,改用 lspci -mm + /sys/bus/pci 直接检测显卡和驱动 - 新增 gpuSummary、ready 属性,通过 /sys/module 和 /proc/driver 读取驱动版本 - QML:使用 DTK 配色,卡片式布局展示 GPU 列表,每张显卡独立卡片 - 移除安装/测试/取消按钮,聚焦显卡信息展示 - 翻译精简为 5 条,同步 zh_CN / zh_TW
33 lines
1014 B
XML
33 lines
1014 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE TS>
|
|
<TS version="2.1" language="zh_CN">
|
|
<context>
|
|
<name>driverview</name>
|
|
<message>
|
|
<location filename="../package/driverview.qml"/>
|
|
<source>Unknown</source>
|
|
<translation>未知</translation>
|
|
</message>
|
|
<message>
|
|
<location filename="../package/driverview.qml"/>
|
|
<source>No GPU detected</source>
|
|
<translation>未检测到显卡</translation>
|
|
</message>
|
|
<message>
|
|
<location filename="../package/driverview.qml"/>
|
|
<source>Graphics Driver Manager</source>
|
|
<translation>显卡驱动管理</translation>
|
|
</message>
|
|
<message>
|
|
<location filename="../package/driverview.qml"/>
|
|
<source>Current Driver:</source>
|
|
<translation>当前驱动:</translation>
|
|
</message>
|
|
<message>
|
|
<location filename="../package/driverview.qml"/>
|
|
<source>Refresh</source>
|
|
<translation>刷新</translation>
|
|
</message>
|
|
</context>
|
|
</TS>
|