Browsing Chinese (Simplified) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Chinese (Simplified) guidelines.
92101 of 320 results
92.
<p><b>w/wa &mdash; write document(s) to disk</b></p><p>Usage: <tt><b>w[a]</b></tt></p><p>Writes the current document(s) to disk. It can be called in two ways:<br /> <tt>w</tt> &mdash; writes the current document to disk<br /> <tt>wa</tt> &mdash; writes all documents to disk.</p><p>If no file name is associated with the document, a file dialog will be shown.</p>
<p><b>w/wa &mdash; 将文档写入磁盘</b></p><p>使用:<tt><b>w[a]</b></tt></p><p>将当前文档写入磁盘。它可以通过两种方式调用:<br /> <tt>w</tt> &mdash; 将当前文档写入磁盘<br /> <tt>wa</tt> &mdash; 将所有文档写入磁盘。</p><p>如果文件未命名,将会显示文件对话框。</p>
Translated by csslayer
Located in app/kateappcommands.cpp:201
93.
<p><b>q/qa/wq/wqa &mdash; [write and] quit</b></p><p>Usage: <tt><b>[w]q[a]</b></tt></p><p>Quits the application. If <tt>w</tt> is prepended, it also writes the document(s) to disk. This command can be called in several ways:<br /> <tt>q</tt> &mdash; closes the current view.<br /> <tt>qa</tt> &mdash; closes all views, effectively quitting the application.<br /> <tt>wq</tt> &mdash; writes the current document to disk and closes its view.<br /> <tt>wqa</tt> &mdash; writes all documents to disk and quits.</p><p>In all cases, if the view being closed is the last view, the application quits. If no file name is associated with the document and it should be written to disk, a file dialog will be shown.</p>
<p><b>q/qa/wq/wqa &mdash; [写入] 退出</b></p><p>使用:<tt><b>[w]q[a]</b></tt></p><p>退出程序。如果命令开头为<tt>w</tt>,它同时也会将文档写入磁盘。这条命令可以通过以下方式调用:<br /> <tt>q</tt> &mdash; 关闭当前视图。<br /> <tt>qa</tt> &mdash; 关闭所有视图,有效地退出程序。<br /> <tt>wq</tt> &mdash; 将当前文档写入磁盘并关闭它的视图。<br /> <tt>wqa</tt> &mdash; 将所有文档写入磁盘并退出。</p><p>在所有方式中,如果关闭的是最后一个视图,那么程序退出。如果文件未命名,将会显示文件对话框。</p>
Translated by csslayer
Located in app/kateappcommands.cpp:212
94.
<p><b>x/xa &mdash; write and quit</b></p><p>Usage: <tt><b>x[a]</b></tt></p><p>Saves document(s) and quits (e<b>x</b>its). This command can be called in two ways:<br /> <tt>x</tt> &mdash; closes the current view.<br /> <tt>xa</tt> &mdash; closes all views, effectively quitting the application.</p><p>In all cases, if the view being closed is the last view, the application quits. If no file name is associated with the document and it should be written to disk, a file dialog will be shown.</p><p>Unlike the 'w' commands, this command only writes the document if it is modified.</p>
<p><b>x/xa &mdash; 写入并退出</b></p><p>用法: <tt><b>x[a]</b></tt></p><p>保存文档并退出(e<b>x</b>its)。这个命令可以通过以下两种方式调用:<br /> <tt>x</tt> &mdash; 关闭当前视图。<br /> <tt>xa</tt> &mdash; 关闭所有视图,有效地退出程序。</p><p>在所有方式中,如果关闭的视图是最后一个视图,那么程序将退出。如果文件未命名并且它应当被写回磁盘,将会显示文件对话框。</p><p>和“w”命令不同的是,这个命令只会写入那些修改过的文档。</p>
Translated by csslayer
Located in app/kateappcommands.cpp:227
95.
<p><b>bp/bn &mdash; switch to previous/next document</b></p><p>Usage: <tt><b>bp/bn</b></tt></p><p>Goes to <b>p</b>revious or <b>n</b>ext document ("<b>b</b>uffer"). The two commands are:<br /> <tt>bp</tt> &mdash; goes to the document before the current one in the document list.<br /> <tt>bn</tt> &mdash; goes to the document after the current one in the document list.<br /><p>Both commands wrap around, i.e., if you go past the last document you end up at the first and vice versa.</p>
(no translation yet)
Located in app/kateappcommands.cpp:190
96.
<p><b>[v]new &mdash; split view and create new document</b></p><p>Usage: <tt><b>[v]new</b></tt></p><p>Splits the current view and opens a new document in the new view. This command can be called in two ways:<br /> <tt>new</tt> &mdash; splits the view horizontally and opens a new document.<br /> <tt>vnew</tt> &mdash; splits the view vertically and opens a new document.<br /></p>
<p><b>[v]new &mdash; 分割视图并创建新文件</b></p><p>使用:<tt><b>[v]new</b></tt></p><p>分割当前视图并在新视图中打开新文档。这个命令可以通过以下两种方式调用:<br /> <tt>new</tt> &mdash; 横向分割视图并打开新文档。<br /> <tt>vnew</tt> &mdash; 纵向分割视图并打开新文档。<br /></p>
Translated by csslayer
Located in app/kateappcommands.cpp:286
97.
<p><b>e[dit] &mdash; reload current document</b></p><p>Usage: <tt><b>e[dit]</b></tt></p><p>Starts <b>e</b>diting the current document again. This is useful to re-edit the current file, when it has been changed by another program.</p>
<p><b>e[dit] &mdash; 重新加载当前文档</b></p><p>使用:<tt><b>e[dit]</b></tt></p><p>重新开始编辑(<b>e</b>diting) 当前文档。当文件被其他程序修改时,它能够帮助您重新编辑当前文件。</p>
Translated by csslayer
Located in app/kateappcommands.cpp:296
98.
Tool &Views
工具视图(&V)
Translated by nihui
Located in app/katemdi.cpp:122
99.
Show Side&bars
显示侧边栏(&B)
Translated by nihui
Located in app/katemdi.cpp:124
100.
Show %1
显示%1
Translated by nihui
Located in app/katemdi.cpp:163
101.
Behavior
行为
Translated by nihui
Located in app/katemdi.cpp:489
92101 of 320 results

This translation is managed by Ubuntu Simplified Chinese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: csslayer, nihui.