diff options
author | atzlinux <xsw@atzlinux.com> | 2024-05-26 11:11:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-26 05:11:41 +0200 |
commit | d972d2bc47cfa69f175ba446b89848dc8a4dc8d8 (patch) | |
tree | 19024e37d3a7b9936d89608a1f258a6540847c50 | |
parent | a87a963397168428af4a4274a5cc1e546346f588 (diff) |
Update hardinfo2.desktop.cmake, add zh_CN infos (#42)
-rw-r--r-- | hardinfo2.desktop.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hardinfo2.desktop.cmake b/hardinfo2.desktop.cmake index d6706c49..d990bede 100644 --- a/hardinfo2.desktop.cmake +++ b/hardinfo2.desktop.cmake @@ -1,8 +1,10 @@ [Desktop Entry] Name=Hardinfo2 +Name[zh_CN]=硬件信息 Comment=System Information and Benchmark Comment[de]=Systeminformationen und Benchmark Comment[ru]=Информация о системе и тесты +Comment[zh_CN]=系统信息及性能测试 Exec=hardinfo2 Icon=hardinfo2 Terminal=false @@ -10,3 +12,4 @@ Type=Application StartupNotify=true Categories=System;Utility; Keywords=linux;kernel;system;hardware;cpu;processor;capabilities;frequency;memory;ram;board;resources;sensors;devices;usb;pci;display;network;benchmark;test; +Keywords[zh_CN]=linux;内核;系统;硬件;cpu;处理器;capabilities;频率;内存;ram;主板;资源;传感器;设备;usb;pci;显示;网络;性能测试;测试; |