mirror of
https://github.com/aristocratos/btop.git
synced 2025-12-23 22:29:08 -05:00
This patch implements zh_TW localization to the XDG desktop entry of the application, according to the "Localized values for keys" chapter of the Desktop Entry Specification, version 1.5. An additional translation variant for the "process" keyword is added, as both variants are considered to be used in the locale. Refer-to: Localized values for keys | Desktop Entry Specification <https://specifications.freedesktop.org/desktop-entry-spec/latest/localized-keys.html> Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
17 lines
640 B
Desktop File
17 lines
640 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Version=1.0
|
|
Name=btop++
|
|
GenericName=System Monitor
|
|
GenericName[it]=Monitor di sistema
|
|
GenericName[zh_TW]=系統監視器
|
|
Comment=Resource monitor that shows usage and stats for processor, memory, disks, network and processes
|
|
Comment[it]=Monitoraggio delle risorse: mostra utilizzo e statistiche per CPU, dischi, rete e processi
|
|
Comment[zh_TW]=顯示處理器、主記憶體、磁碟、網路與進程的使用與統計數據的資源監視器應用程式
|
|
Icon=btop
|
|
Exec=btop
|
|
Terminal=true
|
|
Categories=System;Monitor;ConsoleOnly;
|
|
Keywords=system;process;task
|
|
Keywords[zh_TW]=系統;進程;處理程序;任務
|