Browsing Japanese translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Japanese guidelines.
110 of 34 results
75.
%s: quoted compound array assignment deprecated
(no translation yet)
Located in builtins/declare.def:891
182.
execute_coproc: coproc [%d:%s] still exists
(no translation yet)
Located in execute_cmd.c:2391
284.
shell_getc: shell_input_line_size (%zu) exceeds SIZE_MAX (%lu): line truncated
(no translation yet)
Located in parse.y:2428
308.
programmable_completion: %s: possible retry loop
(no translation yet)
Located in pcomplete.c:1722
435.
Copyright (C) 2020 Free Software Foundation, Inc.
(no translation yet)
Located in version.c:46 version2.c:46
454.
declare [-aAfFgiIlnrtux] [-p] [name[=value] ...]
(no translation yet)
Located in builtins.c:78
455.
typeset [-aAfFgiIlnrtux] [-p] name[=value] ...
(no translation yet)
Located in builtins.c:80
525.
Change the shell working directory.

Change the current directory to DIR. The default DIR is the value of the
HOME shell variable.

The variable CDPATH defines the search path for the directory containing
DIR. Alternative directory names in CDPATH are separated by a colon (:).
A null directory name is the same as the current directory. If DIR begins
with a slash (/), then CDPATH is not used.

If the directory is not found, and the shell option `cdable_vars' is set,
the word is assumed to be a variable name. If that variable has a value,
its value is used for DIR.

Options:
-L[tab]force symbolic links to be followed: resolve symbolic
[tab][tab]links in DIR after processing instances of `..'
-P[tab]use the physical directory structure without following
[tab][tab]symbolic links: resolve symbolic links in DIR before
[tab][tab]processing instances of `..'
-e[tab]if the -P option is supplied, and the current working
[tab][tab]directory cannot be determined successfully, exit with
[tab][tab]a non-zero status
-@[tab]on systems that support it, present a file with extended
[tab][tab]attributes as a directory containing the file attributes

The default is to follow symbolic links, as if `-L' were specified.
`..' is processed by removing the immediately previous pathname component
back to a slash or the beginning of DIR.

Exit Status:
Returns 0 if the directory is changed, and if $PWD is set successfully when
-P is used; non-zero otherwise.
[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.
(no translation yet)
Located in builtins.c:387
531.
Set variable values and attributes.

Declare variables and give them attributes. If no NAMEs are given,
display the attributes and values of all variables.

Options:
-f[tab]restrict action or display to function names and definitions
-F[tab]restrict display to function names only (plus line number and
[tab][tab]source file when debugging)
-g[tab]create global variables when used in a shell function; otherwise
[tab][tab]ignored
-I[tab]if creating a local variable, inherit the attributes and value
[tab][tab]of a variable with the same name at a previous scope
-p[tab]display the attributes and value of each NAME

Options which set attributes:
-a[tab]to make NAMEs indexed arrays (if supported)
-A[tab]to make NAMEs associative arrays (if supported)
-i[tab]to make NAMEs have the `integer' attribute
-l[tab]to convert the value of each NAME to lower case on assignment
-n[tab]make NAME a reference to the variable named by its value
-r[tab]to make NAMEs readonly
-t[tab]to make NAMEs have the `trace' attribute
-u[tab]to convert the value of each NAME to upper case on assignment
-x[tab]to make NAMEs export

Using `+' instead of `-' turns off the given attribute.

Variables with the integer attribute have arithmetic evaluation (see
the `let' command) performed when the variable is assigned a value.

When used in a function, `declare' makes NAMEs local, as with the `local'
command. The `-g' option suppresses this behavior.

Exit Status:
Returns success unless an invalid option is supplied or a variable
assignment error occurs.
[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.
(no translation yet)
Located in builtins.c:490
534.
Write arguments to the standard output.

Display the ARGs, separated by a single space character and followed by a
newline, on the standard output.

Options:
-n[tab]do not append a newline
-e[tab]enable interpretation of the following backslash escapes
-E[tab]explicitly suppress interpretation of backslash escapes

`echo' interprets the following backslash-escaped characters:
\a[tab]alert (bell)
\b[tab]backspace
\c[tab]suppress further output
\e[tab]escape character
\E[tab]escape character
\f[tab]form feed
\n[tab]new line
\r[tab]carriage return
\t[tab]horizontal tab
\v[tab]vertical tab
\\[tab]backslash
\0nnn[tab]the character whose ASCII code is NNN (octal). NNN can be
[tab][tab]0 to 3 octal digits
\xHH[tab]the eight-bit character whose value is HH (hexadecimal). HH
[tab][tab]can be one or two hex digits
\uHHHH[tab]the Unicode character whose value is the hexadecimal value HHHH.
[tab][tab]HHHH can be one to four hex digits.
\UHHHHHHHH the Unicode character whose value is the hexadecimal value
[tab][tab]HHHHHHHH. HHHHHHHH can be one to eight hex digits.

Exit Status:
Returns success unless a write error occurs.
[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.
(no translation yet)
Located in builtins.c:557
110 of 34 results

This translation is managed by Ubuntu Japanese Translators, assigned by Ubuntu Translators.

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

Contributors to this translation: Hiroshi Takekawa, Jo Ogawa, Kyoichi Ozaki, Shushi Kurose, Takeshi Hamasaki, Yasuaki Taniguchi.