mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
cmd: Fix the Japanese translation.
This commit is contained in:
parent
e740c01b42
commit
712ae3cf2b
1 changed files with 8 additions and 0 deletions
|
@ -199,6 +199,12 @@ Wine
|
|||
|
||||
WCMD_VOL, "VOLのヘルプ\n"
|
||||
|
||||
WCMD_PUSHD, "PUSHD <directoryname> saves the current directory onto a\n\
|
||||
stack, and then changes the current directory to the supplied one.\n"
|
||||
|
||||
WCMD_POPD, "POPD changes current directory to the last one saved with\n\
|
||||
PUSHD.\n"
|
||||
|
||||
WCMD_MORE, "MORE displays output of files or piped input in pages.\n"
|
||||
|
||||
WCMD_EXIT,
|
||||
|
@ -220,7 +226,9 @@ MD (MKDIR)\t
|
|||
MORE\t\tDisplay output in pages\n\
|
||||
MOVE\t\tファイルまたはディレクトリツリーを移動\n\
|
||||
PATH\t\tパスを表示又は設定\n\
|
||||
POPD\t\tRestores the directory to the last one saved with PUSHD\n\
|
||||
PROMPT\t\tコマンドプロンプトを変更\n\
|
||||
PUSHD\t\tChanges to a new directory, saving the current one\n\
|
||||
REN (RENAME)\tファイルをリネーム\n\
|
||||
RD (RMDIR)\tサブディレクトリを削除\n\
|
||||
SET\t\t環境変数を設定又は表示\n\
|
||||
|
|
Loading…
Reference in a new issue