Browsing Chinese (Simplified) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Chinese (Simplified) guidelines.
129138 of 586 results
129.
%s: invalid argument
%s: 无效的参数
Translated by Wenbin Lv
Located in builtins/pushd.def:360
130.
<no current directory>
<无当前目录>
Translated by Alex Ye
Located in builtins/pushd.def:480
131.
directory stack empty
目录栈为空
Translated by Alex Ye
Located in builtins/pushd.def:524
132.
directory stack index
目录栈索引
Translated by Alex Ye
Located in builtins/pushd.def:526
133.
Display the list of currently remembered directories. Directories
find their way onto the list with the `pushd' command; you can get
back up through the list with the `popd' command.

Options:
-c[tab]clear the directory stack by deleting all of the elements
-l[tab]do not print tilde-prefixed versions of directories relative
[tab]to your home directory
-p[tab]print the directory stack with one entry per line
-v[tab]print the directory stack with one entry per line prefixed
[tab]with its position in the stack

Arguments:
+N[tab]Displays the Nth entry counting from the left of the list shown by
[tab]dirs when invoked without options, starting with zero.

-N[tab]Displays the Nth entry counting from the right of the list shown by
[tab]dirs when invoked without options, starting with zero.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
显示当前记住的目录列表。 使用 "pushd" 命令将目录加入这个列表;
使用 "popd" 命令逐个回到之前加入列表的目录。

选项:
-c[tab]删除所有元素以清空目录栈
-l[tab]打印目录时,不表示为以波浪号 (~) 为前缀的,
[tab]相对于您的主目录的路径
-p[tab]每行一个条目打印目录栈
-v[tab]每行一个条目打印目录栈,前面加上在栈中的位置

参数:
+N[tab]显示 dirs 不带选项启动时显示的目录列表中左起第 N 个目录,
[tab]从零开始。

-N[tab]显示 dirs 不带选项启动时显示的目录列表中右起第 N 个目录,
[tab]从零开始。
Translated by Wenbin Lv
Located in builtins/pushd.def:701
134.
Adds a directory to the top of the directory stack, or rotates
the stack, making the new top of the stack the current working
directory. With no arguments, exchanges the top two directories.

Options:
-n[tab]Suppresses the normal change of directory when adding
[tab]directories to the stack, so only the stack is manipulated.

Arguments:
+N[tab]Rotates the stack so that the Nth directory (counting
[tab]from the left of the list shown by `dirs', starting with
[tab]zero) is at the top.

-N[tab]Rotates the stack so that the Nth directory (counting
[tab]from the right of the list shown by `dirs', starting with
[tab]zero) is at the top.

dir[tab]Adds DIR to the directory stack at the top, making it the
[tab]new current working directory.

The `dirs' builtin displays the directory stack.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
将目录添加到目录栈顶,或者轮转栈直到当前工作目录成为
新的栈顶。不带参数时,交换栈顶的两个目录。

选项:
-n[tab]阻止添加目录至栈时通常的改变目录操作,从而仅对栈
[tab]进行操作。

参数:
+N[tab]轮转栈,使得第 N 个目录("dirs" 显示的列表中左起,
[tab]从零开始)移动到栈顶。

-N[tab]轮转栈,使得第 N 个目录("dirs" 显示的列表中右起,
[tab]从零开始)移动到栈顶。

目录[tab]将 <目录> 添加到栈顶,使其成为当前工作目录。

"dirs" 内建可以显示目录栈。
Translated by Wenbin Lv
Located in builtins/pushd.def:723
135.
Removes entries from the directory stack. With no arguments, removes
the top directory from the stack, and changes to the new top directory.

Options:
-n[tab]Suppresses the normal change of directory when removing
[tab]directories from the stack, so only the stack is manipulated.

Arguments:
+N[tab]Removes the Nth entry counting from the left of the list
[tab]shown by `dirs', starting with zero. For example: `popd +0'
[tab]removes the first directory, `popd +1' the second.

-N[tab]Removes the Nth entry counting from the right of the list
[tab]shown by `dirs', starting with zero. For example: `popd -0'
[tab]removes the last directory, `popd -1' the next to last.

The `dirs' builtin displays the directory stack.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
从目录栈中删除条目。不带参数时,删除栈顶目录,并改变目录至新的栈顶目录。

选项:
-n[tab]阻止从栈中删除目录时通常的改变目录操作,从而仅对栈进行操作。

参数:
+N[tab]删除第 N 个目录("dirs" 显示的列表中左起,从零开始)。
[tab]例如:"popd +0" 删除第一个目录,"popd +1" 删除第二个。

-N[tab]删除第 N 个目录("dirs" 显示的列表中右起,从零开始)。
[tab]例如:"popd -0" 删除最后一个目录,"popd -1" 删除倒数第二个。

"dirs" 内建可以显示目录栈。
Translated by Wenbin Lv
Located in builtins/pushd.def:748
136.
%s: invalid timeout specification
%s: 指定的超时时间无效
Translated by Wenbin Lv
Located in builtins/read.def:308
137.
read error: %d: %s
读取错误:%d: %s
Translated by Wenbin Lv
Located in builtins/read.def:827
138.
can only `return' from a function or sourced script
只能在函数或者被 source 的脚本中使用 "return"
Translated by Wenbin Lv
Located in builtins/return.def:68
129138 of 586 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: Alex Ye, Anthony Fok, Aron Xu, Bigfatsea, Boyuan Yang, Eric_Quan, Feng Chao, Gang ZHAO, Huang Zhen, LI Daobing, Lie Ex, Mingye Wang, SuperWangCC, WEI Kun, Wenbin Lv, Zhang Junbo, gmagogsfm, hh9527, wangzc2009, zhang xuecheng, zhangzichao.