Jump to content

Translations:Plasma/Krunner/116/zh-cn: Difference between revisions

From KDE UserBase Wiki
Iskandarma (talk | contribs)
Created page with "示例: {|class="tablecenter" style="border: 1px solid grey" | 输入 || 输出 |- |<code> screen brightness 100 </code> || ''屏幕亮度增至 100%'' |- |<code> sleep </code> || ''保留系统到内存中并休眠'' |- |<code> lock </code> || ''锁定屏幕'' |- |<code> restart </code> || ''重启计算机'' |- |<code> shutdown </code> || ''关闭计算机'' |}"
 
(No difference)

Latest revision as of 03:12, 21 November 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Plasma/Krunner)
Examples:
{|class="tablecenter" style="border: 1px solid grey"
| Input || Output
|-
|<code> screen brightness 100 </code> || ''increases screen brightness to 100%''
|-
|<code> sleep </code> || ''suspends computer to RAM''
|-
|<code> lock </code> || ''locks the screen''
|-
|<code> restart </code> || ''restarts computer''
|-
|<code> shutdown </code> || ''shutdowns computer''
|}

示例:

输入 输出
screen brightness 100 屏幕亮度增至 100%
sleep 保留系统到内存中并休眠
lock 锁定屏幕
restart 重启计算机
shutdown 关闭计算机