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

From KDE UserBase Wiki
(Created page with "例子: {|class="tablecenter" style="border: 1px solid grey" | 输入 || 输出 |- |<code> file:/home/ </code> || ''在 Dolphin 中打开 file:/...")
 
(No difference)

Latest revision as of 06:25, 19 February 2021

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> file:/home/ </code> || ''opens file:///home/ (the Home directory) in [[Special:myLanguage/Dolphin|Dolphin]]''
|-
|<code> file:myMovie.mkv </code> || ''opens /home/myMovie.mkv''
|-
|<code> fish:[email protected] </code> || ''opens fish:/[email protected]/ via fish (file over ssh) protocol''
|-
|<code> smb:myWindowsBox </code> || ''opens smb:/myWindowsBox via Samba''
|}

例子:

输入 输出
file:/home/ Dolphin 中打开 file:///home/ (the Home directory)
file:myMovie.mkv 打开 /home/myMovie.mkv
fish:[email protected] 使用fish (file over ssh)协议打开 fish:/[email protected]/
smb:myWindowsBox 使用samba协议打开 smb:/myWindowsBox