Browsing Japanese translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Japanese guidelines.
114123 of 1277 results
114.
Try `%s --help' for more information.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
詳しくは `%s --help' を実行して下さい。
Translated and reviewed by Jun Kobayashi
In upstream:
詳しくは `%s --help' を実行して下さい.
Suggested by Masahito Yamaga
Located in src/base64.c:57 src/basename.c:46 src/cat.c:85 src/chcon.c:348 src/chgrp.c:105 src/chmod.c:368 src/chown.c:76 src/chroot.c:118 src/cksum.c:260 src/comm.c:101 src/cp.c:153 src/csplit.c:1447 src/cut.c:186 src/date.c:120 src/dd.c:478 src/df.c:810 src/dircolors.c:94 src/dirname.c:41 src/du.c:256 src/echo.c:39 src/env.c:49 src/expand.c:101 src/expr.c:200 src/factor.c:491 src/fmt.c:266 src/fold.c:63 src/getlimits.c:62 src/groups.c:50 src/head.c:102 src/hostid.c:39 src/hostname.c:53 src/id.c:78 src/install.c:572 src/join.c:184 src/kill.c:73 src/link.c:42 src/ln.c:332 src/logname.c:36 src/ls.c:4592 src/md5sum.c:156 src/mkdir.c:53 src/mkfifo.c:48 src/mknod.c:49 src/mktemp.c:65 src/mv.c:281 src/nice.c:69 src/nl.c:179 src/nohup.c:50 src/nproc.c:53 src/od.c:291 src/paste.c:432 src/pathchk.c:86 src/pinky.c:499 src/pr.c:2766 src/printenv.c:59 src/printf.c:85 src/ptx.c:1814 src/pwd.c:53 src/readlink.c:59 src/rm.c:131 src/rmdir.c:161 src/runcon.c:80 src/seq.c:65 src/setuidgid.c:46 src/shred.c:155 src/shuf.c:45 src/sleep.c:42 src/sort.c:389 src/split.c:178 src/stat.c:1318 src/stdbuf.c:87 src/stty.c:506 src/su.c:365 src/sum.c:56 src/sync.c:37 src/tac.c:129 src/tail.c:254 src/tee.c:59 src/test.c:683 src/timeout.c:199 src/touch.c:213 src/tr.c:283 src/truncate.c:93 src/tsort.c:79 src/tty.c:61 src/uname.c:118 src/unexpand.c:111 src/uniq.c:131 src/unlink.c:42 src/uptime.c:193 src/users.c:102 src/wc.c:109 src/who.c:646 src/whoami.c:42 src/yes.c:38
115.
Usage: %s [OPTION] [FILE]
Base64 encode or decode FILE, or standard input, to standard output.

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
使い方: %s [オプション] [FILE]
Base64は、FILEまたは標準入力を標準出力にエンコード/デコードします。

Translated and reviewed by katsumi
Located in src/base64.c:63
116.
-w, --wrap=COLS Wrap encoded lines after COLS character (default 76).
Use 0 to disable line wrapping.

-d, --decode Decode data.
-i, --ignore-garbage When decoding, ignore non-alphabet characters.

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.
-w, --wrap=列数 エンコードした行を列数で折り返します (デフォルト 76)。
0 の場合は折り返しを行いません。

-d, --decode データをデコードします。
-i, --ignore-garbage デコード時に非英字を無視します。

Translated by Yasuaki Taniguchi
Located in src/base64.c:63
117.
--help Display this help and exit.
--version Output version information and exit.
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.
--help このヘルプメッセージを表示して終了する
--version バージョン情報を表示して終了する
Translated by Tomoya Kabe
Reviewed by Fumihito YOSHIDA
Located in src/base64.c:71
118.

With no FILE, or when FILE is -, read standard input.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

ファイルの指定がない場合や FILE が - の場合, 標準入力から読み込みを行います。
Translated by Akihiro Motoki
Located in src/system.h:580
119.

The data are encoded as described for the base64 alphabet in RFC 3548.
When decoding, the input may contain newlines in addition to the bytes of
the formal base64 alphabet. Use --ignore-garbage to attempt to recover
from any other non-alphabet bytes in the encoded stream.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

データを RFC 3548 で定義された base64 英字にエンコード・デコードします。
デコード時には入力には正式な base64 英字に加えて改行文字が含まれている
場合があります。入力ストリームに他の非英字バイトが含まれていて回復
したい場合は --ignore-garbage を使用してください。
Translated by Yasuaki Taniguchi
Located in src/base64.c:79
120.
read error
読み込みエラー
Translated and reviewed by Masahito Yamaga
Located in src/basenc.c:1002 src/basenc.c:1046 src/csplit.c:270 src/csplit.c:1428 src/fmt.c:500 src/join.c:466 src/shuf.c:230 src/shuf.c:276 src/shuf.c:564 src/tac-pipe.c:74 src/tee.c:327 src/tr.c:1598
121.
invalid input
無効な入力
Translated by Yasuaki Taniguchi
Located in src/basenc.c:1065
122.
invalid wrap size: %s
無効な折り返し列数: %s
Translated by Yasuaki Taniguchi
Located in src/base64.c:267
123.
extra operand %s
余分な演算子 %s
Translated by Yasuaki Taniguchi
Located in src/basename.c:175 src/basenc.c:1218 src/comm.c:507 src/cp.c:635 src/date.c:533 src/dircolors.c:481 src/du.c:1018 src/hostid.c:71 src/hostname.c:91 src/install.c:961 src/join.c:957 src/link.c:82 src/ln.c:593 src/logname.c:68 src/mknod.c:185 src/mv.c:451 src/nproc.c:114 src/od.c:1864 src/ptx.c:1978 src/seq.c:632 src/shuf.c:495 src/sort.c:4669 src/split.c:1597 src/tr.c:1755 src/tsort.c:547 src/tty.c:112 src/uname.c:265 src/uniq.c:523 src/uniq.c:540 src/unlink.c:78 src/uptime.c:203 src/users.c:143 src/wc.c:864 src/who.c:829 src/whoami.c:76
114123 of 1277 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: Aaron C, Akihiro Motoki, Fumihito YOSHIDA, Hisashi Arai, Hiyoko Torisaki, Josh Bowling, Jun Kobayashi, Kazuhiro NISHIYAMA, Makoto Kato, Masahito Yamaga, Masatoshi Haraoka, Naoki Hamada, Niboshi, Sakae Akanuma, Shushi Kurose, Takayuki YAMAGUCHI, Tomoya Kabe, Toshiya TSURU, Yasuaki Taniguchi, epii, kamawanai, katsumi, s_takagi14, takashi morita, yama.